/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[13].use[5]!./src/components/hero/hero.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
*
* Author: Carlos Espinel.
*
*/
/**
*
* Author: Carlos Espinel.
*
*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
/************************************/
/*/           Functions            /*/
/************************************/
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/* GEELY Global Font Face Declarations */
/* GEELY Global Font */
@font-face {
  font-family: "GEELY Global Font";
  src: url("/fonts/Genos-VariableFont_wght.ttf") format("truetype"), url("/fonts/GEELYGlobalFont-BoldMEXICO.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}
/* InterVariableFont */
@font-face {
  font-family: "InterVariableFont";
  src: url("/fonts/Inter-VariableFont.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 0.3rem;
  padding: 0;
  background: #aab0bc;
  opacity: 0.5;
  border-radius: 100%;
  border: 6px solid transparent;
  transform: scale(0.6);
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: 0 0;
  border-color: rgba(0, 0, 0, 0.3);
  transform: scale(1);
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

body {
  background-color: #fff;
  margin: 0;
  height: 100%;
  font-family: "InterVariableFont", sans-serif;
  width: 100%;
  color: #252433;
  box-sizing: border-box;
  padding: 0;
}

.children-items {
  font-size: 14px;
  margin-top: 59px;
}
@media (min-width: 1280px) {
  .children-items {
    font-size: 16px;
    margin-top: 64px;
  }
}

input, select, textarea {
  font-family: "InterVariableFont", sans-serif;
}

.btn {
  border: none;
  background: none;
  font-family: "InterVariableFont", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #252433;
  border-radius: 4px;
  padding: 0.4em 1.4em;
  min-width: 177px;
  text-align: center;
  cursor: pointer;
}
.btn__primary {
  background: #EC1C24;
  border: 1px solid #EC1C24;
  color: #fff;
}
.btn__primary:hover {
  background: rgb(210.6670731707, 17.6329268293, 25.0573170732);
  border: 1px solid rgb(210.6670731707, 17.6329268293, 25.0573170732);
}

.btn__secondary {
  background: #fff;
  border: 1px solid #252433;
}
.btn__secondary:hover {
  background: #E7E7ED;
}

.link {
  text-decoration: underline;
  font-weight: 700;
}

.section__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 0.9em;
}
@media (min-width: 769px) {
  .section__title {
    font-size: 35px;
  }
}
@media (min-width: 1792px) {
  .section__title {
    font-size: 40px;
  }
}

.section__subtitle {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 1em;
}
@media (min-width: 769px) {
  .section__subtitle {
    font-size: 22px;
  }
}
@media (min-width: 1792px) {
  .section__subtitle {
    font-size: 32px;
  }
}

.section__container {
  width: 90%;
  margin: auto;
  max-width: 1366px;
}
@media (min-width: 1792px) {
  .section__container {
    max-width: 1440px;
  }
}

.blockText {
  margin: 0 0 2.1em;
}
.blockText--line {
  padding-bottom: 1.4em;
  position: relative;
}
.blockText--line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 50%;
  max-width: 270px;
  background: #EC1C24;
  border-radius: 7px;
}

@media (min-width: 769px) {
  .blockText {
    font-size: 18px;
  }
  .blockText::before {
    height: 7px;
  }
}
@media (min-width: 1792px) {
  .blockText {
    font-size: 20px;
  }
}

.item__mobile {
  display: block;
}
@media (min-width: 1280px) {
  .item__mobile {
    display: none;
  }
}

.item__desktop {
  display: none;
}
@media (min-width: 1280px) {
  .item__desktop {
    display: block;
  }
}

.button-primary {
  width: 160px;
  min-width: 140px;
  max-width: 160px;
  height: 32px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0px;
  opacity: 1;
  background-color: #EC1C24;
  border-radius: 4px;
  border: none;
  font-size: 12px;
  cursor: pointer;
  font-family: "InterVariableFont", sans-serif;
}
.button-primary.disabled-btn {
  pointer-events: none;
  opacity: 0.5;
}
@media (min-width: 769px) {
  .button-primary {
    font-size: 16px;
    width: 180px;
  }
}
.button-primary p {
  font-family: "InterVariableFont", sans-serif;
  font-size: 14px;
  margin: 0;
}

.button-secondary {
  width: 160px;
  min-width: 140px;
  max-width: 160px;
  height: 32px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0px;
  opacity: 1;
  background-color: #252433;
  border-radius: 4px;
  font-size: 12px;
  border: none;
  cursor: pointer;
}
@media (min-width: 769px) {
  .button-secondary {
    font-size: 16px;
  }
}
.button-secondary p {
  font-family: "InterVariableFont", sans-serif;
  margin: 0;
  font-size: 14px;
}
@media (min-width: 769px) {
  .button-secondary p {
    font-size: 16px;
  }
}

.button-terciary {
  width: 140px;
  height: 40px;
  color: #252433;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0px;
  opacity: 1;
  background-color: #fff;
  border-radius: 4px;
  font-size: 12px;
  border: 1px solid #222222;
  cursor: pointer;
}
@media (min-width: 769px) {
  .button-terciary {
    font-size: 16px;
  }
}
.button-terciary p {
  font-family: "InterVariableFont", sans-serif;
  margin: 0;
}
.button-terciary:hover {
  background-color: #E7E7ED;
}

.customNext,
.customPrev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.customNext:hover,
.customPrev:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%) scale(1.1);
}
.customNext:focus,
.customPrev:focus {
  outline: 2px solid white;
  outline-offset: 2px;
}
.customNext i,
.customPrev i {
  font-size: 18px;
  line-height: 1;
}

.customNext {
  right: 20px;
}

.customPrev {
  left: 20px;
}

@media (max-width: 768px) {
  .customNext,
  .customPrev {
    width: 36px;
    height: 36px;
  }
  .customNext i,
  .customPrev i {
    font-size: 26px;
  }
  .customNext {
    right: 10px;
  }
  .customPrev {
    left: 10px;
  }
}
/************************************/
/*/           Functions            /*/
/************************************/
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/* GEELY Global Font Face Declarations */
/* GEELY Global Font */
@font-face {
  font-family: "GEELY Global Font";
  src: url("/fonts/Genos-VariableFont_wght.ttf") format("truetype"), url("/fonts/GEELYGlobalFont-BoldMEXICO.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}
/* InterVariableFont */
@font-face {
  font-family: "InterVariableFont";
  src: url("/fonts/Inter-VariableFont.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
.hero__slider {
  max-height: 822px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .hero__slider {
    max-height: 590px;
    height: 590px;
  }
}
.hero__slider .img__mobile {
  object-fit: cover;
}
.hero__slider .swiper-pagination {
  display: none !important;
}
@media (min-width: 769px) {
  .hero__slider .swiper-pagination {
    display: initial !important;
  }
}
.hero__slider img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.hero__slider img.img__desktop {
  display: none;
}
@media (min-width: 769px) {
  .hero__slider img.img__desktop {
    display: block;
  }
}

.hero__slider img.img__mobile {
  display: block;
}
@media (min-width: 769px) {
  .hero__slider img.img__mobile {
    display: none;
  }
}

@media (min-width: 1792px) {
  .hero__slider {
    height: 750px;
  }
}
.hero__slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  height: auto;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 14px;
  line-height: 0;
  padding: 0.3em 0.1em;
  bottom: 1.7em;
}
.hero__slider .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.7;
  bottom: 1.7rem;
  border-radius: 5px;
  border: 0;
  transition: all 500ms;
}
.hero__slider .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  transform: scale(2);
  opacity: 1;
}
.hero__slider .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet:hover {
  transform: scale(2);
  opacity: 1;
}
@media (min-width: 769px) {
  .hero__slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    padding: 0.7em 0.5em;
    bottom: 1em;
  }
  .hero__slider .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 54px !important;
    height: 2px;
    margin: 0 2rem 0;
  }
}

.container-hero-default {
  margin-top: 10%;
}
@media (min-width: 769px) {
  .container-hero-default {
    max-width: none;
    width: 100%;
    margin-top: 5%;
  }
}
.container-hero-default .container-hero__image-desktop {
  display: none;
}
@media (min-width: 769px) {
  .container-hero-default .container-hero__image-desktop {
    display: block;
  }
}
.container-hero-default .container-hero__image-mobile {
  display: block;
}
@media (min-width: 769px) {
  .container-hero-default .container-hero__image-mobile {
    display: none;
  }
}
.container-hero-default .container-hero__image {
  width: 100%;
  height: 190px;
}
@media (min-width: 769px) {
  .container-hero-default .container-hero__image {
    height: 450px;
  }
}
.container-hero-default .container-hero__image img {
  height: 100%;
  filter: unset;
  object-fit: contain;
  width: 100%;
}
@media (min-width: 769px) {
  .container-hero-default .container-hero__image img {
    filter: unset;
    object-fit: cover;
    width: 1365px;
    max-height: 489px;
  }
}
.container-hero-default .container-hero__content {
  padding: 15px;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .container-hero-default .container-hero__content {
    margin-left: 6%;
    margin-bottom: 15px;
  }
}
.container-hero-default .container-hero__title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 1.6px;
  color: #252433;
}
@media (min-width: 769px) {
  .container-hero-default .container-hero__title {
    font-size: 32px;
    letter-spacing: 3.2px;
  }
}
.container-hero-default .container-hero__description {
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
  color: #252433;
}
@media (min-width: 769px) {
  .container-hero-default .container-hero__description {
    margin-top: 10px;
    font-size: 16px;
  }
}
.container-hero-default .container-hero__buttons {
  display: flex;
  width: 100%;
  gap: 15px;
}
.container-hero-default .container-hero__buttons .button-primary {
  width: 100%;
}
@media (min-width: 769px) {
  .container-hero-default .container-hero__buttons .button-primary {
    width: 180px;
  }
}

.container-hero-secondary {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .container-hero-secondary {
    max-width: none;
    width: 100%;
    margin: 0 auto;
  }
}
.container-hero-secondary .container-hero {
  position: relative;
  width: 100%;
}
.container-hero-secondary .container-hero__image {
  width: 100%;
  height: 190px;
}
@media (min-width: 769px) {
  .container-hero-secondary .container-hero__image {
    height: 450px;
  }
}
.container-hero-secondary .container-hero__image img {
  height: 100% !important;
  filter: brightness(0.5);
  object-fit: cover;
  object-position: top;
  width: 100% !important;
}
.container-hero-secondary .container-hero__content {
  position: absolute;
  top: 39px;
  width: 75%;
  padding: 0 15px;
}
@media (min-width: 769px) {
  .container-hero-secondary .container-hero__content {
    top: 195px;
    left: 15%;
  }
}
.container-hero-secondary .container-hero__title {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .container-hero-secondary .container-hero__title {
    font-size: 32px;
    margin: 15px 0;
  }
}
.container-hero-secondary .container-hero__description {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  width: 60%;
}
@media (min-width: 769px) {
  .container-hero-secondary .container-hero__description {
    font-size: 26px;
    margin: 15px 0;
  }
}
.container-hero-secondary .container-hero__buttons {
  display: flex;
  width: 100%;
  gap: 15px;
}
.container-hero-secondary .container-hero__buttons .button-primary {
  bottom: 25px;
  position: absolute;
  height: 42px;
  left: 70%;
  width: 40%;
  top: 70px;
}
.container-hero-secondary .container-hero__buttons .button-primary p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0px;
  opacity: 1;
}
@media (min-width: 769px) {
  .container-hero-secondary .container-hero__buttons .button-primary p {
    font-size: 19px;
  }
}
@media (min-width: 769px) {
  .container-hero-secondary .container-hero__buttons .button-primary {
    left: 2%;
    top: 175px;
    width: 190px;
  }
}

