html {
    scroll-behavior: smooth;
}

.primarySection {
    min-height: 969.984375px;
    /* Ajuste conforme necessário */
}

.secondarySection {
    min-height: 587px;
    /* Ajuste conforme necessário */
}

.tercerySection {
    min-height: 970px;
    /* Ajuste conforme necessário */
}

.fourthSection {
    min-height: 605px;
    /* Ajuste conforme necessário */
}

.fiveSection {
    min-height: 578px;
    /* Ajuste conforme necessário */
}

.sixSection {
    min-height: 430px;
    /* Ajuste conforme necessário */
}

.sevenSection {
    min-height: 250px;
    /* Ajuste conforme necessário */
}

.eighthSection {
    min-height: 688.6875px;
    /* Ajuste conforme necessário */
}

.nineSection {
    min-height: 451.1875px;
    /* Ajuste conforme necessário */
}

.tenSection {
    min-height: 1089.0625px;
    /* Ajuste conforme necessário */
}

#containerPrincipal {
    min-width: 100%;
    max-width: none;
    overflow: visible;
    overflow-x: clip;
    padding: 0px;
}

.navBarPrincipal {
    margin-bottom: 0px;
}

.primarySection {
    background-color: #1E90FF;
    position: relative;
    overflow-x: clip;
}

.nuvensImg {
    position: absolute;
    width: 114%;
    max-height: 1010px;
    transform: translateX(-200px);
    z-index: 1;
    pointer-events: none;
    animation: slideNuvens 6000ms ease-in-out infinite alternate;
}

@keyframes slideNuvens {
    from {
        transform: translateX(-200px);
    }

    to {
        transform: translateX(-100px);
    }
}

.section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 0px;
    z-index: 1;
    position: relative;
}

.primarySection .section>div:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: #fff;
}

.primarySection .section>div:first-child img {
    max-height: 40px;
}

.primarySection .section>div:first-child span {
    font-size: 15px;
}

.titlePrimarySection {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.titlePrimarySection>div:first-child {
    font-size: 55px;
    color: #fff;
    font-weight: 500;
}

.titlePrimarySection>div:first-child span:first-child {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
}

.titlePrimarySection>div:first-child img {
    margin-bottom: -9px;
}

.titlePrimarySection>span {
    color: #fff;
    font-size: 18px;
    margin: 20px 0px 10px;
}

.buttonsPrimarySection {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 15px;
}

.buttonsPrimarySection .saibaMais {
    padding: 15px 24px;
    background-color: #fff;
    color: #191919;
    border-radius: 44px;
    font-size: 18px;
    font-weight: 500;
    transition: 0.2s;
}

.saibaMais:hover {
    transform: scale(1.01);
    background-color: #f3f3f3;
}

.buttonsPrimarySection .comecar {
    padding: 15px 24px;
    background-color: #FFCC02;
    color: #191919;
    font-size: 18px;
    font-weight: 500;
    border-radius: 44px;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    transition: 0.2s;
}

.comecar:hover {
    transform: scale(1.01);
    background-color: #ecbd00;
}

.windows {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    align-items: center;
    position: relative;
    min-height: 501px;
}

.fundo {
    display: none;
    background: linear-gradient(to bottom, #A0CEFA 0%, #E2F1FF 100%);
    width: 330px;
    height: 480px;
    position: absolute;
    border-radius: 104px;
    z-index: 1;
}

.windowImg {
    position: relative;
    z-index: 3;
    max-width: 350px;
}

.grafico {
    position: absolute;
    overflow: hidden;
    z-index: 2;
    bottom: 0px;
    max-width: 330px;
    height: 480px;
    display: flex;
    align-items: flex-end;
}

.graficoImg {
    transform: translateX(-150px);
    animation: slide 6000ms ease-in-out infinite alternate;
    width: auto;
}

@keyframes slide {
    from {
        transform: translateX(-150px);
    }

    to {
        transform: translateX(-600px);
    }
}

.flechaImg {
    position: absolute;
    width: 100%;
}

.secondarySection {
    margin: 70px 0px 0px;
    overflow: hidden;
}

.secondarySection .section>div:first-child {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
}

.secondarySection .section>div:first-child span {
    font-size: 32px;
    font-weight: 500;
    color: #191919;
    text-align: center;
}

.badge {
    font-size: 14px;
    white-space: nowrap;
    color: #1E90FF;
    background-color: rgba(30, 144, 255, 0.1);
    padding: 8px 12px;
    border-radius: 44px;
}

.cardsSecondarySection {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 256px));
    gap: 1.5rem;
    justify-content: center;
    margin-top: 60px;
    min-height: 271px;
}

.cardSecondarySection {
    max-width: 256px;
    text-align: center;
    height: 100%;
}

