/* CSS RESPONSIVO PARA MOBILE, HD, FHD e QHD */


/* ===================== MOBILE ===================== */
@media (max-width: 768px) {

    body {
        width: 700px;
    }

    /* Header */
    header {
        height: 75px;
    }

    header h1 {
        font-size: 10px;
    }

    header.escondido {
        top: -75px;
    }

    .text-header {
        margin: 0;
    }

    .oferta {
        margin: 0;
    }

    header img,
    .text-header {
        display: none;
    }

    #btn-vendas-header {
        padding: 6px 13px;
        margin: 0 5px 0 0;
    }

    #btn-vendas-header button {
        font-size: 7px;
    }

    /* Banner */
    .banner {
        height: 450px;
        justify-content: flex-start;
        margin: 50px 0 0 0;
    }

    .banner iframe {
        width: 85%;
        height: 172px;
    }

    .btn-vendas button {
        padding: 12px 36px;
        font-size: 10px;
    }

    .title-banner {
        width: 90%;
        font-size: 6px;
    }

    .title-conteiner p {
        font-size: 70px;
        margin-top: -20px;
    }

    .conteiner-descricao {
        width: 80%;
        margin: 15px 0 7px 0;
    }

    .conteiner-descricao h3 {
        font-size: 12px;
    }

    .conteiner-tesoura {
        margin-top: 220px;
    }

    #tesoura1 {
        max-width: 100px;
        margin: -1px;
    }

    #tesoura2 {
        max-width: 96px;
        margin: -1px;
    }

    /* modulos */
    .modulos {
        height: 500px;
        margin-top: 30px;
    }

    .text-modulos {
        font-size: 14px;
    }

    .conteiner-div img {
        max-width: 90px;
        margin: 5px;
    }

    .conteiner-div img:hover {
        transform: none;
        box-shadow:
            6px 6px 6px #00000076;
    }

    #conteiner-descricao-modulos h3 {
        position: static;
        margin-top: 15px;
    }

    /* Transicao */
    .imagem-com-gradiente {
        height: 600px;
        flex-wrap: inherit;
        flex-direction: column;
    }

    .box {
        width: 320px;
    }

    /* Relatos */
    .relatos {
        height: 1100px;
    }

    .text-copy-relatos p {
        font-size: 48px;
        text-align: center;
        width: 85%;
        text-shadow:
            3px 3px 0 #ffffff8f;
    }

    .text-copy-relatos h3 {
        width: 95%;
        text-align: center;
        font-size: 12px;
    }

    .text-relatos {
        justify-content: inherit;
        width: 85%;
    }

    .descricao-relatos {
        font-size: 10px;
    }

    .container-relatos {
        width: 85%;
        grid-template-columns: inherit;
    }

    .text-relatos {
        height: 70%;
    }

    .nome {
        font-size: 15px;
    }

    /* Card Pagamento */
    .card-pagamento {
        flex-direction: column;
        padding: 20px;
        height: auto;
        gap: 20px;
    }

    .text-card-pagamento {
        width: 90%;
        height: auto;
        align-items: center;
    }

    .conteiner-card-pagamento img {
        max-width: 300px;
    }

    #btn-card-pagamento {
        margin-top: -90px;
        padding: 14px 50px;
    }

    .title-conteiner-card p {
        font-size: 48px;
        text-align: center;
        text-shadow:
            3px 3px 0 #ffffff8f;
    }

    /* Duvidas */
    .duvidas {
        height: 720px;
        margin-top: 100px;
    }

    .title-conteiner-duvidas p {
        font-size: 42px;
        text-shadow:
            3px 3px 0 #ffffff8f;
    }

    .title-conteiner-duvidas {
        font-size: 42px;
    }

    .conteiner-geral-duvidas {
        width: 90%;
    }

    .btn-zap button {
        padding: 8px 24px;
        font-size: 12px;
    }

    .number {
        font-size: 62px;
        text-shadow:
            3px 3px 0 #ffffff8f;
    }

    .pergunta {
        font-size: 23px;
    }

    .resposta {
        font-size: 16px;
        margin-top: -20px;
    }

    .title-footer {
        font-size: 6px;
    }

    
}

