.mainContent {
  padding-bottom: 0;
}

section .section-cont {
  max-width: 912px;
  margin-inline: auto;
}
section .hero {
  position: relative;
}
section .hero .hero-img {
  height: 350px;
}
section .hero .hero-img picture {
  height: 100%;
  position: relative;
}
section .hero .hero-img picture:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
section .hero .hero-img picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section .hero .hero-cont {
  width: 100%;
  padding-block: 50px;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
}
section .hero .hero-cont .blq-tit {
  color: #FFFFFF;
}
section .contenido {
  padding-block: 64px;
}/*# sourceMappingURL=estaticas.css.map */