@media(max-width: 1024px) {
    header .elementor-icon-list-items {
        justify-content: space-between;
    }
}

.overflow-hidden,
.overflow-hidden .e-con-inner {
    overflow: hidden;
}

.btn-open-menu,
.btn-close-menu,
.close-modal {
    cursor: pointer;
}

.btn-close-menu {
    display: none;
}

.btn-open-menu.hidden {
    display: none;
}

.btn-close-menu.active {
    display: block;
    opacity: 1;
    visibility: visible;
}

#menu-section-bg {
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease !important;
}

.no-scroll {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}

#menu-section-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

#menu-section-bg.active {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

#menu-section-bg:not(.active) {
    opacity: 0;
    visibility: hidden;
}

/*Glider*/
.glider::-webkit-scrollbar {
    display: none;
    height: 0px;
}

.form-newsletter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
}

.form-newsletter p {
    display: flex;
    column-gap: 10px;
    max-height: 50px;
}

@media (max-width: 768px) {
    .form-newsletter p {
        flex-direction: column;
        gap: 10px;
    }

    .form-newsletter p br {
        display: none;
    }
}

@media (max-width: 1024px) {
    .form-newsletter {
        justify-content: center;
        align-content: center;
        align-items: center;
    }
}

.form-newsletter .wpcf7-spinner {
    display: none;
}

.form-newsletter input[type="email"] {
    flex: 1;
    padding: 12px 20px;
    border: 1px solid #fff;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 16px;
    outline: none;
}

.form-newsletter input[type="email"]::placeholder {
    color: #fff;
    opacity: 0.8;
}

.form-newsletter .wpcf7-not-valid-tip {
    font-size: 12px;
}

.form-newsletter input[type="submit"] {
    padding: 12px 45px;
    border: none;
    border-radius: 8px;
    background-color: var(--e-global-color-primary);
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s ease;
}

.form-newsletter input[type="submit"]:hover {
    background: var(--e-global-color-secondary);
}

.form-newsletter .termos {
    font-size: 12px;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
}

.form-newsletter .termos a {
    height: 2px;
}

@media (max-width: 1024px) {
    .form-newsletter .termos {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .form-newsletter .termos {
        margin-top: 65px;
    }
}

.form-newsletter .termos a {
    color: #fff;
    text-decoration: underline;
}

.divisor .elementor-divider .elementor-divider-separator {
    width: 90px;
    height: 5px;
    background-color: #3FBABD;
    border-radius: 30px;
}

#rounded-number {
    background-color: #F87F17;
    color: white;
    border-radius: 50%;
    width: 80px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    position: absolute;
    bottom: 4px;
    right: 0px;
    transform: translate(50%, 50%);
}

.faq-accordion .e-n-accordion-item-title-header {
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/2025/08/Symbol.svg');
    padding: 0 25px;
}

.loop-post .elementor-widget-theme-post-title {
    flex-grow: 1;
}

.loop-post .elementor-widget-theme-post-title h3 a,
.loop-post .elementor-widget-theme-post-excerpt * {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.bottom-0 {
    botom: 0;
}

/*Primary category link*/
.primary-category-link {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease;
    border-radius: 8px;
    padding: 5px 12px;
    background-color: var(--e-global-color-secondary);
}

.primary-category-link:hover {
    color: rgb(255 240 252 / 84%)
}

#backToTop {
    cursor: pointer;
}

.beneficios-card p,
.beneficios-card h2 {
    transition: all 0.25s ease;
}

.beneficios-card:hover {
    background-color: var(--e-global-color-secondary) !important;
}

.beneficios-card:hover h2,
.beneficios-card:hover p {
    color: #fff !important;
}