.mobile {
    display: none;
}

.pc {
    display: block;
}

@media screen and (max-width: 767px) {

    .dor {
        padding: 4rem 1rem 4rem !important;
    }

    .dor h2 {
        font-size: 28px !important;
        line-height: 28px !important;
    }

    .dor h6 {
        font-size: 11px;
    }

    .dor .topicos .cada {
        display: flex;
        flex: 0 0 42%;
        align-items: center;
        gap: 10px;
        padding: 12px 5px !important;
        background-color: #252525;
        border-radius: 8px;
        transition: .3s;
        flex-direction: column;
        justify-content: center;
    }

    .vsl h3 {
        font-family: 'Bebas Neue';
        font-size: 32px !important;
        line-height: 32px !important;
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .vsl h3 b img {
        right: -25px !important;
        bottom: 21px !important;
        width: 32px !important;
    }

    .vsl .caixa {
        height: 200px !important;
    }

    .vsl iframe {
        height: 200px !important;
    }

    .cta .caixa h5 b {
        text-shadow: 0 0 45px #edba0661 !important;
    }

    .modulos {
        background-image: url("../img/banner-modulos-mob.webp") !important;
    }

    .modulos h4 {
        font-size: 34px !important;
        line-height: 34px !important;
    }

    .modulos .grade .caixa {
        flex: 1 0 100% !important;
    }

    .emerson {
        margin: 0 0 2rem !important;
    }

    .emerson .caixa {
        background-image: none !important;
        background-color: #111;
        padding: 1rem !important;
        overflow: initial !important;
    }

    .emerson .caixa img.main {
        position: relative !important;
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

    .emerson .caixa img.certificado {
        position: absolute;
        top: 10px !important;
        right: 10px;
        width: 80px;
    }

    .duvidas a {
        font-size: 14px;
    }

    .ecf .texto {
        flex-direction: column;
    }

    .cases .img-comp-img img {
        width: 300px !important;
    }

    .cases .img-comp-container {
        height: 160px !important;
    }

    .cases h5 {
        font-size: 30px !important;
        line-height: 30px !important;
    }

    .botMob {
        padding: 2rem 0;
        position: fixed;
        bottom: 0;
        max-height: 25vh;
        background-image: linear-gradient(180deg, transparent, black, black);
        z-index: 99;
        right: 0;
        left: 0;
        transition: .3s;
        display: none;
    }

    .botMob a {
        padding: 15px 30px;
        color: #000;
        background-image: linear-gradient(90deg, #ed8a06, var(--amarelo));
        text-align: center;
        display: block;
        width: 100%;
        border-radius: 10px;
        text-decoration: none;
        font-weight: 500;
        margin: auto;
        font-family: 'Bebas Neue';
        font-size: 26px;
        line-height: 22px;
        transition: .2s;
        animation: pisca 1.5s infinite;
    }

    .botMob a:hover {
        transform: scale(1.05);
        text-decoration: none;
        color: #000;
    }

    .duvidas h5 {
        font-size: 38px !important;
        line-height: 38px !important;
    }

    .depoimentos {
        background-size: 300% !important;
        margin: 4rem 0 2rem !important;
    }

    .depoimentos .titulo.esquerda {
        text-align: initial !important;
        margin-bottom: 3rem;
    }

    .depoimentos .celular {
        margin-bottom: 2rem !important;
    }

    .depoimentos .celular .tela {
        background-color: #00000073 !important;
    }

    .depoimentos .celular .tela .headerwpp {
        padding: 8px 5px !important;
    }

    .depoimentos .celular .tela .canva {
        padding: 10px 5px;
        max-height: 415px !important;
    }

    .depoimentos .celular {
        padding: 45px 22px 0px !important;
        border-radius: 60px 60px 0 0 !important;
    }

    .depoimentos .celular .tela .canva .mensagemDireita .msg .envio p {
        margin-bottom: 0px;
    }

    .depoimentos .celular .tela .canva p {
        font-size: 14px;
    }

    .depoimentos .celular .tela .canva span {
        font-size: 14px;
    }

    .depoimentos .celular .tela .canva .mensagemDireita .msg {
        flex: 0 0 75% !important;
    }

    .depoimentos .celular .tela .canva .mensagemEsquerda .user {
        width: 25px !important;
        height: 25px !important;
    }

    .depoimentos .celular .tela .canva .mensagemEsquerda .user i {
        font-size: 14px;
    }

    .etapas .col-md-12 {
        flex-direction: column;
    }

    .etapas h4 {
        font-size: 36px !important;
        line-height: 36px !important;
    }

    .etapas .titulo p {
        font-size: 14px;
    }

    .etapas .explicacao {
        display: flex;
        align-items: flex-start !important;
        flex-direction: column;
    }

    .modal-box {
        padding: 25px !important;
    }

    .modal-box h3 {
        font-size: 28px !important;
        line-height: 26px !important;
    }
}