html,
body {
  margin: 0;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  scroll-behavior: smooth;
}
.contenedor {
  width: 100%;
  max-width: 1200px;
  display: flex;
}
header {
  display: flex;
  align-items: center;
  height: 80px;
  width: 100%;
  justify-content: center;
  background-color: #f7f7f7;
}
header .contenedor {
  justify-content: space-between;
}
header .contenedor .logo img {
  width: 280px;
}
header .contenedor .menu {
  padding-top: 15px;
}
header .contenedor .menu ul {
  list-style-type: none;
}
header .contenedor .menu ul li {
  display: inline-block;
  padding: 0 10px;
}
header .contenedor .menu ul li a {
  text-decoration: none;
  color:#042060; 
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
header .contenedor .menu ul li a:hover {
  border-bottom: 2px solid green;
}
#banner {
  display: flex;
  justify-content: center;
  background-image: url("./../imagenes/fondo01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
#banner .contenedor {
  flex-direction: column;
  padding-top: 60px;
}
#banner .contenedor h1,
#banner .contenedor h2 {
  width: 100%;
  color: #f7f7f7;
}
#banner .contenedor h1 {
  font-size: 50px;
  margin-bottom: 0;
}
#banner .contenedor .caja-blanca {
  background-color: rgba(255,255,255,0.5);
  padding: 20px 30px;
  max-width: 500px;
}
#banner .contenedor .caja-blanca .caracteristica {
  display: flex;
  align-items: center;
}
#banner .contenedor .caja-blanca .caracteristica img {
  width: 80px;
  height: 80px;
  padding-right: 20px;
}
#industrias {
  display: flex;
  justify-content: center;
  padding-top: 60px;
}
#industrias .contenedor {
  flex-direction: column;
}
#industrias .contenedor h1 {
  color: #042060;
}
#industrias .contenedor .cajas {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 300px;
}
#industrias .contenedor .cajas .caja {
  transition: background-size 300ms linear;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 300px;
  width: 300px;
  background-position: center center;
}
#industrias .contenedor .cajas .caja:hover {
  background-size: 110%;
}
#industrias .contenedor .cajas .caja p {
  width: 300px;
  height: 300px;
  margin: 0;
  background: rgba(0,0,0,0.749);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: rgba(0,0,0,0.5);
  font-size: 22px;
  font-weight: bold;
}
#industrias .contenedor .cajas .aeronautica {
  background-image: url("./../imagenes/industria-aeronautica.jpg");
}
#industrias .contenedor .cajas .comidayperecibles {
  background-image: url("./../imagenes/industria-comidayperecibles.jpg");
}
#industrias .contenedor .cajas .automoviles {
  background-image: url("./../imagenes/industria-automoviles.jpg");
}
#industrias .contenedor .cajas .bebidas {
  background-image: url("./../imagenes/industria-bebidas.jpg");
}
#industrias .contenedor .cajas .construccion {
  background-image: url("./../imagenes/industria-construccion.jpg");
}
#industrias .contenedor .cajas .energiasrenovables {
  background-image: url("./../imagenes/industria-energiasrenovables.jpg");
}
#industrias .contenedor .cajas .eventos {
  background-image: url("./../imagenes/industria-eventos.jpg");
}
#industrias .contenedor .cajas .farmaceutica {
  background-image: url("./../imagenes/industria-farmaceutica.jpg");
}
#industrias .contenedor .cajas .petroleo {
  background-image: url("./../imagenes/industria-petroleo.jpg");
}
#industrias .contenedor .cajas .hotel {
  background-image: url("./../imagenes/industria-hotel.jpg");
}
#industrias .contenedor .cajas .fashionretail {
  background-image: url("./../imagenes/industria-fashionretail.jpg");
}
#industrias .contenedor .cajas .tecnologia {
  background-image: url("./../imagenes/industria-tecnologia.jpg");
}
#soluciones {
  display: flex;
  justify-content: center;
  padding-top: 60px;
  background: url("./../imagenes/fondo02.jpg");
  background-repeat: none;
  background-size: cover;
  color: #fff;
  flex-direction: column;
  height: 600px;
}
#soluciones h1 {
  font-size: 30px;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
#soluciones .contenedor {
  margin: 0 auto;
}
#soluciones .contenedor .item {
  padding: 20px;
}
#soluciones .contenedor .item p {
  font-size: 14px;
  text-align: justify;
}
#innovacion {
  display: flex;
  justify-content: center;
  padding-top: 60px;
  flex-direction: column;
  background-color: #b7dbfe;
}
#innovacion h1 {
  font-size: 30px;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
#innovacion .contenedor {
  margin: 0 auto;
}
#innovacion .contenedor .texto {
  padding-left: 30px;
  text-align: justify;
}


#innovacion .contenedor .texto h3 {
  color: #006293;
}
#contacto {
  display: flex;
  justify-content: center;
  padding: 60px 0;
  flex-direction: column;
  background-color: #066293;
  color: #fff;
}
#contacto h1 {
  font-size: 30px;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
#contacto .contenedor {
  margin: 0 auto;
}
#contacto .contenedor .texto {
  width: 60%;
  padding-right: 5%;
}
#contacto .contenedor .texto p {
  font-size: 15px;
}
#contacto .contenedor .formulario {
  width: 35%;
}
#contacto .contenedor .formulario form input {
  height: 30px;
  width: 100%;
  margin-bottom: 10px;
}
#contacto .contenedor .formulario form textarea {
  width: 100%;
}
#contacto .contenedor .formulario form button {
  background-color: #ff1000;
  color: #fff;
  padding: 10px 20px;
}

.info-contacto h4 {
  font-weight: bolder;
}
.datos-contacto p {
  font-style: italic;
}
