.mainHeader:not(.mainHeaderSticky) .mainHeader-logo img {
  visibility: hidden;
}

.mainContent {
  padding-bottom: 0;
}

.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: #000000;
  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: flex-end;
  position: relative;
  z-index: 1;
}
.hero .hero-cont .container {
  display: flex;
  gap: 32px;
}
.hero .hero-cont .container img {
  flex-basis: 130px;
  flex-grow: 0;
  flex-shrink: 0;
}
.hero .hero-tit {
  margin-bottom: 0;
  font-family: var(--fontFamily2);
  font-weight: 400;
}
.hero + .noticias1 {
  margin-top: 0 !important;
}

@media (min-width: 1440px) {
  .hero .hero-tit {
    max-width: 680px;
    font-size: 48px;
    line-height: 52px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .hero .hero-tit {
    max-width: 564px;
    font-size: 42px;
    line-height: 46px;
  }
}
@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-cont .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero .hero-tit {
    max-width: 680px;
    font-size: 42px;
    line-height: 46px;
  }
}
.servicios1 .blockServicios-top + .blockServicios-type1-list {
  margin-top: 40px;
}
@media (min-width: 1440px) {
  .servicios1 {
    margin-top: 120px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .servicios1 {
    margin-top: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .servicios1 {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .servicios1 {
    margin-top: 60px;
  }
}

@media (min-width: 1024px) {
  .servicios2 {
    margin-top: 80px;
  }
}
@media (max-width: 1023px) {
  .servicios2 {
    margin-top: 60px;
  }
}

.servicios3 .blockServicios-top + .blockServicios-type3-list {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .servicios3 {
    margin-top: 80px;
  }
}
@media (max-width: 1023px) {
  .servicios3 {
    margin-top: 60px;
  }
}

.servicios4 .blockServicios-top + .blockServicios-type4-list {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .servicios4 {
    margin-top: 80px;
  }
}
@media (max-width: 1023px) {
  .servicios4 {
    margin-top: 60px;
  }
}

.nosotros {
  background-color: #F8F9FA;
}
.nosotros .nosotros-tit {
  margin-bottom: 32px;
  font-family: var(--fontFamily2);
  font-weight: 400;
}
.nosotros .contentStyledText {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}
.nosotros .contentStyledText > *:last-child {
  margin-bottom: 0;
}
.nosotros .contentStyledText + .btn {
  margin-top: 32px;
}
.nosotros .btn:before {
  background-color: #F8F9FA !important;
}
.nosotros picture img {
  -webkit-mask-image: url("../../images/iconos/isotipo.svg");
          mask-image: url("../../images/iconos/isotipo.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
@media (min-width: 1440px) {
  .nosotros {
    padding-block: 80px;
    margin-top: 80px;
  }
  .nosotros .section-cont {
    max-width: 1300px;
    margin-inline: auto;
  }
  .nosotros .nosotros-tit {
    font-size: 60px;
    line-height: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .nosotros {
    padding-block: 70px;
    margin-top: 70px;
  }
  .nosotros .nosotros-tit {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .nosotros picture {
    margin-top: 51px;
    align-self: flex-start;
  }
}
@media (min-width: 768px) {
  .nosotros .section-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
  }
  .nosotros .section-cont > * {
    flex-basis: 600px;
  }
}
@media (max-width: 767px) {
  .nosotros {
    padding-block: 48px;
    margin-top: 48px;
  }
  .nosotros .nosotros-tit {
    font-size: 44px;
    line-height: 48px;
  }
  .nosotros .blq-txt + picture {
    margin-top: 48px;
  }
}

.productos .productos-top:before {
  content: "";
  width: 113px;
  -webkit-mask-image: url("../../images/iconos/isotipo.svg");
          mask-image: url("../../images/iconos/isotipo.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #DB291C;
  aspect-ratio: 1/1;
  display: block;
}
.productos .blockFeatured-type2-list + .blq-btn {
  margin-top: 42px;
  text-align: center;
}
@media (min-width: 1440px) {
  .productos {
    margin-top: 80px;
  }
  .productos .productos-top:before {
    bottom: 17px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .productos .productos-top:before {
    bottom: 5px;
  }
}
@media (min-width: 1024px) {
  .productos .productos-top {
    padding-left: 161px;
  }
  .productos .productos-top:before {
    width: 113px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .productos {
    margin-top: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .productos .productos-top {
    padding-left: 95px;
  }
  .productos .productos-top:before {
    width: 75px;
    top: 45px;
  }
}
@media (min-width: 768px) {
  .productos .productos-top {
    position: relative;
  }
  .productos .productos-top:before {
    position: absolute;
    left: 0;
  }
}
@media (max-width: 767px) {
  .productos {
    margin-top: 48px;
  }
  .productos .productos-top:before {
    width: 68px;
    margin-bottom: 32px;
  }
}

.proyectos {
  padding-bottom: 60px;
}
@media (min-width: 1440px) {
  .proyectos .proyectos-top {
    max-width: 900px;
  }
  .proyectos .blq-cont .blq-btn {
    top: 129px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .proyectos .proyectos-top {
    max-width: 510px;
  }
  .proyectos .blq-cont .blq-btn {
    top: 103px;
  }
}
@media (min-width: 768px) {
  .proyectos {
    margin-top: 60px;
  }
  .proyectos .proyectos-top .section-tit1 {
    margin-bottom: 53px;
  }
  .proyectos .blq-cont {
    position: relative;
  }
  .proyectos .blq-cont .blq-btn {
    position: absolute;
    right: 0;
  }
}
@media (max-width: 767px) {
  .proyectos {
    margin-top: 48px;
  }
  .proyectos .proyectos-top .section-tit1 {
    margin-bottom: 48px;
  }
  .proyectos .blq-btn {
    margin-bottom: 48px;
  }
}/*# sourceMappingURL=inicioFront.css.map */