@charset "UTF-8";

@media only screen and (max-width: 767px) {
    #logoFatec{
        width: 44px;
        height: 25px;
    }
    
    
    #tituloEgressos{
        font-size: 1em;
    }
}

@media only screen and (max-width: 768px) and (max-height:500px){
   
}

@media only screen and (max-width: 992px) and (min-width:768px){
    
}

@media only screen and (min-width: 993px) {
    
} 