section .nosotros-tit {
  margin-bottom: 32px;
}
section .nosotros-sub {
  margin-bottom: 12px;
  font-weight: 400;
  font-family: var(--fontFamily2);
  font-size: 32px;
  line-height: 38px;
}
section .hero .contentStyledText {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}
section .hero .contentStyledText > *:last-child {
  margin-bottom: 0;
}
section .hero .contentStyledText + .btn {
  margin-top: 32px;
}
section .hero 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: 768px) and (max-width: 1023px) {
  section .hero picture {
    margin-top: 51px;
    align-self: flex-start;
  }
}
@media (min-width: 768px) {
  section .hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
  }
  section .hero > * {
    flex-basis: 600px;
  }
  section .hero > *.blq-txt {
    flex-basis: 648px;
  }
}
@media (max-width: 767px) {
  section .hero .blq-txt + picture {
    margin-top: 48px;
  }
}
section .experiencia {
  margin-top: 80px;
}
section .experiencia .blq-cita:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 65px solid transparent;
  border-right: 65px solid transparent;
  border-top: 65px solid black;
  margin-bottom: 32px;
  display: block;
}
section .experiencia .nosotros-cita {
  margin-bottom: 0;
  font-weight: 400;
  font-family: var(--fontFamily2);
}
section .experiencia .nosotros-cita [class^=icon-], section .experiencia .nosotros-cita [class*=" icon-"] {
  color: #DB291C;
  font-size: 66px;
}
section .experiencia .nosotros-cita span {
  margin-top: 20px;
  display: block;
}
section .experiencia .contentStyledText {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}
section .experiencia .contentStyledText > *:last-child {
  margin-bottom: 0;
}
section .experiencia .contentStyledText strong {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
section .experiencia .contentStyledText ul {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
}
section .experiencia .contentStyledText ul li {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 24px;
}
section .experiencia .contentStyledText ul li:last-child {
  margin-bottom: 0;
}
section .experiencia .contentStyledText ul li::marker {
  content: "";
}
@media (min-width: 1440px) {
  section .experiencia .nosotros-cita {
    font-size: 60px;
    line-height: 64px;
  }
}
@media (min-width: 768px) {
  section .experiencia {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
  }
  section .experiencia .blq-cita {
    flex-basis: 661px;
  }
  section .experiencia .blq-txt {
    flex-basis: 600px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  section .experiencia .nosotros-cita {
    font-size: 54px;
    line-height: 58px;
  }
}
@media (max-width: 767px) {
  section .experiencia .nosotros-cita {
    font-size: 48px;
    line-height: 52px;
  }
  section .experiencia .blq-cita + .blq-txt {
    margin-top: 71px;
  }
}
section .swiper {
  overflow: visible;
}
section .swiper .swiper-slide {
  flex-basis: 292px;
}
@media (min-width: 1440px) {
  section .swiper {
    margin-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  section .swiper {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  section .swiper {
    margin-top: 60px;
  }
}/*# sourceMappingURL=nosotros.css.map */