#banners-carousel {
  background-color: #000;
  margin-bottom: 7.3em;
}
h2 {
  font-size: 2.55em;
  margin-bottom: .55em;
  margin-top: 0;
  border-bottom: 2px solid #063059;
  padding-bottom: .5em;
}
#experiencia {
  margin-bottom: 8.4em;
}
#historia {
  background-color: #f2f0ee;
  margin-bottom: 70px;
}
#historia h2 {
  margin-top: 1.6em;
}
#historia img {
	margin: 0 auto;
}
#video {
  padding-bottom: 70px;
}
#video iframe {
  width: 400px;
  height: 225px;
}
@media (min-width: 768px) {
  #video iframe {
    width: 900px;
    height: 506px;
  }
}
#colecciones {
  margin-bottom: 9em;
}
#colecciones .coleccion:link,
#colecciones .coleccion:hover,
#colecciones .coleccion:active,
#colecciones .coleccion:visited {
  color: #fff;
  text-decoration: none;
}
#colecciones .coleccion p {
  font-weight: 700;
  font-size: 1.3em;
  padding: .8em;
  color: #fff;
  background-color: #666;
}
#colecciones .coleccion span.link {
  float: right;
}
#colecciones .coleccion:hover span.link {
  text-decoration: underline;
}
#medio-ambiente {
  background-color: #B37666;
  padding-top: 3.5em;
  padding-bottom: 7em;
}
#medio-ambiente h2 {
  color: #fff;
  font-weight: 300;
  font-size: 2.4em;
  text-align: center;
  margin-top: .5em;
  margin-bottom: 1.8em;
  border: none;
}
@media (min-width: 768px) {
  #colecciones .coleccion {
    padding-top: 1em;
  }
  #colecciones .coleccion-first {
    padding-top: 3.5em;
  }
  #medio-ambiente p {
    padding-left: 3em;
  }
}
@media (max-width: 767px) {
	#experiencia img {
		margin-bottom: 4em;
	}
}
@media (max-width: 991px) {
	.coleccion {
		margin-top: 3em;
	}
	.coleccion p {
		/*max-width: 381px;*/
		margin: 0 auto;
	}
	#medio-ambiente img {
		width: 50%;
	}
}
