/* Contenedores principales del front (NO TOCAR) */
.main-container {
  display: flex;
  flex-flow: row wrap;
  margin: auto;
}

.background {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.field { margin-top: 20px !important; }

.description-container {
  width: 90%;
  margin: auto;
  height: 97.5% !important;
  display: flex;
  flex-direction: column;
  transition: all 2s ease;
}

.container-hidden {
  opacity: 0;
}

/* TITLE POSITIONS */
.container-top-right {
  justify-content: flex-start;
  align-items: flex-end;
}

.container-top-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.container-bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
}

.container-bottom-left {
  justify-content: flex-end;
  align-items: flex-start;
}

.container-middle-right {
  justify-content: center;
  align-items: flex-end;
}

.container-middle-left {
  justify-content: center;
  align-items: flex-start;
}

/* TÍTULO */
.description-title {
  font-family: Montserrat-Thin;
  font-size: clamp(28px, calc(2.2vw + 2.64vh), 70px);
  font-weight: 100;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: unset;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  width: fit-content;
  z-index: 1;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #222;
}

/* SUBTÍTULO */
.description-subtitle {
  /* font-family: Exo2-Thin; */
  font-family: Montserrat-SemiBold;
  font-weight: 100;
  font-size: clamp(12px, calc(0.7vw + 0.84vh), 30px);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: unset;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-bottom: 8px; /* mobile-first */
  width: fit-content;
  z-index: 1;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #222;
}

.description-summary {
  width: 100%;
  margin-bottom: 20px;
  font-family: Montserrat-Light !important;
  color: #fff;
  font-size: clamp(10px, calc(0.5vw + 0.6vh), 18px);
  font-weight: 100;
  font-style: italic;
  text-shadow: 1px 1px #222;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: unset;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  z-index: 1;
  pointer-events: none;

  /* mobile-first */
  display: none;
}

.description-summary.description-summary-mobile {
  /* mobile-first */
  display: block;
  margin-bottom: 8px;
}

.font-light {
  font-family: Montserrat-Regular !important;
}

.mb-20px {
  margin-bottom: 20px;
}

.mb-100px {
  margin-bottom: 100px;
}

.mb-60px {
  margin-bottom: 60px;
}

.outlined-bullet {
  background: #BCAEAE;
  border-radius: 50%;
}

.btns-bottom-container {
  justify-content: center !important;
  width: 100% !important;
}

/* BOTONES BAJO EL TÍTULO  */
.btn-white-opacity {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(1vw + 1.2vh);
  min-height: 30px;
  max-height: 40px;
  max-width: 170px;
  min-width: 170px;
  border-radius: 4px;
  border: none;
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-family: Montserrat-SemiBold;
  font-size: clamp(8px, calc(0.4vw + 0.48vh), 14px);
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-shadow: 1px 1px #000000;
  text-transform: uppercase;
  transition-duration: 0.5s;
  cursor: pointer;
}

.btn-white-opacity.in-container {
  min-width: 250px;
}

.btn-white-opacity i {
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  margin-left: 8px;
  margin-top: -2px;
}

.btn-white-opacity.btn-home {
  transition: all 0.5s ease;
  background-color: rgba(0, 0, 0, 0.3);
  min-width: 250px;
  margin: 0 30px 10px 0;
}

.btn-white-opacity.btn-round {
  min-width: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 0;
}

.btn-green-opacity {
  position: relative;
  padding: 4px 16px;
  min-height: 20px;
  max-height: 40px;
  height: calc(1vw + 1.2vh);
  background-color: rgba(0, 116, 19, 0.5);
  border-radius: 4px;
  border: none;
  text-decoration: none;
  font-family: Montserrat-SemiBold;
  font-size: clamp(8px, calc(0.4vw + 0.48vh), 14px);
  font-weight: 500;
  letter-spacing: 1px;
  color: #ffffff;
  text-shadow: 1px 1px #000000;
  transition-duration: 0.5s;
  cursor: pointer;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 10px 10px 0;
}

.btn-white-opacity:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.btn-green-opacity:hover {
  background-color: rgba(0, 116, 19, 0.8);
  color: #fff;
}

.overlay-layer {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: all 2s ease;
  pointer-events: none;
}

.header {
  display: flex;
  flex-direction: column;
  height: 15dvh; /* mobile-first */
}

