/** Tableta vertical **/
@media (max-width: 980px) {
  header { display:none; }
  header#h-mobile { display:block; }
}

/** a partir de 1130 podemos mantener header y footer **/

@media (max-width: 1278px) {
  body.index .contact { display:none; }
}
/** Desktops **/
@media (max-width: 1360px) {
  .page{ width:calc(100% - 20px); }
}
@media (min-width: 1401px) {	
  .page{ width:calc(100% - 152px); }
    #ten .box{
    margin: auto auto auto 440px !important;
    margin-top: -215px !important; }
}  
@media (min-width: 1130px){
  .grid{ min-height:815px; }	
  .infoBlock { top: 140px !important; }
  body.index .contact{ bottom:60px !important; }
}
    