.mainContent {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #F6FBFF;
}

.hero picture img,
.metodo picture img {
  border-radius: 24px;
}

.hero {
  background-color: #FFFFFF;
}
.hero .hero-sup {
  font-weight: 400;
}
.hero .hero-tit {
  margin-bottom: 40px;
}
.hero * + .btn {
  margin-top: 40px;
}
@media (min-width: 1440px) {
  .hero {
    padding-block: 100px 120px;
  }
  .hero .section-cont {
    max-width: 1260px;
    margin-inline: auto;
  }
  .hero .section-featured .blq-left {
    width: 550px;
  }
  .hero .section-featured .blq-right {
    width: 630px;
  }
  .hero .section-featured .blq-right picture {
    width: calc(100% + 116px);
    aspect-ratio: 630/501;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .hero .section-featured .blq-left {
    width: 500px;
  }
  .hero .section-featured .blq-right {
    width: 400px;
  }
  .hero .section-featured .blq-right picture {
    width: calc(100% + 100px);
    aspect-ratio: 350/360;
  }
}
@media (min-width: 1024px) {
  .hero .section-featured {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .hero .section-featured > * {
    flex-basis: auto;
  }
  .hero .section-featured .blq-right picture {
    position: relative;
  }
  .hero .section-featured .blq-right picture img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
       object-position: center;
    position: absolute;
    left: 0;
    top: 0;
  }
  .hero .section-featured .blq-left picture {
    display: none;
  }
  .hero .contentStyledText {
    font-size: 18px;
    line-height: 22px;
    line-height: 150%;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .hero {
    padding-block: 80px;
  }
}
@media (max-width: 1023px) {
  .hero .blq-right {
    display: none;
  }
  .hero .blq-left picture {
    margin-bottom: 20px;
  }
  .hero .contentStyledText {
    font-size: 16px;
    line-height: 24px;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  .hero {
    padding-block: 42px;
  }
}

.metodo .paso {
  border-radius: 24px;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
}
.metodo .paso:before {
  content: "";
  width: 144px;
  height: 154px;
  background-image: url("../../images/iconos/isotipo-listado.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.06;
  position: absolute;
  top: -43px;
}
.metodo .paso + .paso {
  margin-top: 24px;
}
.metodo .paso-tit {
  margin-bottom: 18px;
  font-family: var(--fontFamily2);
  font-weight: 500;
}
.metodo .paso-tit .paso-indice {
  margin-bottom: 18px;
  color: #80B8E7;
  font-weight: 300;
  line-height: 1;
  display: block;
}
.metodo + .banner-productos {
  padding-top: 0;
}
@media (min-width: 1440px) {
  .metodo {
    padding-block: 120px 140px;
  }
  .metodo .section-cont {
    max-width: 1260px;
    margin-inline: auto;
  }
  .metodo .paso .blq-left {
    padding: 72px 90px 72px 64px;
  }
  .metodo .paso .blq-right {
    width: 630px;
  }
  .metodo .paso-tit {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.56px;
  }
  .metodo .paso-tit .paso-indice {
    font-size: 72px;
    letter-spacing: -1.44px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .metodo .paso .blq-left {
    padding: 40px 60px 40px 40px;
  }
  .metodo .paso .blq-right {
    width: 400px;
  }
}
@media (min-width: 1024px) {
  .metodo .paso {
    display: flex;
  }
  .metodo .paso:before {
    left: -43px;
  }
  .metodo .paso .blq-left {
    flex-grow: 1;
  }
  .metodo .paso .blq-right {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .metodo .paso .blq-right picture {
    height: 100%;
  }
  .metodo .paso .blq-right picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .metodo {
    padding-block: 80px;
  }
  .metodo .paso-tit {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.52px;
  }
  .metodo .paso-tit .paso-indice {
    font-size: 62px;
    letter-spacing: -1.34px;
  }
}
@media (max-width: 1023px) {
  .metodo .paso:before {
    right: -43px;
  }
  .metodo .paso .blq-left {
    padding: 40px 20px 32px;
  }
}
@media (max-width: 767px) {
  .metodo {
    padding-block: 42px;
  }
  .metodo .paso-tit {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: -0.48px;
  }
  .metodo .paso-tit .paso-indice {
    font-size: 52px;
    letter-spacing: -1.24px;
  }
}

@media (min-width: 1440px) {
  .banner-productos {
    padding-block: 120px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .banner-productos {
    padding-block: 80px;
  }
}
@media (max-width: 767px) {
  .banner-productos {
    padding-block: 42px;
  }
}/*# sourceMappingURL=categoria.css.map */