.container-hero-tertiary {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding-top: 20px;
}
@media (min-width: 769px) {
  .container-hero-tertiary {
    width: 100%;
    padding: 35px 0;
  }
}
.container-hero-tertiary .container-hero__image {
  width: 100%;
  height: 190px;
}
@media (min-width: 769px) {
  .container-hero-tertiary .container-hero__image {
    height: 450px;
    margin: 0 auto;
  }
}
.container-hero-tertiary .container-hero__image img {
  height: 100% !important;
  filter: unset;
  object-fit: cover;
  width: 100% !important;
  object-position: top;
}
@media (min-width: 769px) {
  .container-hero-tertiary .container-hero__image img {
    object-fit: cover;
    object-position: 2px 18%;
  }
}
.container-hero-tertiary .container-hero__image-desktop {
  display: none;
}
@media (min-width: 769px) {
  .container-hero-tertiary .container-hero__image-desktop {
    display: block;
  }
  .container-hero-tertiary .container-hero__image-desktop img {
    filter: unset;
    object-fit: cover;
    width: 1366px;
    height: 536px;
  }
}
.container-hero-tertiary .container-hero__image-mobile {
  display: block;
}
.container-hero-tertiary .container-hero__image-mobile img {
  filter: unset;
  object-fit: cover;
  width: 100%;
  height: 235px;
}
@media (min-width: 769px) {
  .container-hero-tertiary .container-hero__image-mobile {
    display: none;
  }
}
.container-hero-tertiary .container-hero__content {
  padding: 15px;
  position: absolute;
  top: 129px;
  width: 100%;
  background-color: #252433;
  display: flex;
  height: 40px;
  align-items: center;
  opacity: 90%;
}
@media (min-width: 769px) {
  .container-hero-tertiary .container-hero__content {
    top: 328px;
    left: 0.1%;
    height: 86px;
    align-items: center;
  }
}
.container-hero-tertiary .container-hero__content .container-hero__description {
  display: none;
}
.container-hero-tertiary .container-hero__title {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  width: 255px;
  margin-right: 5%;
  margin-left: 5%;
  letter-spacing: 1.6px;
  display: none;
}
@media (min-width: 769px) {
  .container-hero-tertiary .container-hero__title {
    font-size: 32px;
    width: 768px;
    letter-spacing: 3.2px;
    margin-right: 0;
    display: block;
  }
}
.container-hero-tertiary .container-hero__title-mobile {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  width: 255px;
  margin-right: 5%;
  margin-left: 2%;
  letter-spacing: 0;
}
@media (min-width: 769px) {
  .container-hero-tertiary .container-hero__title-mobile {
    display: none;
    margin-left: 4%;
  }
}
.container-hero-tertiary .container-hero__buttons {
  display: flex;
  width: 40%;
  padding-right: 35px;
  gap: 15px;
}
.container-hero-tertiary .container-hero__buttons .button-primary {
  bottom: 25px;
  position: absolute;
  left: 57%;
  width: 29%;
  top: 20px;
}
@media (min-width: 769px) {
  .container-hero-tertiary .container-hero__buttons .button-primary {
    left: 55%;
    width: 35%;
    top: 30px;
  }
}
.container-hero-tertiary .container-hero__buttons .button-primary p {
  font-size: 12px;
}
@media (min-width: 769px) {
  .container-hero-tertiary .container-hero__buttons .button-primary p {
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .container-hero-tertiary .container-hero__buttons .button-primary {
    top: 35px;
    width: 250px;
    height: 45px;
    margin-left: 20%;
  }
}

.container-hero-quaternary {
  width: 90%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  .container-hero-quaternary {
    max-width: 1365px;
  }
}
.container-hero-quaternary .container-hero__image {
  width: 100%;
  height: 190px;
}
@media (min-width: 769px) {
  .container-hero-quaternary .container-hero__image {
    height: 450px;
    margin: 0 auto;
  }
}
.container-hero-quaternary .container-hero__image img {
  height: 100% !important;
  filter: unset;
  object-fit: cover;
  object-position: top;
  width: 100% !important;
}
.container-hero-quaternary .container-hero__content {
  padding: 15px;
  position: absolute;
  background-color: rgba(37, 34, 34, 0.8);
  height: 167px;
  width: 45%;
  left: 45%;
  top: -5px;
}
@media (min-width: 769px) {
  .container-hero-quaternary .container-hero__content {
    height: 456px;
    width: 450px;
    left: 65%;
  }
}
.container-hero-quaternary .container-hero__title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #EC1C24;
}
@media (min-width: 769px) {
  .container-hero-quaternary .container-hero__title {
    font-size: 32px;
    margin-left: 25px;
    padding-bottom: 25px;
    width: 355px;
  }
}
.container-hero-quaternary .container-hero__description {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-left: 5px;
}
@media (min-width: 769px) {
  .container-hero-quaternary .container-hero__description {
    font-size: 16px;
    margin-top: 25px;
    margin-left: 35px;
    width: 80%;
  }
}
.container-hero-quaternary .container-hero__buttons {
  display: flex;
  width: 40%;
  padding-right: 35px;
  gap: 15px;
}
.container-hero-quaternary .container-hero__buttons .button-primary {
  bottom: 25px;
  position: absolute;
  left: 60%;
  width: 30%;
  top: 30px;
}
.container-hero-quaternary .container-hero__buttons .button-primary p {
  font-size: 12px;
}
@media (min-width: 769px) {
  .container-hero-quaternary .container-hero__buttons .button-primary p {
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .container-hero-quaternary .container-hero__buttons .button-primary {
    top: 35px;
    width: 190px;
    height: 45px;
  }
}

.container-hero-quaternary-footer {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  .container-hero-quaternary-footer {
    max-width: 1365px;
  }
}
.container-hero-quaternary-footer .container-hero__image {
  width: 100%;
  height: 190px;
}
@media (min-width: 769px) {
  .container-hero-quaternary-footer .container-hero__image {
    height: 450px;
    margin: 0 auto;
  }
}
.container-hero-quaternary-footer .container-hero__image img {
  height: 100% !important;
  filter: unset;
  object-fit: cover;
  object-position: top;
  width: 100% !important;
}
.container-hero-quaternary-footer .container-hero__content {
  padding: 15px;
  position: absolute;
  background-color: rgba(37, 36, 51, 0.5);
  height: 167px;
  left: 40%;
  top: -9px;
}
@media (min-width: 769px) {
  .container-hero-quaternary-footer .container-hero__content {
    height: 536px;
    width: 426px;
    left: 63%;
    padding-left: 60px;
    padding-top: 47px;
  }
}
.container-hero-quaternary-footer .container-hero__content-header {
  border-bottom: 2px solid #EC1C24;
  padding-bottom: 0;
  display: flex;
}
@media (min-width: 769px) {
  .container-hero-quaternary-footer .container-hero__content-header {
    width: 386px;
    gap: 15px;
    padding-bottom: 5px;
  }
}
.container-hero-quaternary-footer .container-hero__content-header-title {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .container-hero-quaternary-footer .container-hero__content-header-title {
    font-size: 32px;
    width: 256px;
  }
}
.container-hero-quaternary-footer .container-hero__content-header-icon {
  width: 56px;
  height: 20px;
  margin-top: 25px;
}
@media (min-width: 769px) {
  .container-hero-quaternary-footer .container-hero__content-header-icon {
    width: 104px;
    height: 38px;
    margin-top: 51px;
  }
}
.container-hero-quaternary-footer .container-hero__description {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  margin-left: 5px;
}
@media (min-width: 769px) {
  .container-hero-quaternary-footer .container-hero__description {
    font-size: 16px;
    margin-top: 25px;
    width: 80%;
  }
}
.container-hero-quaternary-footer .container-hero__buttons {
  display: flex;
  padding-right: 35px;
  margin-left: 5px;
  gap: 15px;
}
.container-hero-quaternary-footer .container-hero__buttons-main {
  bottom: 25px;
  width: 136px;
  height: 17px;
  left: 60%;
  top: 30px;
  font-size: 14px;
  color: #fff;
  border: 2px solid #fff;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
}
.container-hero-quaternary-footer .container-hero__buttons-main:hover {
  background-color: #fff;
  color: black;
}
@media (min-width: 769px) {
  .container-hero-quaternary-footer .container-hero__buttons-main {
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .container-hero-quaternary-footer .container-hero__buttons {
    margin-top: 35px;
    width: 190px;
    height: 45px;
  }
}

.botonera {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 3;
  opacity: 0;
  transform: translateY(-50%);
  transition: all 0.6s ease;
}
.botonera.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.botonera__contenedor {
  margin: auto;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 0.5rem 0;
}
@media (min-width: 768px) {
  .botonera__contenedor {
    gap: 5rem;
    margin-bottom: 3rem;
  }
}
.botonera__btn {
  font-size: 18px;
  font-weight: 700;
  background-color: #fff;
  padding: 12px 24px;
  color: #194CFE;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .botonera__btn {
    background-color: #000;
    padding: 5px 50px;
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
  }
}
.botonera__btn:hover {
  transform: translateY(-5px);
}
@media (min-width: 992px) {
  .botonera__btn {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.botonera__btn--espaciado {
  margin-left: 0.5rem;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./node_modules/swiper/swiper.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./node_modules/swiper/modules/pagination.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[13].use[5]!./src/components/whatToBuy/whatToBuy.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
*
* Author: Carlos Espinel.
*
*/
/**
*
* Author: Carlos Espinel.
*
*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
/************************************/
/*/           Functions            /*/
/************************************/
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/* GEELY Global Font Face Declarations */
/* GEELY Global Font */
@font-face {
  font-family: "GEELY Global Font";
  src: url("/fonts/Genos-VariableFont_wght.ttf") format("truetype"), url("/fonts/GEELYGlobalFont-BoldMEXICO.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}
/* InterVariableFont */
@font-face {
  font-family: "InterVariableFont";
  src: url("/fonts/Inter-VariableFont.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 0.3rem;
  padding: 0;
  background: #aab0bc;
  opacity: 0.5;
  border-radius: 100%;
  border: 6px solid transparent;
  transform: scale(0.6);
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: 0 0;
  border-color: rgba(0, 0, 0, 0.3);
  transform: scale(1);
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

body {
  background-color: #fff;
  margin: 0;
  height: 100%;
  font-family: "InterVariableFont", sans-serif;
  width: 100%;
  color: #252433;
  box-sizing: border-box;
  padding: 0;
}

.children-items {
  font-size: 14px;
  margin-top: 59px;
}
@media (min-width: 1280px) {
  .children-items {
    font-size: 16px;
    margin-top: 64px;
  }
}

input, select, textarea {
  font-family: "InterVariableFont", sans-serif;
}

.btn {
  border: none;
  background: none;
  font-family: "InterVariableFont", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #252433;
  border-radius: 4px;
  padding: 0.4em 1.4em;
  min-width: 177px;
  text-align: center;
  cursor: pointer;
}
.btn__primary {
  background: #EC1C24;
  border: 1px solid #EC1C24;
  color: #fff;
}
.btn__primary:hover {
  background: rgb(210.6670731707, 17.6329268293, 25.0573170732);
  border: 1px solid rgb(210.6670731707, 17.6329268293, 25.0573170732);
}

.btn__secondary {
  background: #fff;
  border: 1px solid #252433;
}
.btn__secondary:hover {
  background: #E7E7ED;
}

.link {
  text-decoration: underline;
  font-weight: 700;
}

.section__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 0.9em;
}
@media (min-width: 769px) {
  .section__title {
    font-size: 35px;
  }
}
@media (min-width: 1792px) {
  .section__title {
    font-size: 40px;
  }
}

.section__subtitle {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 1em;
}
@media (min-width: 769px) {
  .section__subtitle {
    font-size: 22px;
  }
}
@media (min-width: 1792px) {
  .section__subtitle {
    font-size: 32px;
  }
}

.section__container {
  width: 90%;
  margin: auto;
  max-width: 1366px;
}
@media (min-width: 1792px) {
  .section__container {
    max-width: 1440px;
  }
}

.blockText {
  margin: 0 0 2.1em;
}
.blockText--line {
  padding-bottom: 1.4em;
  position: relative;
}
.blockText--line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 50%;
  max-width: 270px;
  background: #EC1C24;
  border-radius: 7px;
}

@media (min-width: 769px) {
  .blockText {
    font-size: 18px;
  }
  .blockText::before {
    height: 7px;
  }
}
@media (min-width: 1792px) {
  .blockText {
    font-size: 20px;
  }
}

.item__mobile {
  display: block;
}
@media (min-width: 1280px) {
  .item__mobile {
    display: none;
  }
}

.item__desktop {
  display: none;
}
@media (min-width: 1280px) {
  .item__desktop {
    display: block;
  }
}

.button-primary {
  width: 160px;
  min-width: 140px;
  max-width: 160px;
  height: 32px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0px;
  opacity: 1;
  background-color: #EC1C24;
  border-radius: 4px;
  border: none;
  font-size: 12px;
  cursor: pointer;
  font-family: "InterVariableFont", sans-serif;
}
.button-primary.disabled-btn {
  pointer-events: none;
  opacity: 0.5;
}
@media (min-width: 769px) {
  .button-primary {
    font-size: 16px;
    width: 180px;
  }
}
.button-primary p {
  font-family: "InterVariableFont", sans-serif;
  font-size: 14px;
  margin: 0;
}

.button-secondary {
  width: 160px;
  min-width: 140px;
  max-width: 160px;
  height: 32px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0px;
  opacity: 1;
  background-color: #252433;
  border-radius: 4px;
  font-size: 12px;
  border: none;
  cursor: pointer;
}
@media (min-width: 769px) {
  .button-secondary {
    font-size: 16px;
  }
}
.button-secondary p {
  font-family: "InterVariableFont", sans-serif;
  margin: 0;
  font-size: 14px;
}
@media (min-width: 769px) {
  .button-secondary p {
    font-size: 16px;
  }
}

.button-terciary {
  width: 140px;
  height: 40px;
  color: #252433;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0px;
  opacity: 1;
  background-color: #fff;
  border-radius: 4px;
  font-size: 12px;
  border: 1px solid #222222;
  cursor: pointer;
}
@media (min-width: 769px) {
  .button-terciary {
    font-size: 16px;
  }
}
.button-terciary p {
  font-family: "InterVariableFont", sans-serif;
  margin: 0;
}
.button-terciary:hover {
  background-color: #E7E7ED;
}

.customNext,
.customPrev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.customNext:hover,
.customPrev:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%) scale(1.1);
}
.customNext:focus,
.customPrev:focus {
  outline: 2px solid white;
  outline-offset: 2px;
}
.customNext i,
.customPrev i {
  font-size: 18px;
  line-height: 1;
}

.customNext {
  right: 20px;
}

.customPrev {
  left: 20px;
}

@media (max-width: 768px) {
  .customNext,
  .customPrev {
    width: 36px;
    height: 36px;
  }
  .customNext i,
  .customPrev i {
    font-size: 26px;
  }
  .customNext {
    right: 10px;
  }
  .customPrev {
    left: 10px;
  }
}
/************************************/
/*/           Functions            /*/
/************************************/
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/* GEELY Global Font Face Declarations */
/* GEELY Global Font */
@font-face {
  font-family: "GEELY Global Font";
  src: url("/fonts/Genos-VariableFont_wght.ttf") format("truetype"), url("/fonts/GEELYGlobalFont-BoldMEXICO.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}
/* InterVariableFont */
@font-face {
  font-family: "InterVariableFont";
  src: url("/fonts/Inter-VariableFont.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
.whatToBuy__container {
  max-width: 800px;
  width: 94%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .whatToBuy__container {
    max-width: 1365px;
    margin-left: 7%;
    padding: 0px;
  }
}
.whatToBuy__container-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: left;
  color: #252433;
  text-transform: uppercase;
  opacity: 1;
  padding-left: 15px;
  padding-top: 15px;
  letter-spacing: 1.6px;
}
@media (min-width: 769px) {
  .whatToBuy__container-title {
    font-size: 32px;
    padding-left: 0;
    letter-spacing: 3.2px;
  }
}
.whatToBuy__container-subTitle {
  font-size: 14px;
  margin-bottom: 24px;
  text-align: left;
  letter-spacing: 0.03px;
  color: #222222;
  opacity: 1;
  padding-left: 15px;
}
@media (min-width: 769px) {
  .whatToBuy__container-subTitle {
    padding: 0;
    font-size: 16px;
  }
}
.whatToBuy__container-itemsContainer {
  padding-left: 15px;
}
@media (min-width: 769px) {
  .whatToBuy__container-itemsContainer {
    display: flex;
    gap: 20px;
    width: 91%;
    padding-left: 0;
  }
}
.whatToBuy__container-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 16px;
  border: 1px solid #C2C2C2;
  border-radius: 8px;
  padding: 3px 15px 15px 15px;
  height: 72px;
}
@media (min-width: 769px) {
  .whatToBuy__container-item {
    flex: 1 1;
    height: 80px;
  }
}
.whatToBuy__container-item-logo {
  width: 71px;
  height: 53px;
  margin-right: 16px;
}
@media (min-width: 769px) {
  .whatToBuy__container-item-logo {
    width: 76px;
    height: 56px;
  }
}
.whatToBuy__container-item-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.whatToBuy__container-item-description {
  flex-grow: 1;
  width: 240px;
  height: 56px;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0px;
  color: #51515D;
  opacity: 1;
}
@media (min-width: 769px) {
  .whatToBuy__container-item-description {
    font-size: 16px;
  }
}
.whatToBuy__container-text {
  font-size: 14px;
  font-weight: 700;
  padding-left: 15px;
}
@media (min-width: 769px) {
  .whatToBuy__container-text {
    padding-left: 0;
    font-size: 16px;
  }
}

.knowMore {
  background: #d0d7ea;
}
.knowMore__container {
  padding: 2rem 14px;
  max-width: 540px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .knowMore__container {
    max-width: 1320px;
    padding: 2.5rem 14px;
  }
}
.knowMore__img {
  width: 100%;
  min-height: 400px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .knowMore__img {
    max-width: 50%;
  }
}
.knowMore__content {
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .knowMore__content {
    flex-wrap: nowrap;
    max-width: 1290px;
  }
}
.knowMore__content-text {
  padding: 50px;
  background: #f6f3f6;
}
@media (min-width: 992px) {
  .knowMore__content-text {
    padding: 80px;
    height: 100%;
  }
}
.knowMore__content-text h2 {
  color: #000;
  font-family: "GEELY Global Font", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 15px;
  letter-spacing: 0.02rem;
  line-height: 1.25;
}
@media (min-width: 1025px) {
  .knowMore__content-text h2 {
    font-size: 34px;
  }
}
.knowMore__content-text p {
  color: #000;
  text-align: justify;
  font-family: "InterVariableFont";
  margin: 0 0 20px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.knowMore__btn {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .knowMore__btn {
    justify-content: left;
  }
}
.knowMore__btn a {
  font-family: "InterVariableFont";
  background: #000;
  font-size: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(0);
  letter-spacing: -0.01rem;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  padding: 14.5px 27.23px;
  color: #fff;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .knowMore__btn a {
    font-size: 14px;
    padding: 15px 28px;
  }
}

/**SECTION cards**/
.swiper-slide {
  height: 100%;
  /* Set a fixed height for all slides */
}

section.cards .swiper-slide:nth-child(2) .item-inner .card {
  background-color: var(--geely-gray);
}

.image-alone {
  display: none;
}
@media (min-width: 992px) {
  .image-alone {
    display: block;
  }
}

section.cards {
  background: rgba(246, 243, 246, 0.5) !important;
  border-radius: 0px;
  padding: 60px 9px 65px;
}
@media (min-width: 992px) {
  section.cards {
    padding: 55px 50px;
    border-radius: 51px;
  }
}
section.cards .cards__container {
  max-width: 971px;
  margin: 0 auto;
  width: 80%;
}
@media (min-width: 992px) {
  section.cards .cards__container .swiper-wrapper {
    justify-content: center;
    column-gap: 1%;
  }
}
@media (max-width: 992px) {
  section.cards .cards__container .swiper {
    padding: 0 0 35px 0;
  }
  section.cards .cards__container .swiper-pagination {
    bottom: 0;
    top: initial;
  }
}
section.cards .item-inner {
  border-radius: 20px;
  background: #fff;
  box-shadow: rgba(8, 60, 130, 0.06) 0px 0px 0px 0.05rem, rgba(30, 34, 40, 0.04) 0px 0px 1.25rem;
}
section.cards .card-body {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 25px;
  text-align: center;
}
section.cards .card-image img {
  width: 100%;
  max-width: 200px;
  margin-bottom: 1rem;
  height: 65px;
  padding: 0 20px;
}
section.cards .card-text h2 {
  font-family: "GEELY Global Font", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #000;
  margin: 0 0 0.5rem 0;
  font-size: 16px;
  padding: 0 16px;
}
section.cards .card-text span {
  font-family: "InterVariableFont", sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin: 0 auto;
  display: block;
  text-align: center;
  color: #000;
}
section.cards .swiper-button-prev,
section.cards .swiper-button-next {
  display: none !important;
}

section.image-alone {
  position: relative;
}
section.image-alone > div {
  position: relative;
  width: 810px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
section.image-alone img {
  margin-top: -40px !important;
  z-index: 20;
  margin-bottom: -90px;
}
section.image-alone p {
  position: absolute;
  bottom: 1rem;
  right: 0rem;
  font-size: 0.75rem;
  color: #60697b;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./node_modules/swiper/modules/navigation.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-feature-settings: ;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[13].use[5]!./src/components/ourbrandshome/ourbrandshome.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
*
* Author: Carlos Espinel.
*
*/
/**
*
* Author: Carlos Espinel.
*
*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
/************************************/
/*/           Functions            /*/
/************************************/
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/* GEELY Global Font Face Declarations */
/* GEELY Global Font */
@font-face {
  font-family: "GEELY Global Font";
  src: url("/fonts/Genos-VariableFont_wght.ttf") format("truetype"), url("/fonts/GEELYGlobalFont-BoldMEXICO.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}
/* InterVariableFont */
@font-face {
  font-family: "InterVariableFont";
  src: url("/fonts/Inter-VariableFont.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 0.3rem;
  padding: 0;
  background: #aab0bc;
  opacity: 0.5;
  border-radius: 100%;
  border: 6px solid transparent;
  transform: scale(0.6);
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: 0 0;
  border-color: rgba(0, 0, 0, 0.3);
  transform: scale(1);
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

body {
  background-color: #fff;
  margin: 0;
  height: 100%;
  font-family: "InterVariableFont", sans-serif;
  width: 100%;
  color: #252433;
  box-sizing: border-box;
  padding: 0;
}

.children-items {
  font-size: 14px;
  margin-top: 59px;
}
@media (min-width: 1280px) {
  .children-items {
    font-size: 16px;
    margin-top: 64px;
  }
}

input, select, textarea {
  font-family: "InterVariableFont", sans-serif;
}

.btn {
  border: none;
  background: none;
  font-family: "InterVariableFont", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #252433;
  border-radius: 4px;
  padding: 0.4em 1.4em;
  min-width: 177px;
  text-align: center;
  cursor: pointer;
}
.btn__primary {
  background: #EC1C24;
  border: 1px solid #EC1C24;
  color: #fff;
}
.btn__primary:hover {
  background: rgb(210.6670731707, 17.6329268293, 25.0573170732);
  border: 1px solid rgb(210.6670731707, 17.6329268293, 25.0573170732);
}

.btn__secondary {
  background: #fff;
  border: 1px solid #252433;
}
.btn__secondary:hover {
  background: #E7E7ED;
}

.link {
  text-decoration: underline;
  font-weight: 700;
}

.section__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 0.9em;
}
@media (min-width: 769px) {
  .section__title {
    font-size: 35px;
  }
}
@media (min-width: 1792px) {
  .section__title {
    font-size: 40px;
  }
}

.section__subtitle {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 1em;
}
@media (min-width: 769px) {
  .section__subtitle {
    font-size: 22px;
  }
}
@media (min-width: 1792px) {
  .section__subtitle {
    font-size: 32px;
  }
}

.section__container {
  width: 90%;
  margin: auto;
  max-width: 1366px;
}
@media (min-width: 1792px) {
  .section__container {
    max-width: 1440px;
  }
}

.blockText {
  margin: 0 0 2.1em;
}
.blockText--line {
  padding-bottom: 1.4em;
  position: relative;
}
.blockText--line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 50%;
  max-width: 270px;
  background: #EC1C24;
  border-radius: 7px;
}

@media (min-width: 769px) {
  .blockText {
    font-size: 18px;
  }
  .blockText::before {
    height: 7px;
  }
}
@media (min-width: 1792px) {
  .blockText {
    font-size: 20px;
  }
}

.item__mobile {
  display: block;
}
@media (min-width: 1280px) {
  .item__mobile {
    display: none;
  }
}

.item__desktop {
  display: none;
}
@media (min-width: 1280px) {
  .item__desktop {
    display: block;
  }
}

.button-primary {
  width: 160px;
  min-width: 140px;
  max-width: 160px;
  height: 32px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0px;
  opacity: 1;
  background-color: #EC1C24;
  border-radius: 4px;
  border: none;
  font-size: 12px;
  cursor: pointer;
  font-family: "InterVariableFont", sans-serif;
}
.button-primary.disabled-btn {
  pointer-events: none;
  opacity: 0.5;
}
@media (min-width: 769px) {
  .button-primary {
    font-size: 16px;
    width: 180px;
  }
}
.button-primary p {
  font-family: "InterVariableFont", sans-serif;
  font-size: 14px;
  margin: 0;
}

.button-secondary {
  width: 160px;
  min-width: 140px;
  max-width: 160px;
  height: 32px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0px;
  opacity: 1;
  background-color: #252433;
  border-radius: 4px;
  font-size: 12px;
  border: none;
  cursor: pointer;
}
@media (min-width: 769px) {
  .button-secondary {
    font-size: 16px;
  }
}
.button-secondary p {
  font-family: "InterVariableFont", sans-serif;
  margin: 0;
  font-size: 14px;
}
@media (min-width: 769px) {
  .button-secondary p {
    font-size: 16px;
  }
}

.button-terciary {
  width: 140px;
  height: 40px;
  color: #252433;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0px;
  opacity: 1;
  background-color: #fff;
  border-radius: 4px;
  font-size: 12px;
  border: 1px solid #222222;
  cursor: pointer;
}
@media (min-width: 769px) {
  .button-terciary {
    font-size: 16px;
  }
}
.button-terciary p {
  font-family: "InterVariableFont", sans-serif;
  margin: 0;
}
.button-terciary:hover {
  background-color: #E7E7ED;
}

.customNext,
.customPrev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.customNext:hover,
.customPrev:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%) scale(1.1);
}
.customNext:focus,
.customPrev:focus {
  outline: 2px solid white;
  outline-offset: 2px;
}
.customNext i,
.customPrev i {
  font-size: 18px;
  line-height: 1;
}

.customNext {
  right: 20px;
}

.customPrev {
  left: 20px;
}

@media (max-width: 768px) {
  .customNext,
  .customPrev {
    width: 36px;
    height: 36px;
  }
  .customNext i,
  .customPrev i {
    font-size: 26px;
  }
  .customNext {
    right: 10px;
  }
  .customPrev {
    left: 10px;
  }
}
/************************************/
/*/           Functions            /*/
/************************************/
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/* GEELY Global Font Face Declarations */
/* GEELY Global Font */
@font-face {
  font-family: "GEELY Global Font";
  src: url("/fonts/Genos-VariableFont_wght.ttf") format("truetype"), url("/fonts/GEELYGlobalFont-BoldMEXICO.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}
/* InterVariableFont */
@font-face {
  font-family: "InterVariableFont";
  src: url("/fonts/Inter-VariableFont.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
.ourBrands {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1.4em 0;
  margin-bottom: 1.2em;
  position: relative;
}
@media (min-width: 769px) {
  .ourBrands {
    margin-bottom: 4.9em;
  }
}
.ourBrands img {
  max-width: 100%;
  display: block;
}
.ourBrands img.ourBrands__background {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: initial;
  display: block;
  top: 0;
  left: 0;
}
.ourBrands img.ourBrands__background--desktop {
  display: none;
}

@media (min-width: 769px) {
  .ourBrands img.ourBrands__background--desktop {
    display: block;
  }
  .ourBrands img.ourBrands__background--mobile {
    display: none;
  }
}
.ourBrands__list {
  display: flex;
  overflow-x: auto;
  column-gap: 1.2em;
  width: 104%;
  padding-right: 1em;
  padding-bottom: 0.7em;
  margin-bottom: 1.2em;
}
.ourBrands__list li {
  min-width: 63px;
  height: 63px;
  padding: 0.7em;
  border: 1px solid #252433;
  border-radius: 8px;
  cursor: pointer;
}
.ourBrands__list li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ourBrands__list li:hover {
  background: rgba(37, 36, 51, 0.1);
}
.ourBrands__list li.active {
  background: #fff;
}
@media (min-width: 769px) {
  .ourBrands__list {
    width: 100%;
    column-gap: normal;
    justify-content: space-between;
    padding-right: 0;
  }
  .ourBrands__list li {
    width: 77px;
    height: 77px;
  }
}

.ourBrands__columns__content {
  background: rgba(255, 255, 255, 0.5);
  padding: 1.2em;
}
.ourBrands__columns__content p {
  margin: 0;
}
.ourBrands__columns__content p:not(:last-child) {
  margin-bottom: 1.2em;
}
.ourBrands__columns__content p:last-child {
  color: #898989;
}
.ourBrands__columns__content p strong {
  font-size: 16px;
  margin: 0;
  font-weight: 700;
  color: #252433;
}
.ourBrands__columns__content h4 {
  font-size: 16px;
  margin: 0;
  font-weight: 700;
}

.ourBrands__columns__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.4em;
}
.ourBrands__columns__header a {
  width: 24px;
}
.ourBrands__columns__header__logo {
  height: 63px;
  width: 63px;
  object-fit: contain;
}

.ourBrands__columns__header span {
  margin-right: auto;
  margin-left: 0.7em;
  font-weight: 800;
  font-size: 21px;
  max-width: 125px;
  line-height: 1;
}

@media (min-width: 769px) {
  .ourBrands__columns {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    column-gap: 2.1%;
  }
  .ourBrands__columns__img {
    width: 63%;
  }
  .ourBrands__columns__img img {
    width: 100%;
    object-fit: contain;
  }
  .ourBrands__columns__content {
    width: 35%;
  }
  .ourBrands__columns__content p {
    font-size: 18px;
  }
  .ourBrands__columns__content p strong {
    font-size: 22px;
  }
  .ourBrands__columns__content h4 {
    font-size: 22px;
  }
  .ourBrands__columns__header a {
    width: 35px;
  }
  .ourBrands__columns__header__logo {
    height: 84px;
    width: 84px;
  }
  .ourBrands__columns__header span {
    font-size: 24px;
  }
}

.ourbrandshome-container {
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
}
@media (min-width: 769px) {
  .ourbrandshome-container {
    margin-left: 7%;
    margin-top: 60px;
    max-width: 1365px;
    width: unset;
  }
}
.ourbrandshome-container__title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  padding: 0 1.3em;
}
@media (min-width: 769px) {
  .ourbrandshome-container__title {
    font-size: 32px;
    letter-spacing: 3.2px;
    padding: 0;
  }
}
.ourbrandshome-container__brands {
  display: flex;
  width: 95%;
  overflow-x: auto;
  flex-direction: row;
  margin: 1em 0 1em auto;
}
@media (min-width: 769px) {
  .ourbrandshome-container__brands {
    width: 100%;
  }
}
.ourbrandshome-container__brands-item {
  width: 56px;
  height: 56px;
  padding: 5px;
  background-color: #efefef;
  margin: 5px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  border: 1px solid #fff;
  align-items: center;
}
@media (min-width: 769px) {
  .ourbrandshome-container__brands-item {
    width: 72px;
    height: 72px;
    display: flex;
  }
}
.ourbrandshome-container__brands-item:hover {
  background-color: #898989;
}
.ourbrandshome-container__brands-item.selected {
  border: 2px solid #222222;
  background-color: #efefef;
}
.ourbrandshome-container__brands-item img {
  height: 56px;
  width: 56px;
  object-fit: contain;
}
.ourbrandshome-container__brands-item.active {
  border: 1px solid #222222;
}
.ourbrandshome-container__cardbrands {
  width: 90%;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0px 3px 6px rgba(34, 34, 34, 0.2);
}
@media (min-width: 769px) {
  .ourbrandshome-container__cardbrands {
    width: auto;
  }
}
@media (min-width: 769px) {
  .ourbrandshome-container__cardbrands {
    border-radius: unset;
    box-shadow: unset;
  }
}
.ourbrandshome-container__cardbrands-title {
  padding-left: 20px;
  padding-top: 20px;
}
.ourbrandshome-container__cardbrands-title h2 {
  text-align: left;
  font-size: 16px;
  color: #222222;
  letter-spacing: 1.6px;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .ourbrandshome-container__cardbrands-title h2 {
    font-size: 32px;
    margin-bottom: 33px;
  }
}
.ourbrandshome-container__cardbrands-imagecar {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .ourbrandshome-container__cardbrands-imagecar {
    width: 60%;
    margin: 0;
  }
}
.ourbrandshome-container__cardbrands-imagecar img {
  width: 100%;
  object-fit: contain;
  min-height: 197px;
  max-height: 197px;
}
@media (min-width: 769px) {
  .ourbrandshome-container__cardbrands-imagecar img {
    width: 760px;
    object-fit: cover;
    min-width: 760px;
    max-width: 760px;
    min-height: 457px;
    max-height: 457px;
  }
}
.ourbrandshome-container__cardbrands-content {
  padding: 14px 20px 20px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .ourbrandshome-container__cardbrands-content {
    flex-direction: row;
    height: 450px;
    min-height: 450px;
    max-height: 450px;
    gap: 60px;
  }
}
.ourbrandshome-container__cardbrands-textcontent {
  position: relative;
}
@media (min-width: 769px) {
  .ourbrandshome-container__cardbrands-textcontent {
    border-radius: 12px;
    box-shadow: 0px 3px 6px rgba(34, 34, 34, 0.2);
    width: 320px;
    padding: 18px;
    margin-top: 95px;
    height: 220px;
  }
}
.ourbrandshome-container__cardbrands-textcontent div {
  width: 80%;
}
.ourbrandshome-container__cardbrands-textcontent div h4 {
  margin: 0;
  padding-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.32px;
  color: #252433;
}
@media (min-width: 769px) {
  .ourbrandshome-container__cardbrands-textcontent div h4 {
    letter-spacing: 0.4px;
  }
}
.ourbrandshome-container__cardbrands-textcontent div p {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 300;
  color: #51515D;
  margin: 0;
  opacity: 1;
}
@media (min-width: 769px) {
  .ourbrandshome-container__cardbrands-textcontent div p {
    font-size: 16px;
  }
}
.ourbrandshome-container__cardbrands-textcontent div p strong {
  font-weight: 700;
  color: #252433;
  font-size: 12px;
  letter-spacing: 0.24px;
}
@media (min-width: 769px) {
  .ourbrandshome-container__cardbrands-textcontent div p strong {
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}
.ourbrandshome-container__cardbrands-textcontent div hr {
  width: 120%;
  margin: 20px 0;
  color: #dcdcdc;
  opacity: 0.2;
}
@media (min-width: 769px) {
  .ourbrandshome-container__cardbrands-textcontent div hr {
    width: 300px;
  }
}
.ourbrandshome-container__cardbrands-textcontent div p:last-child {
  font-size: 12px;
}
@media (min-width: 769px) {
  .ourbrandshome-container__cardbrands-textcontent div p:last-child {
    font-size: 14px;
  }
}
.ourbrandshome-container__cardbrands-url {
  position: absolute;
  top: 3.8em;
  left: 88%;
}
@media (min-width: 769px) {
  .ourbrandshome-container__cardbrands-url {
    left: 84%;
  }
}
.ourbrandshome-container__cardbrands-url img {
  width: 24px;
  height: 24px;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[13].use[5]!./src/components/loaderComponent/loader-component.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
*
* Author: Carlos Espinel.
*
*/
/**
*
* Author: Carlos Espinel.
*
*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
/************************************/
/*/           Functions            /*/
/************************************/
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/* GEELY Global Font Face Declarations */
/* GEELY Global Font */
@font-face {
  font-family: "GEELY Global Font";
  src: url("/fonts/Genos-VariableFont_wght.ttf") format("truetype"), url("/fonts/GEELYGlobalFont-BoldMEXICO.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}
/* InterVariableFont */
@font-face {
  font-family: "InterVariableFont";
  src: url("/fonts/Inter-VariableFont.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 0.3rem;
  padding: 0;
  background: #aab0bc;
  opacity: 0.5;
  border-radius: 100%;
  border: 6px solid transparent;
  transform: scale(0.6);
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: 0 0;
  border-color: rgba(0, 0, 0, 0.3);
  transform: scale(1);
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

body {
  background-color: #fff;
  margin: 0;
  height: 100%;
  font-family: "InterVariableFont", sans-serif;
  width: 100%;
  color: #252433;
  box-sizing: border-box;
  padding: 0;
}

.children-items {
  font-size: 14px;
  margin-top: 59px;
}
@media (min-width: 1280px) {
  .children-items {
    font-size: 16px;
    margin-top: 64px;
  }
}

input, select, textarea {
  font-family: "InterVariableFont", sans-serif;
}

.btn {
  border: none;
  background: none;
  font-family: "InterVariableFont", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #252433;
  border-radius: 4px;
  padding: 0.4em 1.4em;
  min-width: 177px;
  text-align: center;
  cursor: pointer;
}
.btn__primary {
  background: #EC1C24;
  border: 1px solid #EC1C24;
  color: #fff;
}
.btn__primary:hover {
  background: rgb(210.6670731707, 17.6329268293, 25.0573170732);
  border: 1px solid rgb(210.6670731707, 17.6329268293, 25.0573170732);
}

.btn__secondary {
  background: #fff;
  border: 1px solid #252433;
}
.btn__secondary:hover {
  background: #E7E7ED;
}

.link {
  text-decoration: underline;
  font-weight: 700;
}

.section__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 0.9em;
}
@media (min-width: 769px) {
  .section__title {
    font-size: 35px;
  }
}
@media (min-width: 1792px) {
  .section__title {
    font-size: 40px;
  }
}

.section__subtitle {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 1em;
}
@media (min-width: 769px) {
  .section__subtitle {
    font-size: 22px;
  }
}
@media (min-width: 1792px) {
  .section__subtitle {
    font-size: 32px;
  }
}

.section__container {
  width: 90%;
  margin: auto;
  max-width: 1366px;
}
@media (min-width: 1792px) {
  .section__container {
    max-width: 1440px;
  }
}

.blockText {
  margin: 0 0 2.1em;
}
.blockText--line {
  padding-bottom: 1.4em;
  position: relative;
}
.blockText--line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 50%;
  max-width: 270px;
  background: #EC1C24;
  border-radius: 7px;
}

@media (min-width: 769px) {
  .blockText {
    font-size: 18px;
  }
  .blockText::before {
    height: 7px;
  }
}
@media (min-width: 1792px) {
  .blockText {
    font-size: 20px;
  }
}

.item__mobile {
  display: block;
}
@media (min-width: 1280px) {
  .item__mobile {
    display: none;
  }
}

.item__desktop {
  display: none;
}
@media (min-width: 1280px) {
  .item__desktop {
    display: block;
  }
}

.button-primary {
  width: 160px;
  min-width: 140px;
  max-width: 160px;
  height: 32px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0px;
  opacity: 1;
  background-color: #EC1C24;
  border-radius: 4px;
  border: none;
  font-size: 12px;
  cursor: pointer;
  font-family: "InterVariableFont", sans-serif;
}
.button-primary.disabled-btn {
  pointer-events: none;
  opacity: 0.5;
}
@media (min-width: 769px) {
  .button-primary {
    font-size: 16px;
    width: 180px;
  }
}
.button-primary p {
  font-family: "InterVariableFont", sans-serif;
  font-size: 14px;
  margin: 0;
}

.button-secondary {
  width: 160px;
  min-width: 140px;
  max-width: 160px;
  height: 32px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0px;
  opacity: 1;
  background-color: #252433;
  border-radius: 4px;
  font-size: 12px;
  border: none;
  cursor: pointer;
}
@media (min-width: 769px) {
  .button-secondary {
    font-size: 16px;
  }
}
.button-secondary p {
  font-family: "InterVariableFont", sans-serif;
  margin: 0;
  font-size: 14px;
}
@media (min-width: 769px) {
  .button-secondary p {
    font-size: 16px;
  }
}

.button-terciary {
  width: 140px;
  height: 40px;
  color: #252433;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0px;
  opacity: 1;
  background-color: #fff;
  border-radius: 4px;
  font-size: 12px;
  border: 1px solid #222222;
  cursor: pointer;
}
@media (min-width: 769px) {
  .button-terciary {
    font-size: 16px;
  }
}
.button-terciary p {
  font-family: "InterVariableFont", sans-serif;
  margin: 0;
}
.button-terciary:hover {
  background-color: #E7E7ED;
}

.customNext,
.customPrev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.customNext:hover,
.customPrev:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%) scale(1.1);
}
.customNext:focus,
.customPrev:focus {
  outline: 2px solid white;
  outline-offset: 2px;
}
.customNext i,
.customPrev i {
  font-size: 18px;
  line-height: 1;
}

.customNext {
  right: 20px;
}

.customPrev {
  left: 20px;
}

@media (max-width: 768px) {
  .customNext,
  .customPrev {
    width: 36px;
    height: 36px;
  }
  .customNext i,
  .customPrev i {
    font-size: 26px;
  }
  .customNext {
    right: 10px;
  }
  .customPrev {
    left: 10px;
  }
}
/************************************/
/*/           Functions            /*/
/************************************/
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/* GEELY Global Font Face Declarations */
/* GEELY Global Font */
@font-face {
  font-family: "GEELY Global Font";
  src: url("/fonts/Genos-VariableFont_wght.ttf") format("truetype"), url("/fonts/GEELYGlobalFont-BoldMEXICO.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}
/* InterVariableFont */
@font-face {
  font-family: "InterVariableFont";
  src: url("/fonts/Inter-VariableFont.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
.loader {
  height: calc(100vh - 70px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader__container {
  text-align: center;
}
.loader__container p {
  margin: 0;
}
.loader__container p img {
  margin: auto;
  width: 80px;
}
@media (min-width: 769px) {
  .loader__container p img {
    width: 80px;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[13].use[5]!./src/components/whyUs/whyus.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
*
* Author: Carlos Espinel.
*
*/
/**
*
* Author: Carlos Espinel.
*
*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
/************************************/
/*/           Functions            /*/
/************************************/
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/* GEELY Global Font Face Declarations */
/* GEELY Global Font */
@font-face {
  font-family: "GEELY Global Font";
  src: url("/fonts/Genos-VariableFont_wght.ttf") format("truetype"), url("/fonts/GEELYGlobalFont-BoldMEXICO.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}
/* InterVariableFont */
@font-face {
  font-family: "InterVariableFont";
  src: url("/fonts/Inter-VariableFont.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 0.3rem;
  padding: 0;
  background: #aab0bc;
  opacity: 0.5;
  border-radius: 100%;
  border: 6px solid transparent;
  transform: scale(0.6);
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: 0 0;
  border-color: rgba(0, 0, 0, 0.3);
  transform: scale(1);
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

body {
  background-color: #fff;
  margin: 0;
  height: 100%;
  font-family: "InterVariableFont", sans-serif;
  width: 100%;
  color: #252433;
  box-sizing: border-box;
  padding: 0;
}

.children-items {
  font-size: 14px;
  margin-top: 59px;
}
@media (min-width: 1280px) {
  .children-items {
    font-size: 16px;
    margin-top: 64px;
  }
}

input, select, textarea {
  font-family: "InterVariableFont", sans-serif;
}

.btn {
  border: none;
  background: none;
  font-family: "InterVariableFont", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #252433;
  border-radius: 4px;
  padding: 0.4em 1.4em;
  min-width: 177px;
  text-align: center;
  cursor: pointer;
}
.btn__primary {
  background: #EC1C24;
  border: 1px solid #EC1C24;
  color: #fff;
}
.btn__primary:hover {
  background: rgb(210.6670731707, 17.6329268293, 25.0573170732);
  border: 1px solid rgb(210.6670731707, 17.6329268293, 25.0573170732);
}

.btn__secondary {
  background: #fff;
  border: 1px solid #252433;
}
.btn__secondary:hover {
  background: #E7E7ED;
}

.link {
  text-decoration: underline;
  font-weight: 700;
}

.section__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 0.9em;
}
@media (min-width: 769px) {
  .section__title {
    font-size: 35px;
  }
}
@media (min-width: 1792px) {
  .section__title {
    font-size: 40px;
  }
}

.section__subtitle {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 1em;
}
@media (min-width: 769px) {
  .section__subtitle {
    font-size: 22px;
  }
}
@media (min-width: 1792px) {
  .section__subtitle {
    font-size: 32px;
  }
}

.section__container {
  width: 90%;
  margin: auto;
  max-width: 1366px;
}
@media (min-width: 1792px) {
  .section__container {
    max-width: 1440px;
  }
}

.blockText {
  margin: 0 0 2.1em;
}
.blockText--line {
  padding-bottom: 1.4em;
  position: relative;
}
.blockText--line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 50%;
  max-width: 270px;
  background: #EC1C24;
  border-radius: 7px;
}

@media (min-width: 769px) {
  .blockText {
    font-size: 18px;
  }
  .blockText::before {
    height: 7px;
  }
}
@media (min-width: 1792px) {
  .blockText {
    font-size: 20px;
  }
}

.item__mobile {
  display: block;
}
@media (min-width: 1280px) {
  .item__mobile {
    display: none;
  }
}

.item__desktop {
  display: none;
}
@media (min-width: 1280px) {
  .item__desktop {
    display: block;
  }
}

.button-primary {
  width: 160px;
  min-width: 140px;
  max-width: 160px;
  height: 32px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0px;
  opacity: 1;
  background-color: #EC1C24;
  border-radius: 4px;
  border: none;
  font-size: 12px;
  cursor: pointer;
  font-family: "InterVariableFont", sans-serif;
}
.button-primary.disabled-btn {
  pointer-events: none;
  opacity: 0.5;
}
@media (min-width: 769px) {
  .button-primary {
    font-size: 16px;
    width: 180px;
  }
}
.button-primary p {
  font-family: "InterVariableFont", sans-serif;
  font-size: 14px;
  margin: 0;
}

.button-secondary {
  width: 160px;
  min-width: 140px;
  max-width: 160px;
  height: 32px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0px;
  opacity: 1;
  background-color: #252433;
  border-radius: 4px;
  font-size: 12px;
  border: none;
  cursor: pointer;
}
@media (min-width: 769px) {
  .button-secondary {
    font-size: 16px;
  }
}
.button-secondary p {
  font-family: "InterVariableFont", sans-serif;
  margin: 0;
  font-size: 14px;
}
@media (min-width: 769px) {
  .button-secondary p {
    font-size: 16px;
  }
}

.button-terciary {
  width: 140px;
  height: 40px;
  color: #252433;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0px;
  opacity: 1;
  background-color: #fff;
  border-radius: 4px;
  font-size: 12px;
  border: 1px solid #222222;
  cursor: pointer;
}
@media (min-width: 769px) {
  .button-terciary {
    font-size: 16px;
  }
}
.button-terciary p {
  font-family: "InterVariableFont", sans-serif;
  margin: 0;
}
.button-terciary:hover {
  background-color: #E7E7ED;
}

.customNext,
.customPrev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.customNext:hover,
.customPrev:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%) scale(1.1);
}
.customNext:focus,
.customPrev:focus {
  outline: 2px solid white;
  outline-offset: 2px;
}
.customNext i,
.customPrev i {
  font-size: 18px;
  line-height: 1;
}

.customNext {
  right: 20px;
}

.customPrev {
  left: 20px;
}

@media (max-width: 768px) {
  .customNext,
  .customPrev {
    width: 36px;
    height: 36px;
  }
  .customNext i,
  .customPrev i {
    font-size: 26px;
  }
  .customNext {
    right: 10px;
  }
  .customPrev {
    left: 10px;
  }
}
/************************************/
/*/           Functions            /*/
/************************************/
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/* GEELY Global Font Face Declarations */
/* GEELY Global Font */
@font-face {
  font-family: "GEELY Global Font";
  src: url("/fonts/Genos-VariableFont_wght.ttf") format("truetype"), url("/fonts/GEELYGlobalFont-BoldMEXICO.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}
/* InterVariableFont */
@font-face {
  font-family: "InterVariableFont";
  src: url("/fonts/Inter-VariableFont.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
.whyUs {
  margin-bottom: 1.7em;
}
.whyUs img {
  max-width: 100%;
  display: block;
}
.whyUs .section__subtitle {
  font-size: 16px;
}
@media (min-width: 769px) {
  .whyUs {
    margin-bottom: 4.8em;
  }
  .whyUs .section__subtitle {
    font-size: 24px;
    margin-bottom: 0;
  }
  .whyUs .section__subtitle + div p {
    font-size: 18px;
  }
}
.whyUs__grid {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.7em;
  row-gap: 1.2em;
}
.whyUs__grid__item {
  width: 48%;
  position: relative;
}
.whyUs__grid__item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.whyUs__grid__item__content {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  bottom: 0;
  background: rgba(37, 36, 51, 0.7);
  color: #fff;
  padding: 0.3em 0.5em;
  line-height: 1.2;
}

@media (min-width: 769px) {
  .whyUs__grid {
    column-gap: normal;
    row-gap: inherit;
    justify-content: space-between;
  }
  .whyUs__grid__item {
    width: 23.75%;
  }
  .whyUs__grid__item__content {
    font-size: 18px;
    display: flex;
    align-items: center;
    min-height: 70px;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[13].use[5]!./src/components/homecomponent/homecomponent.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
*
* Author: Carlos Espinel.
*
*/
/**
*
* Author: Carlos Espinel.
*
*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
/************************************/
/*/           Functions            /*/
/************************************/
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/* GEELY Global Font Face Declarations */
/* GEELY Global Font */
@font-face {
  font-family: "GEELY Global Font";
  src: url("/fonts/Genos-VariableFont_wght.ttf") format("truetype"), url("/fonts/GEELYGlobalFont-BoldMEXICO.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}
/* InterVariableFont */
@font-face {
  font-family: "InterVariableFont";
  src: url("/fonts/Inter-VariableFont.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 0.3rem;
  padding: 0;
  background: #aab0bc;
  opacity: 0.5;
  border-radius: 100%;
  border: 6px solid transparent;
  transform: scale(0.6);
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: 0 0;
  border-color: rgba(0, 0, 0, 0.3);
  transform: scale(1);
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

body {
  background-color: #fff;
  margin: 0;
  height: 100%;
  font-family: "InterVariableFont", sans-serif;
  width: 100%;
  color: #252433;
  box-sizing: border-box;
  padding: 0;
}

.children-items {
  font-size: 14px;
  margin-top: 59px;
}
@media (min-width: 1280px) {
  .children-items {
    font-size: 16px;
    margin-top: 64px;
  }
}

input, select, textarea {
  font-family: "InterVariableFont", sans-serif;
}

.btn {
  border: none;
  background: none;
  font-family: "InterVariableFont", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #252433;
  border-radius: 4px;
  padding: 0.4em 1.4em;
  min-width: 177px;
  text-align: center;
  cursor: pointer;
}
.btn__primary {
  background: #EC1C24;
  border: 1px solid #EC1C24;
  color: #fff;
}
.btn__primary:hover {
  background: rgb(210.6670731707, 17.6329268293, 25.0573170732);
  border: 1px solid rgb(210.6670731707, 17.6329268293, 25.0573170732);
}

.btn__secondary {
  background: #fff;
  border: 1px solid #252433;
}
.btn__secondary:hover {
  background: #E7E7ED;
}

.link {
  text-decoration: underline;
  font-weight: 700;
}

.section__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 0.9em;
}
@media (min-width: 769px) {
  .section__title {
    font-size: 35px;
  }
}
@media (min-width: 1792px) {
  .section__title {
    font-size: 40px;
  }
}

.section__subtitle {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 1em;
}
@media (min-width: 769px) {
  .section__subtitle {
    font-size: 22px;
  }
}
@media (min-width: 1792px) {
  .section__subtitle {
    font-size: 32px;
  }
}

.section__container {
  width: 90%;
  margin: auto;
  max-width: 1366px;
}
@media (min-width: 1792px) {
  .section__container {
    max-width: 1440px;
  }
}

.blockText {
  margin: 0 0 2.1em;
}
.blockText--line {
  padding-bottom: 1.4em;
  position: relative;
}
.blockText--line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 50%;
  max-width: 270px;
  background: #EC1C24;
  border-radius: 7px;
}

@media (min-width: 769px) {
  .blockText {
    font-size: 18px;
  }
  .blockText::before {
    height: 7px;
  }
}
@media (min-width: 1792px) {
  .blockText {
    font-size: 20px;
  }
}

.item__mobile {
  display: block;
}
@media (min-width: 1280px) {
  .item__mobile {
    display: none;
  }
}

.item__desktop {
  display: none;
}
@media (min-width: 1280px) {
  .item__desktop {
    display: block;
  }
}

.button-primary {
  width: 160px;
  min-width: 140px;
  max-width: 160px;
  height: 32px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0px;
  opacity: 1;
  background-color: #EC1C24;
  border-radius: 4px;
  border: none;
  font-size: 12px;
  cursor: pointer;
  font-family: "InterVariableFont", sans-serif;
}
.button-primary.disabled-btn {
  pointer-events: none;
  opacity: 0.5;
}
@media (min-width: 769px) {
  .button-primary {
    font-size: 16px;
    width: 180px;
  }
}
.button-primary p {
  font-family: "InterVariableFont", sans-serif;
  font-size: 14px;
  margin: 0;
}

.button-secondary {
  width: 160px;
  min-width: 140px;
  max-width: 160px;
  height: 32px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0px;
  opacity: 1;
  background-color: #252433;
  border-radius: 4px;
  font-size: 12px;
  border: none;
  cursor: pointer;
}
@media (min-width: 769px) {
  .button-secondary {
    font-size: 16px;
  }
}
.button-secondary p {
  font-family: "InterVariableFont", sans-serif;
  margin: 0;
  font-size: 14px;
}
@media (min-width: 769px) {
  .button-secondary p {
    font-size: 16px;
  }
}

.button-terciary {
  width: 140px;
  height: 40px;
  color: #252433;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0px;
  opacity: 1;
  background-color: #fff;
  border-radius: 4px;
  font-size: 12px;
  border: 1px solid #222222;
  cursor: pointer;
}
@media (min-width: 769px) {
  .button-terciary {
    font-size: 16px;
  }
}
.button-terciary p {
  font-family: "InterVariableFont", sans-serif;
  margin: 0;
}
.button-terciary:hover {
  background-color: #E7E7ED;
}

.customNext,
.customPrev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.customNext:hover,
.customPrev:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%) scale(1.1);
}
.customNext:focus,
.customPrev:focus {
  outline: 2px solid white;
  outline-offset: 2px;
}
.customNext i,
.customPrev i {
  font-size: 18px;
  line-height: 1;
}

.customNext {
  right: 20px;
}

.customPrev {
  left: 20px;
}

@media (max-width: 768px) {
  .customNext,
  .customPrev {
    width: 36px;
    height: 36px;
  }
  .customNext i,
  .customPrev i {
    font-size: 26px;
  }
  .customNext {
    right: 10px;
  }
  .customPrev {
    left: 10px;
  }
}
/************************************/
/*/           Functions            /*/
/************************************/
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/* GEELY Global Font Face Declarations */
/* GEELY Global Font */
@font-face {
  font-family: "GEELY Global Font";
  src: url("/fonts/Genos-VariableFont_wght.ttf") format("truetype"), url("/fonts/GEELYGlobalFont-BoldMEXICO.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}
/* InterVariableFont */
@font-face {
  font-family: "InterVariableFont";
  src: url("/fonts/Inter-VariableFont.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
.sectionBanner {
  position: relative;
}
.sectionBanner img {
  max-width: 100%;
  width: 100%;
}
.sectionBanner--content__content {
  margin-top: 1.2em;
}
.sectionBanner--content__content .section__subtitle {
  font-size: 16px;
  margin-bottom: 0;
}
.sectionBanner--content__content .section__subtitle + p {
  margin: 0.8em 0 0.5em;
}
.sectionBanner--content__content .btn {
  display: block;
  margin-top: 1.2em;
}

.sectionBanner--content__img {
  display: block;
  min-height: 184px;
  width: 100%;
  object-fit: cover;
}
.sectionBanner--content__img.img-desktop {
  display: none;
}

@media (min-width: 769px) {
  .sectionBanner--content__content {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.73) 15%, rgb(255, 255, 255) 26%);
    padding-left: 17vw;
    padding-right: 7vw;
  }
  .sectionBanner--content__content .section__subtitle {
    font-size: 42px;
  }
  .sectionBanner--content__content .section__subtitle + p {
    font-size: 18px;
    margin: 1.4em 0 2.1em;
  }
  .sectionBanner--content__content .btn {
    width: initial;
  }
  .sectionBanner--content__img {
    min-height: 500px;
  }
  .sectionBanner--content__img.img-desktop {
    display: block;
  }
  .sectionBanner--content__img.img-mobile {
    display: none;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./src/components/Featuredmodels/FeaturedModels.module.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GEELY Global Font Face Declarations */
/* GEELY Global Font */
@font-face {
  font-family: "GEELY Global Font";
  src: url("/fonts/Genos-VariableFont_wght.ttf") format("truetype"), url("/fonts/GEELYGlobalFont-BoldMEXICO.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}
/* InterVariableFont */
@font-face {
  font-family: "InterVariableFont";
  src: url("/fonts/Inter-VariableFont.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
/************************************/
/*/           Functions            /*/
/************************************/
.FeaturedModels_cars-carousel__529bI {
  position: relative;
}
.FeaturedModels_cars-carousel__529bI p {
  margin: 0;
}
.FeaturedModels_cars-carousel__529bI .FeaturedModels_title__lDkG1 {
  text-transform: uppercase;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  background-color: #bed0e6;
  color: white;
  font-weight: 800;
  font-size: 26px;
  position: relative;
  z-index: 5;
  font-family: "GEELY Global Font";
}
.FeaturedModels_cars-carousel__529bI .FeaturedModels_swiper-container-wrapper__mxiSJ {
  position: relative;
  padding: 0 1rem;
}
@media (min-width: 992px) {
  .FeaturedModels_cars-carousel__529bI .FeaturedModels_swiper-container-wrapper__mxiSJ {
    padding: 0 1rem;
  }
}
.FeaturedModels_cars-carousel__529bI .FeaturedModels_swiper-container__o6NW6 {
  position: relative;
}
.FeaturedModels_cars-carousel__529bI .FeaturedModels_swiper-wrapper__5JNBx {
  position: relative;
  cursor: -webkit-grab;
  cursor: grab;
  height: auto;
  display: flex;
  transform: translate3d(0px, 0px, 0px);
  transition-property: transform;
  transition-duration: 0ms;
  transition-timing-function: ease;
}
.FeaturedModels_cars-carousel__529bI .FeaturedModels_swiper-slide__BaPnZ {
  width: 100%;
}
.FeaturedModels_cars-carousel__529bI .FeaturedModels_wrapper__hqvZr {
  padding: 40px 0 60px 0;
}
@media (min-width: 769px) {
  .FeaturedModels_cars-carousel__529bI .FeaturedModels_wrapper__hqvZr {
    margin: auto;
    padding: 10rem 0 10rem 0;
  }
}
.FeaturedModels_cars-carousel__529bI .FeaturedModels_row__PMsGV {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 80%;
  margin: auto;
  max-width: 1400px;
}
@media (min-width: 769px) {
  .FeaturedModels_cars-carousel__529bI .FeaturedModels_row__PMsGV {
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    margin: auto;
  }
}
.FeaturedModels_cars-carousel__529bI .FeaturedModels_car-info__7SvR6 {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .FeaturedModels_cars-carousel__529bI .FeaturedModels_car-info__7SvR6 {
    width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .FeaturedModels_cars-carousel__529bI .FeaturedModels_car-info__7SvR6 {
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 992px) {
  .FeaturedModels_cars-carousel__529bI .FeaturedModels_car-info__7SvR6 {
    text-align: start;
    margin-left: 0;
  }
}
.FeaturedModels_cars-carousel__529bI .FeaturedModels_car-name__pMV7c {
  font-family: "GEELY Global Font";
  text-align: left;
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .FeaturedModels_cars-carousel__529bI .FeaturedModels_car-name__pMV7c {
    text-align: center;
    font-size: 68px;
  }
}
.FeaturedModels_cars-carousel__529bI .FeaturedModels_car-price__3D2Vv {
  margin-top: 1rem;
  text-align: left;
  margin-bottom: 3rem;
  font-weight: 600;
  color: #000;
  font-size: 1.25rem;
  font-weight: 800;
}
@media (min-width: 769px) {
  .FeaturedModels_cars-carousel__529bI .FeaturedModels_car-price__3D2Vv {
    text-align: center;
    font-size: 1.65rem;
    margin-bottom: 0;
  }
}
.FeaturedModels_cars-carousel__529bI .FeaturedModels_background-image-carousel__Pu8AU {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.FeaturedModels_cars-carousel__529bI .FeaturedModels_background-image-carousel__Pu8AU img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.FeaturedModels_cars-carousel__529bI .FeaturedModels_buttons-container__MujPe {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  z-index: 2;
}
@media (min-width: 769px) {
  .FeaturedModels_cars-carousel__529bI .FeaturedModels_buttons-container__MujPe {
    padding: 0 90px 0;
    position: relative;
    max-width: 660px;
    margin: 70px auto 0;
    gap: 1rem;
  }
}
.FeaturedModels_cars-carousel__529bI .FeaturedModels_buttons-container__MujPe > :first-child {
  position: absolute;
  top: 50px;
  right: 70px;
}
@media (min-width: 768px) {
  .FeaturedModels_cars-carousel__529bI .FeaturedModels_buttons-container__MujPe > :first-child {
    left: 0;
    top: 2px;
    right: initial;
  }
}
.FeaturedModels_cars-carousel__529bI .FeaturedModels_buttons-container__MujPe > :last-child {
  position: absolute;
  right: 10px;
  top: 50px;
}
@media (min-width: 768px) {
  .FeaturedModels_cars-carousel__529bI .FeaturedModels_buttons-container__MujPe > :last-child {
    right: 0;
    top: 2px;
  }
}
.FeaturedModels_cars-carousel__529bI .FeaturedModels_nav-button__PYvSg {
  width: 44px;
  height: 44px;
  border: 2px solid rgba(25, 76, 254, 0.5);
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0;
  transition: background-color 0.3s ease;
  z-index: 10;
}
.FeaturedModels_cars-carousel__529bI .FeaturedModels_nav-button__PYvSg:hover {
  background-color: rgba(25, 76, 254, 0.1);
}
.FeaturedModels_cars-carousel__529bI .FeaturedModels_nav-button__PYvSg svg {
  display: block;
  width: 7px;
  height: 12px;
}
.FeaturedModels_cars-carousel__529bI .FeaturedModels_car-actions__XqgUH {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  z-index: 1;
}
@media (min-width: 769px) {
  .FeaturedModels_cars-carousel__529bI .FeaturedModels_car-actions__XqgUH {
    flex-direction: row;
  }
}
.FeaturedModels_cars-carousel__529bI .FeaturedModels_car-actions__XqgUH a {
  width: 300px;
  border: solid 2px #000;
  display: block;
  color: #000;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .FeaturedModels_cars-carousel__529bI .FeaturedModels_car-actions__XqgUH a {
    text-align: center;
    width: 218px;
    padding: 10px 24px;
  }
}
.FeaturedModels_cars-carousel__529bI .FeaturedModels_car-image__7x5G4 figure {
  margin: 0;
  padding: 0;
}
.FeaturedModels_cars-carousel__529bI .FeaturedModels_car-image__7x5G4 .FeaturedModels_image-container__j2O77 {
  position: relative;
}
.FeaturedModels_cars-carousel__529bI .FeaturedModels_car-image__7x5G4 .FeaturedModels_image-overlay__WfRgR {
  display: none !important;
}
@media (min-width: 992px) {
  .FeaturedModels_cars-carousel__529bI .FeaturedModels_car-image__7x5G4 .FeaturedModels_image-overlay__WfRgR {
    display: block !important;
  }
}
.FeaturedModels_cars-carousel__529bI .FeaturedModels_car-image__7x5G4 .FeaturedModels_car-img__8__Dv {
  width: auto !important;
  height: auto;
  max-width: 100%;
  max-height: 150px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .FeaturedModels_cars-carousel__529bI .FeaturedModels_car-image__7x5G4 .FeaturedModels_car-img__8__Dv {
    max-height: 260px;
  }
}
.FeaturedModels_cars-carousel__529bI .FeaturedModels_mobile-only__fztBh {
  display: block;
}
@media (min-width: 992px) {
  .FeaturedModels_cars-carousel__529bI .FeaturedModels_mobile-only__fztBh {
    display: none;
  }
}
.FeaturedModels_cars-carousel__529bI .FeaturedModels_desktop-only__nkfLQ {
  display: none;
}
@media (min-width: 992px) {
  .FeaturedModels_cars-carousel__529bI .FeaturedModels_desktop-only__nkfLQ {
    display: block;
  }
}

.FeaturedModels_swiper-button-next__laIE0,
.FeaturedModels_swiper-button-prev__iH24y {
  display: none !important;
}

.FeaturedModels_image-overlay__WfRgR {
  background-image: url(/_next/static/media/bg-carousel.b2044838.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
  top: -36px;
  left: -32px;
  position: absolute;
  z-index: -1;
}
@media (min-width: 992px) {
  .FeaturedModels_image-overlay__WfRgR .FeaturedModels_d-md-block__qaRTq {
    display: block !important;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[13].use[5]!./src/components/ourbusinesspartners/ourbusinesspartners.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
*
* Author: Carlos Espinel.
*
*/
/**
*
* Author: Carlos Espinel.
*
*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
/************************************/
/*/           Functions            /*/
/************************************/
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/* GEELY Global Font Face Declarations */
/* GEELY Global Font */
@font-face {
  font-family: "GEELY Global Font";
  src: url("/fonts/Genos-VariableFont_wght.ttf") format("truetype"), url("/fonts/GEELYGlobalFont-BoldMEXICO.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}
/* InterVariableFont */
@font-face {
  font-family: "InterVariableFont";
  src: url("/fonts/Inter-VariableFont.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 0.3rem;
  padding: 0;
  background: #aab0bc;
  opacity: 0.5;
  border-radius: 100%;
  border: 6px solid transparent;
  transform: scale(0.6);
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: 0 0;
  border-color: rgba(0, 0, 0, 0.3);
  transform: scale(1);
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

body {
  background-color: #fff;
  margin: 0;
  height: 100%;
  font-family: "InterVariableFont", sans-serif;
  width: 100%;
  color: #252433;
  box-sizing: border-box;
  padding: 0;
}

.children-items {
  font-size: 14px;
  margin-top: 59px;
}
@media (min-width: 1280px) {
  .children-items {
    font-size: 16px;
    margin-top: 64px;
  }
}

input, select, textarea {
  font-family: "InterVariableFont", sans-serif;
}

.btn {
  border: none;
  background: none;
  font-family: "InterVariableFont", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #252433;
  border-radius: 4px;
  padding: 0.4em 1.4em;
  min-width: 177px;
  text-align: center;
  cursor: pointer;
}
.btn__primary {
  background: #EC1C24;
  border: 1px solid #EC1C24;
  color: #fff;
}
.btn__primary:hover {
  background: rgb(210.6670731707, 17.6329268293, 25.0573170732);
  border: 1px solid rgb(210.6670731707, 17.6329268293, 25.0573170732);
}

.btn__secondary {
  background: #fff;
  border: 1px solid #252433;
}
.btn__secondary:hover {
  background: #E7E7ED;
}

.link {
  text-decoration: underline;
  font-weight: 700;
}

.section__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 0.9em;
}
@media (min-width: 769px) {
  .section__title {
    font-size: 35px;
  }
}
@media (min-width: 1792px) {
  .section__title {
    font-size: 40px;
  }
}

.section__subtitle {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 1em;
}
@media (min-width: 769px) {
  .section__subtitle {
    font-size: 22px;
  }
}
@media (min-width: 1792px) {
  .section__subtitle {
    font-size: 32px;
  }
}

.section__container {
  width: 90%;
  margin: auto;
  max-width: 1366px;
}
@media (min-width: 1792px) {
  .section__container {
    max-width: 1440px;
  }
}

.blockText {
  margin: 0 0 2.1em;
}
.blockText--line {
  padding-bottom: 1.4em;
  position: relative;
}
.blockText--line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 50%;
  max-width: 270px;
  background: #EC1C24;
  border-radius: 7px;
}

@media (min-width: 769px) {
  .blockText {
    font-size: 18px;
  }
  .blockText::before {
    height: 7px;
  }
}
@media (min-width: 1792px) {
  .blockText {
    font-size: 20px;
  }
}

.item__mobile {
  display: block;
}
@media (min-width: 1280px) {
  .item__mobile {
    display: none;
  }
}

.item__desktop {
  display: none;
}
@media (min-width: 1280px) {
  .item__desktop {
    display: block;
  }
}

.button-primary {
  width: 160px;
  min-width: 140px;
  max-width: 160px;
  height: 32px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0px;
  opacity: 1;
  background-color: #EC1C24;
  border-radius: 4px;
  border: none;
  font-size: 12px;
  cursor: pointer;
  font-family: "InterVariableFont", sans-serif;
}
.button-primary.disabled-btn {
  pointer-events: none;
  opacity: 0.5;
}
@media (min-width: 769px) {
  .button-primary {
    font-size: 16px;
    width: 180px;
  }
}
.button-primary p {
  font-family: "InterVariableFont", sans-serif;
  font-size: 14px;
  margin: 0;
}

.button-secondary {
  width: 160px;
  min-width: 140px;
  max-width: 160px;
  height: 32px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0px;
  opacity: 1;
  background-color: #252433;
  border-radius: 4px;
  font-size: 12px;
  border: none;
  cursor: pointer;
}
@media (min-width: 769px) {
  .button-secondary {
    font-size: 16px;
  }
}
.button-secondary p {
  font-family: "InterVariableFont", sans-serif;
  margin: 0;
  font-size: 14px;
}
@media (min-width: 769px) {
  .button-secondary p {
    font-size: 16px;
  }
}

.button-terciary {
  width: 140px;
  height: 40px;
  color: #252433;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0px;
  opacity: 1;
  background-color: #fff;
  border-radius: 4px;
  font-size: 12px;
  border: 1px solid #222222;
  cursor: pointer;
}
@media (min-width: 769px) {
  .button-terciary {
    font-size: 16px;
  }
}
.button-terciary p {
  font-family: "InterVariableFont", sans-serif;
  margin: 0;
}
.button-terciary:hover {
  background-color: #E7E7ED;
}

.customNext,
.customPrev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.customNext:hover,
.customPrev:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%) scale(1.1);
}
.customNext:focus,
.customPrev:focus {
  outline: 2px solid white;
  outline-offset: 2px;
}
.customNext i,
.customPrev i {
  font-size: 18px;
  line-height: 1;
}

.customNext {
  right: 20px;
}

.customPrev {
  left: 20px;
}

@media (max-width: 768px) {
  .customNext,
  .customPrev {
    width: 36px;
    height: 36px;
  }
  .customNext i,
  .customPrev i {
    font-size: 26px;
  }
  .customNext {
    right: 10px;
  }
  .customPrev {
    left: 10px;
  }
}
/************************************/
/*/           Functions            /*/
/************************************/
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/* GEELY Global Font Face Declarations */
/* GEELY Global Font */
@font-face {
  font-family: "GEELY Global Font";
  src: url("/fonts/Genos-VariableFont_wght.ttf") format("truetype"), url("/fonts/GEELYGlobalFont-BoldMEXICO.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}
/* InterVariableFont */
@font-face {
  font-family: "InterVariableFont";
  src: url("/fonts/Inter-VariableFont.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
.our-business-partners {
  margin-bottom: 2.5rem;
}
.our-business-partners .image {
  background-size: cover;
}
.our-business-partners .text-container {
  padding: 5.6rem 2rem;
  text-align: center;
}
.our-business-partners .text-container h3 {
  font-size: 1.4rem;
  margin: 0;
  color: #fff;
}
@media (min-width: 1280px) {
  .our-business-partners .text-container {
    padding: 6.9rem 2rem;
  }
}
.our-business-partners .container-text {
  padding: 0 1.5rem;
}
.our-business-partners .container-text p {
  padding: 66px 0px;
  font-size: 1rem;
  max-width: 768px;
  margin: 0 auto;
}
.our-business-partners .container-text .container-allies {
  display: flex;
  width: 100%;
  column-gap: 5%;
}
@media (min-width: 1280px) {
  .our-business-partners .container-text .container-allies {
    justify-content: center;
    height: 100px;
    column-gap: 0;
  }
}
.our-business-partners .container-text .container-allies img {
  width: 30%;
}
@media (min-width: 1280px) {
  .our-business-partners .container-text .container-allies img {
    width: 18%;
    padding: 10px;
  }
}
.our-business-partners .container-text .container-allies .item-2 {
  padding-right: 16px;
  border-right: 1.5px solid black;
}
.our-business-partners .container-text .container-allies .item-1 {
  border-right: 1.5px solid black;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[13].use[5]!./src/components/partners/partners.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
*
* Author: Carlos Espinel.
*
*/
/**
*
* Author: Carlos Espinel.
*
*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
/************************************/
/*/           Functions            /*/
/************************************/
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/* GEELY Global Font Face Declarations */
/* GEELY Global Font */
@font-face {
  font-family: "GEELY Global Font";
  src: url("/fonts/Genos-VariableFont_wght.ttf") format("truetype"), url("/fonts/GEELYGlobalFont-BoldMEXICO.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}
/* InterVariableFont */
@font-face {
  font-family: "InterVariableFont";
  src: url("/fonts/Inter-VariableFont.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 0.3rem;
  padding: 0;
  background: #aab0bc;
  opacity: 0.5;
  border-radius: 100%;
  border: 6px solid transparent;
  transform: scale(0.6);
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: 0 0;
  border-color: rgba(0, 0, 0, 0.3);
  transform: scale(1);
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

body {
  background-color: #fff;
  margin: 0;
  height: 100%;
  font-family: "InterVariableFont", sans-serif;
  width: 100%;
  color: #252433;
  box-sizing: border-box;
  padding: 0;
}

.children-items {
  font-size: 14px;
  margin-top: 59px;
}
@media (min-width: 1280px) {
  .children-items {
    font-size: 16px;
    margin-top: 64px;
  }
}

input, select, textarea {
  font-family: "InterVariableFont", sans-serif;
}

.btn {
  border: none;
  background: none;
  font-family: "InterVariableFont", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #252433;
  border-radius: 4px;
  padding: 0.4em 1.4em;
  min-width: 177px;
  text-align: center;
  cursor: pointer;
}
.btn__primary {
  background: #EC1C24;
  border: 1px solid #EC1C24;
  color: #fff;
}
.btn__primary:hover {
  background: rgb(210.6670731707, 17.6329268293, 25.0573170732);
  border: 1px solid rgb(210.6670731707, 17.6329268293, 25.0573170732);
}

.btn__secondary {
  background: #fff;
  border: 1px solid #252433;
}
.btn__secondary:hover {
  background: #E7E7ED;
}

.link {
  text-decoration: underline;
  font-weight: 700;
}

.section__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 0.9em;
}
@media (min-width: 769px) {
  .section__title {
    font-size: 35px;
  }
}
@media (min-width: 1792px) {
  .section__title {
    font-size: 40px;
  }
}

.section__subtitle {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 1em;
}
@media (min-width: 769px) {
  .section__subtitle {
    font-size: 22px;
  }
}
@media (min-width: 1792px) {
  .section__subtitle {
    font-size: 32px;
  }
}

.section__container {
  width: 90%;
  margin: auto;
  max-width: 1366px;
}
@media (min-width: 1792px) {
  .section__container {
    max-width: 1440px;
  }
}

.blockText {
  margin: 0 0 2.1em;
}
.blockText--line {
  padding-bottom: 1.4em;
  position: relative;
}
.blockText--line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 50%;
  max-width: 270px;
  background: #EC1C24;
  border-radius: 7px;
}

@media (min-width: 769px) {
  .blockText {
    font-size: 18px;
  }
  .blockText::before {
    height: 7px;
  }
}
@media (min-width: 1792px) {
  .blockText {
    font-size: 20px;
  }
}

.item__mobile {
  display: block;
}
@media (min-width: 1280px) {
  .item__mobile {
    display: none;
  }
}

.item__desktop {
  display: none;
}
@media (min-width: 1280px) {
  .item__desktop {
    display: block;
  }
}

.button-primary {
  width: 160px;
  min-width: 140px;
  max-width: 160px;
  height: 32px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0px;
  opacity: 1;
  background-color: #EC1C24;
  border-radius: 4px;
  border: none;
  font-size: 12px;
  cursor: pointer;
  font-family: "InterVariableFont", sans-serif;
}
.button-primary.disabled-btn {
  pointer-events: none;
  opacity: 0.5;
}
@media (min-width: 769px) {
  .button-primary {
    font-size: 16px;
    width: 180px;
  }
}
.button-primary p {
  font-family: "InterVariableFont", sans-serif;
  font-size: 14px;
  margin: 0;
}

.button-secondary {
  width: 160px;
  min-width: 140px;
  max-width: 160px;
  height: 32px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0px;
  opacity: 1;
  background-color: #252433;
  border-radius: 4px;
  font-size: 12px;
  border: none;
  cursor: pointer;
}
@media (min-width: 769px) {
  .button-secondary {
    font-size: 16px;
  }
}
.button-secondary p {
  font-family: "InterVariableFont", sans-serif;
  margin: 0;
  font-size: 14px;
}
@media (min-width: 769px) {
  .button-secondary p {
    font-size: 16px;
  }
}

.button-terciary {
  width: 140px;
  height: 40px;
  color: #252433;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0px;
  opacity: 1;
  background-color: #fff;
  border-radius: 4px;
  font-size: 12px;
  border: 1px solid #222222;
  cursor: pointer;
}
@media (min-width: 769px) {
  .button-terciary {
    font-size: 16px;
  }
}
.button-terciary p {
  font-family: "InterVariableFont", sans-serif;
  margin: 0;
}
.button-terciary:hover {
  background-color: #E7E7ED;
}

.customNext,
.customPrev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.customNext:hover,
.customPrev:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%) scale(1.1);
}
.customNext:focus,
.customPrev:focus {
  outline: 2px solid white;
  outline-offset: 2px;
}
.customNext i,
.customPrev i {
  font-size: 18px;
  line-height: 1;
}

.customNext {
  right: 20px;
}

.customPrev {
  left: 20px;
}

@media (max-width: 768px) {
  .customNext,
  .customPrev {
    width: 36px;
    height: 36px;
  }
  .customNext i,
  .customPrev i {
    font-size: 26px;
  }
  .customNext {
    right: 10px;
  }
  .customPrev {
    left: 10px;
  }
}
/************************************/
/*/           Functions            /*/
/************************************/
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/* GEELY Global Font Face Declarations */
/* GEELY Global Font */
@font-face {
  font-family: "GEELY Global Font";
  src: url("/fonts/Genos-VariableFont_wght.ttf") format("truetype"), url("/fonts/GEELYGlobalFont-BoldMEXICO.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}
/* InterVariableFont */
@font-face {
  font-family: "InterVariableFont";
  src: url("/fonts/Inter-VariableFont.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
.partners {
  padding: 2rem 1.5rem 3rem;
}
.partners .image {
  background: url("/image-1200x185-patrocinios.webp");
  background-size: cover;
}
.partners .text-container {
  padding: 5.6rem 2rem;
  text-align: center;
}
.partners .text-container h3 {
  text-transform: uppercase;
  font-size: 22px;
  margin: 0;
  color: #fff;
  font-family: "GEELY Global Font", sans-serif;
}
@media (min-width: 1280px) {
  .partners .text-container {
    padding: 6.9rem 2rem;
  }
}
.partners .container-text {
  padding: 0 1.5rem;
}
.partners .container-text p {
  max-width: 768px;
  margin: 0 auto;
  font-weight: 500;
  line-height: 1.7;
  font-size: 1.75rem;
  color: #002e68;
  text-align: center;
}
.partners .container-text .container-partners {
  display: flex;
  width: 100%;
  justify-content: center;
  max-width: 600px;
  margin: 3.6rem auto 0;
}
@media (min-width: 1280px) {
  .partners .container-text .container-partners {
    height: 100px;
    column-gap: 0;
  }
}
.partners .container-text .container-partners img {
  width: 38%;
  max-height: 51px;
  padding: 0 20px;
  object-fit: contain;
}
@media (min-width: 1280px) {
  .partners .container-text .container-partners img {
    max-height: 100px;
    padding: 0 50px;
  }
}
.partners .container-text .container-partners .item-one {
  border-right: 1.5px solid black;
}
.partners__logo {
  display: block;
  width: 100%;
  max-width: 40rem;
  margin: 0 auto;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[13].use[5]!./src/components/requestyourdrivingtest/requestyourdrivingtest.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
*
* Author: Carlos Espinel.
*
*/
/**
*
* Author: Carlos Espinel.
*
*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
/************************************/
/*/           Functions            /*/
/************************************/
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/* GEELY Global Font Face Declarations */
/* GEELY Global Font */
@font-face {
  font-family: "GEELY Global Font";
  src: url("/fonts/Genos-VariableFont_wght.ttf") format("truetype"), url("/fonts/GEELYGlobalFont-BoldMEXICO.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}
/* InterVariableFont */
@font-face {
  font-family: "InterVariableFont";
  src: url("/fonts/Inter-VariableFont.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 0.3rem;
  padding: 0;
  background: #aab0bc;
  opacity: 0.5;
  border-radius: 100%;
  border: 6px solid transparent;
  transform: scale(0.6);
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: 0 0;
  border-color: rgba(0, 0, 0, 0.3);
  transform: scale(1);
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

body {
  background-color: #fff;
  margin: 0;
  height: 100%;
  font-family: "InterVariableFont", sans-serif;
  width: 100%;
  color: #252433;
  box-sizing: border-box;
  padding: 0;
}

.children-items {
  font-size: 14px;
  margin-top: 59px;
}
@media (min-width: 1280px) {
  .children-items {
    font-size: 16px;
    margin-top: 64px;
  }
}

input, select, textarea {
  font-family: "InterVariableFont", sans-serif;
}

.btn {
  border: none;
  background: none;
  font-family: "InterVariableFont", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #252433;
  border-radius: 4px;
  padding: 0.4em 1.4em;
  min-width: 177px;
  text-align: center;
  cursor: pointer;
}
.btn__primary {
  background: #EC1C24;
  border: 1px solid #EC1C24;
  color: #fff;
}
.btn__primary:hover {
  background: rgb(210.6670731707, 17.6329268293, 25.0573170732);
  border: 1px solid rgb(210.6670731707, 17.6329268293, 25.0573170732);
}

.btn__secondary {
  background: #fff;
  border: 1px solid #252433;
}
.btn__secondary:hover {
  background: #E7E7ED;
}

.link {
  text-decoration: underline;
  font-weight: 700;
}

.section__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 0.9em;
}
@media (min-width: 769px) {
  .section__title {
    font-size: 35px;
  }
}
@media (min-width: 1792px) {
  .section__title {
    font-size: 40px;
  }
}

.section__subtitle {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 1em;
}
@media (min-width: 769px) {
  .section__subtitle {
    font-size: 22px;
  }
}
@media (min-width: 1792px) {
  .section__subtitle {
    font-size: 32px;
  }
}

.section__container {
  width: 90%;
  margin: auto;
  max-width: 1366px;
}
@media (min-width: 1792px) {
  .section__container {
    max-width: 1440px;
  }
}

.blockText {
  margin: 0 0 2.1em;
}
.blockText--line {
  padding-bottom: 1.4em;
  position: relative;
}
.blockText--line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 50%;
  max-width: 270px;
  background: #EC1C24;
  border-radius: 7px;
}

@media (min-width: 769px) {
  .blockText {
    font-size: 18px;
  }
  .blockText::before {
    height: 7px;
  }
}
@media (min-width: 1792px) {
  .blockText {
    font-size: 20px;
  }
}

.item__mobile {
  display: block;
}
@media (min-width: 1280px) {
  .item__mobile {
    display: none;
  }
}

.item__desktop {
  display: none;
}
@media (min-width: 1280px) {
  .item__desktop {
    display: block;
  }
}

.button-primary {
  width: 160px;
  min-width: 140px;
  max-width: 160px;
  height: 32px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0px;
  opacity: 1;
  background-color: #EC1C24;
  border-radius: 4px;
  border: none;
  font-size: 12px;
  cursor: pointer;
  font-family: "InterVariableFont", sans-serif;
}
.button-primary.disabled-btn {
  pointer-events: none;
  opacity: 0.5;
}
@media (min-width: 769px) {
  .button-primary {
    font-size: 16px;
    width: 180px;
  }
}
.button-primary p {
  font-family: "InterVariableFont", sans-serif;
  font-size: 14px;
  margin: 0;
}

.button-secondary {
  width: 160px;
  min-width: 140px;
  max-width: 160px;
  height: 32px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0px;
  opacity: 1;
  background-color: #252433;
  border-radius: 4px;
  font-size: 12px;
  border: none;
  cursor: pointer;
}
@media (min-width: 769px) {
  .button-secondary {
    font-size: 16px;
  }
}
.button-secondary p {
  font-family: "InterVariableFont", sans-serif;
  margin: 0;
  font-size: 14px;
}
@media (min-width: 769px) {
  .button-secondary p {
    font-size: 16px;
  }
}

.button-terciary {
  width: 140px;
  height: 40px;
  color: #252433;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0px;
  opacity: 1;
  background-color: #fff;
  border-radius: 4px;
  font-size: 12px;
  border: 1px solid #222222;
  cursor: pointer;
}
@media (min-width: 769px) {
  .button-terciary {
    font-size: 16px;
  }
}
.button-terciary p {
  font-family: "InterVariableFont", sans-serif;
  margin: 0;
}
.button-terciary:hover {
  background-color: #E7E7ED;
}

.customNext,
.customPrev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.customNext:hover,
.customPrev:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%) scale(1.1);
}
.customNext:focus,
.customPrev:focus {
  outline: 2px solid white;
  outline-offset: 2px;
}
.customNext i,
.customPrev i {
  font-size: 18px;
  line-height: 1;
}

.customNext {
  right: 20px;
}

.customPrev {
  left: 20px;
}

@media (max-width: 768px) {
  .customNext,
  .customPrev {
    width: 36px;
    height: 36px;
  }
  .customNext i,
  .customPrev i {
    font-size: 26px;
  }
  .customNext {
    right: 10px;
  }
  .customPrev {
    left: 10px;
  }
}
/************************************/
/*/           Functions            /*/
/************************************/
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/* GEELY Global Font Face Declarations */
/* GEELY Global Font */
@font-face {
  font-family: "GEELY Global Font";
  src: url("/fonts/Genos-VariableFont_wght.ttf") format("truetype"), url("/fonts/GEELYGlobalFont-BoldMEXICO.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}
/* InterVariableFont */
@font-face {
  font-family: "InterVariableFont";
  src: url("/fonts/Inter-VariableFont.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
.container-driving-test {
  margin-bottom: 4.5rem;
}
.container-driving-test .card {
  padding: 0 16px;
}
.container-driving-test .card .card-body {
  max-width: 768px;
  margin: 0 auto;
  border-radius: 1.4rem;
  padding: 3.2rem;
  color: #fff;
  background: url("/cta-gradient-homepage-1200x305.webp");
  background-size: cover;
}
@media (min-width: 1280px) {
  .container-driving-test .card .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 70px;
    max-width: 1380px;
  }
}
.container-driving-test .card .card-body .card-text {
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .container-driving-test .card .card-body .card-text {
    width: 38%;
  }
}
.container-driving-test .card .card-body .card-text h2 {
  margin: 0 0 0.75rem 0;
  font-size: 1rem;
}
.container-driving-test .card .card-body .card-text h3 {
  font-size: 22px;
  letter-spacing: 0.02rem;
  line-height: 1.4;
  text-transform: uppercase;
  word-spacing: 0.1rem;
  margin: 0 auto 2rem;
  font-family: "GEELY Global Font" !important;
}
.container-driving-test .card .card-body .card-button {
  display: flex;
  justify-content: center;
}
.container-driving-test .card .card-body .card-button a {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #000000;
  padding: 11.75px 24px;
}
@media (min-width: 1280px) {
  .container-driving-test .card .card-body .card-button a {
    font-size: 14px;
    padding: 13.75px 29px;
  }
}
