@media screen and (max-width:425px){
    .frase{
        margin-top: 50%;
    }
    .frase h2, .frase h3{
        font-size: 16pt;
    }
    
    .frase button{
        width: 100%;
    }

    .navbar-nav{
        align-items: center;
    }
    
    .sobre{
        padding: 20px;
    }
    
    .more{
        margin: 0 auto;
        width: 100%;
    }

    .sobre img{
        display: none;
    }

    .col-md-3.espac {
        margin-top: 20px;
    }
}
@media screen and (max-width: 375px) {
    .frase{
        margin-top: 50%;
    }
    .frase h2, .frase h3{
        font-size: 16pt;
    }
    
    .frase button{
        width: 100%;
    }

    .navbar-nav{
        align-items: center;
    }
    
    .sobre{
        padding: 20px;
    }
    
    .more{
        margin: 0 auto;
        width: 100%;
    }

    .sobre img{
        display: none;
    }

    .col-md-3.espac {
        margin-top: 20px;
    }
}
@media screen and (max-width: 320px){
    .frase{
        margin-top: 50%;
    }
    .frase h2, .frase h3{
        font-size: 16pt;
    }
    
    .frase button{
        width: 100%;
    }

    .navbar-nav{
        align-items: center;
    }
    
    .sobre{
        padding: 20px;
    }
    
    .more{
        margin: 0 auto;
        width: 100%;
    }

    .sobre img{
        display: none;
    }

    .col-md-3.espac {
        margin-top: 20px;
    }
}

