.mainContent {
  padding-top: 0;
}
@media (min-width: 1024px) {
  .mainContent {
    padding-bottom: 110px;
  }
}

.hero {
  padding-block: 34px;
  display: flex;
  align-items: center;
}
.hero .hero-tit,
.hero .hero-txt {
  margin-bottom: 0;
  font-family: var(--fontFamily2);
}
.hero .hero-tit {
  font-weight: 700;
}
.hero .hero-txt {
  font-weight: 400;
}
.hero * + .hero-btn {
  margin-top: 30px;
}
.hero picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.hero .hero-scroll {
  width: 24px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 12px;
  position: absolute;
  z-index: 1;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
.hero .hero-scroll:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000000;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  animation-name: scroll;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
.hero + .proyectos {
  border-top: 1px solid;
  margin-top: 0;
}

@keyframes scroll {
  0% {
    top: 5px;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  to {
    top: 15px;
    opacity: 0;
  }
}
@media (min-width: 1440px) {
  .hero {
    min-height: calc(var(--viewportHeight) - 100px);
  }
  .hero .hero-tit,
  .hero .hero-txt {
    font-size: 60px;
    line-height: 64px;
  }
}
@media (max-width: 1439px) {
  .hero .hero-scroll {
    display: none;
  }
}
@media (min-width: 1024px) {
  .hero .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .hero .hero-cont {
    width: 600px;
  }
  .hero .hero-cont ~ .hero-btn {
    display: none;
  }
  .hero picture {
    width: 702px;
    aspect-ratio: 702/600;
    padding: 29px 74px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .hero {
    min-height: calc(var(--viewportHeight) - 80px);
  }
  .hero .hero-tit,
  .hero .hero-txt {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (max-width: 1023px) {
  .hero .hero-cont + picture,
  .hero .hero-cont + .hero-btn {
    margin-top: 30px;
  }
  .hero .hero-cont > .hero-btn {
    display: none;
  }
  .hero .hero-cont ~ .hero-btn .btn {
    width: 100%;
    display: flex;
  }
  .hero picture {
    aspect-ratio: 768/777;
  }
}
@media (max-width: 767px) {
  .hero {
    min-height: calc(var(--viewportHeight) - 60px);
  }
  .hero .hero-tit,
  .hero .hero-txt {
    font-size: 36px;
    line-height: 40px;
  }
}
.servicios {
  background-color: #000000;
  color: #FFFFFF;
}
.servicios .blockServicios-type4-list {
  background-color: transparent;
}
.servicios .section-sup {
  color: #FFFFFF;
}
.servicios .top-tit {
  margin-bottom: 0;
}
.servicios .servicio-tit {
  margin-bottom: 12px;
  font-family: var(--fontFamily2);
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
.servicios picture {
  filter: brightness(0) invert(1);
}
.servicios .blq-btn {
  text-align: center;
}
@media (min-width: 1024px) {
  .servicios {
    padding-block: 68px;
    margin-top: 60px;
  }
  .servicios .blockServicios-top + .blockServicios-type4-list {
    width: 100%;
    max-width: 1258px;
    padding: 0;
    margin-top: 128px;
    margin-left: auto;
    margin-right: auto;
  }
  .servicios .blq-btn {
    margin-top: 128px;
  }
}
@media (max-width: 1023px) {
  .servicios .blockServicios-top + .blockServicios-type4-list {
    margin-top: 58px;
  }
  .servicios .blq-btn {
    margin-top: 38px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .servicios {
    padding-block: 50px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .servicios {
    padding-block: 48px;
    margin-top: 0;
  }
  .servicios .blq-btn .btn {
    width: 100%;
    display: flex;
  }
}

@media (min-width: 1440px) {
  .nosotros picture {
    margin-left: -82px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .nosotros picture {
    margin-left: -40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .nosotros picture {
    margin-left: -40px;
  }
}
.nosotros picture img {
  border-radius: 24px;
  border: 1px solid;
}
.nosotros .nosotros-txt {
  font-family: var(--fontFamily2);
}
.nosotros .nosotros-txt + .btn {
  margin-top: 40px;
}
@media (min-width: 1440px) {
  .nosotros picture img {
    width: 1110px;
  }
  .nosotros .nosotros-cont {
    padding-left: 465px;
  }
  .nosotros .nosotros-cont .section-sup {
    max-width: 395px;
  }
}
@media (min-width: 1024px) {
  .nosotros {
    margin-top: 80px;
  }
  .nosotros picture {
    margin-bottom: 60px;
  }
  .nosotros .nosotros-cont {
    position: relative;
  }
  .nosotros .nosotros-cont .section-sup {
    position: absolute;
    left: 0;
    top: 0;
  }
  .nosotros .nosotros-cont .nosotros-txt {
    font-size: 42px;
    line-height: 46px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .nosotros picture img {
    width: 800px;
  }
  .nosotros .nosotros-cont {
    padding-left: 365px;
  }
  .nosotros .nosotros-cont .section-sup {
    max-width: 320px;
  }
}
@media (max-width: 1023px) {
  .nosotros {
    margin-top: 60px;
  }
  .nosotros picture {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .nosotros .nosotros-txt {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .nosotros .nosotros-txt {
    font-size: 28px;
    line-height: 32px;
  }
  .nosotros .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;
  }
}

@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 (max-width: 767px) {
  .noticias2 .blq-btn,
  .proyectos .blq-btn,
  .eventos .blq-btn {
    top: -2px;
  }
}

.noticias2 .blq-cont,
.eventos .blq-cont {
  position: relative;
}
.noticias2 .blq-cont .blq-btn,
.eventos .blq-cont .blq-btn {
  padding-right: inherit;
  position: absolute;
  right: 0px;
}
@media (min-width: 1440px) {
  .noticias2 .blq-btn,
  .eventos .blq-btn {
    top: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .noticias2 .blq-btn,
  .eventos .blq-btn {
    top: 6px;
  }
}
@media (min-width: 768px) {
  .noticias2,
  .eventos {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .noticias2,
  .eventos {
    margin-top: 40px;
  }
  .noticias2 .blq-btn,
  .eventos .blq-btn {
    top: -2px;
  }
}

.proyectos {
  padding-block: 48px;
}
.proyectos .blq-btn {
  margin-bottom: 40px;
}
.proyectos .blockFeatured-type2-list.blockFeatured-type2-cols3 .blockFeatured-type2-item {
  border-bottom: 0;
}
.proyectos .blockFeatured-type2-list.blockFeatured-type2-cols3 .blockFeatured-picture picture {
  padding-bottom: 100%;
}
.proyectos .blockFeatured-type2-list.blockFeatured-type2-cols3 .blockFeatured-content .contentTitle {
  font-weight: 400;
  font-size: 36px;
  line-height: 40px;
}
@media (min-width: 1440px) {
  .proyectos .blockServicios-top.top-flex2 + .blq-cont .blq-btn {
    margin-left: 696px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .proyectos .blockServicios-top.top-flex2 + .blq-cont .blq-btn {
    margin-left: 374px;
  }
}
@media (max-width: 1023px) {
  .proyectos .blq-btn .btn {
    width: 100%;
    display: flex;
  }
}

.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;
  }
}

@media (min-width: 1024px) {
  .duaMarquee {
    margin-top: 80px;
  }
}
@media (max-width: 1023px) {
  .duaMarquee {
    margin-top: 60px;
  }
}/*# sourceMappingURL=inicioFront.css.map */