/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  height: 380px;
}
.carousel .item {
  height: 380px;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 380px;
}
.carousel-caption h1 {
  max-width:100%;
}
.header-back {
  height: 380px;
  width: 100%;
}
.header-back.tnube {
  background: #ffffff url('../img/header_tnube.jpg') 50% 0 / cover no-repeat;
}
.small {
  font-size: 11px;
}
.icono {
  width: 40px;
  margin-top: 40px;
}
