@import url('style.css');

.hero.is-success.is-halfheight { background-size: cover; background-repeat: no-repeat; background-position: center center; }

.hero.is-success.is-halfheight.consultoriaLo { background-image: url('../img/consultoria/consultoria-Racks-Solutions-Mexico.jpg'); }
.hero.is-success.is-halfheight.dictamen { background-image: url('../img/consultoria/dictamen-tecnico-Racks-Solutions-Mexico.jpg'); }


/* Mobile */
@media only screen and ( max-width: 768px) {

}
/* Tablet */
@media only screen and (min-width: 769px) and (max-width: 1023px) {
    
} 
/* Desktop */
@media only screen and (min-width: 1024px) and (max-width: 1215px) {
    
} 
/* Widescreen */
@media only screen and (min-width: 1216px) and (max-width: 1407px) {
    
}
/* HD */
@media only screen and (min-width: 1408px) and (max-width: 1920px) {
    
}
/* 2K */
@media only screen and (min-width: 1921px) {
    
}