.mainContent {
  padding-bottom: 0;
}

@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;
  align-items: center;
}
.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;
}
.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 106px;
  }
  .hero .section-cont {
    width: 670px;
    margin-right: 91px;
  }
  .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-sub {
    margin-bottom: 28px;
  }
  .hero .section-cont .hero-txt {
    max-width: 495px;
    margin-bottom: 100px;
  }
  .hero picture {
    width: 544px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .hero .section-cont {
    width: 540px;
    margin-right: 20px;
  }
  .hero picture {
    width: 400px;
  }
}
@media (min-width: 1024px) {
  .hero {
    background-image: url(../../images/inicioFront/hero-bg.svg);
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .hero .container {
    padding-block: 120px 120px;
  }
  .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-sub {
    margin-bottom: 28px;
  }
  .hero .section-cont .hero-txt {
    width: 500px;
    margin-bottom: 100px;
  }
}
@media (max-width: 1023px) {
  .hero {
    background-image: url(../../images/inicioFront/hero-bg-mvl.svg);
  }
  .hero picture {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero .section-cont {
    width: 670px;
  }
}
@media (min-width: 768px) {
  .hero .hero-sup {
    margin-bottom: 14px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 2.08px;
  }
  .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: 120px 75px;
  }
  .hero .hero-sup {
    display: none;
  }
  .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-sub {
    margin-bottom: 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;
  }
}
.nosotros .contentStyledText > *:last-child {
  margin-bottom: 0;
}
.nosotros .contentStyledText ul {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nosotros .contentStyledText ul li {
  border-radius: 6px;
  padding: 7px 10px;
  margin: 0;
  background-color: #f4f5f6;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: var(--fontFamily) !important;
  display: inline-flex;
  align-items: center;
}
.nosotros .contentStyledText ul li:before {
  content: "\ed4c";
}
.nosotros .contentStyledText ul li:before {
  display: block;
}
.nosotros .contentStyledText ul li::marker {
  content: "";
}
.nosotros .contentStyledText ul li:before {
  margin-right: 10px;
  color: #0ba89e;
  font-family: "icomoon" !important;
  font-size: 24px;
}
.nosotros picture img {
  border-radius: 10px;
}
.nosotros + .mainBannerRanking {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 1440px) {
  .nosotros {
    padding-block: 100px 70px;
  }
  .nosotros .section-cont {
    max-width: 1300px;
    margin-inline: auto;
  }
  .nosotros .section-cont > * {
    width: 610px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .nosotros .section-cont > * {
    width: calc(50% - 16px);
  }
}
@media (min-width: 1024px) {
  .nosotros .section-cont .blq-txt picture {
    display: none;
  }
}
@media (min-width: 1024px) {
  .nosotros .section-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nosotros .section-cont > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .nosotros {
    padding-block: 80px 70px;
  }
}
@media (max-width: 1023px) {
  .nosotros .section-cont .blq-img {
    display: none;
  }
  .nosotros .section-cont .blq-txt * + picture {
    margin-top: 32px;
  }
}
@media (min-width: 768px) {
  .nosotros .section-cont .contentStyledText ul {
    align-items: flex-start;
  }
  .nosotros .section-cont .contentStyledText * + ul {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .nosotros {
    padding-block: 52px;
  }
}

.logros {
  background-color: #f4f5f6;
}
.logros .section-top {
  text-align: center;
}
.logros .logro > * {
  background-color: #FFFFFF;
  border-radius: 20px;
}
.logros .imgIcon {
  border-radius: 12px;
}
.logros .logro-tit {
  font-weight: 500;
}
.logros .logro-tit > * {
  display: block;
}
.logros .logro-tit .logro-cifra + .logro-tit-tit {
  margin-top: 8px;
}
.logros .logro-cifra {
  font-weight: 600;
}
.logros .contentStyledText {
  font-weight: 300;
}
.logros .contentStyledText > *:last-child {
  margin-bottom: 0;
}
.logros .contentStyledText strong {
  font-weight: 600;
}
@media (min-width: 1440px) {
  .logros {
    padding-block: 160px 80px;
  }
  .logros .section-cont {
    max-width: 1300px;
    margin-inline: auto;
  }
}
@media (min-width: 1024px) {
  .logros .listado-logros .logro {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .logros {
    padding-block: 140px 80px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .logros .listado-logros .logro {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .logros {
    margin-top: -75px;
  }
  .logros .section-top {
    margin-bottom: 42px;
  }
  .logros .listado-logros {
    display: flex;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
    justify-content: center;
    row-gap: 15px;
  }
  .logros .listado-logros > * {
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .logros .listado-logros .logro > * {
    height: 100%;
    padding: 36px 32px;
  }
  .logros .listado-logros .imgIcon {
    width: 64px;
    margin-bottom: 32px;
  }
  .logros .listado-logros .logro-tit {
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.66px;
  }
  .logros .listado-logros .logro-tit .logro-cifra {
    font-size: 42px;
    line-height: 46px;
    letter-spacing: -0.84px;
  }
  .logros .listado-logros .contentStyledText {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .logros {
    margin-top: 52px;
    padding-block: 52px;
  }
  .logros .section-top {
    margin-bottom: 20px;
  }
  .logros .logro > * {
    padding: 24px 20px;
  }
  .logros .logro + .logro {
    margin-top: 15px;
  }
  .logros .imgIcon {
    width: 52px;
    margin-bottom: 20px;
  }
  .logros .logro-tit {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.6px;
  }
  .logros .logro-tit .logro-cifra {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.64px;
  }
  .logros .contentStyledText {
    font-size: 16px;
    line-height: 24px;
  }
}

.servicios .section-top {
  margin-bottom: 32px;
}
.servicios .section-top .section-tit1 {
  margin-bottom: 0;
}
.servicios + .mainBannerContacto {
  margin-top: 0;
}
.servicios .swiper {
  overflow: visible;
}
.servicios .swiper .swiper-slide {
  width: auto;
}
.servicios .blq-cont {
  border-radius: 12px;
  border: 1px solid #e5e8eb;
}
.servicios .blq-cont .section-tit3 .imgIcon {
  width: 42px;
}
.servicios .blq-cont .contentStyledText {
  font-weight: 300;
}
.servicios .blq-cont .contentStyledText > *:last-child {
  margin-bottom: 0;
}
.servicios .blq-cont .contentStyledText strong {
  font-weight: 600;
}
.servicios .blq-cont .contentStyledText * + h4 {
  margin-top: 32px;
}
.servicios .blq-cont .contentStyledText h4 {
  margin-bottom: 12px;
}
.servicios .blq-cont * + .btn {
  margin-top: 42px;
}
.servicios .blq-cont article:not(.active) {
  display: none;
}
.servicios .blq-nav .btn {
  border-color: #e5e8eb;
  background: var(--gray-brandgray-brandgray-50, #FCFCFD);
}
.servicios .blq-nav .btn.active, .servicios .blq-nav .btn:hover, .servicios .blq-nav .btn:focus {
  border-color: #7cd7cd;
  box-shadow: 0 0 0 1px #7cd7cd inset;
  background: linear-gradient(90deg, #e3fbf8 0%, #ecf6ff 100%);
}
@media (min-width: 1440px) {
  .servicios {
    padding-block: 120px;
  }
  .servicios .section-cont {
    max-width: 1300px;
    margin-inline: auto;
  }
  .servicios .section-top .section-tit1 {
    max-width: 560px;
  }
  .servicios .section-bot {
    display: flex;
  }
  .servicios .section-bot .blq-nav {
    width: 359px;
    margin-right: 42px;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .servicios .section-bot .blq-nav .servicios-nav-mvl {
    display: none;
  }
  .servicios .section-bot .blq-nav .servicios-nav-desk .contentButton .btn {
    width: 100%;
    display: flex;
  }
  .servicios .section-bot .blq-nav .servicios-nav-desk .contentButton .btn [class^=icon-], .servicios .section-bot .blq-nav .servicios-nav-desk .contentButton .btn [class*=" icon-"] {
    color: #0ba89e;
    margin-left: auto;
  }
  .servicios .section-bot .blq-nav .servicios-nav-desk .contentButton .btn.active [class^=icon-], .servicios .section-bot .blq-nav .servicios-nav-desk .contentButton .btn.active [class*=" icon-"] {
    opacity: 0;
  }
  .servicios .section-bot .blq-nav .servicios-nav-desk .contentButton + .contentButton {
    margin-top: 12px;
  }
  .servicios .section-bot .blq-cont {
    padding: 42px;
    flex-grow: 1;
  }
}
@media (max-width: 1439px) {
  .servicios .section-bot .servicios-nav-desk {
    display: none;
  }
  .servicios .section-bot .servicios-nav-mvl .btn [class^=icon-], .servicios .section-bot .servicios-nav-mvl .btn [class*=" icon-"] {
    display: none;
  }
  .servicios .section-bot .blq-nav + .blq-cont {
    margin-top: 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .servicios .section-top .section-tit1 {
    max-width: 400px;
  }
}
@media (min-width: 1024px) {
  .servicios .section-top {
    padding-right: 325px;
    position: relative;
  }
  .servicios .section-top .btn {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .servicios {
    padding-block: 80px;
  }
  .servicios .section-bot .blq-cont {
    padding: 30px;
  }
}
@media (max-width: 1023px) {
  .servicios .section-top * + .btn {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .servicios .section-bot .servicios-nav-desk .btn,
  .servicios .section-bot .servicios-nav-mvl .btn {
    height: 52px;
  }
  .servicios .section-bot .blq-cont .section-tit3 {
    display: flex;
    align-items: center;
  }
  .servicios .section-bot .blq-cont .section-tit3 .imgIcon {
    margin-right: 12px;
  }
  .servicios .section-bot .blq-cont .contentStyledText {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .servicios {
    padding-block: 52px;
  }
  .servicios .section-top .btn {
    width: 100%;
    display: flex;
  }
  .servicios .section-bot .blq-cont {
    padding: 24px;
  }
  .servicios .section-bot .blq-cont .section-tit3 .imgIcon {
    margin-bottom: 6px;
  }
  .servicios .section-bot .blq-cont .section-tit3 span {
    display: block;
  }
  .servicios .section-bot .blq-cont .contentStyledText {
    font-size: 18px;
    line-height: 22px;
  }
  .servicios .section-bot .blq-cont .btn {
    width: 100%;
    display: flex;
  }
}

.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 */