.interiores {
  background: url(../img/fondo_azul_header.jpg) center bottom;
}

.interiores .logo {
  float: left;
  width: 120px;
  margin-right: 20px;
  padding: 20px 0;
  transition: 0.5s ease;
}

#header_productos {
  height: 50vh;
  margin-bottom: 60px;
  background-position: 0px -100px;
  background-attachment: fixed;
  background-size: 100% auto;
  position: relative;
}
.separador-curva {
  width: 100%;
  height: 80px;
  background:url(../img/separador_curva.png) no-repeat center bottom;
  position: absolute;
  bottom: -1px;
  background-size: 100% auto;
  z-index: 2;
}

.titulo_header_productos {
  font-family: 'Montserrat', sans-serif;
  font-size: 65px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  font-weight: 100;
  text-transform: uppercase;
  color:white;
  transform: translate(-50%, -50%);
}

.seccion_empresa h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  margin: 30px 0 20px;
  color: #2058c6;
  line-height: 28px;
}

.seccion_empresa h1 span {
  font-weight: 700;
}

.seccion_empresa p {
  font-weight: 200;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1px;
}

.seccion_empresa img {
  width: 100%;
  margin: 0 auto;
  border-radius: 15px;
  margin-top: 45px;
}

#map {
  height: 400px;
  width: 100%;
 }

 .contenedor_iw {
  width: 200px;
  font-family: 'Montserrat', sans-serif;
 }

 .contenedor_iw img {
  width: 100% !important;
  margin-top: 0px;
 }

 .h3_iw {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  text-align: center;
 }

 .contenedor_iw a {
  font-size: 13px !important;
  font-weight: 700;
  text-align: center;
  display: block;
  margin-bottom: 15px;
 }