* + .mainContent {
  padding-top: 0;
}

.hero {
  position: relative;
}
@media (min-width: 1440px) {
  .hero .swiper {
    height: calc(var(--viewportHeight) - 100px);
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .hero .swiper {
    height: calc(var(--viewportHeight) - 80px);
  }
}
@media (max-width: 767px) {
  .hero .swiper {
    height: calc(var(--viewportHeight) - 60px);
  }
}
.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 .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;
}

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

@-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;
    margin-bottom: 30px;
  }
  .hero p {
    max-width: 564px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1439px) {
  .hero .swiper .swiper-button-prev,
.hero .swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .hero .hero-scroll {
    display: none;
  }
}
@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;
    margin-bottom: 20px;
  }
  .hero p {
    max-width: 564px;
    margin-bottom: 52px;
  }
}
@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: 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;
    margin-bottom: 20px;
  }
  .hero p {
    max-width: 560px;
    margin-bottom: 40px;
  }
}
.blqs-nosotros {
  padding-top: 100px;
  display: flex;
  flex-wrap: wrap;
}
.blqs-nosotros > *:nth-child(n+4) {
  margin-top: 30px;
}
@media (min-width: 1440px) {
  .blqs-nosotros > * {
    width: 332px;
    flex-basis: 332px;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .blqs-nosotros > *:nth-child(3n+2) {
    margin-left: 74px;
    margin-right: 74px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .blqs-nosotros > * {
    width: 280px;
    flex-basis: 280px;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .blqs-nosotros > *:nth-child(3n+2) {
    margin-left: 52px;
    margin-right: 52px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blqs-nosotros > * {
    width: 220px;
    flex-basis: 220px;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .blqs-nosotros > *:nth-child(3n+2) {
    margin-left: 14px;
    margin-right: 14px;
  }
}
@media (min-width: 768px) {
  .blqs-nosotros > * {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .blqs-nosotros > * .btn {
    margin-top: auto;
  }
}
@media (max-width: 767px) {
  .blqs-nosotros > * + * {
    margin-top: 30px;
  }
  .blqs-nosotros > * .btn {
    width: 100%;
    display: flex;
  }
}
.blqs-nosotros > * h2 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #9090FE;
  font-weight: 700;
}
@media (min-width: 768px) {
  .blqs-nosotros > * h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .blqs-nosotros > * h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.blqs-nosotros > * img {
  width: 120px;
}

.blq-servicios {
  padding-top: 100px;
  position: relative;
  z-index: 1;
}
.blq-servicios .section-sup {
  margin-bottom: 15px;
}
.blq-servicios .blockFeatured-type3-item .blockFeatured-content .contentTitle.servicio-tit {
  margin-bottom: 20px;
  color: #9090FE;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .blq-servicios .blockFeatured-type3-item .blockFeatured-content .contentTitle.servicio-tit {
    font-size: 44px;
    line-height: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blq-servicios .blockFeatured-type3-item .blockFeatured-content .contentTitle.servicio-tit {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .blq-servicios .blockFeatured-type3-item .blockFeatured-content .contentTitle.servicio-tit {
    font-size: 28px;
    line-height: 32px;
  }
}
.blq-servicios .blockFeatured-type3-item .blockFeatured-content .contentTitle.servicio-tit a {
  color: #9090FE;
}
.blq-servicios .blockFeatured-type3-item .blockFeatured-content .contentTitle.servicio-tit a:focus {
  color: #a6a6fe;
}
.blq-servicios .blockFeatured-type3-item .blockFeatured-content .contentTitle.servicio-tit a:hover {
  color: #bcbcfe;
}
.blq-servicios .blockFeatured-type3-item .blockFeatured-content .contentButton a {
  border-color: #9F40FE;
  background-color: #9F40FE;
  color: #FFFFFF;
}
.blq-servicios .blockFeatured-type3-item .blockFeatured-content .contentButton a:focus:after {
  content: "";
  border: 1px solid #FFFFFF;
  border-radius: inherit;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
}
.blq-servicios .blockFeatured-type3-item .blockFeatured-content .contentButton a:hover {
  border-color: #9F40FE;
  background-color: transparent;
  color: #9F40FE;
}
@media (min-width: 1440px) {
  .blq-servicios .blockFeatured-type3-item .blockFeatured-picture {
    width: 564px;
    height: 423px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .blq-servicios .blockFeatured-type3-item .blockFeatured-picture {
    width: 461px;
    height: 346px;
  }
}
@media (min-width: 1440px) {
  .blq-servicios .blockFeatured-type3-item {
    width: 1144px;
  }
  .blq-servicios .blockFeatured-type3-item .blockFeatured-content > * {
    width: 512px;
  }
  .blq-servicios .blockFeatured-type3-item:nth-of-type(odd) .blockFeatured-content > * {
    margin-right: 0;
  }
  .blq-servicios .blockFeatured-type3-item:nth-of-type(even) .blockFeatured-content > * {
    margin-left: 0;
  }
  .blq-servicios .blockFeatured-type3-item + .blockFeatured-type3-item {
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  .blq-servicios {
    position: relative;
  }
  .blq-servicios:before {
    content: "";
    width: 933px;
    height: 967px;
    background-image: url("../../images/iconos/isotipo.svg");
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    position: absolute;
    top: -260px;
    left: calc(50% + 585px);
  }
}

.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 .contentTitle {
    font-size: 42px;
    line-height: 46px;
  }
  .noticias1 .blq-cont .blockFeatured-type1-list article .blockFeatured-content .contentTitle a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .noticias1 .blq-cont .blockFeatured-type1-list article .blockFeatured-content .contentButton {
    margin-top: 20px;
  }
  .noticias1 .blq-cont .blq-btn {
    position: absolute;
    bottom: 0;
    left: 624px;
  }
  .noticias1 .blq-cont .blq-btn .btn {
    padding-left: 0;
    padding-right: 0;
    border-color: transparent;
    background-color: transparent;
    color: #212429;
  }
  .noticias1 .blq-cont .blq-btn .btn:focus, .noticias1 .blq-cont .blq-btn .btn:hover {
    color: #212429;
  }
  .noticias1 .blq-cont .blq-btn .btn:focus span, .noticias1 .blq-cont .blq-btn .btn:hover span {
    text-decoration: underline;
  }
  .noticias1 .blq-cont .blq-btn .btn:hover,
.noticias1 .blq-cont .blq-btn .btn .icon-ibm-arrow_right {
    color: #9F40FE;
  }
}
@media (max-width: 1439px) {
  .noticias1 .blq-cont .blq-btn {
    margin-top: 60px;
    text-align: center;
  }
  .noticias1 .blq-cont .blq-btn .btn {
    border-color: #212429;
    background-color: transparent;
    color: #212429;
  }
  .noticias1 .blq-cont .blq-btn .btn:focus:after {
    content: "";
    border: 1px solid #212429;
    border-radius: inherit;
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
  }
}
@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;
  }
}

@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),
.eventos:not(.esCarousel) .blockFeatured-type2-list .blockFeatured-type2-item:nth-child(3n) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .noticias2:not(.esCarousel) .agenda-modo-complete .blockFeatured-type2-item:nth-child(3n),
.servicios:not(.esCarousel) .agenda-modo-complete .blockFeatured-type2-item:nth-child(3n),
.proyectos:not(.esCarousel) .agenda-modo-complete .blockFeatured-type2-item:nth-child(3n),
.eventos:not(.esCarousel) .agenda-modo-complete .blockFeatured-type2-item:nth-child(3n) {
    display: none;
  }
}
@media (min-width: 768px) {
  .noticias2,
.servicios,
.proyectos,
.eventos {
    margin-top: 100px;
  }
  .noticias2.esCarousel .blq-cont .blq-btn,
.servicios.esCarousel .blq-cont .blq-btn,
.proyectos.esCarousel .blq-cont .blq-btn,
.eventos.esCarousel .blq-cont .blq-btn {
    margin-top: 30px;
    text-align: right;
  }
  .noticias2:not(.esCarousel) .blq-cont,
.servicios:not(.esCarousel) .blq-cont,
.proyectos:not(.esCarousel) .blq-cont,
.eventos:not(.esCarousel) .blq-cont {
    position: relative;
  }
  .noticias2:not(.esCarousel) .blq-cont .blq-btn,
.servicios:not(.esCarousel) .blq-cont .blq-btn,
.proyectos:not(.esCarousel) .blq-cont .blq-btn,
.eventos:not(.esCarousel) .blq-cont .blq-btn {
    padding-right: inherit;
    position: absolute;
    top: 15px;
    right: 0px;
  }
}
@media (max-width: 767px) {
  .noticias2,
.servicios,
.proyectos,
.eventos {
    margin-top: 40px;
  }
  .noticias2 .blq-cont .blq-btn,
.servicios .blq-cont .blq-btn,
.proyectos .blq-cont .blq-btn,
.eventos .blq-cont .blq-btn {
    margin-top: 40px;
    text-align: center;
  }
}

.noticias2 .blockFeatured-type2-item {
  border-color: transparent;
}
@media (min-width: 768px) {
  .noticias2 {
    position: relative;
  }
  .noticias2:before {
    content: "";
    width: 933px;
    height: 386px;
    background-image: url("../../images/iconos/isotipo.svg");
    background-size: auto;
    background-position: right top;
    background-repeat: no-repeat;
    position: absolute;
    top: -260px;
    right: calc(50% + 240px);
  }
}/*# sourceMappingURL=inicioFront.css.map */