@media only screen and (max-width: 901px) {
    .mobile {
        display: block;
    }

    .rodapeVideo {
        z-index: 10;
    }

    .op-popup-button button {
        margin-top: 1vh;
        padding: 20px 25px;
        background-color: #f3e86b;
        font-size: 1.4em;
        width: 93%;
        white-space: pre-wrap;
        line-height: 1.7em;
    }
}


@media only screen and (min-width: 240px) and (max-width: 600px) {
    .main-content {
        background: url(../imagens/fundo_mobile_padrao.webp) fixed no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
    }

    .optin-box.optin-box-3 {
        left: -1000%;
    }

    .logo-principal {
        width: 78%;
        max-width: 78%;
    }

    #tituloLinha1 {
        top: 28vh !important;
        font-size: 1.4em !important;
    }

    #subTituloLinha1 {
        flex-direction: column !important;
        width: 80% !important;
        max-width: 80% !important;
        right: 0%;
        top: 46vh;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        font-size: 1rem !important;
        margin-right: auto;
    }

    #sub300 {
        width: 100%;
    }

    #subDesc {
        width: 100%;
        text-align: center;
    }

    #subDesc br {
        display: none;
    }

    .divLinhaDeVideos {
        flex-direction: column !important;
    }

    .divVideo {
        width: 75% !important;
        /* height: 40vh; */
        height: 24vh;
    }

    .tituloVideo {
        font-size: 1.3em;
    }

    .descricaoVideo {
        font-size: 0.8em;
    }

    .preparado {
        font-size: 1.5em;
    }

    .divLinhaCaptura {
        height: auto;
        padding-top: 2vh;
        padding-bottom: 2vh;
        /* background-position: left; */
    }

    .divLinhaCaptura h1,
    .divLinhaCaptura h3,
    .divLinhaCaptura h4,
    .divLinhaCaptura .tituloQuebra {
        font-size: 1rem;
        line-height: 1.3rem;
    }

    .divLinhaCaptura .op-popup.cf {
        margin-top: 1vh;
    }

    .op-popup-button button {
        margin-top: 1vh;
        padding: 1rem 1.25rem;
        background-color: #d49f1f;
        /* }
    .op-popup-button button span { */
        font-size: 1.1rem;
        width: 93%;
        white-space: pre-wrap;
        /* padding: 0px; */
        line-height: 1.3rem;
    }

    /*popup captura*/
    .optin-box.optin-box-3 {
        top: 0% !important;
        margin: 0 auto !important;
        padding-top: 5px !important;
    }

    #divSuperior .containerDeTitulos {
        width: 90% !important;
        margin-left: 2%;
    }

    #divSuperior {
        /*height: 302px !important;*/
        height: auto !important;
        /*width: 280px;*/
        width: 100%;
        margin-top: 0px !important;
    }

    #divSuperior .titulo {
        text-align: center;
        margin-top: 33px !important;
        margin-bottom: 22px !important;
    }

    #divSuperior .titulo br {
        display: none;
    }

    #divSuperior .descricao {
        font-size: 1.02em !important;
        text-align: center;
    }

    #divSuperior #imgMauraPopup {
        display: none !important;
    }

    .optin-box.optin-box-3 form {
        /*display: inline-flex !important;*/
        flex-wrap: wrap !important;
        justify-content: center !important;
        /*width: 280px;*/
        width: 100%;
        gap: 0;
    }

    .text-boxes,
    .button-box {
        flex-wrap: wrap;
        justify-content: center;
    }

    .optin-box.optin-box-3 input,
    .optin-box.optin-box-3 input:focus {
        margin-bottom: 1vh !important;
        margin-right: 0px;
    }

    .text-box.larguraMetade {
        width: 100% !important;
        max-width: 100% !important;
    }

    form button {
        padding: 12px !important;
        margin: 0px !important;
        width: 90%;
        margin-left: -5px !important;
    }

    /*fim do popup captura*/
    /*popup imagem*/
    .popup-imagem {
        max-width: 85%;
    }

    /*fim do popup imagem*/
}

@media only screen and (max-height: 900px) {
    .tituloVideo {
        font-size: 1.1rem;
    }

    .descricaoVideo {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width: 930px) and (min-height: 719px) {
    #divFundoBranco {

        width: 85% !important;
        max-width: 85% !important;

    }

    .divVideo {
        width: 54% !important;
        height: 24vh;
    }

    .divLinhaCaptura {
        height: 62vh;
    }
}

@media only screen and (max-width: 1600px) and (max-height: 900px) {
    /* .main-content {
        background-position: center;
    } */
}

@media only screen and (max-width: 1440px) {
    #espacoInicial {
        height: 20vh;
    }

    /* .main-content {
        background-position: center -8vh;
    } */

    #tituloLinha1 {
        font-size: 32px;
    }

    #subTituloLinha1 {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 1366px) {
    #espacoInicial {
        height: 32vh;
    }

    #tituloLinha1 {
        font-size: 30px;
    }

    /* .main-content {
        background-position: center -4vh;
    } */

    #subTituloLinha1 {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 1280px) {
    #espacoInicial {
        height: 28vh;
    }

    #tituloLinha1 {
        font-size: 30px;
    }

    /* .main-content {
        background-position: center -8vh;
    } */

    #subTituloLinha1 {
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) and (max-height: 950px) {
    #espacoInicial {
        height: 21vh;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) and (max-height: 900px) {
    #espacoInicial {
        height: 26vh;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) and (max-height: 720px) {
    #espacoInicial {
        height: 30vh;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) and (max-height: 600px) {
    #espacoInicial {
        height: 35vh;
    }
}

/*  Iphone x | iphone 11pro */
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
    #espacoInicial {
        height: 30vh !important;
    }

    .divLinhaCaptura h1,
    .divLinhaCaptura h3,
    .divLinhaCaptura .tituloQuebra {
        font-size: 0.9em;
    }
}

/* iphone 11 | Apple iPhone XR  */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-min-device-pixel-ratio: 2) {
    #espacoInicial {
        height: 30vh !important;
    }

    #tituloLinha1 {
        font-size: 1.8em !important;
    }

    #subTituloLinha1 {
        font-size: 1.5rem !important;
    }
}