/*!*****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/sass/components/_home.sass ***!
  \*****************************************************************************************************************************************************/
.home-banner {
  width: 100vw;
  height: auto;
  background: var(--gradient-bg-light-blue);
}
.home-banner__content {
  width: 100%;
  max-width: var(--bp2);
  margin: auto;
  padding: 5rem 2rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-banner__column {
  box-sizing: border-box;
}
.home-banner__title, .home-banner__text {
  color: var(--color5);
  margin: auto;
}
.home-banner__title {
  line-height: 2rem;
  font-family: var(--ff2);
  font-weight: 700;
  font-size: var(--fs-xl);
}
.home-banner .title-accent {
  margin-left: 0;
}
.home-banner__text {
  margin-top: 1rem;
  font-family: var(--ff1);
  font-weight: 400;
  font-size: var(--fs-regular);
  line-height: 1.6rem;
}
.home-banner__image {
  display: block;
}
.home-banner .btn {
  width: max-content;
  margin: 1rem auto auto 0;
}
.home-banner .btn-container {
  display: flex;
  justify-content: flex-end;
}

.solutions {
  background-color: var(--color6);
}
.solutions__container {
  margin: auto;
  padding: 5rem 1px;
  box-sizing: border-box;
  width: 100%;
  max-width: var(--bp2);
}
.solutions__title {
  margin: auto auto 2rem auto;
  color: var(--color1);
  width: max-content;
  max-width: 100%;
  font-family: var(--ff2);
  font-weight: 700;
  font-size: var(--fs-xl);
  text-align: center;
}
.solutions__grid {
  width: 100%;
  margin: 4rem auto auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
}
.solutions .btn {
  width: max-content;
  margin: 3rem auto auto;
}

.solution {
  padding: 0.5rem 1rem;
  box-sizing: border-box;
}
.solution__icon {
  display: block;
  width: 5rem;
  height: 5rem;
  object-fit: contain;
  margin: auto auto 1rem auto;
}
.solution__title {
  text-align: center;
  color: var(--color5);
  margin: auto;
  padding: 0;
  font-family: var(--ff1);
  font-weight: 700;
  font-size: var(--fs-mid);
}
.solution__description {
  text-align: center;
  color: var(--color1);
  margin: 0.5rem auto auto;
  font-family: var(--ff1);
  font-weight: 400;
  font-size: var(--fs-regular);
}

.try-now__container {
  padding: 5rem 1rem;
  box-sizing: border-box;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: stretch;
}
.try-now__text {
  margin: auto;
  width: 100%;
  font-weight: 700;
  font-size: var(--fs-xl);
  font-family: var(--ff1);
}
.try-now__image {
  display: block;
}
.try-now__column {
  box-sizing: border-box;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.try-now .btn {
  margin: 1rem auto auto 0;
  width: max-content;
}

.home__unete-img {
  display: block;
  width: 100vw;
  object-fit: cover;
}

@media all and (min-width: 64rem) {
  .home-banner__column, .home-banner__image {
    width: 50%;
  }
  .home-banner__column {
    padding: 0 2rem;
  }
  .try-now__container {
    max-width: var(--bp2);
  }
  .try-now__column, .try-now__image {
    width: 50%;
  }
  .try-now__column {
    padding: 1rem 5rem 1rem 0;
  }
  .home__unete-img {
    height: 25vw;
  }
  .solutions__grid {
    max-width: var(--bp3);
  }
  .solutions__element {
    width: 25%;
  }
}
@media all and (max-width: 64rem) {
  .solutions__grid {
    flex-wrap: wrap;
    max-width: var(--bp4);
  }
  .solutions__element {
    min-width: 10rem;
    margin: 1rem 0;
    width: 33%;
  }
  .home-banner__content {
    max-width: var(--bp4);
    flex-wrap: wrap;
    position: relative;
  }
  .home-banner__column, .home-banner__image {
    width: 100%;
  }
  .home-banner__image {
    order: 1;
    margin-bottom: 2rem;
  }
  .home-banner__column {
    order: 2;
  }
  .try-now__container {
    flex-wrap: wrap;
    position: relative;
    max-width: var(--bp4);
  }
  .try-now__column, .try-now__image {
    width: 100%;
  }
  .try-now__image {
    order: 1;
    margin-bottom: 2rem;
  }
  .try-now__column {
    order: 2;
  }
  .home__unete-img {
    height: auto;
    aspect-ratio: 4/3;
  }
}
/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/sass/components/_giros.sass ***!
  \******************************************************************************************************************************************************/
.giros {
  padding: 5rem 0;
  background-color: var(--color2);
}
.giros__title {
  text-align: center;
  line-height: 2rem;
  font-weight: 700;
  font-size: var(--fs-xl);
  font-family: var(--ff2);
  margin: auto;
  color: var(--color5);
  width: 90%;
  max-width: 24rem;
}
.giros > .btn {
  width: max-content;
  margin: auto;
}
.giros .title-accent {
  margin-left: auto;
  width: 20rem;
}

.info-grid {
  width: 100%;
  max-width: var(--bp3);
  margin: auto;
  padding: 3rem 1rem 1rem 1rem;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.info-grid__element {
  text-decoration: none;
  padding: 1rem;
  box-sizing: border-box;
  background-color: var(--color6);
  border-radius: 0.5rem;
}

.info-chart {
  text-decoration: none;
}
.info-chart__title {
  color: var(--color5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: var(--fs-regular);
  font-family: var(--ff2);
  margin: auto auto 1rem auto;
}
.info-chart__icon {
  display: block;
  margin: auto auto 1rem 0;
  width: 5rem;
  height: 5rem;
  object-fit: contain;
}
.info-chart__text {
  color: var(--color1);
  font-weight: 400;
  font-size: var(--fs-small);
  font-family: var(--ff1);
  margin: auto;
  line-height: 1.27rem;
}

@media all and (min-width: 64rem) {
  .info-grid__element {
    width: 30%;
    margin: 1.666%;
  }
}
@media all and (max-width: 64rem) {
  .info-grid {
    flex-wrap: wrap;
    max-width: var(--bp4);
  }
  .info-grid__element {
    width: 48%;
    margin: 1%;
    min-width: 20rem;
  }
}
/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/sass/components/_testimonios.sass ***!
  \************************************************************************************************************************************************************/
.testimonios {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(211, 248, 255) 83%);
  padding: 5rem 1rem;
}
.testimonios__container {
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  margin: 7rem auto auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.testimonios__title {
  text-align: center;
  margin: auto;
  width: max-content;
  color: var(--color1);
  font-weight: 700;
  font-size: var(--fs-xxl);
  font-family: var(--ff2);
}
.testimonios__text {
  text-align: center;
  margin: auto;
  color: var(--color1);
  font-weight: 400;
  font-size: var(--fs-regular);
  font-family: var(--ff1);
}
.testimonios__box {
  background-color: var(--color2);
  padding: 2rem;
  box-sizing: border-box;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  border-radius: 0.8rem;
}
.testimonios__photo {
  display: block;
  width: 7rem;
  height: 7rem;
  object-fit: contain;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url(../js/../img/151dee42aa8ba346dfc0.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: -6rem auto 1rem auto;
}
.testimonios__cita {
  display: block;
  line-height: 1.27rem;
  color: var(--color1);
  font-weight: 500;
  font-size: var(--fs-small);
  font-family: var(--ff1);
  margin-bottom: 2rem;
}
.testimonios__divisor {
  width: 10rem;
  border: none;
  height: 3px;
  display: block;
  margin: 0.3rem auto 0.3rem 0;
  background-color: var(--color3);
}
.testimonios__nombre, .testimonios__company {
  color: var(--color5);
  margin: auto;
  font-weight: 700;
  font-size: var(--fs-regular);
  font-family: var(--ff1);
}
.testimonios__stars {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto auto 1rem auto;
}
.testimonios .material-symbols-outlined {
  color: var(--color3);
  display: block;
  margin: auto 0.1rem;
  font-size: 2.5rem;
}

@media all and (min-width: 64rem) {
  .testimonios__container {
    max-width: var(--bp2);
  }
  .testimonios__box {
    width: 32%;
  }
}
@media all and (max-width: 64rem) {
  .testimonios__container {
    flex-wrap: wrap;
    max-width: var(--bp4);
  }
  .testimonios__box {
    min-width: 20rem;
    margin: 3rem auto 4rem auto;
    width: 48%;
  }
}
