section .section-hero {
  height: 350px;
  margin-bottom: 40px;
  position: relative;
}
section .section-hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section .section-hero:before {
  content: "";
  background-color: #212429;
  opacity: 0.2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section .section-cont {
  max-width: 912px;
  margin-inline: auto;
}
section .section-cont .section-tit {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
}
section .section-cont .section-txt .encabezado {
  margin-bottom: 20px;
  font-weight: 400;
}
section .section-cont .section-txt .encabezado:not(:first-child) {
  margin-top: 40px;
}
section .section-cont .section-txt img {
  max-width: 680px;
  border-radius: 16px;
}
section .section-cont .section-txt ul {
  padding-left: 20px;
}
section .section-cont .section-txt ul li {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  section .section-cont .section-txt .encabezado {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  section .section-cont .section-txt .encabezado {
    font-size: 20px;
    line-height: 24px;
  }
}/*# sourceMappingURL=estaticas.css.map */