.mainContent {
  padding-top: 0 !important;
}
@media (min-width: 1440px) {
  .mainContent {
    background-image: url("../../images/iconos/bgr-shape.svg");
    background-position: right calc(50vw - 560px) top 2700px;
    background-repeat: no-repeat;
    background-size: 1775px auto;
  }
}

.hero {
  position: relative;
}
.hero .swiper .swiper-slide {
  color: #F3F5F6;
  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: linear-gradient(180deg, transparent, #101820);
  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-slide .hero-tit {
  font-weight: 400;
}

@media (min-width: 768px) {
  .hero {
    margin-bottom: 28px;
  }
  .hero .swiper {
    height: 690px;
  }
  .hero .hero-tit {
    max-width: 900px;
    font-size: 60px;
    line-height: 64px;
  }
}
@media (max-width: 767px) {
  .hero {
    margin-bottom: 40px;
  }
  .hero .swiper {
    height: 360px;
  }
  .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;
    font-size: 36px;
    line-height: 40px;
  }
}
.blq .blq-tit {
  max-width: 730px;
  font-weight: 300;
}
.blq .blq-txt {
  font-weight: 400;
}
.blq .blq-txt + .blq-items {
  margin-top: 32px;
}
.blq .blq-txt > *:last-child {
  margin-bottom: 0;
}
.blq .blq-items {
  display: flex;
  gap: 20px;
}
.blq .blq-items article {
  padding: 32px;
  border-radius: 20px;
  background: linear-gradient(44deg, rgba(0, 191, 179, 0.4) 16.45%, rgba(29, 66, 138, 0.2) 70.8%);
}
.blq .blq-items article .article-top {
  font-weight: 300;
}
.blq .blq-items article .article-top + .article-tit {
  margin-top: 12px;
}
.blq .blq-items article .article-tit {
  color: #00BFB3;
}
.blq .blq-items article .article-tit + .article-txt {
  margin-top: 20px;
}
.blq .blq-items article .article-txt > *:last-child {
  margin-bottom: 0;
}
.blq .blq-img {
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
}
.blq .blq-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1440px) {
  .blq .blq-txt,
  .blq .blq-items {
    width: 1144px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .blq .blq-tit {
    font-size: 54px;
    line-height: 58px;
  }
  .blq .blq-tit + .blq-items {
    margin-top: 50px;
  }
  .blq .blq-txt {
    font-size: 28px;
    line-height: 32px;
  }
  .blq .blq-items {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .blq .blq-items > * {
    width: calc(50% - 10px);
  }
  .blq .blq-img {
    margin-top: 80px;
  }
}
@media (max-width: 1023px) {
  .blq .blq-img {
    margin-top: 40px;
  }
  .blq .blq-items {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blq .blq-tit {
    font-size: 48px;
    line-height: 52px;
  }
  .blq .blq-tit + .blq-items {
    margin-top: 40px;
  }
  .blq .blq-txt {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 768px) {
  .blq + .blq {
    margin-top: 80px;
  }
  .blq .blq-tit + .blq-txt {
    margin-top: 60px;
  }
  .blq .blq-items article .article-top {
    font-size: 84px;
    line-height: 90px;
  }
  .blq .blq-items article .article-tit {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .blq + .blq {
    margin-top: 40px;
  }
  .blq .blq-tit {
    font-size: 28px;
    line-height: 32px;
  }
  .blq .blq-tit + .blq-txt {
    margin-top: 40px;
  }
  .blq .blq-tit + .blq-items {
    margin-top: 25px;
  }
  .blq .blq-txt {
    font-size: 20px;
    line-height: 24px;
  }
  .blq .blq-items article .article-top {
    font-size: 48px;
    line-height: 52px;
  }
  .blq .blq-items article .article-tit {
    font-size: 28px;
    line-height: 32px;
  }
}

.espana .blq-tit,
.otros .blq-tit {
  max-width: 680px;
  font-weight: 400;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .espana .blq-txt,
  .espana .blq-items,
  .otros .blq-txt,
  .otros .blq-items {
    width: 768px;
    margin-left: 110px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .espana .blq-items,
  .otros .blq-items {
    width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
}

.espana {
  margin-bottom: -20px;
  background-image: url("../../images/inicioFront/mapa-espana.svg");
  background-repeat: no-repeat;
}
@media (min-width: 1440px) {
  .espana {
    background-size: 706px auto;
    background-position: calc(50vw - 54px) center;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .espana {
    background-size: 706px auto;
    background-position: 50vw bottom;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .espana {
    background-size: 660px auto;
    background-position: calc(50vw - 104px) center;
  }
}
@media (max-width: 767px) {
  .espana {
    background-size: 560px auto;
    background-position: center 130px;
  }
}

.otros {
  padding-top: 20px;
  background-image: url("../../images/inicioFront/mapa-otros.svg");
  background-size: 1086px auto;
  background-repeat: no-repeat;
}
@media (min-width: 1440px) {
  .otros {
    background-position: calc(50vw - 312px) top;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .otros {
    background-position: calc(50vw + 42px) top;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .otros {
    background-position: 50vw top;
  }
}
@media (max-width: 767px) {
  .otros {
    background-position: left top;
  }
}/*# sourceMappingURL=inicioFront.css.map */