* {
  font-family: 'Montserrat' !important;
}

#descuento,
#factoring,
#contact {
  position: absolute;
  height: 100px;
  width: 100%;
  top: -100px;
}


/* Hero */
.hero-container {
  background: url(/files/background-hero.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 118px);
  flex-direction: column;
  margin-top: 118px;
  position: relative;
}

.hero-container h2,
.hero-container h2 span {
  font-size: 50px;
  line-height: 53px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 20px;
  font-weight: 600;
}

.hero-container p {
  color: white;
  font-size: 21px;
}

.blue {
  color: #19ADF4;
}

.hero-container .circle-hero-left {
  left: -250px;
  position: absolute;
  bottom: 60%;
}

.hero-container .circle-hero-right {
  position: absolute;
  left: 90%;
  bottom: 0;
}

/* Discounts */
.check-discounts {
  background: url('/files/background-discounts.webp'), linear-gradient(175deg, #0F1933 -4.06%, #009CFF 223.36%);
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 90%;
  padding: 90px 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.check-discounts h3+p {
  max-width: 750px;
  margin-bottom: 90px;
  text-align: center;
  font-size: 18px;
}

.check-discounts h3 {
  color: #19ADF4;
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 50px;
}

.cards-discounts {
  display: flex;
  align-items: normal;
}

.card-discounts {
  border-radius: 20px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(6px);
  width: calc(100% / 4 - 20px);
  margin: 10px;
  min-height: 200px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  -webkit-backdrop-filter: blur(6px);
}

.card-discounts h4 {
  color: #19ADF4;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
  margin-bottom: 30px;
}

.card-discounts p {
  font-size: 18px;
}

.card-discounts p span {
  font-weight: 600;
}

.check-discounts .circle-hero-left {
  left: -240px;
  position: absolute;
  bottom: 60%;
}

/* Advance money */

.advance-money {
  background: url("/files/background-prestamo.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  padding: 90px 5%;
}

.advance-money h2,
.advance-money h2 span {
  max-width: 800px;
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 600;
  max-width: 600px;
}

.advance-money h2 span {
  color: #009CFF;
}

.whatsapp-button {
  border-radius: 200px;
  background: #25D366;
  border: 1px solid #25D366;
  padding: 8px 20px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  width: fit-content;
  transition: .5s all ease-in-out;
  cursor: pointer;
}

.whatsapp-button:hover {
  background-color: transparent;
  border: 1px solid white;
}

.whatsapp-button img {
  margin-right: 7px;
  width: 15px;
  height: 15px;
}

/* Boost business */

.boost-business {
  background: #F7F7F7;
  width: 90%;
  padding: 90px 5%;
  position: relative;
}

.boost-business-top {
  display: flex;
  align-items: center;
}

.boost-business-top img {
  width: 45%;
  padding: 2.5%;
}

.information-boost-business-top {
  width: 40%;
  padding: 5%;
}

.information-boost-business-top h2,
.information-boost-business-top h2 span {
  color: #1C2640;
  font-size: 45px;
  margin-bottom: 20px;
  font-weight: 600;
}

.information-boost-business-top h2 span {
  color: #19ADF4;
}

.information-boost-business-top p {
  color: #7A7A7A;
  font-size: 18px;
}

.information-boost-business-top h4 {
  color: #1C2640;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 25px;
  font-weight: 600;
}

.boost-business-bottom {
  margin-top: 70px;
}

.card-business {
  background-color: white;
  min-height: 260px;
}

.card-business h4 {
  margin-bottom: 15px;
}

.card-business h5 {
  color: #0F1933;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 600;
}

.card-business p {
  color: #7A7A7A;
}

/* Provides */
.provider {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 5%;
  text-align: center;
  background: url(/files/background-provider.png), linear-gradient(110deg, #0F1933 8.12%, #045284 95.55%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.provider h2,
.provider h2 span {
  color: #FFF;
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 10px;
}

.provider h2 span {
  color: #009CFF;
}

.provider p {
  font-size: 18px;
  margin-top: 10px;
}

.links-provider {
  display: flex;
  align-items: center;
  margin: 30px auto 0;
}

.links-provider a {
  display: flex;
  align-items: center;
  border-radius: 200px;
  background: #19ADF4;
  padding: 10px 20px;
  margin: 10px;
  cursor: pointer;
  transition: .5s all ease-in-out;
  border: 1px solid #19ADF4;
}

.links-provider a:hover {
  background-color: transparent;
  border: 1px solid white;
}

.links-provider a img {
  margin-right: 7px;
  width: 15px;
  height: 15px;
}

.links-provider a p {
  font-size: 14px;
  margin-top: 0;
}

/* Financial Service */

.financial-services {
  background: #F7F7F7;
  padding: 120px 10%;
  position: relative;
  overflow: hidden;
}

.financial-services .circle-hero-top {
  position: absolute;
  top: -250px;
  right: calc(50% - 240px);
}

.financial-services .circle-hero-right {
  position: absolute;
  right: -200px;
  top: 400px;
}

.financial-services h2,
.financial-services h2 span {
  color: #211F40;
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  margin: auto;
  margin-bottom: 50px;
  z-index: 2;
  position: relative;
  max-width: 700px;
}

.financial-services h2 span {
  color: #009CFF;
}

.container-financial-services {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  z-index: 2;
  position: relative;
}

.card-financial-service {
  padding: 30px;
  border-radius: 20px;
  background-color: white;
  min-height: 200px;
}

.card-financial-service h3 {
  color: #1C2640;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  max-width: 250px;
}

.card-financial-service p {
  color: #7A7A7A;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}


/* Mobile */
@media screen and (max-width: 1000px) {
  .hero-container {
    margin-top: 80px;
    aspect-ratio: 9/16;
    width: 100%;
    min-height: unset;
  }

  .hero-container h2,
  .hero-container h2 span {
    font-size: 31px;
    line-height: 36px;
    max-width: 90%;
    margin: 0 auto 20px;
  }

  .hero-container p {
    font-size: 14px;
    width: 80%;
    text-align: center;
    line-height: 16px;
  }

  .hero-container .circle-hero-left {
    left: -120px;
    bottom: 80%;
    width: 250px;
  }

  .hero-container .circle-hero-right {
    width: 200px;
  }

  .check-discounts h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .check-discounts h3+p {
    width: 95%;
    max-width: unset;
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 40px;
  }

  .cards-discounts {
    flex-direction: column;
  }

  .card-discounts {
    width: calc(100% - 40px);
    justify-content: center;
    min-height: 150px;
    margin: 10px 0;
  }

  .card-discounts h4 {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .card-discounts p {
    font-size: 14px;
  }

  .check-discounts .circle-hero-left {
    left: -100px;
    top: -50px;
    width: 200px;
  }

  .advance-money h2,
  .advance-money h2 span {
    font-size: 25px;
    line-height: 32px;
  }

  .whatsapp-button {
    margin-top: 40px;
  }

  .boost-business {
    padding: 40px 5%;
  }

  .boost-business-top {
    flex-direction: column;
  }

  .boost-business-top img {
    width: 90%;
    padding: 0;
    margin-top: 40px;
  }

  .information-boost-business-top {
    width: 100%;
    padding: 5% 0;
  }

  .information-boost-business-top h2,
  .information-boost-business-top h2 span {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    max-width: 80%;
  }

  .information-boost-business-top p {
    font-size: 14px;
  }

  .provider {
    background: url(/files/background-provider-mobile.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .provider h2,
  .provider h2 span {
    font-size: 20px;
  }

  .provider p {
    font-size: 14px;
    max-width: 80%;
  }

  .links-provider {
    flex-direction: column;
    grid-gap: 20px;
  }

  .links-provider a {
    margin: 0;
    padding: 12px 30px;
  }

  .financial-services {
    padding: 70px 5%;
  }

  .financial-services h2,
  .financial-services h2 span {
    font-size: 20px;
    margin-bottom: 30px;
    max-width: 80%;
  }

  .container-financial-services {
    grid-template-columns: 1fr;
  }

  .card-financial-service {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    min-height: auto;
  }

  .card-financial-service h4 {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 18px;
  }

  .card-financial-service p {
    font-size: 14px;
  }
}