.mainContent {
  padding-top: 0 !important;
}

.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 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero .swiper .swiper-slide .container {
  width: 100% !important;
  position: absolute;
  bottom: 128px;
}
.hero .swiper .swiper-slide .container .hero-btn {
  text-align: center;
}
.hero .swiper .swiper-slide .hero-tit {
  font-weight: 700;
}
.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 #212429;
  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: #212429;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  animation-name: scroll;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
.hero + .noticias1 {
  margin-top: 0 !important;
}

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

@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 .hero-tit {
    max-width: 680px;
    margin-bottom: 30px;
    font-size: 68px;
    line-height: 72px;
  }
  .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;
  }
}
@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 .hero-tit {
    max-width: 564px;
    margin-bottom: 20px;
    font-size: 54px;
    line-height: 58px;
  }
  .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 {
    font-size: 20px;
    line-height: 24px;
  }
  .hero .swiper .swiper-slide {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .hero {
    font-size: 14px;
    line-height: 20px;
  }
  .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 .hero-tit {
    max-width: 680px;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 40px;
  }
  .hero p {
    max-width: 560px;
    margin-bottom: 40px;
  }
}
@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 .blockFeatured-type1-list article .blockFeatured-content .contentButton > .btn {
    padding-left: 0;
    padding-right: 0;
    border-color: transparent;
    background-color: transparent;
    color: #212429;
  }
  .noticias1 .blq-cont .blockFeatured-type1-list article .blockFeatured-content .contentButton > .btn:focus, .noticias1 .blq-cont .blockFeatured-type1-list article .blockFeatured-content .contentButton > .btn:hover {
    color: #212429;
  }
  .noticias1 .blq-cont .blockFeatured-type1-list article .blockFeatured-content .contentButton > .btn:focus span, .noticias1 .blq-cont .blockFeatured-type1-list article .blockFeatured-content .contentButton > .btn:hover span {
    text-decoration: underline;
  }
  .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: 1024px) {
  .noticias1 {
    padding-bottom: 88px;
  }
  .noticias1 .row {
    margin-top: 88px;
  }
}
@media (max-width: 1023px) {
  .noticias1 {
    padding-bottom: 40px;
  }
  .noticias1 .row {
    margin-top: 40px;
  }
}
@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 .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;
  }
}

