@media (max-width: 768px) {

    /* SESSÃO PRINCIPAL */

    #landing {
        padding-bottom: 300px;
        padding-top: 35px;
    }

    #landing #logoPrincipal {
        margin: auto;
        height: 90px;
        padding-right: 50px;
    }

    #landing .titulo {
        display: grid;
        justify-content: center;
    }

    #landing br {
        display: none;
    }

    #landing h1 {
        text-align: left;
        width: 240px;
        padding-left: 40px;
    }

    #landing a#saibaMais {
        margin-top: 20%;
    }

    #landing a#saibaMais button {
        font-size: 12pt;
        border-radius: 20px;
        width: 180px; height: 50px;
    }

    /* SESSÃO 'SERVIÇOS' */

    #servicos #LAPSHouse {
        width: 100%;
        margin: auto;
        margin-bottom: 50px;
    }
    
    #servicos #LAPSHouse #cidadeEsquerda {
        display: none;
    }

    #servicos #LAPSHouse #cidadeDireita {
        display: flex;
        justify-content: center;
        height: 20vh;
        overflow: hidden;
        margin-top: 20px;
    }

    #servicos #LAPSHouse #cidadeDireita img {
        position: relative;
    }

    #servicos { 
        z-index: 0;
    }

    #servicos .conteudo {
        --offset: -350px;
        transform: translateY(var(--offset));
        margin-bottom: var(--offset);
        padding-bottom: 0;
    }

    #servicos #procure-nos {
        margin-top: 50px;
        flex-direction: column;
    }

    #servicos #procure-nos .li {
        height: 120px;
        width: 300px;
        margin: 10px auto;
    }

    #servicos #procure-nos .li p {
        margin: 0;
    }

    #servicos #nossosMetodos {
        font-size: 14pt;
        line-height: 2.5ch;
        padding: 2ch 0 10ch 0;
    }

    /* SESSÃO 'VALORES' */

    #valores {
        --offset: -60px;
        transform: translateY(var(--offset));
        margin-bottom: var(--offset);
    }

    #valores .conteudo {
        padding: 40px;
    }

    #valores .valor {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 50px;
    }

    #valores .valor-imagem {
        width: 50%;
        height: 30%;
        margin-bottom: 25px;
    }

    #valores .valor-imagem img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    #valores .valor-descricao {
        padding: 10px;
    }

    /* SESSÃO 'CONFIRA' */
    
    #confira {
        padding: 60px 0 10px 0;
    }

    #confira h2:first-child {
        width: 250px;
        height: 55px;
        padding: 15px;
        border-radius: 30px;
    }

    /* SESSÃO 'NEUROFRIENDS' */

    #neuroFriends .top {
        display: none;
    }

    #neuroFriends .conteudo {
        --px: 20px;
        padding-left: var(--px);
        padding-right: var(--px);
    }

    #neuroFriends .titulo {
        padding: 0;
    }
    
    #neuroFriends h1 {
        font-size: 14.6pt;
        line-height: 1rem;
        padding-top: 10px
    }

    #neuroFriends h1 span {
        font-size: 7pt;
    }

    #neuroFriends hr {
        width: 100%;
    }

    #neuroFriends #trilha {
        height: 400px;
        margin-bottom: 40px;
    }

    #neuroFriends .rabinho {
        display: none;
    }

    #neuroFriends .nivel {
        padding: 5px 15px;
        width: 80px;
        height: 25px;
        font-size: 9pt;
        margin: auto;
        transform: translateY(20%);
    }

    #neuroFriends .balao {
        position: relative;
        width: 95px;
        height: 180px;
        padding: 22px 15px;
        border-radius: 5px !important;
    }

    #neuroFriends .modulos {
        font-size: 9pt;
        line-height: 0.6rem;
        margin-bottom: 10px;
    }

    #neuroFriends .modulos span {
        font-weight: normal;
        font-size: 6pt;
        text-transform: capitalize;
    }

    #neuroFriends ul {
        font-size: 7pt;
    }

    #neuroFriends .balao li {
        margin: 5px 0;
    }

    #neuroFriends .duracao {
        position: absolute;
        bottom: 0;
        left: 50%;
        bottom: 10px;
        transform: translateX(-50%);
        font-size: 5.3pt;
    }

    #neuroFriends .medalha {
        --size: 40px;
        width: var(--size);
        height: var(--size);
        border-radius: 5px;
    }

    #neuroFriends #bronze {
        align-items: center;
        left: -10px;
    }

    #neuroFriends #bronze .medalha {
        margin-top: 20px;
    }

    #neuroFriends #bronze .medalha, #bronze .nivel {
        box-shadow: 0 5px #e1664d;
    }

    #neuroFriends #prata {
        align-items: center;
        left: 50%;
        transform: translateX(-50%);
    }

    #neuroFriends #prata .medalha {
        margin-top: 50px;
    }

    #neuroFriends #prata .medalha, #prata .nivel {
        box-shadow: 0 5px #b2c1ce;
    }

    #neuroFriends #ouro {
        align-items: center;
        right: -10px;
    }

    #neuroFriends #ouro .medalha {
        margin-top: 20px;
    }

    #neuroFriends #ouro .medalha, #ouro .nivel {
        box-shadow: 0 5px #e1a94f;
    }

    #neuroFriends .sobre p {
        margin: 20px auto;
        text-align: center;
    }
    
    #neuroFriends #videoExplicacao {
        margin: 20px auto;
        height: 50vw;
        min-height: 158px;
    }

    #neuroFriends #facaParte {
        margin: 20px auto 0 auto;
        width: 190px;
        height: 35px;
    }

    #neuroFriends #facaParte button {
        font-size: 12pt;
    }

    /* RODAPÉ */

    footer .estampa {
        left: -30px;
        bottom: -30px;
        height: 160px;
    }

    footer p {
        line-height: 1.5rem !important;
    }

    footer .conteudo {
        padding: 30px 20px;
    }

    footer .logo img {
        width: 180px;
        margin-right: 30px;
    }

    footer .titulo {
        font-size: 16pt !important;
    }

    footer .laps {
        text-align: center;
    }

    footer .navegar {
        text-align: start;
    }

    footer .servicos {
        text-align: end;
    }

    footer .contato {
        text-align: center
    }

    #copyright {
        padding: 20px 50px;
        text-align: center;
    }
}