section .section-hero {
  height: 350px;
  margin-bottom: 40px;
}
section .section-hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section .section-cont {
  max-width: 912px;
  margin-inline: auto;
}
section .section-cont .section-tit {
  margin-bottom: 20px;
  font-family: var(--fontFamilyTit);
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}
section .section-cont .section-txt .encabezado {
  margin-bottom: 20px;
  color: #6281ae;
  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 */