.topbar-menu {
  pointer-events: all;
  display: flex;
  flex: 1;
  padding: 16px 0 12px 0;
}

.btn-sidemenu {
  color: white;
  font-size: 25px;
  cursor: pointer;
  padding: 4px 20px 20px 0;
  margin-left: 20px;
  position: relative;
  z-index: 999999;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}

.btn-white {
  color: white;
}

.btn-black {
  color: black;
}

#logo-container {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}

.logo-center-container {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}

.logo-center-container .center-logo {
  opacity: .7;
  height: 75px;
}

#topbar-logo {
  transition: all 0.5s ease;
}

.topbar-logo {
  opacity: .7;
  height: 40px; /* mobile-first */
  cursor: pointer;
  transition: all 0.5s ease;
}

.logo-text {
  font-family: Exo2-ExtraLight;
  color: white;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
}

.logo-text span {
  font-family: Exo2-Regular;
}

/* FIN LOGO */

/* PROMOCIONES */
.container-promotion {
  position: absolute;
  top: 0;
  right: 0;
  width: 190px;
  text-align: right;
  padding-right: 15px;
  transition: all 1s ease;
  -webkit-transition: all .6s ease;

  /* mobile-first */
  display: none;
}

.container-promotion-sm {
  background-color: rgba(0, 116, 19, 0.25);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-top: 8px;
  padding: 4px 0;
  width: 75%;
  justify-content: center;
  align-items: center;
  gap: 12px;

  /* mobile-first */
  display: flex;
}

.triangle-promotion {
  width: 0;
  height: 0;
  border-top: 275px solid rgba(0, 116, 19, 0.25);
  border-left: 275px solid transparent;
  position: absolute;
  right: 0;
  z-index: -1;

  /* mobile-first */
  display: none;
}

.title-promotion {
  font-family: Exo2-ExtraLight;
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 1;
  pointer-events: all;
  cursor: pointer;

  /* mobile-first */
  font-size: 0.9em;
  margin-top: 0;
  margin-right: 0;
}

.discount-promotion {
  font-family: Montserrat-SemiBold;
  color: white;
  cursor: pointer;
  pointer-events: all;

  /* mobile-first */
  margin-top: 0;
  font-size: 0.9em;
}

/* FIN PROMOCIONES */

.overlay-tags-bottom {
  color: rgba(255, 255, 255, .4);
  font-family: Exo2-Thin;
  font-size: clamp(0.625rem, calc(0.575rem + 0.25vw), 0.875rem);
  position: absolute;
  bottom: 65px;
  width: 100%;
  text-align: center;
}

/* BOTONES REDES SOCIALES */
.overlay-btns-container {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: end;
  padding: 0 16px;
  color: white;
  pointer-events: all;
  z-index: 9999;
}

.social-btns-container {
  position: absolute;
  bottom: 10px;
  left: 120px;
  display: flex;
  justify-content: end;
  padding: 0 16px;
  color: white;
  pointer-events: all;
  z-index: 9999;
}

.btn-socials {
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: grid;
  place-items: center;
  cursor: pointer;
  margin-right: 5px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}

.btn-socials i {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 4px;
}

.btn-socials:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-socials:hover > i {
  color: rgba(255, 255, 255, 1);
}

/* BOTONES DE NAVEGACIÓN */
.btn-navigate-img-container {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  display: grid;
  place-items: center;
  pointer-events: all;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}

.navigate-top {
  top: -10px;
}

.navigate-bottom {
  bottom: -10px;
}

.btn-navigate {
  width: fit-content;
  background-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 20px;
  cursor: pointer;
  transition: all .6s ease;
  -webkit-transition: all .6s ease;
}

.btn-navigate:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #202020;
  width: 9px;
  height: 9px;
  margin: -6px 0 0 -6px;
  outline: none !important;
  border: 1px solid transparent;
  padding: 0px;
}

.fp-slidesNav {
  white-space: nowrap !important;
  max-width: 55% !important; /* mobile-first */
  overflow: hidden !important;
  scrollbar-width: none;
}

.fp-slidesNav::-webkit-scrollbar,
.fp-slidesNav ul::-webkit-scrollbar {
  display: none;
}

.fp-slidesNav,
.fp-slidesNav ul {
  scrollbar-color: #FFF0 #FFF0;
}

