/* CSS RESPONSIVO PARA MOBILE, HD, FHD e QHD */

/* ===================== MOBILE ===================== */
@media (max-width: 768px) {

    /* Header */
    header {
        height: 7vh;
    }

    header h1 {
        font-size: 0.6rem;
    }

    header.escondido {
        top: -7vh;
    }

    .text-header {
        margin: 0;
    }

    .oferta {
        margin: 0;
    }

    header img,
    .text-header {
        display: none;
    }

    #btn-vendas-header {
        padding: 6px 18px;
        margin: 0 5px 0 0;
    }

    #btn-vendas-header button {
        font-size: 0.65rem;
    }

    /* Banner */
    .banner {
        height: 70vh;
        justify-content: flex-start;
    }

    .banner iframe {
        width: 80%;
        height: 250px;
    }

    .btn-vendas button {
        padding: 12px 36px;
        font-size: 0.7rem;
    }

    .title-banner {
        width: 90%;
        font-size: 0.4rem;
    }

    .title-conteiner p {
        font-size: 5rem;
    }

    .conteiner-descricao {
        width: 80%;
        /* margin-top: -5%; */
        margin: 15px 0 7px 0;
    }

    .conteiner-descricao h3 {
        font-size: 0.7rem;
    }

    .conteiner-tesoura {
        height: 70vh;
    }

    #tesoura1 {
        max-width: 100px;
        margin: -1px;
    }

    #tesoura2 {
        max-width: 96px;
        margin: -1px;
    }

    /* modulos */
    .modulos {
        height: 95vh;
    }

    .text-modulos {
        width: 80%;
        text-align: center;
    }

    .text-modulos {
        font-size: 0.8rem;
    }

    .conteiner-div img {
        max-width: 100px;
        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: 80vh;
        flex-wrap: inherit;
        flex-direction: column;
    }

    .box {
        width: 350px;
    }

    /* Relatos */
    .relatos {
        height: 130vh;
    }

    .text-copy-relatos p {
        font-size: 2.1rem;
        text-align: center;
        width: 85%;
        text-shadow:
            3px 3px 0 #ffffff8f;
    }

    .text-copy-relatos h3 {
        width: 90%;
        text-align: center;
        font-size: 1.1rem;
    }

    .text-relatos {
        justify-content: inherit;
        width: 85%;
    }

    .text-copy-relatos p {
        font-size: 1.7rem;
        width: 85%;
    }

    .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 */
    .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: 0;
    }

    .title-conteiner-card p {
        font-size: 3rem;
        text-align: center;
        text-shadow:
            3px 3px 0 #ffffff8f;
    }

    /* Duvidas */
    .title-conteiner-duvidas p {
        font-size: 3rem;
        text-shadow:
            3px 3px 0 #ffffff8f;
    }

    .title-conteiner-duvidas {
        font-size: 3rem;
    }

    .conteiner-geral-duvidas {
        width: 90%;
    }

    .btn-zap button {
        padding: 8px 24px;
        font-size: 0.7rem;
    }

    .number {
        font-size: 3rem;
        text-shadow:
            3px 3px 0 #ffffff8f;
    }

    .pergunta {
        font-size: 1.7rem;
    }

    .resposta {
        font-size: 1rem;
        margin-top: -20px;
    }

    .title-footer {
        font-size: 0.5rem;
    }
}

/* ===================== CELULARES ESPECÍFICOS ===================== */
/* Galaxy S25 Ultra (estimado: 1440 x 3200px em retrato = largura 430-480px) */
@media (max-width: 480px) {

    #btn-card-pagamento {
        margin-top: -80px;
    }

    #btn-card-pagamento button {
        padding: 20px 70px;
    }

    .banner iframe {
        height: 218px;
    }
}

/* Galaxy A14 - 1080 x 2400px (modo retrato: largura <= 430px) */
@media (max-width: 430px) {
    #btn-card-pagamento {
        margin-top: -80px;
    }

    .banner iframe {
        height: 186px;
    }
}