.cardSecondarySection>div:first-child {
    position: relative;
    background-color: #E5F2FF;
    border: 1px solid rgba(194, 225, 255, 0.50);
    border-bottom: none;
    height: 146px;
    border-radius: 14px 14px 0px 0px;
    height: 146px;
}

.cardSecondarySection>div:first-child::before,
.cardSecondarySection>div:first-child::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #F7F8FA;
    border: 1px solid #eaeaea;
    border-top: none;
    border-bottom: none;
}

.cardSecondarySection>div:first-child::before {
    left: -12px;
    bottom: -10px;
    border-left: none;
}

.cardSecondarySection>div:first-child::after {
    right: -12px;
    bottom: -10px;
    border-right: none;
}

.cardsSecondarySection img {
    margin-top: -18px;
}

.cardSecondarySection>div:last-child {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
    background: #fff;
    border: 1px solid #eaeaea;
    border-top: none;
    padding: 10px 20px;
    border-radius: 0px 0px 14px 14px;
    height: 125px;
}

.cardSecondarySection>div:last-child p {
    font-weight: 500;
    color: #191919;
}

.cardSecondarySection>div:last-child span {
    font-size: 14px;
    color: #8F8F8F;
}

.carrouselSecondarySection {
    padding: 1rem 0rem;
    width: 100%;
    border: 1px solid;
    border-image: linear-gradient(90deg, #DEDEDE 0%, #E9E9E9 100%);
    border-image-slice: 1;
    border-left: 0px;
    border-right: 0px;
    overflow: hidden;
    min-height: 74px;
    /* Garante que touch vertical não seja sequestrado pelo carrossel */
    touch-action: pan-y;
}

.carrouselSecondarySection .slick-list,
.carrouselSecondarySection .slick-track {
    touch-action: pan-y;
}

.carrouselSecondarySection img {
    height: 30px;
    width: auto;
    max-width: none;
    object-fit: contain;
    vertical-align: middle;
}

.carrouselSecondarySection .slick-slide {
    padding: 0 34px;
}

@media (max-width: 768px) {
    .carrouselSecondarySection {
        padding-top: 2rem;
    }
}

.tercerySection,
.fiveSection {
    background: linear-gradient(to right, #cae6fb82 0%, rgba(202, 230, 251, 0) 70%, rgba(202, 230, 251, 0) 100%);
    border: 1px solid rgba(202, 230, 251, 1);
    border-left: none;
    border-right: none;
}

.gerenciadorReserva,
.geradorOrcamento,
.geradorLink,
.duvidas {
    display: flex;
    gap: 3rem;
    align-items: center;
    justify-content: center;
}

.gerenciadorReserva>div,
.geradorOrcamento>div,
.geradorLink>div,
.duvidas>div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.7rem;
    max-width: 340px;
}

.gerenciadorReserva>div ul li,
.gerenciadorReserva>div span,
.geradorOrcamento>div ul li,
.geradorOrcamento>div span,
.geradorLink>div span {
    color: #8F8F8F;
}

.gerenciadorReserva>div ul li,
.geradorOrcamento>div ul li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.gerenciadorReserva>div ul li span,
.geradorOrcamento>div ul li span {
    margin-top: -3px;
}

.gerenciadorReserva>div a,
.geradorOrcamento>div a,
.geradorLink>div a {
    border: 1px solid #CAE6FB;
    color: #191919;
    font-weight: 500;
    padding: 10px 24px;
    border-radius: 44px;
    transition: 0.2s;
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 12px;
}

.gerenciadorReserva>div a:hover,
.geradorOrcamento>div a:hover,
.geradorLink>div a:hover {
    background-color: #cae6fb30;
}

.amostrasReserva {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-top: 90px;
    min-height: 344px;
}

.amostra span {
    font-size: 21px;
    padding: 0rem 0.1rem;
    font-weight: 600;
    margin-top: 20px;
    display: inline-block;
}

.amostra>div {
    display: flex;
    align-items: end;
    border-radius: 27px;
    max-width: 350px;
    width: 100%;
    justify-content: center;
    height: 270px;
}

.receberNotificacao {
    border: 1px solid rgba(202, 230, 251, 1);
    background: linear-gradient(122deg, rgba(92, 168, 242, 0) 0%, rgba(181, 218, 255, 0.2) 100%);
}

.envieLink {
    border: 1px solid #F7DD63;
    background: #f6f7ec;
}

.gereResumo {
    border: 1px solid rgba(209, 253, 226, 1);
    background: #effefc;
}

.envieLink img {
    margin-left: -30px;
    margin-bottom: 50px;
    max-width: 330px;
}

.sixSection {
    background: #1E90FF;
    padding: 3rem 0rem 6rem;
}

.dadosNumericos {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8rem;
    color: #fff;
}

.dadosNumericos h1 {
    font-size: 38px;
    font-weight: 600;
}

.dadosNumericos span {
    display: block;
    margin-top: 10px;
    font-size: 16px;
}

.sevenSection {
    background: linear-gradient(to right, #042D86, #0064C5);
    height: 250px;
    margin-bottom: 120px;
}

.bilhetes {
    margin-top: -160px;
    display: flex;
    justify-content: center;
    min-height: 481px;
}

.eighthSection {
    padding: 5rem 0rem;
}

.duvidas {
    align-items: flex-start;
}

.duvidas ul {
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
    margin-top: 15px;
}

.duvidas ul li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.duvidas li>div:first-child {
    border: 1px solid #E2E2E2;
    border-radius: 50%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.duvidas ul li img {
    width: 24px;
}

.duvidas ul li>div:last-child {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.duvidas ul li>div:last-child p {
    font-weight: 600;
}

.duvidas ul li>div:last-child span {
    color: #8F8F8F;
    font-size: 13.5px;
}

.dropdownsDuvida {
    align-self: baseline;
    max-width: max-content !important;
    margin-top: 38px;
    gap: 1.5rem;
}

.dropdownDuvida {
    max-width: 560px;
    min-height: 60px;
    border-bottom: 1px solid #E2E2E2;
    width: 100%;
    padding: 1rem 0.2rem 1.2rem;
    cursor: pointer;
    border-radius: 6px 6px 0px 0px;
    transition: background-color 0.2s height 0.2s;
}

.dropdownDuvida:hover {
    background-color: #f5f5f5;
}

.dropdownDuvida>div:first-child {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.dropdownDuvida>div:first-child span {
    color: #191919;
    display: inline-flex;
    gap: 1rem;
    align-items: center;
    font-weight: 600;

}

.dropdownDuvida>div:first-child strong {
    color: #1E90FF;
    font-size: 18px;
}

.dropdownDuvida .dropdown {
    font-size: 14px;
    color: #8F8F8F;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.25s ease-in-out;
}

.dropdown.activeDropdown {
    max-height: 200px;
}

.dropdownDuvida.active {
    border-bottom: 2px solid #1E90FF;
}

.nineSection {
    background: #1E90FF;
}

.nineSection .section {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    color: #fff;
    justify-content: center;
    gap: 1.8rem;
}

.nineSection .badge {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.nineSection h1 {
    font-weight: 500;
    margin: -18px 0px 5px;
}

.depoimentos {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.nineSection p {
    font-size: 22px;
    font-weight: 500;
}

.logosAgencia {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 1.5rem;
    align-items: center;
}

.logosAgencia img {
    max-width: 140px;
    /* max-height: 68px; */
    object-fit: cover;
    width: 100%;
    max-height: 89px;
}

.logosAgencia div {
    padding: 1rem;
    background-color: #4ba6ff;
    border-radius: 44px;
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tenSection .section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #191919;
}

.tenSection h1 {
    margin-bottom: 45px;
    font-weight: 500;
}

.planosDiv {
    max-width: 850px;
}

.planosDiv ul {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.planosDiv li {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    border-bottom: 1px solid #E2E2E2;
    padding: 0.5rem 0rem 0.7rem;
}

.planosDiv li>div:first-child span {
    display: flex;
    gap: 1rem;
    font-weight: 600;
    align-items: center;
    font-size: 15.5px;
}

.planosDiv li>div:not(:first-child) {
    text-align: center;
    padding: 0rem 0.1rem;
}

.planosDiv li span strong {
    color: #1E90FF;
    font-size: 18px;
    font-weight: 600;
}

.planosDiv li:first-child {
    border: none;
    padding: 1rem 0rem 0.7rem;
}

.planosDiv li:first-child>div:first-child {
    display: flex;
    gap: 0.7rem;
}

.planosDiv li:first-child>div:not(:first-child) {
    font-size: 30px;
    font-weight: 500;
}

.switch {
    position: relative;
    display: flex;
    align-items: center;
    width: 218px;
    height: 45px;
    background-color: rgba(31, 7, 59, 0.06);
    border-radius: 40px;
    padding: 8px;
    cursor: pointer;
    user-select: none;
}

.switch-option {
    flex: 1;
    text-align: center;
    line-height: 20px;
    font-weight: 500;
    color: #0F0D0F;
}

.switch-toggle {
    position: absolute;
    z-index: -1;
    top: 3px;
    left: 5px;
    width: 105px;
    height: 38.5px;
    background-color: #1E90FF;
    border-radius: 40px;
    transition: left 0.3s;
}

.switch.active .switch-toggle {
    left: 108px;
}

.switch.active .switch-option:nth-child(2) {
    color: white;
}

.switch-option:nth-child(1) {
    color: white;
}

.switch.active .switch-option:nth-child(1) {
    color: #0F0D0F;
}

.mesesGratis {
    display: flex;
    flex-direction: column;
    margin-top: 1px;
}

.mesesGratis span {
    font-size: 14px;
}

.mesesGratis img {
    width: 16px;
}

.planosDiv ul li:last-child {
    padding: 0rem;
    border: none;
}

.comecarGratisDiv,
.assinarDiv {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: flex-end;
    align-items: center;
}

.comecarGratisDiv span {
    font-size: 39px;
    font-weight: 600;
}

.comecarGratisDiv p,
.assinarDiv p {
    color: #888a8c;
    font-size: 14px;
    margin-top: -8px;
    font-weight: 500;
}

.comecarGratisButton {
    border: 1px solid #E2E2E2;
    border-radius: 44px;
    color: #191919;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 600;
    margin-top: 15px;
    justify-content: center;
    transition: 0.2s;
    min-width: 180px;
    width: max-content;
}

.comecarGratisButton span,
.assinarButton span {
    font-size: 16px;
}

.comecarGratisButton:hover {
    transform: scale(1.01);
    background-color: #f7f7f7;
}

.assinarDiv span {
    font-size: 39px;
    font-weight: 600;
    color: #1E90FF;
    align-items: center;
    display: flex;
}

.assinarDiv span strong {
    font-size: 11.5px !important;
    margin-left: 5px;
    font-weight: 400 !important;
    margin-top: 2px;
}

.assinarButton {
    border: 1px solid #FFCC02;
    border-radius: 44px;
    background-color: #FFCC02;
    color: #191919;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 600;
    margin-top: 15px;
    justify-content: center;
    transition: 0.2s;
    min-width: 180px;
    width: max-content;
}

.assinarButton span {
    font-size: 16px;
    color: #191919;
}

.assinarButton:hover {
    transform: scale(1.01);
    background-color: #f9c700;
    border-color: #f9c700;
}

.planosDiv .assinarDiv .assinarSpan {
    color: #88c5fe;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: -13px;
}


@media (max-width: 1230px) {
    .nuvensImg {
        width: 140%;
    }
}

@media (max-width: 1100px) {
    .section {
        padding: 50px 0.65rem;
    }

    .eighthSection {
        padding: 0rem 0rem;
    }

    .sevenSection {
        display: none;
    }

    .cardsSecondarySection {
        grid-template-columns: 1fr;
        max-width: 360px;
        margin: 50px auto 0;
        gap: 1.25rem;
    }

    .cardSecondarySection {
        max-width: none;
    }

    .envieLink img {
        margin-bottom: 69px;
        max-width: 300px;
    }

    .gerenciadorReserva,
    .geradorOrcamento,
    .geradorLink,
    .duvidas {
        gap: 1.5rem;
    }
}

@media (max-width: 970px) {

    .receberNotificacao img {
        width: 240px;
    }

    .gereResumo img {
        width: 330px;
    }

    .envieLink img {
        margin-bottom: 59px;
        max-width: 270px;
    }

    .amostra span {
        font-size: 18px;
        margin-top: 13px;
    }

    .gerenciadorReserva {
        flex-direction: column;
        gap: 1.5rem;
    }

    .gerenciadorReserva>div a {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .gerenciadorReserva>div {
        gap: 0.5rem;
        text-align: center;
        align-items: center;
    }

    .amostrasReserva {
        margin-top: 40px;
    }

    .amostra>div {
        border-radius: 22px;
        height: 240px;
    }

    .geradorOrcamento h1 {
        font-size: 26px;
    }

    .geradorOrcamento span,
    .geradorOrcamento ul {
        font-size: 15.5px;
    }

    .geradorOrcamento>div a {
        font-size: 15.5px;
        padding: 8px 20px;
    }

    .geradorOrcamento,
    .geradorLink {
        gap: 0rem;
    }

    .geradorOrcamento>img {
        width: 630px;
    }

    .geradorLink>img {
        width: 520px;
    }

}

@media (max-width: 862px) {
    .amostra span {
        max-width: 320px;
        display: block;
        margin: 10px auto 5px;
    }

    .amostrasReserva {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .amostra>div {
        max-width: 320px;
        margin: 0 auto;
    }

    .amostrasReserva .amostra:last-child {
        grid-column: 1 / -1;
    }

    .geradorOrcamento {
        flex-direction: column-reverse;
    }

    .geradorLink {
        gap: 1.5rem;
        flex-direction: column;
    }

    .geradorOrcamento>img {
        width: 100%;
        max-width: 630px;
    }

    .gerenciadorReserva>div {
        max-width: 370px;
    }

    .geradorOrcamento>div,
    .geradorLink>div {
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .geradorOrcamento span,
    .geradorOrcamento ul,
    .geradorLink span,
    .duvidas span {
        font-size: 15px;
    }

    .geradorOrcamento h1,
    .geradorLink h1,
    .duvidas h1 {
        font-size: 25px;
    }

    .geradorOrcamento>div a {
        font-size: 15px;
        padding: 7px 20px;
        width: 100%;
        justify-content: center;
    }

    .geradorLink>div a {
        font-size: 15px;
        padding: 9px 20px;
        width: 100%;
        justify-content: center;
    }

    .geradorLink>img {
        width: 100%;
        max-width: 510px;
        transform: scale(0.9567);
        margin-right: 0px;
    }

    .logosAgencia {
        gap: 1rem;
    }

    .dropdownDuvida>div:first-child span {
        font-size: 15px;
        gap: 0.2rem;
    }

    .duvidas {
        gap: 0.5rem;
    }


}

@media (max-width: 768px) {
    .titlePrimarySection>div:first-child {
        font-size: 40px;
    }

    .section {
        padding: 15px 0.65rem;
    }

    .secondarySection .section>div:first-child span {
        font-size: 32px;
    }

    .buttonsPrimarySection .saibaMais,
    .buttonsPrimarySection .comecar {
        padding: 12px 18px;
        font-size: 17px;
    }

    .grafico {
        max-width: 196px;
        height: 308px;
    }

    .windowImg {
        max-width: 224px;
    }

    .fundo {
        width: 196px;
        height: 308px;
    }

    .graficoImg {
        height: 240px;
        width: auto;
        animation-name: slide768;
    }

    @keyframes slide768 {
        from { transform: translateX(-95px); }
        to   { transform: translateX(-400px); }
    }

    .nuvensImg {
        width: 155%;
    }

    .gerenciadorReserva>img {
        width: 100%;
        max-width: 599px;
    }

    .dadosNumericos {
        gap: 3rem;
        flex-wrap: wrap;
    }

    .sixSection {
        padding: 2rem 0rem 4rem;
    }

    .dadosNumericos span {
        margin-top: 5px;
        font-size: 15px;
    }

    .dadosNumericos h1 {
        font-size: 32px;
        font-weight: 600;
    }

    .dadosNumericos>div img {
        width: 95px;
    }

    .logosAgencia {
        grid-template-columns: repeat(auto-fill, minmax(150px, 161px));
        justify-content: center;
        width: 100%;
    }

    .nineSection h1 {
        font-size: 26px;
    }

    .nineSection p {
        font-size: 19px;
    }

    .logosAgencia div {
        padding: 0.5rem;
        height: 65px;
    }

    .logosAgencia img {
        max-width: 100px;
    }

    .switch {
        width: 200px;
    }

    .switch.active .switch-toggle {
        left: 98px;
    }

    .switch-toggle {
        width: 97px;
    }

    .planosDiv li:first-child>div:first-child {
        gap: 0.3rem;
    }

    .planosDiv li:first-child>div:not(:first-child) {
        font-size: 27px;
    }

    .duvidas {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .duvidas>div {
        align-items: center;
        max-width: 560px;
        align-items: center;
    }

    .duvidas ul {
        align-self: flex-start;
        margin-top: 10px;
    }
}

@media (max-width: 650px) {
    .planosDiv li:first-child>div:first-child {
        position: absolute;
        top: -15px;
        justify-content: center;
        left: 50px;
        width: max-content;
        white-space: nowrap;
    }

    .planosDiv li:first-child>div:nth-child(2) {
        grid-column: 2;
    }

    .planosDiv li:first-child {
        padding: 3.1rem 0rem 0rem;
    }

    .planosDiv li {
        position: relative;
    }

    .planosDiv li:first-child>div:not(:first-child) {
        font-size: 25px;
    }

    .planosDiv li>div:first-child span {
        gap: 0.3rem;
        font-size: 15px;
    }

    .planosDiv li span strong {
        font-size: 17px;
    }

    .comecarGratisDiv span {
        font-size: 33px;
    }

    .assinarDiv>span {
        font-size: 33px;
    }

    .comecarGratisButton {
        margin-right: 3px;
        padding: 9px 10px;
        margin-top: 10px;
        min-width: auto;
        width: 100%;
    }

    .assinarButton {
        padding: 9px 10px;
        margin-top: 10px;
        min-width: auto;
        width: 100%;
    }

    .comecarGratisButton span,
    .assinarButton span {
        font-size: 16px;
        white-space: nowrap;
    }

    .comecarGratisDiv p,
    .assinarDiv p {
        font-size: 13px;
        margin-top: -7px;
    }

    .assinarDiv span strong {
        font-size: 11px !important;
    }

    .planosDiv ul li:last-child {
        grid-template-columns: 1fr 1fr;
        gap: 0rem 0.5rem;
    }

    .comecarGratisDiv {
        grid-column: 1;
    }

    .planosDiv ul li:last-child img {
        width: 24px;
    }
}


@media (max-width: 550px) {
    .primarySection .section>div:first-child {
        flex-direction: column;
    }

    .tenSection h1 {
        margin-bottom: 38px;
        font-size: 28px;
    }

    .titlePrimarySection>div:first-child {
        font-size: 30px;
    }

    .titlePrimarySection>span {
        font-size: 16px;
        margin: 10px 0px 10px;
    }

    .windows {
        margin-top: 32px;
        min-height: 320px;
    }

    .buttonsPrimarySection .saibaMais,
    .buttonsPrimarySection .comecar {
        padding: 10px 15px;
        font-size: 16px;
    }

    .buttonsPrimarySection .saibaMais img,
    .buttonsPrimarySection .comecar img {
        width: 19px;
        margin-bottom: -2px;
    }

    .titlePrimarySection>div:first-child img {
        width: 67px;
    }

    .cardSecondarySection>div:last-child span {
        font-size: 13.5px;
        color: #8F8F8F;
    }

    .cardSecondarySection>div:last-child p {
        font-size: 15.5px;
    }

    .cardsSecondarySection {
        grid-template-columns: 1fr;
        max-width: 360px;
        margin: 50px auto 0;
        gap: 1.5rem;
    }

    .cardSecondarySection {
        max-width: none;
    }

    .cardSecondarySection>div:last-child {
        height: auto;
        min-height: 110px;
    }

    .secondarySection {
        margin: 40px 0px 0px;
        overflow: hidden;
    }

    .gerenciadorReserva h1,
    .geradorOrcamento h1,
    .geradorLink h1 {
        font-size: 22.5px;
    }

    .duvidas h1 {
        font-size: 24.5px;
    }

    .gerenciadorReserva span,
    .gerenciadorReserva ul,
    .geradorOrcamento span,
    .geradorOrcamento ul,
    .geradorLink span,
    .geradorLink ul,
    .duvidas span {
        font-size: 14.5px;
    }

    .gerenciadorReserva>div a,
    .geradorLink>div a {
        font-size: 15px;
        padding: 8px 20px;
    }

    .badge {
        font-size: 12.5px;
        padding: 8px 10px;
    }

    .amostrasReserva {
        display: grid;
        grid-template-columns: 1fr;
    }

    .dadosNumericos span {
        margin-top: 5px;
        font-size: 14px;
    }

    .dadosNumericos h1 {
        font-size: 28px;
    }

    .dadosNumericos>div img {
        width: 85px;
    }

    .duvidas ul li>div:last-child span {
        color: #8F8F8F;
        font-size: 13px;
    }

    .duvidas ul li>div:last-child p {
        font-weight: 600;
        font-size: 15.5px;
    }

    .duvidas li>div:first-child {
        width: 38px;
        height: 38px;
    }

}

@media (max-width: 450px) {
    .primarySection {
        min-height: auto;
        padding-bottom: 24px;
    }

    .secondarySection {
        min-height: 813px;
        /* ajuste conforme necessário */
    }

    .tercerySection {
        min-height: 1582px;
        /* ajuste conforme necessário */
    }

    .fourthSection {
        min-height: 605px;
        /* ajuste conforme necessário */
    }

    .fiveSection {
        min-height: 632px;
        /* ajuste conforme necessário */
    }

    .sixSection {
        min-height: 467px;
        /* ajuste conforme necessário */
    }

    .eighthSection {
        min-height: 745px;
        /* ajuste conforme necessário */
    }

    .nineSection {
        min-height: 550px;
        /* ajuste conforme necessário */
    }

    .tenSection {
        min-height: 917px;
        /* ajuste conforme necessário */
    }

}

@media (max-width: 430px) {
    .titlePrimarySection>div:first-child img {
        width: 50px;
        margin-bottom: -4px;
    }

    .dropdownsDuvida {
        margin-top: 18px;
    }

    .titlePrimarySection>span {
        font-size: 14px;
    }

    .dropdownDuvida>div:first-child span {
        font-size: 14.5px;
    }

    .buttonsPrimarySection .saibaMais,
    .buttonsPrimarySection .comecar {
        padding: 9px 12px;
        font-size: 15.5px;
    }

    .windowImg {
        max-width: 182px;
    }

    .windows {
        min-height: 220px;
        margin-top: 24px;
    }

    .fundo {
        width: 168px;
        height: 210px;
    }

    .grafico {
        max-width: 168px;
        height: 210px;
    }

    @keyframes slide430 {
        from { transform: translateX(-80px); }
        to   { transform: translateX(-250px); }
    }

    .graficoImg {
        height: 160px;
        width: auto;
        margin-bottom: -10px;
        animation-name: slide430;
    }

    .titlePrimarySection>div:first-child span:first-child {
        flex-wrap: wrap;
    }

    .nuvensImg {
        width: 225%;
    }

    .cardSecondarySection>div:last-child p {
        font-weight: 500;
        font-size: 14.5px;
        color: #191919;
    }

    .cardSecondarySection>div:last-child span {
        font-size: 13px;
        color: #8F8F8F;
    }

    .secondarySection .section>div:first-child span {
        font-size: 26px;
    }

    .cardSecondarySection>div:last-child {
        height: 145px;
    }

    .cardsSecondarySection img {
        margin-top: -25px;
        transform: scale(0.85);
    }

    .cardSecondarySection>div:first-child {
        height: 126px;
    }

    .cardSecondarySection>div:last-child p {
        font-size: 14px;
    }

    .cardSecondarySection>div:last-child {
        padding: 10px 15px;
    }

    .cardsSecondarySection {
        grid-template-columns: 1fr;
        max-width: 320px;
        margin: 40px auto 0;
        gap: 1.25rem;
    }

    .secondarySection .section>div:first-child span {
        font-size: 23px;
    }

    img[src='./imgNew/enviarPassagem.svg'] {
        margin-left: -10px;
    }

    .carrouselSecondarySection {
        padding: 0.2rem 0rem;
    }

    .gerenciadorReserva h1,
    .geradorOrcamento h1,
    .geradorLink h1 {
        font-size: 21px;
    }

    .gerenciadorReserva>div a,
    .geradorOrcamento>div a,
    .geradorLink>div a {
        font-size: 14.5px;
        padding: 7.5px 20px;
    }

    .planosDiv li>div:first-child span {
        gap: 0.3rem;
        font-size: 14px;
    }

    .planosDiv li {
        grid-template-columns: 1.5fr 1fr 1fr;
    }

    .tenSection h1 {
        margin-bottom: 38px;
        font-size: 26px;
    }

    .switch {
        width: 180px;
        height: 40px;
    }

    .switch.active .switch-toggle {
        left: 86px;
    }

    .switch-toggle {
        width: 90px;
        height: 34.5px;
    }

    .switch-option {
        font-size: 15.5px;
    }

    .planosDiv li:first-child>div:first-child {
        left: 40px;
    }

    .planosDiv li:first-child>div:not(:first-child) {
        font-size: 20px;
    }

    .planosDiv ul li img {
        width: 30px;
    }

    .comecarGratisDiv span {
        font-size: 28px;
    }

    .comecarGratisButton span,
    .assinarButton span {
        font-size: 16px;
    }

    .comecarGratisButton {
        margin-right: 3px;
        padding: 5px 10px;
        margin-top: 5px;
        min-width: auto;
        width: 100%;
    }

    .assinarButton {
        padding: 5px 10px;
        margin-top: 5px;
        min-width: auto;
        width: 100%;
    }

    .assinarDiv>span {
        font-size: 28px;
    }

    .planosDiv .assinarDiv .assinarSpan {
        font-size: 12.5px;
        margin-bottom: -12px;
    }

    .comecarGratisDiv p,
    .assinarDiv p {
        font-size: 12.5px;
        margin-top: -7px;
    }

}


@media (max-width: 375px) {
    .cardSecondarySection>div:last-child {
        height: 115px;
    }

    .planosDiv li:first-child>div:first-child {
        left: 15px;
    }

    .logosAgencia {
        grid-template-columns: repeat(auto-fill, minmax(140px, 147px));
    }

    .cardsSecondarySection {
        grid-template-columns: 1fr;
        max-width: 300px;
        margin: 40px auto 0;
    }

    .receberNotificacao img {
        width: 210px;
    }

    .gerenciadorReserva h1,
    .geradorOrcamento h1,
    .geradorLink h1 {
        font-size: 20px;
    }

    .gerenciadorReserva span,
    .gerenciadorReserva ul,
    .geradorOrcamento span,
    .geradorOrcamento ul,
    .geradorLink span,
    .geradorLink ul {
        font-size: 14px;
    }

    .gerenciadorReserva>div a,
    .geradorOrcamento>div a,
    .geradorLink>div a {
        font-size: 14.5px;
        padding: 7px 20px;
    }

    .amostra>div {
        height: 210px;
    }

    .amostra span {
        font-size: 17px;
    }

    .envieLink img {
        margin-bottom: 29px;
    }

    .gereResumo img {
        width: 295px;
    }

    .dadosNumericos h1 {
        font-size: 26px;
    }

    .dadosNumericos {
        gap: 1.5rem;
        flex-wrap: wrap;
    }

    .dadosNumericos span {
        margin-top: 4px;
        font-size: 13.5px;
    }

}

footer {
    margin: 0px !important;
}

.decorationFooter {
    display: none;
}

/* Seção de transição para as ferramentas */
.toolsIntroSection {
    background-color: #fff;
    padding: 64px 0 32px;
}

.toolsIntroSection .section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

.toolsIntroContent {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.toolsIntroContent h2 {
    font-size: 34px;
    font-weight: 600;
    color: #191919;
    line-height: 1.2;
    margin: 0;
    letter-spacing: -0.01em;
}

.toolsIntroContent p {
    font-size: 17px;
    color: #555;
    line-height: 1.55;
    margin: 0;
    max-width: 580px;
}

.toolsIntroContent p strong {
    color: #191919;
    font-weight: 600;
}

@media (max-width: 768px) {
    .toolsIntroSection {
        padding: 48px 0 24px;
    }
    .toolsIntroContent h2 {
        font-size: 26px;
    }
    .toolsIntroContent p {
        font-size: 15px;
    }
}

@media (max-width: 450px) {
    .toolsIntroSection {
        padding: 40px 0 16px;
    }
    .toolsIntroContent h2 {
        font-size: 22px;
    }
    .toolsIntroContent p {
        font-size: 14px;
    }
}

/* Link WhatsApp na seção dúvidas — replica o flex do .duvidas ul li */
.duvidas ul li a.duvidasWhatsappLink {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: opacity 0.18s;
    width: 100%;
}

.duvidas ul li a.duvidasWhatsappLink p,
.duvidas ul li a.duvidasWhatsappLink span {
    color: inherit;
}

.duvidas ul li a.duvidasWhatsappLink span {
    color: #8F8F8F;
}

.duvidas ul li a.duvidasWhatsappLink:hover {
    opacity: 0.85;
}

/* Círculo do ícone igual aos outros itens das dúvidas */
.duvidas ul li a.duvidasWhatsappLink .duvidasWhatsappIcon {
    border: 1px solid #E2E2E2;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.duvidas ul li a.duvidasWhatsappLink .duvidasWhatsappIcon svg {
    flex-shrink: 0;
}

/* Destaque "até 30% OFF" no hero */
.titlePrimarySection .heroDiscount {
    display: inline-block;
    background: #22c55e;
    color: #fff;
    padding: 2px 16px;
    border-radius: 999px;
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(34, 197, 94, 0.35);
}

/* Botão único do hero (variação live/comunidade) */
.buttonsPrimarySection .comecarLive {
    background: #fff;
    color: #191919;
    border: none;
    cursor: pointer;
    font-family: inherit;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.buttonsPrimarySection .comecarLive svg {
    flex-shrink: 0;
    color: #25D366;
}

.buttonsPrimarySection .comecarLive:hover {
    background: #f3f3f3;
    transform: scale(1.01);
}

/* Container empilhado quando tem o badge da live em cima */
.buttonsPrimarySection--live {
    flex-direction: column;
    gap: 14px;
}

/* Badge "AO VIVO · 19 MAIO · 20H" acima do botão */
.heroLiveBadge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 16px 7px 14px;
    background: rgba(255, 68, 68, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.08em;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    animation: heroLiveBadgeGlow 2.4s ease-in-out infinite;
}

.heroLiveBadge-text {
    line-height: 1;
}

.heroLiveBadge-text strong {
    color: #ffdada;
    font-weight: 700;
    margin-right: 2px;
}

.heroLiveBadge-dot {
    width: 9px;
    height: 9px;
    background: #ff4444;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 0 8px rgba(255, 68, 68, 0.8);
    animation: heroLiveBadgePulse 1.6s ease-out infinite;
}

@keyframes heroLiveBadgePulse {
    0%   { box-shadow: 0 0 0 0 rgba(255, 68, 68, 0.7), 0 0 8px rgba(255, 68, 68, 0.8); }
    70%  { box-shadow: 0 0 0 10px rgba(255, 68, 68, 0), 0 0 8px rgba(255, 68, 68, 0.8); }
    100% { box-shadow: 0 0 0 0 rgba(255, 68, 68, 0), 0 0 8px rgba(255, 68, 68, 0.8); }
}

@keyframes heroLiveBadgeGlow {
    0%, 100% { box-shadow: 0 0 0 0 rgba(255, 68, 68, 0); }
    50%      { box-shadow: 0 4px 20px rgba(255, 68, 68, 0.25); }
}

@media (prefers-reduced-motion: reduce) {
    .heroLiveBadge,
    .heroLiveBadge-dot {
        animation: none;
    }
}

@media (max-width: 450px) {
    .heroLiveBadge {
        font-size: 12px;
        padding: 6px 14px 6px 12px;
    }
}

/* ============================================================
   FIX MOBILE — Bugs identificados na auditoria responsiva
   ============================================================ */

/* Evita overflow horizontal global — usa clip pra não criar scroll context */
body {
    overflow-x: clip;
}

/* Badge "até 30% OFF" responsivo */
@media (max-width: 450px) {
    .titlePrimarySection .heroDiscount {
        padding: 2px 12px;
        font-size: 0.85em;
    }
}

@media (max-width: 360px) {
    .titlePrimarySection .heroDiscount {
        padding: 1px 10px;
        font-size: 0.75em;
    }
}

/* Badge global com emoji: usar inline-flex para alinhar */
.badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    line-height: 1.2;
}

/* FAQ perguntas longas em mobile pequeno */
@media (max-width: 375px) {
    .dropdownDuvida > div:first-child span {
        font-size: 13.5px;
        line-height: 1.35;
    }
    .dropdownDuvida {
        padding: 0.8rem 0.2rem 1rem;
    }
}