/*##################################################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) {
    
    .topo{position: relative; }
    .logo-topo img{display: block; margin: auto;}
    .menu-topo{display: none;}
    .banner{display: none;}
    .icone-menu{display: block; width: 10%; position: absolute; top: 23px; left: 10px; z-index: 10;}
    .bloco-maior img{
        width: 30%;
    }
    .bloco-maior p{
        font-size: 1.2em;
    }
    .valores-empresa .col-md-4{margin-bottom: 20px;}
    footer .tel-rodape {
        width: 100%;
        text-align: center;
    }
    footer .endereco-rodape {
        text-align: center;
    }
    footer .logo-rodape img {
        width: 80%; 
    }

    .categorias-produto .col-md-2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 100%;
    }

    .btn-orcamento{
        font-size: 20px;
    }

    .solicite-orcamento2 .form-group {
        width: 90%;
    }

    iframe{margin-top: 20px; height: 250px !important;}

    .alinha-topo{
        top: 0px;
        position: relative;
    }

    .bloco-menor{
        display: none;
    }

    .bloco-maior{
        left: 0;
        transform: translate(0%);
        position: relative;
    }

    .bloco-maior:hover{
        transform: scale(1) translate(0%); left: 0%;
    }

    .fragata{margin-bottom: 80px;}
}






/*Tablets*/
@media (min-width: 47em) and (max-width: 60em){
   
}

/*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) {
  
}