/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/PromotiosContent/PromotiosContent.module.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/************************************/
/*/           Functions            /*/
/************************************/
.PromotiosContent_promoGallery__tT0tK {
  background-color: #fff;
  margin: 0;
}
.PromotiosContent_promoGallery__tT0tK .PromotiosContent_title__CGeVb {
  text-align: center;
  font-size: 35px;
  margin: 0 0 35px;
  display: block;
  background: #eff3f9;
  text-transform: uppercase;
  font-family: "GEELY Global Font" !important;
  padding: 100px 40px 30px;
  color: #343f52;
}
@media (min-width: 1025px) {
  .PromotiosContent_promoGallery__tT0tK .PromotiosContent_title__CGeVb {
    text-align: left;
    font-size: 45px;
  }
}

.PromotiosContent_promoFilter__SOJhi {
  margin: auto;
  width: 90%;
  border-radius: 2rem;
  padding: 8px;
  background-color: #e3e7f2;
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
  list-style: none;
  gap: 1rem;
}
@media (min-width: 1025px) {
  .PromotiosContent_promoFilter__SOJhi {
    width: 40%;
  }
}
.PromotiosContent_promoFilter__SOJhi .PromotiosContent_filterItem__Ah5_U {
  display: flex;
  justify-content: center;
  text-align: center;
  font-weight: 800;
  border-radius: 25px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
  text-align: center;
  font-size: 18px;
  width: 100px;
  padding: 0.75rem 1rem;
}
@media (min-width: 769px) {
  .PromotiosContent_promoFilter__SOJhi .PromotiosContent_filterItem__Ah5_U {
    width: 150px;
    padding: 0.75rem 2rem;
  }
}
.PromotiosContent_promoFilter__SOJhi .PromotiosContent_active__UFU9C {
  background: #fff;
  color: #000;
}

.PromotiosContent_promosContainer__g2kMF {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
  gap: 2rem;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 35px;
}
@media (min-width: 769px) {
  .PromotiosContent_promosContainer__g2kMF {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1280px) {
  .PromotiosContent_promosContainer__g2kMF {
    grid-template-columns: repeat(3, 1fr);
  }
}

.PromotiosContent_promoCard__TQDSK {
  background: #f6f6f6;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}
.PromotiosContent_promoCard__TQDSK:hover {
  transform: translateY(-5px);
}
.PromotiosContent_promoCard__TQDSK img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.PromotiosContent_promoCta__3mOKL {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}
.PromotiosContent_promoCta__3mOKL .PromotiosContent_ctaButton__xJYvQ {
  padding: 0.4rem 1rem;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  border-radius: 20px;
  transition: background 0.3s ease;
}
.PromotiosContent_promoCta__3mOKL .PromotiosContent_ctaButton__xJYvQ:hover {
  background-color: rgb(44, 44, 44);
}

.PromotiosContent_promoText__SHqXP {
  padding: 20px;
  text-align: left;
}
@media (min-width: 1280px) {
  .PromotiosContent_promoText__SHqXP {
    padding: 30px;
  }
}
.PromotiosContent_promoText__SHqXP h2 {
  font-family: "GEELY Global Font" !important;
  color: #343f52;
  text-transform: uppercase;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  margin-top: 0;
}
.PromotiosContent_promoText__SHqXP p {
  color: #343f52;
  font-size: 0.9rem;
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.PromotiosContent_promoText__SHqXP .PromotiosContent_detailsLink__RDwjR {
  display: block;
  margin-top: 1rem;
  font-size: 1.1rem;
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}
.PromotiosContent_promoText__SHqXP .PromotiosContent_detailsLink__RDwjR:hover {
  color: #444;
}

.PromotiosContent_loadMoreContainer__CNa_o {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.PromotiosContent_loadMoreButton__78SE_ {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #000;
  color: #fff;
  padding: 13px 24px;
  transition: all 0.3s ease;
}
.PromotiosContent_loadMoreButton__78SE_:hover {
  transform: translateY(-5px);
}

.PromotiosContent_paginationContainer__Adwjg {
  display: flex;
  justify-content: center;
  margin: 40px 0 20px;
  width: 100%;
}

.PromotiosContent_pagination__DOHuj {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50px;
  padding: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  overflow-x: auto;
}

.PromotiosContent_pageNumber__KUthi,
.PromotiosContent_pageNext__zdCQj {
  min-width: 45px;
  height: 45px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  border: none;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
}
.PromotiosContent_pageNumber__KUthi:hover:not(.PromotiosContent_active__UFU9C),
.PromotiosContent_pageNext__zdCQj:hover:not(.PromotiosContent_active__UFU9C) {
  background-color: #f0f0f0;
}

.PromotiosContent_pageNumber__KUthi.PromotiosContent_active__UFU9C {
  background-color: #21262c;
  color: #fff;
}

.PromotiosContent_pageNext__zdCQj {
  font-weight: bold;
}
.PromotiosContent_pageNext__zdCQj:hover {
  background-color: #f0f0f0;
}

.PromotiosContent_moreDetails__shnvk {
  color: rgb(63, 63, 63);
  font-weight: 700;
  border-bottom: 2px solid rgb(63, 63, 63);
  font-size: 16px;
  text-decoration: none;
  font: "InterVariableFont", sans-serif;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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;
  }
}