.fp-slidesNav ul li {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

#slide-nav-left,
#slide-nav-right {
  position: absolute;
  height: 18px;
  margin-top: 4.5px;
  cursor: pointer;
  color: #fff;
}

#slide-nav-right {
  right: 0;
  top: 0px;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  background: rgba(255, 255, 255, .5);
  width: 9px;
  height: 9px;
}

.fp-slidesNav ul {
  text-align: center;
  margin: 0 25px 0 25px;
  color: red;
  overflow-x: auto;
  width: calc(100% - 40px);
  display: block;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  height: 9px;
  width: 9px;
  margin: -6px 0 0 -6px;
}

.stack {
  display: flex;
  flex-direction: column;
}

.rotate-180 {
  transform: rotate(180deg);
}

.rotate-n90 {
  transform: rotate(-90deg);
}

.selectable-container {
  background-color: rgba(0, 0, 0, .3);
  border-radius: 5px;
  overflow: hidden;
  overflow-y: scroll;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  z-index: 6 !important;
  width: 250px;
  height: 120px;
}

.collapsed-x {
  width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.collapsed-y {
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.collapsed-y-30px {
  height: 30px !important;
}

/* MENU SIDEBAR */
.selectable-container::-webkit-scrollbar {
  width: 8px;
}

.selectable-container::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.selectable-container::-webkit-scrollbar-thumb {
  background: gray;
  border-radius: 3px;
}

.collapsible-container {
  font-family: Montserrat-ExtraLight;
  font-size: clamp(11px, calc(0.4vw + 0.48vh), 14px);
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 1px;
  color: #ffffff;
  text-shadow: 1px 1px #7d7d7d;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  height: 100px;
  overflow: hidden;
  overflow-y: scroll;
  margin-bottom: 10px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  z-index: 6 !important;
  width: 250px;
  padding: 5px 0;
  cursor: pointer;
  position: relative;
}

.collapsible-container::-webkit-scrollbar {
  width: 8px;
}

.collapsible-container::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.collapsible-container::-webkit-scrollbar-thumb {
  background: gray;
  border-radius: 3px;
}

.selectable-item {
  padding: 5px 15px;
  width: 100%;
  text-align: left;
  display: block;
  color: white !important;
  text-decoration: none;
}

.selectable-item:hover {
  background-color: rgba(255, 255, 255, .2);
}

.selectable-item a {
  color: white !important;
  text-decoration: none;
}

/* HIDDEN TOOLTIPS */
.hidden {
  display: none !important;
}

/* =========================
   BREAKPOINTS (mobile-first)
   ========================= */

/* >= 577px */
@media (min-width: 577px) {
  .fp-slidesNav {
    max-width: 450px !important;
  }

  .container-promotion-sm > .title-promotion {
    font-size: 15px;
  }

  .container-promotion-sm > .discount-promotion {
    font-size: 20px;
  }
}

/* >= 769px */
@media (min-width: 769px) {
  .description-summary {
    display: block;
  }

  .description-subtitle {
    margin-bottom: 20px;
  }

  .description-summary.description-summary-mobile {
    display: none;
    margin-bottom: 20px;
  }
}

/* >= 834px */
@media (min-width: 834px) {
  .header {
    height: auto;
  }

  .container-promotion {
    display: block;
  }

  .container-promotion-sm {
    display: none;
  }

  .triangle-promotion {
    display: block;
  }

  .title-promotion {
    font-size: 11px;
    margin-top: 25px;
    margin-right: 0;
  }

  .discount-promotion {
    margin-top: 20px;
    font-size: 50px;
  }

  .btn-sidemenu {
    padding: 4px 10%;
  }
}

/* >= 993px */
@media (min-width: 993px) {
  .topbar-logo {
    height: 75px;
  }

  /* Si realmente existe esta clase en tu HTML, aquí puedes restaurar desktop */
  .overlay-socials-container {
    bottom: auto;
    right: auto;
  }
}

/* 4K */
@media screen and (min-width: 3000px) {
  .text {
    font-size: 1.3em !important;
    line-height: 1.3em !important;
  }
}

/*# sourceMappingURL=style.css-5f641d2773dfe2e8546656b0c122054842900c53f9db683a757aa457ba5b677c.map */
