@import url('https://fonts.googleapis.com/css?family=Lato');
@import url(menu.css);
@import url(banner.css);
@import url(seccionnosotros.css);
@import url(seccionempresas.css);
@import url(formulario.css);
@import url(ubicacion.css);
@import url(footer.css);
@import url(superslides.css);
@import url(galeriaproductos.css);




*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    
}

body{
font-family: 'Lato', sans-serif;
}



header img{
    position: absolute;
    width: 80%;
    z-index: -100;
}

header{
    width: 100%;
    height: 150px;
    }

.contenedor {
    width:  98%;
    margin: auto;  
    }
h1{
    float: left;
  }

section{
    width: 100%;
   }

h1 img{
    margin-top: 10px;
    width: 200px;

  }

#redessociales{
    background: #fcb751;
    height: 10px;
}

#redessociales1{
    background: #fcb751;
    height: 100px;
    color: #3ea235;
    font-weight: bold;
    text-align: center;
}

@media (min-width: 1024px){
    
    
    h1 img{
     margin-top: 0px;
    width: 250px;
  }
    .contenedor{
    width: 1300px;
    }
   
    header{ 
    width: 100%;
    height: 150px;
    position:relative;
    }
    
    #redessociales1{

    text-align: left;
}

}

@media (min-width: 1903px){
    
header img{
    
  
}


}