.hero {
  padding-bottom: 44px;
  color: #FFFFFF;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.hero:before,
.hero .hero-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hero:before {
  content: "";
  background-color: rgba(0, 97, 153, 0.6);
  z-index: 1;
}
.hero .hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: grayscale(1);
}
.hero .container {
  position: relative;
  z-index: 2;
}
.hero .blq-cont {
  max-width: 912px;
  margin-left: auto;
  margin-right: auto;
}
.hero .blq-cont .blq-sup,
.hero .blq-cont .blq-tit {
  color: #FFFFFF;
}
.hero .blq-cont .blq-tit {
  margin-bottom: 0;
  font-family: var(--fontFamilyCondensed);
  text-transform: uppercase;
}
.hero.hero-min {
  padding-block: 0 !important;
}
@media (min-width: 1440px) {
  .hero {
    padding-top: 144px;
  }
  .hero.hero-min {
    height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .hero {
    padding-top: 124px;
  }
  .hero.hero-min {
    height: 80px;
  }
}
@media (min-width: 768px) {
  .hero {
    min-height: 350px;
  }
}
@media (max-width: 767px) {
  .hero {
    padding-top: 104px;
  }
  .hero.hero-min {
    height: 60px;
  }
}

.contenido {
  margin-top: 52px;
}
.contenido .blq-cont {
  max-width: 912px;
  margin-left: auto;
  margin-right: auto;
}
.contenido .blq-cont .blq-img {
  margin-top: 52px;
  cursor: zoom-in;
}
.contenido .blq-cont .blq-img img {
  margin-left: auto;
  margin-right: auto;
}
.contenido .blq-cont .swiper {
  margin-top: 5px;
}
.contenido .blq-cont .swiper .swiper-slide {
  width: 150px;
}
.contenido .blq-cont .swiper .swiper-slide picture {
  height: 100px;
  cursor: zoom-in;
}
.contenido .blq-cont .swiper .swiper-slide picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.contenido .blq-cont .swiper .swiper-button-prev,
.contenido .blq-cont .swiper .swiper-button-next {
  color: #FFFFFF;
}
.contenido .blq-cont .swiper .swiper-button-prev {
  left: 0;
}
.contenido .blq-cont .swiper .swiper-button-next {
  right: 0;
}
.contenido .blq-cont .blq-tit2 {
  color: #C45105;
}
.contenido .btn-n1 {
  height: 50px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}/*# sourceMappingURL=estaticas.css.map */