/*##################################################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) {
    .menu-container .navbarfirst {
         padding: 0px;}
         #carouselProduto .carousel-control.right {
            
            right: -3%;
         }
}


/*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 (max-width: 1199px){
    
    div.produtos-box span {
        min-height: 100px;
    }
}

@media (max-width: 991px){
    
    div.produtos-box span {
        min-height: 145px;
    }
}

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

/*Hack Chrome*/

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