@charset "UTF-8";

@media only screen and (max-width: 768px) {
    .data-section{
        margin-bottom: 3em;
    }

    #imgFatecCadastro{
        display: none;
    }
}

@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) {
    
} 