.mainContent {
  padding-bottom: 0;
}

.mainFooter {
  margin-top: -40px;
}

.hero {
  height: var(--viewportHeight);
  position: relative;
}
.hero .swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.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-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 .hero-cont {
  height: 100%;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.hero .hero-tit {
  font-weight: 400;
}
.hero .hero-tit,
.hero .hero-txt {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.hero .hero-txt {
  font-size: 20px;
  line-height: 24px;
}
.hero + .noticias1 {
  margin-top: 0 !important;
}
.hero .hero-scroll {
  width: 24px;
  height: 40px;
  border: 1px solid white;
  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: white;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  animation-name: scroll;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

@keyframes scroll {
  0% {
    top: 5px;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  to {
    top: 15px;
    opacity: 0;
  }
}
@media (min-width: 1440px) {
  .hero .hero-tit {
    font-size: 60px;
    line-height: 64px;
  }
  .hero .hero-tit,
  .hero .hero-txt {
    max-width: 680px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .hero .hero-tit {
    font-size: 48px;
    line-height: 52px;
  }
  .hero .hero-tit,
  .hero .hero-txt {
    max-width: 564px;
  }
}
@media (max-width: 1439px) {
  .hero .hero-scroll {
    display: none;
  }
}
@media (min-width: 768px) {
  .hero .hero-cont {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .hero .hero-cont .container {
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .hero .hero-cont {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .hero .hero-tit {
    font-size: 44px;
    line-height: 48px;
  }
  .hero .hero-tit,
  .hero .hero-txt {
    max-width: 680px;
  }
  .hero .btn {
    width: 100%;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .apartamentos {
    margin-top: 80px;
  }
  .apartamentos .blockServicios-top + .blockServicios-type3-list {
    margin-top: 40px;
  }
}
@media (max-width: 1023px) {
  .apartamentos {
    margin-top: 60px;
  }
  .apartamentos .blockServicios-top + .blockServicios-type3-list {
    margin-top: 20px;
  }
}

.banner-servicios {
  background-color: #E5EBF5;
  border-color: #E5EBF5;
}
@media (min-width: 768px) {
  .banner-servicios .banner-list {
    gap: 60px;
  }
}

.nosotros .section-tit1 {
  color: #110257;
}
.nosotros picture img {
  border-radius: 20px;
}
@media (min-width: 1440px) {
  .nosotros .nosotros-cont {
    padding-left: 465px;
    position: relative;
  }
  .nosotros .nosotros-cont .section-sup {
    max-width: 395px;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (min-width: 1024px) {
  .nosotros {
    margin-top: 80px;
  }
  .nosotros picture {
    margin-top: 60px;
  }
  .nosotros .nosotros-tit + .btn {
    margin-top: 40px;
  }
}
@media (max-width: 1023px) {
  .nosotros {
    margin-top: 60px;
  }
  .nosotros picture {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .nosotros .contentStyledText {
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .nosotros .contentStyledText {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 38px;
  }
  .nosotros picture {
    aspect-ratio: 320/270;
  }
  .nosotros picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .nosotros .btn {
    width: 100%;
    display: flex;
  }
}

.noticias1 {
  background-color: #E5EBF5;
  border-radius: 40px 40px 0 0;
}
@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: 100px;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .noticias1 {
    padding-top: 40px;
    padding-bottom: 80px;
    margin-top: 40px;
  }
  .noticias1 .blq-btn .btn {
    width: 100%;
    display: flex;
  }
}

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

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