@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.upperFont {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blackFont {
  font-weight: 900 !important;
}

.font-jumbo {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 80px !important;
  line-height: 34px;
  color: #ffcc00;
  margin: 0px;
}

.companyLanding__row {
  max-width: 1600px;
  width: 100%;
  padding: 0 25px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.companyLanding {
  /* 
  &__col-5 {
      width: 41.6%;
  } */
}
.companyLanding__col-6 {
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 800px) {
  .companyLanding__col-6 {
    width: 50%;
    padding: 0 4%;
  }
}
.companyLanding h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 34px;
  color: #000;
  margin: 0;
}
.companyLanding p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  color: #000;
}
.companyLanding p strong {
  font-family: "Montserrat", sans-serif;
}
.companyLanding__hero {
  background: url(../img/hero.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-position: center;
  min-height: 100vh;
  position: relative;
}
@media (min-width: 800px) {
  .companyLanding__hero {
    background-position: bottom right;
  }
}
.companyLanding__hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(rgba(0, 0, 0, 0), #000);
}
.companyLanding__hero .companyLanding__row {
  justify-content: end;
  align-items: flex-end;
  min-height: 100vh;
}
.companyLanding__hero {
  /*        &--col {
      width: 100%;

      @media(min-width:992px) {
          width: 50%;
      }

      @media(min-width:1600px) {
          width: 41.6%;
      }

  } */
}
.companyLanding__hero--title {
  padding: 360px 0 58px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .companyLanding__hero--title {
    padding: 300px 6% 140px 0;
  }
}
@media (min-width: 1600px) {
  .companyLanding__hero--title {
    padding: 513px 0 190px 0;
    transform: translateX(10%);
  }
}
.companyLanding__hero--title h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  margin: 0 0 41px 0;
}
.companyLanding__hero--title h1 .black-font {
  font-weight: 900;
  letter-spacing: 1px;
}
@media (min-width: 620px) {
  .companyLanding__hero--title h1 {
    font-size: 40px;
    line-height: 41px;
  }
}
@media (min-width: 1600px) {
  .companyLanding__hero--title h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
.companyLanding__hero--title p {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
@media (min-width: 620px) {
  .companyLanding__hero--title p {
    font-size: 17px;
    line-height: 30px;
  }
}
@media (min-width: 1600px) {
  .companyLanding__hero--title p {
    font-size: 20px;
    line-height: 36px;
  }
}
.companyLanding__intro {
  margin: 58px 0;
}
@media (min-width: 992px) {
  .companyLanding__intro {
    margin: 140px 0;
  }
}
@media (min-width: 1600px) {
  .companyLanding__intro {
    margin: 235px 0;
  }
}
.companyLanding__intro .companyLanding__intro--p-bold {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .companyLanding__intro .companyLanding__intro--p-bold {
    font-size: 20px;
    line-height: 36px;
  }
}
.companyLanding__intro .companyLanding__intro--p-bold::after {
  display: none;
}
.companyLanding__intro p {
  position: relative;
}
@media (min-width: 800px) {
  .companyLanding__intro p {
    padding-bottom: 60px;
  }
  .companyLanding__intro p::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3px;
    background: #ffcc00;
  }
}
.companyLanding__commitment {
  background: url(../img/commitment-mb.png) no-repeat #050505;
  background-size: 160%;
  padding: 450px 0 50px 0;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 992px) {
  .companyLanding__commitment {
    background: url(../img/commitment.jpg) no-repeat #050505;
    padding: 240px 0;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .companyLanding__commitment:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#000, transparent, #000);
  }
}
.companyLanding__commitment .companyLanding__col-6 {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .companyLanding__commitment .companyLanding__col-6 {
    height: 400px;
    width: 50%;
  }
}
@media (min-width: 1600px) {
  .companyLanding__commitment .companyLanding__col-6 {
    height: 350px;
  }
}
.companyLanding__commitment .companyLanding__col-6:nth-child(2) {
  padding: 0;
}
.companyLanding__commitment h2 {
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 80px;
  position: relative;
}
@media (min-width: 620px) {
  .companyLanding__commitment h2 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (min-width: 992px) {
  .companyLanding__commitment h2 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .companyLanding__commitment h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
.companyLanding__commitment h2 span {
  width: 32px;
  height: 32px;
  background: url(../img/icon-check.png) no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: top;
}
.companyLanding__commitment .swiper {
  padding-bottom: 70px;
  margin-top: -42px;
  /*  min-height: 580px; */
}
.companyLanding__commitment .swiper .swiper-slide {
  padding: 44px 0 0 0;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .companyLanding__commitment .swiper .swiper-slide {
    padding: 44px 65px 0 65px;
  }
}
.companyLanding__commitment .swiper .swiper-slide .content-slide {
  padding: 55px 21px 40px 30px;
  background: #fff;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .companyLanding__commitment .swiper .swiper-slide .content-slide {
    padding: 55px 65px 40px 55px;
  }
}
.companyLanding__commitment .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  display: inline-block;
  border-radius: 0;
  background: white;
  opacity: 0.4;
}
@media (min-width: 800px) {
  .companyLanding__commitment .swiper-pagination-bullet {
    width: 45px;
  }
}
@media (min-width: 1600px) {
  .companyLanding__commitment .swiper-pagination-bullet {
    width: 60px;
  }
}
.companyLanding__commitment .swiper-pagination-bullet-active {
  background: #ffcc00 !important;
  opacity: 1 !important;
  height: 6px !important;
}
.companyLanding__commitment .swiper-button-prev {
  background: none;
  background-size: contain;
  left: 4px;
}
.companyLanding__commitment .swiper-button-next {
  background: none;
  background-size: contain;
  right: -4px;
}
.companyLanding__commitment .swiper-button-prev,
.companyLanding__commitment .swiper-button-next {
  width: 49px;
  display: none;
  color: #ffcc00;
}
@media (min-width: 992px) {
  .companyLanding__commitment .swiper-button-prev,
  .companyLanding__commitment .swiper-button-next {
    display: block;
  }
}
.companyLanding__commitment .swiper-button-prev::after,
.companyLanding__commitment .swiper-button-next::after {
  display: none;
}
.companyLanding__commitment .swiper-button-prev .swiper-navigation-icon {
  transform: scaleX(-1);
}
.companyLanding__commitment .swiper-button-next .swiper-navigation-icon {
  transform: none;
}
.companyLanding__commitment p.companyLanding__commitment--number {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 79px;
  line-height: 90px;
  color: #36a9e1;
  margin: -95px 0 20px 0;
}
.companyLanding__commitment p.companyLanding__commitment--number span {
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  display: block;
}
.companyLanding__commitment h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 17px;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0 0 23px 0;
}
@media (min-width: 620px) {
  .companyLanding__commitment h3 {
    font-size: 17px;
    line-height: 21px;
  }
}
@media (min-width: 1600px) {
  .companyLanding__commitment h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.companyLanding__commitment p {
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 620px) {
  .companyLanding__commitment p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 1600px) {
  .companyLanding__commitment p {
    font-size: 15px;
    line-height: 25px;
  }
}
.companyLanding__commitment p a {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #00A2DF;
  text-decoration: none;
}
.companyLanding__commitment p a:hover {
  text-decoration: underline;
}
.companyLanding__services--desc {
  font-size: 17px;
  line-height: 25px;
  display: block;
  width: 100%;
  text-align: left;
  margin: 52px 0 40px 0 !important;
}
@media (min-width: 800px) {
  .companyLanding__services--desc {
    font-size: 19px;
    line-height: 24px;
    text-align: center;
    margin: 100px 0 !important;
  }
}
.companyLanding__services--item {
  align-items: center;
}
.companyLanding__services--item-image {
  position: relative;
}
.companyLanding__services--item-image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(transparent, #000);
}
@media (min-width: 800px) {
  .companyLanding__services--item-image:after {
    display: none;
  }
}
.companyLanding__services--item-image img {
  width: 100%;
  display: block;
}
.companyLanding__services--item-text {
  position: relative;
}
.companyLanding__services--item-text h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 24px;
  margin: -70px 0 50px 20px;
  color: #fff;
}
@media (min-width: 800px) {
  .companyLanding__services--item-text h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    line-height: 34px;
    margin: 40px 0;
    color: #1a1b1b;
  }
}
.companyLanding__services--item-text p span {
  color: #2d76bc;
  font-weight: bold;
}
.companyLanding__services--item-text p a {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
}
.companyLanding__services--item-text p a:hover {
  text-decoration: underline;
}
.companyLanding__services--item.s-one {
  margin-bottom: 45px;
}
@media (min-width: 800px) {
  .companyLanding__services--item.s-one {
    margin-bottom: 78px;
  }
}
.companyLanding__services--item.s-two {
  flex-direction: row-reverse;
}
@media (min-width: 1100px) {
  .companyLanding__services--item.s-two .companyLanding__services--item-text {
    display: flex;
    align-items: flex-start;
  }
}
@media (min-width: 1600px) {
  .companyLanding__services--item.s-two .companyLanding__services--item-text {
    transform: translateX(8%);
  }
}
@media (min-width: 1100px) {
  .companyLanding__services--item.s-two .companyLanding__services--item-text h3 {
    margin: 0 70px 0 0;
  }
}
.companyLanding__quote {
  margin: 77px 0 0 0;
  position: relative;
}
@media (min-width: 800px) {
  .companyLanding__quote {
    transform: translateX(-5%);
  }
}
.companyLanding__quote::before {
  content: "";
  position: absolute;
  top: 22%;
  left: -35%;
  width: 480px;
  height: 490px;
  background: none;
  background-size: contain;
}
@media (min-width: 800px) {
  .companyLanding__quote::before {
    top: -40%;
    left: 55%;
    transform: translateX(-50%);
    z-index: -1;
  }
}
@media (min-width: 1600px) {
  .companyLanding__quote::before {
    top: -50%;
  }
}
.companyLanding__quote .companyLanding__row {
  align-items: flex-end;
}
.companyLanding__quote--image {
  position: relative;
}
.companyLanding__quote--image img {
  width: 100%;
}
.companyLanding__quote--text {
  position: relative;
}
.companyLanding__quote--text p {
  font-size: 15px;
  line-height: 24px;
  color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media (min-width: 800px) {
  .companyLanding__quote--text p {
    padding-top: 0;
    font-size: 17px;
    line-height: 30px;
  }
}
@media (min-width: 1600px) {
  .companyLanding__quote--text p {
    font-size: 20px;
    line-height: 34px;
  }
}
.companyLanding__quote--text p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 3px;
  background: #00A2DF;
}
.companyLanding__quote--text p strong {
  font-family: "Montserrat", sans-serif;
  color: #000;
}
.companyLanding__quote--text .text-name {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  position: absolute;
  top: calc(100% + 56px);
}
.companyLanding__quote--text .text-name strong {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}
@media (min-width: 800px) {
  .companyLanding__quote--text .text-name {
    font-size: 14px;
  }
}
.companyLanding__foot {
  margin: 10%;
  padding: 0px;
  box-sizing: border-box;
}
.companyLanding__foot .companyLanding__col-6 {
  text-align: center;
}
@media (min-width: 800px) {
  .companyLanding__foot .companyLanding__col-6 {
    display: flex;
    align-items: end;
  }
  .companyLanding__foot .companyLanding__col-6:nth-child(2) {
    justify-content: end;
  }
}
.companyLanding__foot p {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #999999;
  margin: 40px 0 105px 0;
}
@media (min-width: 800px) {
  .companyLanding__foot p {
    font-size: 15px;
    margin: 0;
  }
}
.companyLanding__foot img {
  max-width: 300px;
  width: 90%;
}/*# sourceMappingURL=styles-mantenimiento.css.map */