.marcas {
  border-top: 1px solid #212429;
  border-bottom: 1px solid #212429;
}
.marcas .marcas-tit {
  margin-bottom: 48px;
  font-weight: 300;
  text-transform: uppercase;
}
.marcas .marcas-items {
  display: flex;
}
.marcas .marcas-items .marca {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.marcas .marcas-items .marca .marca-img > img {
  border-radius: 10px;
}
.marcas .marcas-items .marca .marca-cont {
  display: flex;
  justify-content: space-between;
}
.marcas .marcas-items .marca .marca-cont .marca-tit {
  width: 200px;
  font-weight: 400;
}
.marcas .marcas-btn {
  text-align: center;
}
@media (min-width: 1024px) {
  .marcas {
    padding-bottom: 88px;
  }
  .marcas .marcas-items {
    margin-top: 88px;
    margin-bottom: 88px;
  }
  .marcas .marcas-items .marca {
    padding-bottom: 40px;
  }
  .marcas .marcas-items .marca .marca-tit {
    font-size: 44px;
    line-height: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .marcas .marcas-items .marca {
    padding-bottom: 20px;
  }
  .marcas .marcas-items .marca .marca-cont {
    flex-direction: column;
    gap: 10px;
  }
  .marcas .marcas-items .marca .marca-tit {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 1023px) {
  .marcas {
    padding-bottom: 40px;
  }
  .marcas .marcas-items {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .marcas .marcas-items {
    gap: 28px;
  }
  .marcas .marcas-items .marca {
    width: 0;
    flex-grow: 1;
  }
  .marcas .marcas-items .marca:nth-child(odd) {
    flex-direction: column-reverse;
  }
  .marcas .marcas-items .marca .marca-cont {
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .marcas .container {
    width: 490px;
    margin-inline: auto;
  }
  .marcas .container .marcas-items {
    flex-direction: column;
    gap: 32px;
  }
  .marcas .container .marca .marca-tit {
    font-size: 24px;
    line-height: 28px;
  }
  .marcas .container .marca .marca-cont {
    align-items: center;
  }
}

.hacemos .hacemos-items {
  display: flex;
}
.hacemos .hacemos-items .servicio .servicio-tit {
  margin-bottom: 24px;
  font-weight: 400;
}
.hacemos .hacemos-items .servicio .servicio-txt {
  font-weight: 200;
}
@media (min-width: 1024px) {
  .hacemos {
    margin-bottom: 88px;
  }
  .hacemos .hacemos-items {
    margin-top: 88px;
    margin-bottom: 64px;
    gap: 48px;
  }
  .hacemos .hacemos-items .servicio .servicio-tit {
    font-size: 28px;
    line-height: 32px;
  }
  .hacemos .hacemos-items .servicio .servicio-txt {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hacemos .hacemos-items {
    flex-wrap: wrap;
  }
  .hacemos .hacemos-items .servicio {
    width: calc(50% - 16px);
  }
  .hacemos .hacemos-items .servicio .servicio-tit {
    font-size: 24px;
    line-height: 28px;
  }
  .hacemos .hacemos-items .servicio .servicio-txt {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1023px) {
  .hacemos {
    margin-bottom: 40px;
  }
  .hacemos .hacemos-items {
    margin-top: 40px;
    margin-bottom: 20px;
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .hacemos .container {
    width: 490px;
    margin-inline: auto;
  }
  .hacemos .container .hacemos-items {
    flex-direction: column;
  }
  .hacemos .container .hacemos-items .servicio .servicio-tit {
    font-size: 20px;
    line-height: 24px;
  }
  .hacemos .container .hacemos-items .servicio .servicio-txt {
    font-size: 14px;
    line-height: 20px;
  }
  .hacemos .container .hacemos-btn {
    text-align: center;
  }
}

#servicios-marquee .swiper-wrapper .swiper-slide {
  padding: 26px 50px;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}

.nosotros {
  border-top: 1px solid #212429;
  border-bottom: 1px solid #212429;
}
.nosotros .container {
  display: flex;
}
.nosotros .container > * {
  flex-basis: 50%;
}
.nosotros .container .nosotros-img {
  aspect-ratio: 1.2;
  width: 100%;
}
.nosotros .container .nosotros-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.nosotros .container .nosotros-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nosotros .container .nosotros-cont .nosotros-tit {
  font-weight: 400;
}
.nosotros .container .nosotros-cont > .btn {
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1440px) {
  .nosotros .container {
    gap: 40px;
  }
  .nosotros .container .nosotros-img {
    max-height: 560px;
  }
  .nosotros .container .nosotros-cont {
    padding: 40px;
  }
  .nosotros .container .nosotros-cont .nosotros-tit {
    font-size: 68px;
    line-height: 72px;
  }
}
@media (min-width: 1024px) {
  .nosotros {
    padding-bottom: 88px;
    padding-top: 88px;
  }
  .nosotros .nosotros-cont .btn {
    margin-top: 32px;
  }
}
@media (max-width: 1439px) {
  .nosotros .container {
    gap: 28px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .nosotros .nosotros-cont {
    padding: 32px;
  }
  .nosotros .nosotros-cont .nosotros-tit {
    font-size: 54px;
    line-height: 58px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .nosotros .nosotros-cont .nosotros-tit {
    font-size: 44px;
    line-height: 48px;
  }
}
@media (max-width: 1023px) {
  .nosotros {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .nosotros .nosotros-cont {
    padding: 20px;
  }
  .nosotros .nosotros-cont .btn {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .nosotros .nosotros-img {
    max-height: 368px;
  }
}
@media (max-width: 767px) {
  .nosotros .container {
    width: 490px;
    margin-inline: auto;
    flex-direction: column;
  }
  .nosotros .container .nosotros-img {
    max-height: 326px;
  }
  .nosotros .container .nosotros-cont {
    padding-top: 0;
    align-items: center;
  }
  .nosotros .container .nosotros-cont .nosotros-tit {
    font-size: 36px;
    line-height: 40px;
  }
}/*# sourceMappingURL=inicioFront.css.map */