#carousel-productos-container #carousel-productos-wrap {
	display: block !important;
}
#banners-carousel {
  background-color: #000;
  margin-bottom: 4.5em;
}
h1 {
  font-size: 1.5em;
  text-align: center;
  font-weight: 300;
}
h1 strong {
  display: block;
  font-size: 1.65em;
  margin-top: .2em;
}
h2 {
  font-size: 2em;
  font-weight: 300;
  text-align: center;
  margin-top: 1.7em;
  line-height: 1.4em;
}
#intro {
  margin-bottom: 5.25em;
}
#coleccion {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #000;
  background-size: cover;
  padding-top: 4.9em;
  padding-bottom: 4em;
  color: #fff;
  margin-bottom: 1em;
}
#coleccion img#logo-coleccion {
  margin-bottom: 5em;
}
#coleccion h3 {
  font-weight: 700;
  font-size: 2em;
  margin-bottom: 2.5em;
}
#coleccion p {
  margin-top: 1em;
  margin-bottom: 3.5em;
}
#coleccion iframe {
	height: 487px;
}
#materiales {
  background-color: #f4f4f4;
  padding-bottom: 5em;
  margin-top: 7em;
}
#materiales h2 {
  font-weight: 700;
  font-size: 3em;
  margin-bottom: 1.2em;
}
#materiales h3 {
  font-size: 1.3em;
  font-weight: 700;
}
#diseno {
  padding-top: 7em;
  margin-bottom: 5em;
}
#diseno h2 {
  text-align: left;
  font-size: 1.7em;
  border-bottom: 1px solid #000;
  padding-bottom: .5em;
  margin-bottom: 1em;
  font-weight: 400;
  margin-top: 2.3em;
}
#diseno .foto {
  padding: 0;
}
#diseno .contenido {
	padding-left: 4em;
	padding-right: 4em;
}
#innovacion {
  background-color: #000;
  color: #fff;
  padding-bottom: 5em;
  margin-bottom: .6em;
}
#innovacion h2 {
  font-size: 3em;
  font-weight: 400;
  margin-top: 1.5em;
  margin-bottom: 1.7em;
}
#innovacion img {
  margin-bottom: 2.1em;
}
#detalles {
  margin-bottom: 10em;
}
#detalles h2 {
  font-size: 2.95em;
  font-weight: 400;
  margin-bottom: 1.7em;
}
#detalles h3 {
  font-size: 1.5em;
  font-weight: 700;
  margin-top: 0;
}
#detalles .row:first-of-type {
  margin-bottom: 1.7em;
}
#detalles #detalles-destacado {
  width: 100%;
  height: 100%;
  background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
  background-size: cover;
}
@media (max-width: 991px) {
	#coleccion h3 {
		text-align: center;
		font-size: 1.7em;
	}
	#carousel-productos-container {
		margin-top: 2em;
	}
	#materiales {
		text-align: center;
	}
	#materiales p {
		margin-bottom: 4em;
	}
	#diseno img {
		float: none !important; /* deshacer clases pull-x */
		margin: 1em auto 0 auto !important;
	}
	#coleccion iframe {
		height: 400px;
	}
	#innovacion h2 {
	  font-size: 2em;
	}
	#innovacion img.foto {
		margin-top: 3em;
	}
	#detalles {
		text-align: center;
	}
	#detalles h2 {
	  font-size: 2.5em;
	}
	#detalles h3 {
	  margin-top: .5em;
	}
	#detalles img {
	  margin-top: 2.5em;
		max-height: 190px;
	}
}
@media (max-width: 767px) {
	#coleccion iframe {
		height: 300px;
	}
}
