.hero {
  position: relative;
}
.hero .hero-top .hero-sub {
  margin-bottom: 12px;
  color: #E6007E;
  font-weight: 300;
  position: relative;
}
.hero .hero-top .hero-sub:before {
  content: "";
  background-color: #E6007E;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.hero .hero-top .hero-title {
  font-weight: 700;
}
.hero .swiper {
  margin-bottom: 20px;
}
.hero .swiper .swiper-button-prev,
.hero .swiper .swiper-button-next {
  color: #FFFFFF;
}
.hero .swiper .swiper-button-prev i,
.hero .swiper .swiper-button-next i {
  font-size: 40px;
}
.hero .swiper .swiper-button-prev {
  left: 0;
}
.hero .swiper .swiper-button-next {
  right: 0;
}
.hero .swiper .swiper-pagination-wrapper {
  font-weight: 400;
}

@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% - 658px);
  }
  .hero .hero-top {
    padding-right: 116px;
  }
  .hero .hero-title {
    max-width: 1041px;
  }
}
@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% - 442px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero .swiper .swiper-pagination-wrapper {
    right: calc(50% - 324px);
  }
}
@media (min-width: 768px) {
  .hero .hero-top {
    padding-left: 116px;
    margin-bottom: 77px;
  }
  .hero .hero-top .hero-sub {
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 40px;
  }
  .hero .hero-top .hero-sub:before {
    width: 100px;
    height: 2px;
    left: -116px;
  }
  .hero .hero-top .hero-title {
    font-size: 68px;
    line-height: 72px;
  }
  .hero .swiper .swiper-slide {
    aspect-ratio: 1/0.5;
  }
}
@media (max-width: 767px) {
  .hero .hero-top {
    padding-left: 36px;
    margin-bottom: 17px;
  }
  .hero .hero-top .hero-sub {
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 32px;
  }
  .hero .hero-top .hero-sub:before {
    width: 20px;
    height: 1px;
    left: -36px;
  }
  .hero .hero-top .hero-title {
    max-width: 284px;
    font-size: 20px;
    line-height: 24px;
  }
  .hero .swiper .swiper-slide {
    aspect-ratio: 1/1.25;
  }
  .hero .swiper .swiper-pagination-wrapper {
    right: 20px;
  }
}
@media (min-width: 768px) {
  .proyectos {
    margin-bottom: 60px;
  }
  .proyectos .bloque-listado-posts {
    margin-bottom: 50px;
  }
  .proyectos .proyectos-btn {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .proyectos {
    margin-bottom: 50px;
  }
  .proyectos .bloque-listado-posts {
    margin-bottom: 40px;
  }
  .proyectos .proyectos-btn .btn {
    width: 100%;
    display: flex;
  }
}/*# sourceMappingURL=inicioFront.css.map */