@media (max-width:1241px) {
    .container {
        max-width: 90%;
    }
}

@media (max-width:1140px) {

    body,
    html {
        overflow-x: hidden;
    }

    h1 {
        font-size: 36px;
    }

    header {
        padding-bottom: 30px;
    }

    header .intro .container {
        display: flex;
        flex-wrap: wrap;
    }

    header .intro img {
        position: static;
        order: 1;
        margin: 30px auto 0 auto;
    }
    
    header .intro .left {
        order: 2;
    }

    section.planos {
        padding: 40px 0;
    }
}

@media (max-width:998px) {

    h2 {
        line-height: 1;
    }

    section.modal .box,
    section.modal .box.large {
        max-width: 85%;
        min-width: auto;
        padding: 35px;
    }

    section.planos .boxes {
        overflow-x: auto;
        overflow-y: hidden;
        padding-right: 40px;
        padding-left: 60px;
        padding-bottom: 40px;
        margin-left: -40px;
        margin-right: -40px;
    }

    section.planos .box {
        min-width: 250px;
    }

    footer .colunas {
        flex-direction: column;
        gap: 30px;
    }

    /* Internas */
    header.interna {
        margin-bottom: 30px;
    }

    .boxed {
        max-width: 100%;
        width: 100%;
        display: block;
        padding: 30px;
    }

    section.modal {
        align-items: flex-start;
        padding: 40px 0;
        box-sizing: border-box;
    }
}

@media (max-width:768px) {

    .cta {
        width: 100%;
        padding: 20px;
        justify-content: center;
        font-size: 16px;
        padding: 15px;
    }

    section.vantagens .boxes {
        grid-template-columns: repeat(1, 1fr);
    }

    section.modal .buttons {
        flex-wrap: wrap;
    }

    form .campo .checkbox {
        padding-top: 0;
    }

    section.beneficios {
        margin-bottom: 70px;
    }

    section.beneficios .container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    section.beneficios .right {
        margin: 0 -30px;
        max-height: inherit;
        padding: 0 30px;
        overflow: visible;
    }

    section.parceria .box {
        grid-template-columns: repeat(1, 1fr);
    }

    section.parceria .box .image {
        aspect-ratio: 19 / 12;
    }

    section.parceria .box .content {
        padding: 35px;
    }

    section.parceria .box h2 {
        line-height: 1;
    }

    section.parceria .box .logos {
        flex-wrap: wrap;
    }


    /* Forms */
    .line.two,
    .line.two-v2,
    .line.three {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
        width: 100%;
    }


    /* Pagamento */
    section.pagamento .produto {
        grid-template-columns: repeat(1, 1fr);
    }

    .termos__boxed .left {
        max-width: 100%;
    }

    .termos__boxed h3 {
        margin: 30px 0;
    }


    /* Pesquisa */
    section.pesquisa .box,
    section.obrigado .box {
        grid-template-columns: repeat(1, 1fr);
    }

    section.pesquisa .box .content,
    section.obrigado .box .content {
        padding: 30px;
    }

    section.obrigado .box .image {
        aspect-ratio: 1/0.7;
    }

    .pontuacao {
        grid-template-columns: repeat(5, 1fr);
        gap: 3px;
    }

    .pontuacao .ponto {
        width: 100%;
        aspect-ratio: 1/1;
        height: auto;
    }

}