.elementor-widget-icon-list .elementor-icon-list-icon svg {
    fill: none !important;
}

#clock {
    color: #5F5B9D;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
}

#clock.white{
    color: #ffffff;
}

.menu-nav a::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -12px;
    background: #fff !important;
    transition: 0.5s transform ease;
    transform: scale3d(0, 1, 1);
    transform-origin: 100% 50%;
}

.menu-nav a:hover::before {
    transform: scale3d(1, 1, 1);
    transform-origin: 0 50%;
}

.card .social-contact{
    transition: all 0.4s ease-in;
}

.card:hover .social-contact{
    top: 0;
    transition: all 0.4s ease-out;
}

.foto .bio{
    transition: all 0.4s ease-in;
}

.foto:hover .bio{
    bottom: 0;
    transition: all 0.4s ease-out;
}

a, a:link, a:visited, a:hover, a:active, a:focus {
  /* link styles go here, e.g.: */  
  text-decoration: none;
  color: #000000;
}

.tags-container ul li span .elementor-post-info__terms-list-item {
    display: block !important;
    position: relative;
    background: var( --e-global-color-accent );
    border-radius: 40px;
    padding: 10px 11px 10px 11px;
    font-size: 13px !important;
    transition: 0.2s all !important;
    transform-origin: left;
    /* transition-delay: opacity 0.2s; */
}

.tags-container ul li span .elementor-post-info__terms-list {
    display: flex !important;
    font-size: 0;
    flex-wrap: wrap !important;
    justify-content: start;
}

/* Try something */
/* Style for the '+' symbol */
.tags-container .elementor-icon-list-items .elementor-icon-list-item .elementor-post-info__terms-list span:nth-of-type(2n) {
    width: 40px;
    height: 40px;
}
.tags-container .elementor-icon-list-items .elementor-icon-list-item .elementor-post-info__terms-list span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--e-global-color-accent);
    width: 40px;
    height: 40px;
    content: '+';
    border-radius: 50%;
    font-size: 20px !important;
    font-weight: bold;
    display: flex;
    align-items: baseline;
    padding-top: 6px;
    justify-content: center;
    opacity: 1;
    cursor: pointer;
}

/* Hide '+' on hover */
.tags-container .elementor-icon-list-items .elementor-icon-list-item .elementor-post-info__terms-list span:nth-of-type(2):hover::after {
    opacity: 0;
}

/* Adjust width on hover */
.tags-container .elementor-icon-list-items .elementor-icon-list-item .elementor-post-info__terms-list span:nth-of-type(2):hover {
    width: fit-content;
}

/* Hide items after the second one by default */
.tags-container .elementor-icon-list-items .elementor-icon-list-item .elementor-post-info__terms-list span:nth-of-type(n+3) {
    transform: scaleX(0);
    opacity: 0;
    height: 40px;
}

/* Show items after the second one when hovering over the second item */
.tags-container .elementor-icon-list-items .elementor-icon-list-item .elementor-post-info__terms-list span:nth-of-type(2):hover ~ span {
    display: inline;
    width: fit-content;
    transform: scaleX(1);
    opacity: 1;
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon{
    margin-top: 7px;
}

/* Woocommerce Checkout Button */
[type=button], [type=submit], button {
    background-color: #35204E;
    color: #ffffff;
    border-color: #35204E;
}

[type=button]:hover, [type=submit]:hover, button:hover {
    background-color: #9D92AA;
    color: #ffffff;
    border-color: #9D92AA;
}