.mainContent {
  padding-top: 0;
  padding-bottom: 0;
}

.hero {
  position: relative;
}
.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-slide .hero-tit {
  font-family: var(--fontFamily2);
  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 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;
}
.hero + .noticias1 {
  margin-top: 0 !important;
}

.desktop .hero .duaSlider .duaSlider-prev:hover,
.desktop .hero .duaSlider .duaSlider-next:hover {
  color: #1A851A;
}

@keyframes scroll {
  0% {
    top: 5px;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  to {
    top: 15px;
    opacity: 0;
  }
}
@media (min-width: 1440px) {
  .hero {
    margin-bottom: 65px;
  }
  .hero .swiper {
    height: calc(var(--viewportHeight) - 100px);
  }
  .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: 613px;
    margin-bottom: 30px;
    font-size: 60px;
    line-height: 64px;
  }
  .hero p {
    max-width: 564px;
    margin-bottom: 30px;
  }
}
@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 {
    margin-bottom: 50px;
  }
  .hero .swiper {
    height: calc(var(--viewportHeight) - 80px);
  }
  .hero .hero-tit {
    max-width: 564px;
    margin-bottom: 30px;
    font-size: 54px;
    line-height: 58px;
  }
  .hero p {
    max-width: 564px;
    margin-bottom: 30px;
  }
}
@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 {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 20px;
  }
  .hero .swiper {
    height: calc(var(--viewportHeight) - 60px);
  }
  .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 {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 40px;
  }
  .hero p {
    margin-bottom: 24px;
  }
}
.servicios {
  margin-bottom: 65px;
}

.sectores {
  margin-top: 80px;
  background-color: rgba(33, 36, 41, 0.05);
}
.sectores .swiper {
  overflow: visible;
}
.sectores .swiper .swiper-wrapper .swiper-slide {
  width: 190px;
  padding: 25px;
  margin-right: 30px;
  box-shadow: 0px 1px 10px 5px rgba(0, 0, 0, 0.05), 0px 2px 1px -1px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
}
@media (min-width: 1440px) {
  .sectores {
    padding-bottom: 80px;
  }
  .sectores .swiper {
    margin-top: 60px;
  }
}
@media (min-width: 1024px) {
  .sectores .blq-flex {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .sectores {
    padding-bottom: 60px;
  }
  .sectores .blq-flex .blq-cont {
    padding: 40px 0;
  }
}
@media (max-width: 1023px) {
  .sectores .blq-flex {
    margin-bottom: 0;
  }
  .sectores .blq-flex picture {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .sectores {
    padding-bottom: 50px;
  }
  .sectores .blq-flex .blq-cont {
    padding: 30px 0;
  }
}/*# sourceMappingURL=inicioFront.css.map */