.hero {
  position: relative;
}
.hero .swiper {
  height: var(--viewportHeight);
}
.hero .swiper .swiper-slide {
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.hero .swiper .swiper-slide picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero .swiper .swiper-slide picture:before {
  content: "";
  background-color: #212429;
  opacity: 0.4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero .swiper .swiper-slide picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero .swiper .swiper-slide .container {
  position: relative;
}
.hero .swiper.swiper-initialized .swiper-slide .slide-cont {
  opacity: 0;
  transition: opacity 0.5s;
}
.hero .swiper.swiper-initialized .swiper-slide.swiper-slide-loaded .slide-cont {
  opacity: 1;
}
.hero .swiper .swiper-button-prev,
.hero .swiper .swiper-button-next {
  color: #FFFFFF;
}
.hero .swiper .swiper-button-prev {
  left: 0;
}
.hero .swiper .swiper-button-next {
  right: 0;
}
.hero h1 {
  margin-bottom: 0;
}
.hero .hero-scroll {
  width: 24px;
  height: 40px;
  border: 1px solid white;
  border-radius: 12px;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  z-index: 1;
}
.hero .hero-scroll:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-animation-name: scroll;
          animation-name: scroll;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.hero + .noticias1 {
  margin-top: 0 !important;
}

.desktop .hero .duaSlider .duaSlider-prev:hover,
.desktop .hero .duaSlider .duaSlider-next:hover {
  color: #202020;
}

@-webkit-keyframes scroll {
  0% {
    top: 5px;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  to {
    top: 15px;
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    top: 5px;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  to {
    top: 15px;
    opacity: 0;
  }
}
@media (min-width: 1440px) {
  .hero .swiper .swiper-button-prev,
.hero .swiper .swiper-button-next {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
  .hero .swiper .swiper-pagination-wrapper {
    right: calc(50% - 688px);
  }
  .hero h1 {
    max-width: 680px;
  }
}
@media (max-width: 1439px) {
  .hero .swiper .swiper-button-prev,
.hero .swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .hero .swiper .swiper-pagination-wrapper {
    right: calc(50% - 472px);
  }
  .hero .swiper.swiper-initialized .slide-cont {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .hero h1 {
    max-width: 564px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero .swiper .swiper-pagination-wrapper {
    right: calc(50% - 344px);
  }
  .hero .swiper.swiper-initialized .slide-cont {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 768px) {
  .hero .swiper .swiper-slide {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 1023px) {
  .hero .hero-scroll {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero .swiper .swiper-slide {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
  }
  .hero .swiper .swiper-pagination-wrapper {
    right: 20px;
  }
  .hero .swiper.swiper-initialized .slide-cont {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero h1 {
    max-width: 680px;
  }
}
.nosotros .contentStyledText ~ .btn {
  margin-top: 30px;
}
.nosotros .btn + .btn {
  margin-left: 20px;
}
@media (min-width: 1440px) {
  .nosotros > * {
    padding-left: 50%;
  }
  .nosotros > * .section-tit1 {
    width: calc(50% - 100px);
  }
}
@media (min-width: 1024px) {
  .nosotros {
    margin-top: 70px;
  }
  .nosotros > * {
    padding-left: 50%;
    position: relative;
  }
  .nosotros > * .section-tit1 {
    margin-bottom: 0;
    position: absolute;
    left: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .nosotros > * {
    padding-left: 38%;
  }
  .nosotros > * .section-tit1 {
    width: calc(38% - 20px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .nosotros {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .nosotros {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .servicios .servicios-cont {
    margin-left: -20px;
  }
}
@media (max-width: 767px) {
  .servicios .servicios-cont {
    margin-right: -20px;
  }
}
@media (min-width: 1440px) {
  .servicios .servicios-cont {
    width: calc(100% + 160px);
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .servicios .servicios-cont {
    width: calc(100% + 80px);
  }
}
@media (min-width: 768px) {
  .servicios .servicios-cont {
    max-width: 100vw;
    position: relative;
    left: 50%;
    transform: translate(-50%);
  }
}

@media (max-width: 767px) {
  .historia > * {
    margin-left: -20px;
  }
}
@media (max-width: 767px) {
  .historia > * {
    margin-right: -20px;
  }
}
@media (min-width: 1440px) {
  .historia > * {
    width: calc(100% + 160px);
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .historia > * {
    width: calc(100% + 80px);
  }
}
@media (min-width: 768px) {
  .historia > * {
    max-width: 100vw;
    position: relative;
    left: 50%;
    transform: translate(-50%);
  }
}
.historia .blq-txt {
  background-color: #DDE2E5;
}
.historia .blq-txt .section-tit1 {
  margin-bottom: 30px;
}
.historia .blq-txt .contentStyledText + .btn {
  margin-top: 30px;
}
@media (min-width: 1440px) {
  .historia .blq-img {
    width: 770px;
    flex-basis: 770px;
  }
  .historia .blq-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .historia .blq-img {
    width: 512px;
    flex-basis: 512px;
  }
  .historia .blq-img picture {
    height: 100%;
  }
  .historia .blq-img picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (min-width: 1024px) {
  .historia {
    padding-bottom: 54px;
    margin-top: 66px;
  }
  .historia > * {
    display: flex;
    flex-direction: row-reverse;
  }
  .historia .blq-img {
    flex-grow: 0;
    flex-shrink: 0;
  }
  .historia .blq-txt {
    flex-grow: 1;
    transform: translateY(54px);
  }
}
@media (min-width: 768px) {
  .historia .blq-txt {
    padding: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .historia {
    margin-top: 220px;
  }
  .historia .blq-img {
    padding-left: 40px;
  }
  .historia .blq-img img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .historia .blq-txt {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .historia {
    margin-top: 60px;
  }
  .historia .blq-txt {
    padding: 40px 30px;
  }
  .historia .blq-img picture {
    width: 100%;
    height: 0;
    padding-bottom: 105%;
    position: relative;
  }
  .historia .blq-img picture img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.sostenibilidad .blq-cont {
  height: 550px;
  padding: 60px 20px;
  background-color: #212429;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .sostenibilidad .blq-cont {
    margin-left: -20px;
  }
}
@media (max-width: 767px) {
  .sostenibilidad .blq-cont {
    margin-right: -20px;
  }
}
@media (min-width: 1440px) {
  .sostenibilidad .blq-cont {
    width: calc(100% + 160px);
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .sostenibilidad .blq-cont {
    width: calc(100% + 80px);
  }
}
@media (min-width: 768px) {
  .sostenibilidad .blq-cont {
    max-width: 100vw;
    position: relative;
    left: 50%;
    transform: translate(-50%);
  }
}
.sostenibilidad .blq-cont picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.sostenibilidad .blq-cont picture:before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.sostenibilidad .blq-cont picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sostenibilidad .section-tit1 {
  width: 100%;
  max-width: 679px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 1024px) {
  .sostenibilidad {
    margin-top: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sostenibilidad {
    margin-top: 36px;
  }
}
@media (max-width: 767px) {
  .sostenibilidad {
    margin-top: 60px;
  }
}

.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,
.servicios .blq-cont,
.proyectos .blq-cont,
.eventos .blq-cont {
  position: relative;
}
.noticias2 .blq-cont .blq-btn,
.servicios .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,
.servicios .blq-btn,
.proyectos .blq-btn,
.eventos .blq-btn {
    top: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .noticias2 .blq-btn,
.servicios .blq-btn,
.proyectos .blq-btn,
.eventos .blq-btn {
    top: 6px;
  }
}
@media (min-width: 1024px) {
  .noticias2 .blockFeatured-type2-item .blockFeatured-content .contentTitle,
.servicios .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,
.servicios,
.proyectos,
.eventos {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .noticias2,
.servicios,
.proyectos,
.eventos {
    margin-top: 40px;
  }
  .noticias2 .blq-btn,
.servicios .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),
.servicios: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 {
  padding-bottom: 63px;
}
@media (max-width: 767px) {
  .noticias2 .blockFeatured-typeCustom-list {
    margin-left: -20px;
  }
}
@media (max-width: 767px) {
  .noticias2 .blockFeatured-typeCustom-list {
    margin-right: -20px;
  }
}
@media (min-width: 1440px) {
  .noticias2 .blockFeatured-typeCustom-list {
    width: calc(100% + 160px);
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .noticias2 .blockFeatured-typeCustom-list {
    width: calc(100% + 80px);
  }
}
@media (min-width: 768px) {
  .noticias2 .blockFeatured-typeCustom-list {
    max-width: 100vw;
    position: relative;
    left: 50%;
    transform: translate(-50%);
  }
}
.noticias2 .blockFeatured-typeCustom-list {
  grid-gap: 0 0;
}
@media (min-width: 768px) {
  .noticias2 .blockFeatured-typeCustom-list .blockFeatured-typeCustom-item:first-child {
    transform: translateY(63px);
  }
}
@media (max-width: 767px) {
  .noticias2 .blockFeatured-typeCustom-list .blockFeatured-typeCustom-item + .blockFeatured-typeCustom-item {
    margin-top: 15px;
  }
}

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