/* ===================== CELULARES ESPECÍFICOS ===================== */
/* Galaxy S25 Ultra (estimado: 1440 x 3200px em retrato = largura 430-480px) */
@media (max-width: 480px) {}

/* Galaxy A14 - 1080 x 2400px (modo retrato: largura <= 430px) */
@media (max-width: 430px) {}

/* Galaxy A12 - 720 x 1600px */
@media (max-width: 320px) {

    /* Header */
    /* .oferta {
        margin: 0 0 0 5px;
    } */

    /* banner */

    /* #btn-vendas-header {
        padding: 4px 8px;
        margin: 0 3px 0 0;
    }

    #btn-vendas-header button {
        font-size: 0.45rem;
    }

    .title-conteiner p {
        margin-top: -5%;
        font-size: 3rem;
    }

    .conteiner-div img {
        max-width: 70px;
        margin: 0;
    }

    .conteiner-descricao {
        width: 90%;
        margin: 15px 0 7px 0;
    }

    .conteiner-descricao h3 {
        font-size: 0.6rem;
    }

    .conteiner-tesoura {
        margin-top: -7%;
    }

    .banner iframe {
        height: 146px;
    } */

    /* modulos */
    /* .modulos {
        height: 95vh;
    }

    #copy-modulos h1 {
        font-size: 0.9rem
    }

    #conteiner-descricao-modulos h3 {
        position: static;
        margin-top: 45px;
    }

    .icon {
        margin-bottom: 8px;
        left: 10px;
        width: 15px;
        height: 15px;
    }

    .box {
        width: 280px;
        height: 150px;
    }

    .box h3 {
        margin-top: 30px;
        margin-bottom: 10px;
        font-size: 0.9rem;
    }

    .box p {
        font-size: 0.7rem;
    } */

    /* Relatos */
    /* .relatos {
        height: 130vh;
    }

    .text-copy-relatos p {
        font-size: 1.7rem;
        width: 85%;
    }

    .text-copy-relatos h3 {
        font-size: 0.6rem;
    }

    .text-relatos h3 {
        font-size: 0.9rem;
    }

    .descricao-relatos {
        font-size: 10px;
    }

    .container-relatos {
        width: 85%;
        grid-template-columns: inherit;
    }

    .text-relatos {
        height: 70%;
    }

    .nome {
        font-size: 1rem;
    } */

    /* Card Pagamento */
    /* .title-conteiner-card p {
        font-size: 2rem;
        text-align: center;
    }

    .card-pagamento img {
        max-width: 200px;
    }

    #btn-card-pagamento {
        margin-top: -65px;
    }

    #btn-card-pagamento button {
        padding: 12px 32px;
        font-size: 0.6rem;
    }

    .title-conteiner-duvidas p {
        font-size: 2rem;
    }

    .title-conteiner-duvidas p {
        font-size: 2.5rem;
        text-shadow:
            3px 3px 0 #ffffff8f;
    }

    .title-conteiner-duvidas {
        font-size: 2.5rem;
    }

    .conteiner-geral-duvidas {
        width: 90%;
    }

    .btn-zap button {
        padding: 8px 24px;
        font-size: 0.6rem;
    }

    .number {
        font-size: 3rem;
        text-shadow:
            3px 3px 0 #ffffff8f;
    }

    .pergunta {
        font-size: 1.3rem;
    }

    .resposta {
        font-size: 1rem;
        margin-top: -20px;
    }

    .title-footer {
        font-size: 0.4rem;
    } */

}

/* ===================== ULTRA-WIDE ===================== */
@media (min-width: 2561px) {}

/* ===================== QHD (2048px a 2560px) ===================== */
@media (min-width: 2048px) and (max-width: 2560px) {}

/* ===================== FHD (1366px a 2047px) ===================== */
@media (min-width: 1366px) and (max-width: 2047px) {}

/* ===================== HD (1025px a 1365px) ===================== */

@media (min-width: 1025px) and (max-width: 1365px) {
    .banner {
        margin-top: 0;
    }
}