/**********************************
    Monitor pequeno
**********************************/
@media screen and (max-width: 1024px) {
	
	
}

/**********************************
    Tablet
**********************************/
@media screen and (max-width: 992px) {

}
 
/**********************************
    Mobile
**********************************/
@media screen and (max-width: 767px) {


}


/**********************************
    Tablet Vertical
**********************************/
@media only screen and (max-device-width: 1070px) and (max-device-width: 1070px) and (orientation: portrait) {
    .imagem-fundo{
        min-height: 0px!important;   
        height: 500px!important;
    }

}

/**********************************
    Tablet Horizontal
**********************************/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

}