/*##################################################MEDIA-QUERIES####################################################*/

/*Extra small devices (smart phones, less than 34em)*/
@media (max-width: 20em) { 


}

@media (min-width: 22em) and (max-width: 26em){
	
	
}

/*Small devices (phones, tablets less than 48em)*/
@media (max-width: 47.9em) {
    #empresa{background: none !important;}
    #servicos{background: none !important;}
    .logo img{margin: auto !important; display: block !important;position: relative; bottom: 0px !important; width: 230px !important;}
    .topo-menu{top: 50px;}
    .topo-redes-sociais{height: 50px; z-index: -1;position: relative;}
    .topo-redes-sociais img{float: right !important; margin-left: 15px !important;position: relative;top:-35px;}
    .topo-redes-sociais ul{display: none;}
    .servicos img{float: none !important; margin: auto !important;}
    .quem-somos{margin-top: 87px !important;}
    .abaixa-conteudo{margin-top: 87px;}
    #carouselprod .carousel-control.right{right: -4% !important;}
    #carouselprod .carousel-control.left{left: 0%;}
    #carouselprod .img-produto{height: auto;}
    .servicos p{text-align: center !important; padding-top: 0px !important;}
    #icone{float: none !important; margin-top: 65px !important; display: block !important; margin: auto !important; padding-top: 55px !important; padding-left: 5px !important;}
    #titulo-servico{float: none !important; padding-top: 0px !important; padding-right: 0px !important; text-align: center !important;}
    .segmentos p{padding-top: 0px !important;}
    .info-produtos h3{padding-top: 29px !important;}
    
    .orcamento-produtos h3{font-size: 0.8em !important;}
    .rodape .logo-rodape img{padding-top: 10px !important; display: block !important; margin: auto !important;}
    .rodape .linha-direita{border-right: none !important;}
    .rodape .contato-rodape p{font-size: 0.9em !important;}
    .missao-texto{padding-top: 0px;}
    .servicos img{padding-left: 0px;}
    .btn-orcamento-produto{margin-left: 22px;}
    .btn-voltar a{display: block;text-align: center; float: none;}
}


/*Tablets*/
@media (min-width: 47em) and (max-width: 60em){
   .menu-topo ul li a{font-size: 0.9em !important;}
   .servicos p{font-size: 0.9em !important; padding-top: 0px !important;}
   .clear{clear: both;}
   #titulo-servico{float: none !important; text-align: center !important; font-size: 1.0em;}
   .info-contato-email p{float: none !important; padding-right: 0px !important; padding-bottom: 0px !important;}
   .orcamento-produtos h3{padding-left: 0px !important;}
   .orcamento-produtos .fa-1x{left: -5px !important;}
   .btn-orcamento-produto{margin-left: 0px !important;}
   .rodape .logo-rodape img{margin-left: 0px !important;}
}

/*small laptops */
@media (min-width: 61.9em) and (max-width: 74.9em) {

}



/*Laptops*/
@media (min-width: 74.9em) and (max-width: 99em){


}

/*Desktop*/
@media (min-width: 100em){

}



/*Large Desktop*/
@media(min-width:120em){


}




/*##################################################/MEDIA-QUERIES####################################################*/

/*Hack Chrome*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
  
}