@media screen and (max-width: 768px) {
    header{
        display: none;
    }
    body .sobre{
        padding: 0;
    }

    body .txt-sobre{
        padding: 40px 40px 0 40px;
    }
    body .sobre .interface{
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }
    body .sobre .interface img{
        width: 150px;
        margin-bottom: 20px;
    }
    body .txt-sobre h1{
        font-size: 30px;
        margin-bottom: 40px;
    }
    body .txt-sobre p{
        font-size: 15px;
    }

    body .txt-equipe h1{
        margin-bottom: 20px;
    }
    body .nomes{
        flex-direction: column;
        padding: 0px;
        gap: 20px;
    }
    body .apoio{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 90vh;
        background-position: right;
    }
    body .apoio .interface{
        height: 50vh;
        width: 98vw;
    }
    body .txt-apoio p span{
        font-size: 17px;
    }
    body .txt-apoio p{
        font-size: 13px;
    }
    body .txt-apoio h2{
        font-size: 17px;
        margin: 30px 0 8px;
        color: #343c2c;
    }
    body .txt-apoio .chave{
        font-weight: 300;
        font-size: 30px;
    }
}