/*  === Scroll suave para toda a página  ===  */
html {
    scroll-behavior: smooth;
}

/*  === SCROLL - Colunista/Autores ===  */
.active-letter {
    transform: scale(1.15);
    font-weight: 900;
    padding: 0px 5px;
    color: white !important;
    background: #163c43;
}

[id^="section-"] {
    scroll-margin-top: 120px;
}

.letter-link {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
}

.letter-link:hover {
    transform: translateY(-2px) scale(1.1);
}

/*  === HEADER - Menu mobile e Busca ===  */
.menu-mobile {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.menu-mobile.active {
    max-height: 1000px;
}

.search-container {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.search-container.active {
    display: flex;
    opacity: 1;
}

.submenu-mobile {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.submenu-mobile.active {
    max-height: 500px;
}

.chevron-rotate {
    transition: transform 0.2s ease-in-out;
}

.chevron-rotate.active {
    transform: rotate(180deg);
}

.buttons-container {
    transition: all 0.2s ease-in-out;
}

.buttons-container.hidden {
    transform: translateX(-100%);
    opacity: 0;
}

/*  === Plugin - Cookies ===  */
.cky-consent-container {
    width: 85%!important;
    bottom: 20px!important;
    right: 0!important;
    left: 0!important;
    margin: 0 auto!important;
}

.cky-consent-container .cky-consent-bar {
    border-radius: 11px!important;
}

.cky-btn.cky-btn-accept {
    padding: 11px 37px!important;
    border-radius: 100px!important;
    color: #FFFFFF!important;
    background-color: #163C43!important;
    border-color: #163C43!important;
    border: 2px solid #163C43!important;
}

.cky-notice-des a.cky-policy,
.cky-notice-des button.cky-policy {
    font-size: 14px!important;
    color: #163C43!important;
}

p.cky-title, .cky-notice .cky-title {
    display: none!important;
}

.politicas-cookies {
    font-size: 16px!important;
    width: 98%!important;
    display: table!important;
    margin: 0 auto!important;
}

/*  === SWIPER - Columnists ===  */
.columnists-swiper {
    padding: 10px 0 40px 0;
    margin: -10px 0 -20px 0;
    overflow: visible;
}

.columnists-swiper .swiper-slide {
    width: calc(40% - 10px) !important;
    margin-right: 10px;
    transition: transform 0.3s ease;
}

.columnists-swiper .swiper-slide:not(:last-child) {
    margin-right: 10px;
}

/* Efeito de opacidade no terceiro slide (opcional) */
/* .swiper-slide:nth-child(3) {
    opacity: 0.6;
    transform: scale(0.95);
}

.swiper-slide-active {
    transform: scale(1);
} */

/*  === SWIPER - Pagination ===  */
.columnists-swiper .swiper-pagination {
    bottom: 0 !important;
}

.columnists-swiper .swiper-pagination-bullet,
.swiper-eventos .swiper-pagination-bullet,
.eventosMobileSwiper .swiper-pagination-bullet,
.cl-testimonials .swiper-pagination-bullet,
.palestrantes-pagination .swiper-pagination-bullet,
.swiper-equipe .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #d1d5db;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.columnists-swiper .swiper-pagination-bullet-active,
.swiper-eventos .swiper-pagination-bullet-active,
.eventosMobileSwiper .swiper-pagination-bullet-active,
.cl-testimonials .swiper-pagination-bullet-active,
.palestrantes-pagination .swiper-pagination-bullet-active,
.swiper-equipe .swiper-pagination-bullet-active {
    background: #163c43;
    opacity: 1;
    transform: scale(1.2);
}

/*  === SWIPER - Upcoming-events ===  */
.eventosMobileSwiper {
    padding-bottom: 3rem !important;
}

.eventosMobileSwiper .swiper-slide {
    width: 80% !important;
    flex-shrink: 0;
    transition: opacity 0.3s ease;
    transform: scale(1) !important;
}

/*  === SWIPER - Marcas - Intitucional ===  */
.swiper-parceiros-desktop .swiper-slide {
    margin: 0 40px;
}

/*  === SWIPER - Equipe - Intitucional ===  */
.swiper-equipe .swiper-slide {
    width: auto;
    transition: transform 0.3s ease;
}

.swiper-equipe .swiper-slide:hover {
    transform: translateY(-4px);
}

.swiper-equipe .swiper-button-prev,
.swiper-equipe .swiper-button-next {
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.swiper-equipe .swiper-button-prev:after,
.swiper-equipe .swiper-button-next:after {
    font-size: 16px;
    font-weight: bold;
}

/*  ===  ===  */
.termo-uso p,
.politica-privacidade p .termo-uso li,
.politica-privacidade li {
    font-size: 18px;
    color: #555555;
}

/* Estilos para o formulário do RD Station */
.fdez-form .bricks--column>div {
    padding: 0 !important;
    background-color: #f6f6f6 !important;
}

.fdez-form .bricks-form__label {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    align-self: stretch !important;
    color: #212121 !important;
    font-family: "Inter", sans-serif !important;
    font-display: swap !important;
    font-weight: 400 !important;
}

.fdez-form .bricks-form__input {
    height: 64px !important;
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
    color: #7b7b7b !important;
    outline-width: 1px !important;
    outline-offset: -1px !important;
    outline-color: #e9e9e9 !important;
    outline-style: solid !important;
    border-radius: 20px !important;
    align-self: stretch !important;
    gap: 0.625rem !important;
    background-color: #fbfbfb !important;
}

.fdez-form .bricks--component-button {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    align-self: flex-start !important;
    min-width: 190px !important;
    width: 190px !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
    transition-timing-function:
        cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
    gap: 0.625rem !important;
    border-radius: 9999px !important;
    background-color: #163c43 !important;
}

.fdez-form .bricks-form__field__option .bricks-form__label {
    margin-bottom: 22px !important;
    color: #555555 !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
}

.fdez-form select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

.fdez-form a.select2-choice {
    height: 64px !important;
}

.fdez-form .bricks--component.bricks--component-text.rd-text p span,
.fdez-form .bricks--component.bricks--component-text.rd-text p a {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
}

.select2-results .select2-result-label img.flag {
    width: 20px !important;
    height: 20px !important;
    float: left !important;
    margin: 2px 10px 0 0 !important;

}

#rd-form-joq3m2m5i .with-select-flags>.phone-input-group>.select2-container>.select2-choice {
    height: 63px !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 20px !important;
}

#rd-form-joq3m2m5i .with-select-flags>.phone-input-group>.select2-container>.select2-choice>.select2-chosen>.flag {
    height: 63px !important;
    margin-left: 0px !important;
}

#rd-form-joq3m2m5i .with-select-flags>.phone-input-group>.phone-country {
    width: 40px !important;
}

.fdez-form.fdez-color-study .bricks--column.rd-column .rd-form {
    background-color: #fbfbfb !important;
}

.fdez-form.fdez-color-study .bricks--component.bricks--component-text.rd-text {
    background-color: #fbfbfb !important;
}

.fdez-form.fdez-color-study .bricks--column>div {
    background-color: #fbfbfb !important;
}

.fdez-form.fdez-color-study .with-select-flags>.phone-input-group>.select2-container>.select2-choice {
    background: #fbfbfb !important;
}

/* Plugin de compartilhamento */
.wpusb-fixed {
    top: 35% !important;
}

.wpusb-position-fixed-active {
    margin-bottom: 0 !important;
}

div#wpusb-container-fixed {
    padding: 18px !important;
    background: #F2F2F2 !important;
    background-color: #F2F2F2 !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.wpusb-item {
    margin-bottom: 10px !important;
}

a.wpusb-layout-square2 {
    width: 32px !important;
    height: 32px !important;
    border-radius: 60px !important;
}

svg.wpusb-svg.wpusb-angle-double-left {
    display: none !important;
}

@media (max-width: 767px) {
    div#wpusb-container-fixed {
        display: none;
    }
}

@media (min-width: 768px) {
    #videocast-modulo-depoimento div#wpusb-container-rounded {
        display: none;
    }

    div#wpusb-container-rounded {
        margin: 30px 0 20px;
    }
}