.hero {
  height: 350px;
  padding-bottom: 100px;
  color: #FFFFFF;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.hero picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hero picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero .container {
  position: relative;
}
.hero .hero-cont {
  max-width: 912px;
  margin-inline: auto;
}
.hero .hero-cont .hero-tit {
  font-weight: 400;
}
@media (min-width: 768px) {
  .hero .hero-cont .hero-tit {
    font-size: 54px;
    line-height: 58px;
  }
}
@media (max-width: 767px) {
  .hero .hero-cont .hero-tit {
    font-size: 36px;
    line-height: 40px;
  }
}

.items .section-cont {
  max-width: 912px;
  margin-top: 60px;
  margin-inline: auto;
  color: #105E80;
}
.items .section-cont .section-tit {
  padding-bottom: 12px;
  border-bottom: 2px solid;
  margin-bottom: 28px;
  font-weight: 400;
}
.items .section-cont ul {
  list-style-type: none;
  padding-left: 0;
}
.items .section-cont ul li {
  margin-bottom: 0;
}
.items .section-cont ul li + li {
  margin-top: 16px;
}
.items .section-cont ul li a {
  color: #105E80;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 4px;
}
.items .section-cont ul li a:hover {
  color: #062633;
}
@media (min-width: 768px) {
  .items .section-cont .section-tit {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .items .section-cont .section-tit {
    font-size: 28px;
    line-height: 32px;
  }
}/*# sourceMappingURL=descargas.css.map */