.mainContent {
  padding-bottom: 0;
  position: relative;
}

@media (min-width: 1440px) {
  section .section-top {
    max-width: 1300px;
    margin-bottom: 42px;
    margin-inline: auto;
  }
  section > *:last-child:not(.mainBannerRanking):not(.mainBannerContacto) {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  section .section-top {
    margin-bottom: 30px;
  }
  section > *:last-child:not(.mainBannerRanking):not(.mainBannerContacto) {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  section .section-top {
    margin-bottom: 12px;
  }
  section > *:last-child:not(.mainBannerRanking):not(.mainBannerContacto) {
    margin-bottom: 52px;
  }
}

.hero {
  background-size: cover;
  background-position: center center;
}
.hero .container {
  min-height: var(--viewportHeight);
  display: flex;
}
.hero .container .section-cont,
.hero .container picture {
  flex-basis: auto;
}
.hero .hero-tit,
.hero .hero-sub {
  font-family: var(--fontFamily2);
  font-weight: 300;
}
.hero .hero-tit {
  margin-bottom: 0;
}
.hero .hero-tit strong {
  font-weight: 600;
}
.hero .hero-sub {
  color: #0ba89e;
  display: inline-block;
  font-weight: 600;
}
.hero .hero-txt .contentStyledText {
  font-weight: 400;
}
.hero .hero-txt .contentStyledText strong {
  font-weight: 600;
}
.hero .hero-txt .contentStyledText > *:last-child {
  margin-bottom: 0;
}
.hero .hero-btns {
  display: flex;
  gap: 12px;
}
.hero .hero-btns .btn {
  font-weight: 400;
}
.hero picture {
  aspect-ratio: 544/563px;
}
.hero picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.hero + .noticias1 {
  margin-top: 0 !important;
}

@media (min-width: 1440px) {
  .hero .container {
    padding-block: 156px 0;
  }
  .hero .section-cont {
    width: 650px;
  }
  .hero .section-cont .hero-tit,
  .hero .section-cont .hero-sub {
    font-size: 52px;
    line-height: 62px;
  }
  .hero .section-cont .hero-tit + .hero-txt {
    margin-top: 28px;
  }
  .hero .section-cont .hero-txt {
    margin-bottom: 52px;
  }
  .hero picture {
    width: 544px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .hero .section-cont {
    width: 540px;
  }
  .hero picture {
    width: 400px;
  }
}
@media (min-width: 1024px) {
  .hero {
    background-image: url(../../images/inicioFront/hero-bg.svg);
  }
  .hero picture {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .hero .container {
    padding-block: 120px 0;
  }
  .hero .section-cont .hero-tit,
  .hero .section-cont .hero-sub {
    font-size: 40px;
    line-height: 50px;
  }
  .hero .section-cont .hero-tit + .hero-txt {
    margin-top: 28px;
  }
  .hero .section-cont .hero-txt {
    width: 500px;
    margin-bottom: 52px;
  }
}
@media (max-width: 1023px) {
  .hero {
    background-image: url(../../images/inicioFront/hero-bg-mvl.svg);
  }
  .hero .container {
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero .section-cont {
    width: 670px;
  }
  .hero picture {
    max-width: calc(100% - 100px);
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .hero .hero-txt .contentStyledText {
    font-size: 18px;
    line-height: 28px;
  }
  .hero .hero-btns {
    flex-wrap: wrap;
  }
  .hero .hero-btns .btn {
    height: 52px;
  }
}
@media (max-width: 767px) {
  .hero .container {
    padding-block: 112px 40px;
  }
  .hero .section-cont {
    max-width: 560px;
  }
  .hero .section-cont .hero-tit,
  .hero .section-cont .hero-sub {
    font-size: 32px;
    line-height: 38px;
  }
  .hero .section-cont .hero-tit + .hero-txt {
    margin-top: 28px;
  }
  .hero .section-cont .hero-txt {
    margin-bottom: 42px;
  }
  .hero .section-cont .hero-txt .contentStyledText {
    font-size: 16px;
    line-height: 26px;
  }
  .hero .section-cont .hero-btns {
    flex-direction: column;
  }
  .hero .section-cont .hero-btns .btn {
    width: 100%;
    display: flex;
  }
  .hero .section-cont picture {
    max-width: calc(100% - 70px);
    margin-top: 42px;
  }
}
.mainBannerContacto {
  margin-top: 0;
}

* + .blockProceso,
* + .blockNosotros {
  padding-top: 0;
}

@media (min-width: 1024px) {
  .blockSobrecoste .blq-txt .btn:nth-last-child(2) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blockSobrecoste .blq-txt .btn {
    min-width: 200px;
  }
  .blockSobrecoste .blq-txt .btn + .btn {
    margin-left: 12px;
  }
}
@media (max-width: 767px) {
  .blockSobrecoste .blq-txt .btn + .btn {
    margin-top: 12px;
  }
}

.noticias1 {
  background-color: #F8F9FA;
}
@media (min-width: 1440px) {
  .noticias1 .blq-cont {
    position: relative;
  }
  .noticias1 .blq-cont .blockFeatured-type1-list article .blockFeatured-picture {
    margin-right: 58px;
  }
  .noticias1 .blq-cont .blockFeatured-type1-list article .blockFeatured-picture picture {
    width: 566px;
    height: 408px;
  }
  .noticias1 .blq-cont .blockFeatured-type1-list article .blockFeatured-content .contentButton {
    margin-top: 20px;
  }
  .noticias1 .blq-cont .blq-btn {
    position: absolute;
    bottom: 0;
    left: 624px;
  }
}
@media (max-width: 1439px) {
  .noticias1 .blq-cont .blq-btn {
    margin-top: 40px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .noticias1 {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .noticias1 {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
  }
  .noticias1 .blockFeatured-content .contentPlainText,
  .noticias1 .blockFeatured-content .contentButton {
    display: none;
  }
}

.noticias2 .blq-cont,
.proyectos .blq-cont,
.eventos .blq-cont {
  position: relative;
}
.noticias2 .blq-cont .blq-btn,
.proyectos .blq-cont .blq-btn,
.eventos .blq-cont .blq-btn {
  padding-right: inherit;
  position: absolute;
  right: 0px;
}
@media (min-width: 1440px) {
  .noticias2 .blq-btn,
  .proyectos .blq-btn,
  .eventos .blq-btn {
    top: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .noticias2 .blq-btn,
  .proyectos .blq-btn,
  .eventos .blq-btn {
    top: 6px;
  }
}
@media (min-width: 1024px) {
  .noticias2 .blockFeatured-type2-item .blockFeatured-content .contentTitle,
  .proyectos .blockFeatured-type2-item .blockFeatured-content .contentTitle,
  .eventos .blockFeatured-type2-item .blockFeatured-content .contentTitle {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .noticias2,
  .proyectos,
  .eventos {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .noticias2,
  .proyectos,
  .eventos {
    margin-top: 40px;
  }
  .noticias2 .blq-btn,
  .proyectos .blq-btn,
  .eventos .blq-btn {
    top: -2px;
  }
}

@media (min-width: 768px) and (max-width: 1439px) {
  .noticias2:not(.esCarousel) .blockFeatured-type2-list .blockFeatured-type2-item:nth-child(3n),
  .proyectos:not(.esCarousel) .blockFeatured-type2-list .blockFeatured-type2-item:nth-child(3n) {
    display: none;
  }
}

.noticias2 .blockFeatured-type2-list .blockFeatured-type2-item .contentDate {
  padding-top: 30px;
  margin-top: auto;
}
.noticias2 .blockFeatured-type2-list .blockFeatured-type2-item .contentLinklist {
  margin-top: 0;
}

@media (min-width: 768px) and (max-width: 1439px) {
  .eventos:not(.esCarousel) .agenda-modo-complete {
    grid-template-columns: repeat(2, 1fr);
  }
  .eventos:not(.esCarousel) .agenda-modo-complete .blockFeatured-type2-item:nth-child(3n) {
    display: none;
  }
}/*# sourceMappingURL=inicioFront.css.map */