/* 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-top: -15%; */
        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 {
        /* margin-top: 30px; */
        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) {
    .title-banner {
        font-size: 1.8rem;
    }

    .title-conteiner p {
        font-size: 16rem;
    }

    .conteiner-div img {
        max-width: 280px;
    }

    .card-pagamento img {
        max-width: 500px;
    }

    .btn-vendas button {
        font-size: 1.4rem;
        padding: 28px 80px;
    }
}

/* ===================== QHD (2048px a 2560px) ===================== */
@media (min-width: 2048px) and (max-width: 2560px) {
    .title-banner {
        font-size: 1.3rem;
    }

    .banner iframe {
        max-width: 900px;
    }

    .title-conteiner p {
        font-size: 18rem;
    }

    .conteiner-tesoura {
        margin-top: 10%;
    }

    .conteiner-div {
        width: 60%;
    }

    .conteiner-div img {
        max-width: 300px;
    }

    .card-pagamento img {
        max-width: 450px;
    }

    .btn-vendas button {
        font-size: 1.3rem;
        padding: 24px 72px;
    }

    .relatos {
        height: 70vh;
    }
}

/* ===================== FHD (1366px a 2047px) ===================== */
@media (min-width: 1366px) and (max-width: 2047px) {
    .title-banner {
        font-size: 1rem;
    }

    .conteiner-tesoura {
        margin-top: 20%;
    }

    .title-conteiner p {
        font-size: 12rem;
    }

    .conteiner-modulos {
        width: 70%;
    }

    .conteiner-div img {
        max-width: 220px;
    }

    .card-pagamento img {
        max-width: 380px;
    }

    .banner iframe {
        width: 40%;
    }

    .conteiner-descricao {
        width: 80%;

    }

    .modulos {
        height: 135vh;
    }
}

/* ===================== HD (1025px a 1365px) ===================== */

@media (min-width: 1025px) and (max-width: 1365px) {
    .banner {
        height: 110vh;
    }

    .title-banner {
        font-size: 0.65rem;
    }

    .title-conteiner p {
        font-size: 9rem;
    }

    .banner iframe {
        width: 55%;
    }

    .conteiner-tesoura {
        margin-top: 40%;
    }

    #tesoura1 {
        max-width: 167px;
        margin: 0;
    }

    #tesoura2 {
        max-width: 160px;
        margin: 0;
    }

    .btn-vendas button {
        font-size: 1rem;
        padding: 18px 64px;
    }

    .conteiner-descricao {
        width: 75%;
        margin-top: 20px;
        /* margin: 15px 0 7px 0; */
    }

    .conteiner-descricao h3 {
        font-size: 0.8rem;
    }

    .modulos {
        height: 155vh;
    }

    .relatos {
        height: 115vh;
    }

    .container-relatos {
        width: 80%;
        margin-top: 30px;
    }

    .text-relatos {
        width: 80%;
    }

    .text-copy-relatos p {
        font-size: 5rem;
    }

    .conteiner-div img {
        max-width: 180px;
    }

    .card-pagamento {
        gap: 0px;
        height: 105vh;
    }

    .conteiner-card-pagamento {
        margin-top: -5%;
    }

    .card-pagamento img {
        max-width: 250px;
    }

    #btn-card-pagamento button {
        padding: 12px 36px;
        font-size: 0.7rem;
        margin-top: 22%;
    }

    .title-conteiner-card p {
        font-size: 5rem;
    }

    .title-conteiner-duvidas p {
        font-size: 5rem;
        margin-top: 5px;
    }

    .duvidas {
        height: 90vh;
    }

    .number {
        font-size: 5rem;
        text-shadow:
            3px 3px 0 #ffffff8f;
    }

    .pergunta {
        font-size: 2rem;
    }

    .resposta {
        font-size: 1rem;
        margin-top: -30px;
    }

    .title-footer {
        font-size: 0.5rem;
    }

    .btn-zap button {
        font-size: 0.7rem;
        padding: 10px 30px;
    }
}