.mainContent {
  padding-bottom: 0;
}

.hero {
  height: var(--viewportHeight);
  position: relative;
  display: flex;
  align-items: center;
}
.hero:before {
  content: "";
  width: 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right center;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: -1;
  top: 100%;
  right: 0;
  transform: translateY(-50%);
}
.hero picture {
  position: absolute;
  z-index: -2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero .container {
  position: relative;
}
.hero .hero-cont .hero-tit {
  font-weight: 400;
}
@media (min-width: 1440px) {
  .hero:before {
    height: 200%;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .hero:before {
    height: 966px;
  }
}
@media (min-width: 1024px) {
  .hero:before {
    background-image: url("../../images/iconos/shape1.svg");
  }
  .hero .hero-cont .hero-tit {
    font-size: 76px;
    line-height: 80px;
  }
  .hero .hero-cont .hero-txt {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1023px) {
  .hero:before {
    background-image: url("../../images/iconos/shape2.svg");
  }
  .hero .hero-cont .hero-txt {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero:before {
    height: 1226px;
  }
  .hero .hero-cont .hero-tit {
    font-size: 60px;
    line-height: 64px;
  }
}
@media (min-width: 768px) {
  .hero {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .hero .hero-cont .hero-tit {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .hero:before {
    height: 624px;
  }
  .hero .hero-cont .hero-tit {
    margin-bottom: 24px;
    font-size: 42px;
    line-height: 46px;
  }
}

.empresas {
  padding-top: 60px;
}
.empresas .blq-items {
  margin-top: 40px;
  display: grid;
  justify-content: center;
}
.empresas .blq-items .item {
  display: flex;
  flex-direction: column;
}
.empresas .blq-items .item .item-img {
  aspect-ratio: 1;
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px 10px rgba(162, 170, 173, 0.08);
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.empresas .blq-items .item .item-img img {
  max-width: 230px;
  max-height: 230px;
}
.empresas .blq-items .item .item-tit {
  margin-bottom: 12px;
  font-weight: 400;
}
.empresas .blq-items .item .item-txt {
  margin-bottom: auto;
  font-size: 18px;
  line-height: 22px;
}
.empresas .blq-items .item .item-txt > *:last-child {
  margin-bottom: 0;
}
.empresas .blq-items .item .item-lnk {
  margin-top: 4px;
}
@media (min-width: 1440px) {
  .empresas .container:before {
    bottom: -235px;
    right: 20px;
  }
  .empresas .blq-cont {
    display: flex;
    justify-content: space-between;
  }
  .empresas .blq-cont .blq-top {
    width: 620px;
  }
  .empresas .blq-cont .blq-txt {
    width: 680px;
  }
  .empresas .blq-items {
    grid-template-columns: repeat(auto-fill, 320px);
    gap: 32px 90px;
  }
  .empresas .blq-items .item {
    width: 320px;
  }
}
@media (max-width: 1439px) {
  .empresas .blq-items {
    grid-template-columns: repeat(auto-fill, 290px);
    gap: 32px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .empresas .container:before {
    bottom: -360px;
    left: 190px;
  }
}
@media (min-width: 1024px) {
  .empresas .container:before {
    width: 791px;
    height: 794px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .empresas .container:before {
    width: 644px;
    height: 646px;
    bottom: -290px;
    left: 140px;
  }
}
@media (min-width: 768px) {
  .empresas .container {
    position: relative;
  }
  .empresas .container:before {
    content: "";
    background-image: url("../../images/iconos/sello.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: -1;
  }
  .empresas .blq-items .item .item-tit {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .empresas .blq-items .item .item-tit {
    font-size: 28px;
    line-height: 32px;
  }
}

.historia {
  margin-top: 60px;
  background-color: #6A0437;
  color: #FFFFFF;
}
.historia .blq-cont {
  padding-block: 48px;
}
.historia .blq-cont .blq-sup {
  color: #FFFFFF;
}
.historia .blq-cont .blq-tit {
  color: #CA9500;
}
.historia .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) {
  .historia .blq-cont {
    width: 564px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .historia .blq-cont {
    width: 428px;
  }
}
@media (min-width: 1024px) {
  .historia {
    min-height: 768px;
    position: relative;
    display: flex;
    align-items: center;
  }
  .historia .blq-img {
    width: calc(50% - 10px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 1023px) {
  .historia .blq-img {
    height: 396px;
  }
}

.manifiesto {
  padding-block: 60px;
}
.manifiesto .blq-cont {
  max-width: 1028px;
  margin-left: auto;
  margin-right: auto;
}
.manifiesto .blq-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.manifiesto .blq-items .item {
  padding-left: 134px;
  padding-block: 20px;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
}
.manifiesto .blq-items .item .item-num {
  color: #6A0437;
  font-size: 76px;
  line-height: 80px;
  position: absolute;
  left: 0;
}
.manifiesto .blq-items .item .item-tit {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}
.manifiesto .blq-items .item .item-txt {
  color: #636362;
}
@media (min-width: 1440px) {
  .manifiesto {
    background-size: 786px auto;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .manifiesto {
    background-size: 630px auto;
  }
}
@media (min-width: 1024px) {
  .manifiesto .blq-items .item {
    min-height: 120px;
    padding-left: 134px;
  }
  .manifiesto .blq-items .item .item-num {
    font-size: 76px;
    line-height: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .manifiesto {
    background-size: 745px auto;
  }
  .manifiesto .blq-items .item {
    min-height: 104px;
    padding-left: 100px;
  }
  .manifiesto .blq-items .item .item-num {
    font-size: 60px;
    line-height: 64px;
  }
}
@media (min-width: 768px) {
  .manifiesto {
    background-image: url("../../images/iconos/shape3.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
    mix-blend-mode: multiply;
  }
}
@media (max-width: 767px) {
  .manifiesto .blq-items .item {
    min-height: 98px;
    padding-left: 84px;
  }
  .manifiesto .blq-items .item .item-num {
    font-size: 54px;
    line-height: 58px;
  }
}/*# sourceMappingURL=inicioFront.css.map */