/* KeynoBite brand tokens */
:root {
  --kb-green-dark: #0F2E23;
  --kb-green-primary: #6DB33F;
  --kb-green-soft: #ABD98B;
  --kb-bg-cream: #F6F7F2;
  --kb-ink: #222222;
  --kb-shadow: #0a241c;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.no-desk {
  display: none !important;
}

.no-mb {
  display: flex !important;
}

.no-desk2 {
  display: none !important;
}

.no-mb2 {
  display: flex !important;
}

@font-face {
  font-family: "Poppins";
  src: url("Fonts/Bardy.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Bardy";
  src: url("Fonts/Bardy.ttf");
  font-display: swap;
}

.swiper-pagination {
  justify-content: center !important;
}

/* Contenido interno que se desplazará suavemente */
.smooth-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh; /* Asegura que cubra al menos la altura de la ventana */
}

body,
html {
  width: 100vw;
  overflow-x: clip;
}

.menu-desplegable {
  width: 100%;
  height: 100vh;
  background-color: #6DB33F;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: -100%;
  z-index: 14;

  transition: all 0.5s ease;
}

.menu-desplegable2 {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: #0F2E23;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 20;
  pointer-events: none;
  visibility: hidden;
  transition: right 0.5s ease, visibility 0s linear 0.5s;
}

.menu-desplegable2.active-menu {
  right: 0;
  pointer-events: auto;
  visibility: visible;
  transition: right 0.5s ease, visibility 0s linear 0s;
}

.section-terms {
  height: fit-content;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-terms section {
  width: 95%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.section-terms section h1 {
  color: #0F2E23;
  font-family: Poppins;
  font-size: clamp(40px, 3.5vw, 3.5rem);
  font-style: normal;
  text-align: center;
  font-weight: 400;
  line-height: 100%; /* 40px */
  text-transform: uppercase;
}

.section-terms section h2 {
  color: var(--Color1, #6DB33F);
  font-family: "Poppins";
  font-size: clamp(28px, 2vw, 2.45rem);
  font-style: normal;
  font-weight: 400;
  width: 90%;
  line-height: 122%; /* 46.36px */
  text-transform: capitalize;
}

/* table  */
.section-terms th,
.section-terms td {
  padding: 1vw;
  font-family: "Poppins";
  font-size: clamp(12px, 1vw, 1rem);
}

.section-terms section p {
  color: #0F2E23;
  font-family: "Poppins";
  font-size: clamp(13px, 1vw, 1rem);
  font-style: normal;
  font-weight: 400;
  width: 95%;
  line-height: 121.797%; /* 15.168px */
  list-style: none;
}

.section-terms section ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.section-terms section li {
  color: #0F2E23;
  font-family: "Poppins";
  font-size: clamp(13px, 1vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 111.797%; /* 15.168px */
  list-style: none;
  list-style: circle;
  margin-left: clamp(14px, 1vw, 1vw);
}

.active-menu {
  right: 0%;
}

.div-desplegable {
  width: 90%;
  position: relative;
  display: flex;
  flex-direction: column;
  color: #ABD98B;
  height: 95%;
}
.div-desplegable ul {
  z-index: 0;
}
.div-desplegable-menu {
  z-index: 1;
}

.div-desplegable-menu {
  width: 100%;
  justify-content: start;
  align-items: flex-end;
  display: flex;
  height: 0%;
  flex-direction: column;
}

.div-desplegable-menu div {
  justify-content: start;
  align-items: center;
  display: flex;
  height: 100%;
  flex-direction: column;
}

.div-desplegable-menu p {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.div-desplegable-menu button {
  background-color: transparent;
  border: none;
}

.div-desplegable ul {
  flex-grow: 0.9;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  justify-content: start;
}

.img-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  transform: translate(-50%, -50%);
}

.img-1-en {
  width: 25%;
}

.div-desplegable ul li {
  list-style-type: none;
}

.div-desplegable ul li a {
  color: #fff;
  font-family: Poppins;
  text-decoration: none;
  font-size: 26px;
  opacity: 0.7;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#active-anchor {
  opacity: 1;
  pointer-events: none;
}

footer {
  height: 100vh;
  flex-grow: 1;
  min-height: 680px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: center;
  background-color: #6DB33F;
  clip-path: url(styles.css);
}

.footer-polo {
  background-color: #0F2E23;
}

.footer-bg {
  height: 100%;
  width: 100%;
  position: absolute;
}

.div-logo-footer {
  width: 50%;
  height: 45%;
  max-height: 380px;
  padding-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-wrapper {
  height: 95% !important;
}

.container-footer {
  width: 95%;
  height: 95%;
  margin-top: 8rem;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 1.25rem;
  z-index: 2;
  align-items: center;
  justify-content: center;
}

.logo-footer {
  min-width: 120px;
  max-width: 350px;
  width: 50%;
  height: auto;
  max-height: 450px;
}

.linea-divisoria-footer {
  width: 12px;
  height: 0.5px;
  position: relative;
  background: #F6F7F2;
  display: block;
}

.engranaje1 {
  position: absolute;
  top: 15%;
  right: -7.5%;
  z-index: 2;
  width: 35%;
  max-width: 350px;

  min-width: 200px;
  height: auto;
}

.engranaje2 {
  position: absolute;
  bottom: -15%;
  left: -5%;
  z-index: 2;
  width: 35%;
  min-width: 200px;
  max-width: 350px;
  height: auto;
}

.lista-redes-footer {
  display: flex;
  gap: 1rem;
  height: 7.5%;
  min-height: 25px;
  width: 75%;
  justify-content: center;
  align-items: center;
}

.lista-politicas-footer {
  display: flex;
  gap: 1rem;
  height: 6.5%;
  min-height: 20px;
  width: 75%;
  justify-content: center;
  align-items: center;
}

.lista-politicas-footer a {
  color: rgba(246, 247, 242, 0.62);
  font-family: Poppins;
  text-decoration: none;
  transition: all 0.5s ease;
  font-size: clamp(14px, 0.85vw, 0.85rem);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.lista-politicas-footer a:hover {
  color: #F6F7F2;
}

.lista-redes-footer li {
  list-style: none;
}

.lista-redes-footer li a {
}

.lista-titulo-footer {
  display: flex;
  gap: 1rem;
  height: 20px;
  width: 75%;
  justify-content: center;
  align-items: center;
}

.lista-titulo-footer a {
  text-decoration: none;
  color: #fff;
}

.lista-titulo-footer p {
  color: #F6F7F2;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.lista-redirecciones-footer {
  display: flex;
  gap: 1.5rem;
  height: 30px;
  /* width: 75%; */
  justify-content: center;
  align-items: center;
}

.slide-info {
  display: flex;
  width: 100%;
  justify-content: start;
  gap: 1rem;
  align-items: center;
}

body {
  background-color: var(--kb-bg-cream);
  color: var(--kb-ink);
  font-family: Poppins, system-ui, sans-serif;
}

.informacion-welcome {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin-right: 2.5vw;
}

.informacion-welcome h4 {
  color: #6DB33F;
  font-family: Poppins;

  font-size: clamp(60px, 8vw, 9.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 135px */
  letter-spacing: 1px;
}

.informacion-welcome2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  align-items: center;
}

.informacion-welcome2 h4 {
  color: #6DB33F;
  font-family: Poppins;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 135px */

  font-size: clamp(3.13rem, 1.608rem + 6.4725vw, 9.38rem);
}

.informacion-welcome2 p {
  color: #0F2E23;
  font-family: Poppins;
  text-align: center;
  font-size: clamp(13px, 1.45vw, 1.45rem);
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 33px */
  font-size: clamp(0.94rem, 0.8313rem + 0.4531vw, 1.38rem);
}

.informacion-welcome2 a {
  color: #F6F7F2;
  font-family: Poppins;
  font-size: clamp(16px, 2vw, 2rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 50px;
  text-decoration: none;
  border: 3px solid #6DB33F;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20rem;
  min-width: 230px;
  margin-top: 1.5rem;
  background: #6DB33F;
  box-shadow: 4px 7px 0px 0px #0a241c;
}

.container-welcome {
  display: flex;
  position: relative;
  width: 100%;
  height: 95%;
  justify-content: start;
}

.informacion-welcome p {
  color: #0F2E23;
  font-family: Poppins;

  font-size: clamp(16px, 1.4vw, 1.4rem);
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 33px */
  letter-spacing: 0.5px;
}

.informacion-welcome a {
  color: #F6F7F2;
  font-family: Poppins;
  font-size: clamp(20px, 2.2vw, 2.2rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 50px;
  text-decoration: none;
  border: 3px solid #6DB33F;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20rem;
  min-width: 230px;
  margin-top: 1.5rem;
  background: #6DB33F;
  transition: all 0.5s ease;
}

.informacion-welcome a:hover {
  box-shadow: 4px 7px 0px 0px #0a241c;
}

.imagenes-welcome {
  width: 50%;
  position: relative;
}

.imagenes-welcome2 {
  width: 50%;
  position: relative;
}

.alfombra-welcome {
  position: absolute;
  rotate: 25deg;
  left: -40%;
  bottom: 0%;
  width: 155%;
}

.torta-welcome {
  position: absolute;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.merengada-welcome {
  position: absolute;
  left: 0%;
  top: -15%;
  width: 130%;
}

.refresco-welcome {
  position: absolute;
  left: 40%;
  transform: rotate(-20deg);
  top: 0%;
  width: 60%;
}

.papas-welcome {
  position: absolute;
  left: 0%;
  top: 10%;

  transform: rotate(20deg);
  width: 50%;
}

.pollos-welcome {
  position: absolute;
  left: 5%;

  transform: rotate(-20deg);
  bottom: 5%;
  width: 60%;
}

.welcome-home {
  width: 50%;
  flex-shrink: 0;
}

.welcome-polo {
  width: 80%;
}

::-webkit-scrollbar {
  display: none;
}

.estrella-andante {
  position: absolute;
  bottom: 0%;
}

.estrella-andante3 {
  position: absolute;
  bottom: 7.5%;
  left: -3.5%;
}

.estrella-andante4 {
  position: absolute;
  top: 0%;

  right: 0%;
}

.estrella-andante4 svg {
  width: 90px;
  height: 90px;
}

.estrella-andante2 {
  position: absolute;
  bottom: 50%;
  right: -1.5%;
}

.patrocinante {
  position: absolute;
  top: 10px;
  right: 20px;
  text-decoration: none;
  display: flex;
  z-index: 4;
  gap: 0.5rem;
  display: none;
}

.patrocinante2 {
  position: absolute;
  top: 10px;
  right: 20px;
  text-decoration: none;
  display: none;
  z-index: 13;
}

.hero-home {
  /* height: 100vh; */
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
  padding: 1vw;
  min-height: 570px;
  /* max-height: 65rem; */
  aspect-ratio: 1.82;
  max-height: 100svh;
}

.welcome-section {
  height: 100svh;
  height: fit-content;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
  padding-block: 10vw;
}

.patrocinante p {
  color: #0F2E23;
  font-family: Poppins;
  text-decoration: none;
  font-size: clamp(12px, 1vw, 1rem);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.patrocinante2 p {
  color: #0F2E23;
  font-family: Poppins;
  text-decoration: none;
  font-size: clamp(12px, 1vw, 1rem);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.sliders {
  height: 100px;
}

.container-hero {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  background-color: #6DB33F;
  clip-path: url(styles.css);
}

.container-hero-polo {
  background-color: #0F2E23;
}

nav {
  width: 100%;
  position: fixed;
  padding-inline: 3vw;
  height: 7rem;
  display: flex;
  justify-content: center;
  z-index: 5;
  align-items: center;
  top: 3.32vw;
  transition: all 0.6s ease-out;
}

nav[data-direction="top"] {
  top: 3.32vw;
}

nav[data-direction="up"] {
  top: 0;
  background-color: #6DB33F;
}

nav[data-direction="up"][data-green] {
  top: 0;
  background-color: #0F2E23;
}

nav[data-direction="down"] {
  top: 0;
  transform: translateY(-110%);
  background-color: transparent;
}

nav[data-direction="up"] .logo-navbar {
  scale: 0.7;
}

.container-nav {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}

.lista-navbar li {
  list-style: none;
}

.logo-navbar {
  width: 7vw;
  display: flex;
  justify-content: center;
  align-items: end;
  transition: all 0.6s ease-out;
  will-change: transform;
  transform-origin: left;
}

.scroll-down-hero {
  position: absolute;
  width: 100px;
  left: 2vw;
  bottom: 4.5%;
}

.img-2 {
  width: 100%;
}

.logo-navbar img {
  width: 100%;
  height: auto;
  max-width: 300px;
}

.resto-navbar {
  height: 40%;
  flex-grow: 1;
  display: flex;
  justify-content: center;
}

.lista-navbar {
  width: 95%;
  height: 70%;
  display: flex;
  justify-content: start;
  gap: 2rem;
  align-items: end;
}

.texto-inicial a:hover {
  box-shadow: 4px 7px 0px 0px #0a241c;
}

.texto-inicial2 a:hover {
  box-shadow: 4px 7px 0px 0px #0a241c;
}

.contenido-dinamico-hero {
  width: 100%;
  height: 101%;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  overflow: hidden;
  z-index: 3;
  padding-left: 2vw;
}

.imagen-1-hero-2 {
  position: absolute;
  left: -5%;
  top: 10%;
  width: clamp(12.5rem, 25.297vw, 29.297vw); /* 30rem = 480px, 480px / 1536px * 100 = 31.25vw */
  height: auto;
  bottom: 0%;
}

.imagen-2-hero-2 {
  position: absolute;
  left: 25%;
  width: clamp(10rem, 22.042vw, 26.042vw); /* 25rem = 400px, 400px / 1536px * 100 = 26.04vw */
  height: auto;
  bottom: 20%;
}

.scroll-down-hero {
  display: none;
}

.imagen-3-hero-2 {
  width: clamp(10rem, 30.042vw, 50vw); /* 25rem = 400px, 400px / 1536px * 100 = 26.04vw */
  height: auto;
  position: absolute;
  left: -30%;
  z-index: 1;
  bottom: -10%;
}

.imagen-7-hero-2 {
  transform: rotateZ(-150deg);
  width: clamp(8rem, 30vw, 50vw); /* 25rem = 400px, 400px / 1536px * 100 = 26.04vw */
  height: auto;
  position: absolute;
  left: -20%;
  z-index: 1;
  bottom: -45%;
}

.imagen-5-hero-2 {
  width: clamp(6rem, 10.063vw, 15.625vw); /* 15rem = 240px, 240px / 1536px * 100 = 15.63vw */
  height: auto;
  position: absolute;
  left: 55%;
  z-index: 1;
  bottom: 10%;
}

.imagen-6-hero-2 {
  width: clamp(7rem, 16.229vw, 18.229vw); /* 15rem = 240px, 240px / 1536px * 100 = 15.63vw */
  height: auto;
  position: absolute;
  left: 20%;
  z-index: 0;
  bottom: 0%;
}

/* .imagen-1-hero-polo {
  position: absolute;
  left: -6.5%;

  transform: rotate(-5deg);
  width: 41.5rem;
  height: auto;
  bottom: 5.5%;
}

.imagen-2-hero-polo {
  position: absolute;
  left: 50%;
  width: 28rem;
  height: auto;
  bottom: 10%;
}

.imagen-3-hero-polo {
  width: 40rem;
  height: auto;
  position: absolute;
  left: 20%;
  z-index: 1;
  bottom: -25%;

  background-color: red;
} */

.texto-inicial {
  width: 50%;
  height: 70%;
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.texto-inicial2 {
  width: 50%;
  height: 75%;
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.section-arturito {
  height: 100vh;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  margin-top: 2rem;
}

.container-arturito {
  width: 95%;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 95%;
}

.arturo-presentacion {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.arturo-cajas {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.arturo-presentacion img {
  height: 85%;
}

.titulos-arturito {
  display: flex;
  height: 15%;
  top: 5.5rem;
  position: relative;
  justify-content: end;
  align-items: end;
  flex-direction: column;
  width: 70%;
}

.titulos-arturito h3 {
  color: #F6F7F2;
  font-family: Poppins;

  font-size: clamp(26px, 5vw, 5rem);
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 163.333% */
}

.titulos-arturito h2 {
  display: flex;
  position: relative;
  width: 20%;
  color: #ABD98B;
  text-shadow: 2px 8px 0px #0a241c;
  font-family: Poppins;
  font-size: clamp(30px, 5.5vw, 5.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.arturo-cajas-titulos {
  width: 100%;
  justify-content: center;
  height: 30%;
  display: flex;
  align-items: center;
}

.arturo-cajas-titulos div {
  width: 70%;
  height: 20%;
  position: relative;
}

.caja-arturo {
  width: 100%;
  position: relative;
  height: 60%;
  display: flex;
  justify-content: center;
}

.caja-informacion {
  position: relative;
  width: 70%;
}

.caja-de-lista {
  position: absolute;
  width: 100%;
  border-radius: 40px;
  transition: all 0.5s ease;
  background: #F6F7F2;
  box-shadow: 8px 9px 0px 0px #0a241c;
  height: 100%;
  display: flex;
  justify-content: center;
  opacity: 0;
  align-items: center;
}

.caja-de-lista ul {
  height: 80%;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  justify-content: start;
  align-items: start;
}

.caja-de-lista ul li {
  display: flex;
  gap: 1rem;
  justify-content: start;
  align-items: center;
  color: #0F2E23;
  font-family: Poppins;
  font-size: clamp(20px, 2vw, 2rem);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.caja-de-qr {
  width: 100%;
  position: absolute;
  opacity: 1;
  height: 100%;

  transition: all 0.5s ease;
  border-radius: 40px;
  background: #F6F7F2;
  box-shadow: 8px 9px 0px 0px #0a241c;
}

.caja-de-qr img {
  width: 100%;
  height: 100%;
}

.inactive-h2 {
  opacity: 0;
}

.active-h2 {
  opacity: 1;
}

.faqs-pollo {
  height: 190vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.container-faqs {
  width: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 95%;
}

.faqs {
  width: 55%;
  display: flex;
  justify-content: start;
  align-items: start;
  height: 90%;
  gap: 1rem;
}

.lista-faqs {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  height: 100%;
  gap: 2rem;
}

.div-lista-faqs {
  border-radius: 40px;
  border: 4px solid #0F2E23;
  position: relative;
  background: #F6F7F2;
  display: flex;
  padding: 1.65rem 0rem;
  flex-direction: column;

  transition: all 0.5s ease;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-shadow: 3px 5px 0px 0px #0a241c;
}

.div-lista-info-faqs {
  width: 95%;
  min-height: fit-content;
  display: flex;

  transition: all 0.5s ease;
  align-items: center;
  justify-content: space-between;
}

.div-lista-info-faqs h2 {
  color: #0F2E23;
  font-family: Poppins;
  font-size: clamp(25px, 3vw, 3.2rem);
  font-style: normal;
  width: 90%;
  font-weight: 400;
  line-height: 120%; /* 51px */
  text-transform: uppercase;
  letter-spacing: 1px;
}

.div-lista-info-faqs button {
  background-color: transparent;
  border-radius: 50px;
  cursor: pointer;
  height: 50px;
  transition: all 0.5s ease;
  border: 1px solid #0F2E23;
  background: #F6F7F2;
  box-shadow: 3px 5px 0px 0px #0a241c;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
}

.div-lista-info-faqs button svg {
  height: 60%;
  width: 60%;
}

.div-lista-faqs img {
  position: absolute;
  width: 120px;
  top: -8.5%;
  left: -6.5%;
  transition: all 0.85s ease;
  opacity: 0;
  rotate: -25deg;
}

.ws-anchor {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
}

@media screen and (min-width: 1023px) {
  .ws-anchor {
    bottom: 30px;
    right: 30px;
  }
}

.ws-anchor svg {
  width: 55px;
  height: fit-content;
}

.section-slider-testimonios {
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonios {
  position: relative;
  height: fit-content;
  width: fit-content;
}

.testimonios span {
  position: absolute;
  top: -90%;
  right: -13.5%;
}

.testimonios span img {
  width: 120px;
}

.bg-slider-testimonios {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
}

.parrafo-faq {
  width: 95%;
  max-height: 0px;
  transition: all 0.75s ease;
  overflow: hidden;
  padding-bottom: 0rem;
}

.div-lista-faqs-img {
  opacity: 1 !important;
  rotate: -15deg !important;
}

.parrafo-faq-active {
  padding-top: 1rem;
  max-height: 250px;
}

.button-faq-active svg {
  rotate: 180deg;
}

.parrafo-faq p {
  color: #0F2E23;
  font-family: Poppins;
  width: 85%;
  font-size: clamp(15px, 1vw, 1.2rem);
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.5px;
}

.resto-navbar button img {
  width: 35px;
}

.preguntas {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 90%;
}

.preguntas-contenedor {
  height: 15%;

  width: 100%;
}

.preguntas-contenedor h2 {
  color: #6DB33F;
  font-family: Poppins;
  font-size: 104px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 104px */
}

.arturo-cajas-titulos div h2 {
  color: #F6F7F2;
  font-family: Poppins;
  font-size: clamp(35px, 4vw, 4rem);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  transition: all 0.5s ease;
  position: absolute;
  left: 0%;
  top: 0%;
}

.titulos-arturito h2 span {
  position: absolute;
  top: 25%;
  right: -150%;
  height: 160px;
  display: flex;
  justify-content: start;
}

.titulos-arturito h2 span svg {
  width: 350px;
  height: 100%;
}

.fondo-arturito {
  position: absolute;
  width: 100%;
  top: 0%;
  height: 100%;
}

.alfombra-placeholder-2 {
  position: absolute;
  bottom: -35%;
  right: 0%;
  width: clamp(450px, 75vw, 75vw); /* 300px = 300px, 300px / 1536px * 100 = 19.53vw */
  z-index: -1;
}

.imagenes-hero {
  position: relative;
  bottom: 0%;
  width: 50%;
  height: 75%;
}

.imagenes-hero-div {
  position: relative;
  height: 100%;
  width: 100%;
}

.imagenes-hero-div-2 {
  position: relative;
  bottom: 0%;
  height: 100%;
  width: 100%;
  left: 20%;
}

@media (width <= 768px) {
  .imagen-1-welcome {
    left: -10%;
    top: -5%;
  }
  .imagen-1-hero-2 {
    left: -10%;
    top: -5%;
  }
  .imagen-2-welcome {
    left: 20%;
    top: 0;
  }
  .imagen-2-hero-2 {
    left: 20%;
    top: 0%;
  }
  .imagen-3-welcome {
    left: 10%;
    top: 45%;
  }
  .imagen-3-hero-2 {
    left: 10%;
    top: 45%;
  }
  .imagen-5-welcome {
    left: 60%;
    top: 10%;
  }
  .imagen-5-hero-2 {
    left: 60%;
    top: 10%;
    z-index: 0;
  }
  .imagen-6-welcome {
    left: 40%;
    top: 30%;
  }
  .imagen-6-hero-2 {
    left: 40%;
    top: 30%;
  }
  .imagen-7-welcome {
    left: 50%;
    z-index: 2;
    transform: rotateZ(35deg);
  }
  .imagen-7-hero-2 {
    left: 50%;
    transform: rotateZ(45deg);
  }
  .alfombra-welcome-2 {
    bottom: -10%;
    left: -10%;
    transform: rotateZ(0deg);
  }
  .alfombra-placeholder-2 {
    bottom: 0%;
    left: -10%;
    transform: rotateZ(0deg);
  }
  .imagenes-hero-container {
    left: 0;
    right: auto;
  }
  .imagenes-hero-div-2 {
    left: 0%;
    right: auto;
  }
  .imagen-7-hero-2 {
    bottom: 0;
  }
}

.texto-inicial h3 {
  color: rgba(246, 247, 242, 0.94);
  font-family: Poppins;

  /* CHANGE  */
  font-size: clamp(40px, 7.76vw, 200px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 134.1px */
  letter-spacing: 0.1vw;
  margin-top: 2vw;
}

.texto-inicial2 h3 {
  color: rgba(246, 247, 242, 0.94);
  font-family: Poppins;
  /* font-size: clamp(55px, 8vw, 8rem); */
  font-size: clamp(40px, 7.76vw, 200px);

  font-style: normal;
  font-weight: 400;
  line-height: 90%;
}

.texto-inicial a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6DB33F;
  font-family: Poppins;
  text-decoration: none;
  line-height: 100%;
  font-size: clamp(28px, 2.2vw, 2.3rem);
  font-style: normal;
  font-weight: 200;
  line-height: normal;

  transition: all 0.5s ease;
  width: 400px;
  height: 85px;
  border-radius: 50px;
  border: 3px solid #6DB33F;
  background: #F6F7F2;
  gap: 1rem;
}

.texto-inicial2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6DB33F;
  font-family: Poppins;
  text-decoration: none;
  line-height: 100%;
  font-size: clamp(28px, 2.2vw, 2.3rem);
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  transition: all 0.5s ease;
  width: 400px;
  height: 85px;
  border-radius: 50px;
  border: 3px solid #6DB33F;
  background: #F6F7F2;
  gap: 1rem;
}

.section-slider-home {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.container-slider {
  width: 98%;
  border-radius: 50px;
  display: flex;

  padding: 1.25rem 0rem 0rem 0rem;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #6DB33F;
  height: 97%;
}

.container-slider2 {
  width: 98%;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  padding: 1.25rem 0rem 0rem 0rem;
  align-items: center;
  overflow: hidden;
  background-color: #6DB33F;
  height: 97%;
}

.imagen-fondo-slider {
  position: absolute;
  top: -20%;
  right: 0%;
  width: 40rem;
}

.contenido-slider {
  width: 95%;
  display: flex;
  flex-direction: column;
  height: 90%;
}

.cabecera-slider {
  width: 100%;
  height: 20%;
  display: flex;
  align-items: end;
  z-index: 1;
}

.cabecera-slider h2 {
  color: #F6F7F2;
  font-family: Poppins;
  font-size: clamp(42px, 4.3vw, 4.3rem);
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 90px */
  text-transform: uppercase;
}

.cabecera-slider a {
  color: #F6F7F2;
  font-family: Poppins;

  font-size: clamp(24px, 2vw, 2rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.5s ease;
  width: fit-content;
  &::after {
    content: "";
    height: clamp(2px, 0.15vw, 0.15rem);
    width: 100%;
    background: #F6F7F2;
    position: absolute;
    bottom: 5.5px;
    left: 0;
  }
}

.cabecera-slider a:hover {
  opacity: 0.5;
}

.botones-sliders {
  display: flex;
  gap: 0.5rem;
  justify-content: end;
  align-items: end;
  width: 30%;
  height: 80%;
  z-index: 0;
}

.botones-sliders-div {
  width: 70px;
  background-color: transparent;
  border: none;
  height: auto;
  transition: all 0.5s ease;
  position: relative;
  z-index: 3;
  cursor: pointer;
}

.informacion-slider {
  flex-grow: 1;
  position: relative;
  width: 100%;
  z-index: 0;
}

.slide-info-productos {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contenedor-imagen-slide {
  background-color: #fff;
  height: 60%;
  min-height: 160px;
  width: 100%;
  border-top-left-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 30px;
}

.contenedor-resto {
  height: 50%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contenedor-imagen-slide img {
  width: 90%;
  height: 90%;
  object-fit: contain;
}

.contenedor-anchor-producto {
  width: 50%;
}

.linea-flexible-div {
  display: flex;
  position: relative;
  justify-content: start;
  width: fit-content;
  min-width: 100vw;
  gap: 1rem;
}

#linea-5 {
  left: -20%;
}

#linea-3 {
  left: -20%;
}

#linea-1 {
  left: -20%;
}

.imagen-flotante {
  position: absolute;
  width: 8rem;
  max-width: 120px;
  min-width: 20px;
}

.imagen-flotante2 {
  position: absolute;
  height: 6rem;
  width: auto;
  z-index: 2;
}

.position-papa {
  left: 2.5%;
  bottom: -5%;
}

.position-aro {
  left: 12.5%;
  bottom: -7.5%;
}

.position-corazon {
  left: 22.5%;
  bottom: -25%;
}

.position-planeta {
  left: 2.5%;
  bottom: -25%;
}

.position-lentes {
  left: 5.5%;
  bottom: 20%;
}

.position-rayito {
  left: 12.5%;
  bottom: -7.5%;
  height: 8rem;
}

.position-nube {
  left: 23.5%;
  bottom: 75%;
}

.texto-movimiento-home {
  /* height: 100vh; */
  padding-block: 7rem 18vw;
  display: flex;
  width: 100vw;
  align-items: center;
  position: relative;
}

.container-come {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  height: 100%;
  width: 95%;
}

.container-come2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  height: 100%;
  width: 95%;
}

.container-come2 h3 {
  color: #6DB33F;
  text-align: center;
  text-shadow: 4px 7px 0px #0a241c;
  font-family: Poppins;

  font-size: clamp(50px, 11vw, 11rem);
  font-style: normal;
  font-weight: 400;
  line-height: 94%; /* 169.2px */
}

.container-come2 a {
  color: #F6F7F2;
  font-family: Poppins;
  width: 16vw;
  min-width: 300px;
  max-width: 550px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(20px, 2.2vw, 2.2rem);
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  line-height: normal;
  border-radius: 50px;
  border: 3px solid #6DB33F;
  background: #6DB33F;
  box-shadow: 4px 7px 0px 0px #0a241c;
}

.container-logotipo2 {
  width: 100%;
  height: 32%;
  justify-content: center;
  margin-bottom: 2rem;
  display: flex;
  align-items: start;
}

.container-logotipo {
  width: 100%;
  height: 42%;
  justify-content: center;
  margin-bottom: 2rem;
  display: flex;
  align-items: start;
}

.section-vinotinto {
  height: 80vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contenedor-vinotinto {
  width: 85%;
  height: 55%;
  position: relative;
  display: flex;
  max-height: 600px;
  min-height: 300px;
  border-radius: 50px;
  background: linear-gradient(90deg, #0F2E23 49.5%, #6DB33F 49.51%);
  box-shadow: 15px 15px 0px 0px #0F2E23;
}

.text-vinotinto {
  width: 50%;
  display: flex;
  height: 100%;
  align-items: start;
  justify-content: center;
  gap: 0rem;
  flex-direction: column;
}

.text-vinotinto h3 {
  color: #F6F7F2;
  font-family: Poppins;
  padding-left: 2rem;
  font-size: clamp(32px, 4vw, 4rem);
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 116.667% */
  text-transform: uppercase;
}

.fotos-vinotinto-alitas {
  position: absolute;
  width: 60%;
  bottom: -20.5%;
  left: 10%;
}

.fotos-vinotinto-refresco {
  position: absolute;
  width: 55%;
  top: -15%;
  left: -5%;

  transform: rotate(-15deg);
  z-index: -1;
}

.fotos-vinotinto-papas {
  position: absolute;
  width: 48%;
  top: -20%;
  z-index: -11;
  left: 31%;
  transform: rotate(10deg);
}

.swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  background: rgba(15, 46, 35, 0.62) !important;
  border-radius: 50%;
  margin: 0 5px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.text-vinotinto p {
  color: #F6F7F2;
  font-family: Poppins;
  padding-left: 2rem;
  font-size: clamp(21px, 2.25vw, 2.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 245% */
  letter-spacing: 10%;
}
.sp-1 {
  letter-spacing: 1px;
}
.ml-1 {
  margin-left: 1px;
  position: relative;
}
.fotos-vinotinto {
  position: absolute;
  left: 60%;
  top: 50%;
  height: 100%;
  width: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.equipo-vinotinto {
  width: 50%;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.equipo-vinotinto img {
  position: absolute;
  bottom: -5%;
  right: 0%;
  width: auto;
  height: 95%;
}

.container-come h3 {
  color: #6DB33F;
  text-align: center;
  text-shadow: 4px 7px 0px #0a241c;
  font-family: Poppins;

  font-size: clamp(30px, 10.5vw, 10.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: 94%; /* 169.2px */
}

.container-come a {
  color: #F6F7F2;
  font-family: Poppins;
  width: 16vw;
  min-width: 300px;
  max-width: 550px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(20px, 2.2vw, 2.2rem);
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  line-height: normal;
  border-radius: 50px;
  border: 3px solid #6DB33F;
  background: #6DB33F;
  box-shadow: 4px 7px 0px 0px #0a241c;
}

.polo-slider h5 {
  color: #6DB33F !important;
}

.come-section {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 3;
  position: absolute;
}

.position-sol {
  left: 2.5%;
  bottom: 5%;
}

.h2-nueva-era {
  color: #6DB33F;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Poppins;

  font-size: clamp(50px, 7.5vw, 7.5rem);
  font-style: normal;
  text-wrap: nowrap;
  font-weight: 400;
  line-height: 100%; /* 142.143% */
  width: 100%;
}

.h2-nueva-era2 {
  color: #6DB33F;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Poppins;

  font-size: clamp(60px, 7.5vw, 7.5rem);
  font-style: normal;
  text-wrap: nowrap;
  font-weight: 400;
  line-height: 100%; /* 142.143% */
  width: 100%;
}

.era-roja {
  color: #d30200;
}

.precios {
  width: 50%;
  display: flex;
  align-items: end;
  flex-direction: column;
  gap: 0.25rem;
}

.bg-gradiente-abs {
  position: absolute;
  background: linear-gradient(270deg, #6DB33F 22.55%, rgba(253, 82, 0, 0) 100%);
  width: 6%;
  height: 100%;
  display: block;
  z-index: 2;
  right: 0%;
  top: 0%;
}

.bg-gradiente-abs2 {
  position: absolute;
  background: linear-gradient(270deg, #6DB33F 22.55%, rgba(237, 28, 57, 0) 100%);
  width: 1%;
  height: 95%;
  display: block;
  z-index: 2;
  right: 0%;
  top: 0%;
}

.bg-gradiente-abs3 {
  position: absolute;
  background: linear-gradient(270deg, rgba(237, 28, 57, 0) 22.55%, #6DB33F 100%);
  width: 1%;
  height: 100%;
  display: block;
  z-index: 2;
  left: 0%;
  top: 0%;
}

.precios p {
  color: #6DB33F;
  font-family: Poppins;

  font-size: clamp(16px, 1.3vw, 1.3rem);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 33px */
}

.precios2 p {
  color: #6DB33F !important;
  font-family: Poppins;

  font-size: clamp(16px, 1.3vw, 1.3rem);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 33px */
}

.old-price {
  text-decoration: line-through;
}

.contenedor-nombre-producto {
  height: 50%;
  width: 90%;
}

.contenedor-nombre-producto h3 {
  color: #0F2E23;
  font-family: Poppins;
  margin-top: 1rem;
  font-size: clamp(18px, 1.7vw, 1.7rem);
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 31.2px */
}

.informacion-bottom-slide {
  height: 40%;
  width: 90%;
  display: flex;

  align-items: center;
}

.contenedor-anchor-producto2 {
  width: 50%;
}

.contenedor-anchor-producto2 a {
  color: #F6F7F2;
  font-family: Poppins;
  font-size: 25px;
  width: 200px;
  text-decoration: none;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 50px;
  border: 3px solid #6DB33F;
  background: #6DB33F;
  box-shadow: 4px 7px 0px 0px #0a241c;
}

.contenedor-anchor-producto a {
  color: #F6F7F2;
  font-family: Poppins;
  font-size: 25px;
  width: 200px;
  text-decoration: none;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  transition: all 0.5s ease;
  line-height: normal;
  border-radius: 50px;
  border: 3px solid #6DB33F;
  background: #6DB33F;
}

.contenedor-anchor-producto a:hover {
  box-shadow: 4px 7px 0px 0px #0a241c;
}

.informacion-interna {
  height: 80%;
  border-radius: 30px;
  border: 3px solid #6DB33F;
  background: #F6F7F2;
  box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.23);
  width: 100%;
  display: flex;
  flex-direction: column;
}

.informacion-interna2 {
  height: 80%;
  border-radius: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 3px solid #6DB33F;
  background: #F6F7F2;
  box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.23);
}

.swiper {
  height: 100%;
}

.cabecera-slider-informacion {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  width: 70%;
  z-index: 1;
}

.slide-info-testimonio {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.data-card {
  border-radius: 40px;
  background: #F6F7F2;
  box-shadow: 8px 9px 0px 0px #0a241c;
  height: 75%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.data-card-tope {
  height: 20%;
  width: 90%;
  display: flex;
  padding-top: 1rem;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}

.data-card-bajo {
  height: 10.5%;
  width: 90%;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: start;
}

.data-card-tope div {
  width: 100%;
  display: flex;
  justify-content: end;
}

.section-nueva-era {
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.vector-1 {
  right: 0%;
  top: 0%;
  position: absolute;
}

.vector-2 {
  left: 0%;
  bottom: 0%;
  position: absolute;
}

.vector-3 {
  width: 120%;
  height: auto;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container-pollito {
  position: relative;
  z-index: 2;
}

.vectorito {
  background-color: #6DB33F;
  width: 400px;
  height: 220px;
  top: 48%;
  rotate: -2deg;
  position: absolute;
  left: 46%;
  transform: translate(-50%, -50%);
}

.vectorito-1 {
  top: 55%;
  z-index: 2;
  position: absolute;
  left: 75%;
  transform: translate(-50%, -50%);
}

.vectorito-2 {
  rotate: 10deg;
}

.vectorito-3 {
  rotate: 10deg;
  top: 5%;
  z-index: 2;
  right: 5%;
  position: absolute;
}

.opciones {
  border-radius: 50px;
  border: 3px solid #6DB33F;
  background: #F6F7F2;
  box-shadow: 4px 7px 0px 0px #0F2E23;
  backdrop-filter: blur(25px);
  width: 60%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 60%;
}

.container-pollito {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.opcion-meu {
  display: flex;
  width: 90%;
  height: 30%;
  gap: 2rem;
  align-items: center;
}

.opcion-meu h2 {
  color: #6DB33F;
  font-family: Poppins;

  font-size: clamp(22px, 2.2vw, 2.2rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.opcion-meu p {
  color: #0F2E23;
  font-family: Poppins;

  font-size: clamp(15px, 1.2vw, 1.2rem);
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
}

.opcion-meu img {
  width: 80px;
  height: auto;
}

.estilo-opciones {
  width: 50%;
  display: flex;
  justify-content: end;
  padding-right: 5%;
  align-items: center;
  height: 100%;
}

.data-card p {
  flex-grow: 0.5;
  width: 90%;
  display: flex;
  align-items: center;
  color: #0F2E23;
  font-family: Poppins;
  font-size: clamp(13px, 1.05vw, 1.05rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.cabecera-slider-informacion2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0rem;
  width: 70%;
}

.data-card-bajo img {
  border-radius: 100%;
  width: 90px;
  height: auto;
}

.data-card-bajo h6 {
  color: #0F2E23;
  font-family: Poppins;
  text-transform: capitalize;
  font-size: clamp(21px, 2vw, 2rem);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.botones-sliders-div:hover {
  transform: scale(1.1);
}

.botones-sliders-div img {
  width: 90%;
  height: auto;
}

.lista-navbar li a {
  color: #fff;
  font-family: Poppins;
  font-size: clamp(13px, 1.3vw, 1.4rem);
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  transition: all 0.5s ease;
  opacity: 0.7;
}

.lista-navbar li a:hover {
  color: white;
  opacity: 1;
}

/* .lista-navbar li:hover {
  transform: scale(1.1);
}

#active-anchor:hover {
  transform: scale(1) !important;
} */
.lista-navbar li:hover:not(:has(#active-anchor)) {
  transform: scale(1.1);
}

.lista-navbar li {
  transition: all 0.5s ease;
}

.resto-navbar button {
  background-color: transparent;
  border: none;
}

.hero-bg {
  width: 103%;
  height: 101%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.slide-info img {
  height: 45px;
}

.slide-info h5 {
  color: #6DB33F;
  font-family: Poppins;
  font-size: clamp(34px, 2.3vw, 2.3rem);
  width: 85%;
  text-wrap: nowrap;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 0.5rem;
  font-weight: 400;
  line-height: 100%; /* 40px */
}

.lista-redirecciones-footer li a:hover {
  color: #F6F7F2;
}

.lista-redirecciones-footer li {
  list-style: none;
}

.lista-redirecciones-footer li a {
  color: rgba(246, 247, 242, 0.62);
  font-family: Poppins;
  text-decoration: none;
  font-size: clamp(16px, 1.3vw, 1.4rem);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.5s ease;
}

.logo-navbar {
  justify-content: start;
}

.resto-navbar {
  justify-content: end;
}

#active-footer {
  color: #F6F7F2;
  pointer-events: none;
}

.lista-redes-footer li a img,
.lista-redes-footer li a svg {
  width: 45px;
  height: auto;

  transition: all 0.5s ease;
}

.lista-redes-footer li span img {
  width: 45px;
  height: auto;

  transition: all 0.5s ease;
}

.lista-redes-footer li a img:hover,
.lista-redes-footer li span img:hover {
  transform: scale(1.1);
}

.lista-redes-footer li a svg:hover {
  transform: scale(1.1);
}
.logo-nav-menu img {
  max-height: 150px;
  max-width: 160px;
  width: 30%;
}

#btn-cerrar-menu {
  width: 20px;
  height: 20px;
}
#btn-cerrar-menu img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 480px) {
  .lista-redirecciones-footer {
    flex-direction: column;
    gap: 10px;
    height: fit-content;
  }

  nav {
    /* height: 5rem; */
  }

  .bg-gradiente-abs2 {
    display: none;
  }

  .bg-gradiente-abs3 {
    display: none;
  }

  .bg-gradiente-abs {
    display: none;
  }

  .contenedor-anchor-producto a {
    width: 160px;
  }

  footer {
    height: 100vh;
    padding-block: 6rem 4rem;
  }

  .parrafo-faq-active {
    max-height: 450px;
  }

  .container-nav {
    /* width: 75%; */
    align-items: center;
    height: 100%;
  }

  .swiper {
    overflow: visible !important;
  }

  .swiper-pagination-bullet {
    margin-bottom: -35px !important;
  }

  .patrocinante {
    top: 30px;
    display: none;
  }

  .patrocinante2 {
    top: 30px;
    display: flex;
    display: none;
  }

  .section-slider-home {
    min-height: 680px;
    margin-top: 3rem;
    max-height: 700px;
  }

  .cabecera-slider {
    justify-content: center;
  }

  .contenido-slider {
    height: 90%;
  }

  .contenedor-nombre-producto {
    height: fit-content;
  }

  .informacion-interna2 {
    height: 410px;
    width: 90%;
  }

  .botones-sliders-div {
    width: 50px;
  }

  .informacion-interna2 {
    justify-content: end;
  }

  .informacion-interna {
    height: 410px;
    width: 90%;
  }

  .informacion-interna {
    justify-content: end;
  }

  .cabecera-slider-informacion {
    width: 95%;
  }

  .contenedor-resto {
    justify-content: center;
    gap: 1rem;
  }

  .active-slider {
    transform: scale(1);
  }

  .imagen-flotante2 {
    height: 1rem;
  }

  .contenedor-imagen-slide {
    height: 50%;
  }

  .container-logotipo2 {
    height: 25%;
  }

  .container-come2 {
    gap: 1rem;
  }

  .container-logotipo2 img {
    height: 100%;
  }

  .container-logotipo {
    height: 25%;
  }

  .container-come {
    gap: 1rem;
    padding-bottom: 6rem;
  }

  .container-logotipo img {
    height: 100%;
  }

  .botones-sliders {
    position: absolute;
    justify-content: space-between;
    width: 100%;
    height: 125%;
    top: 0%;
    align-items: center;
  }

  .container-come2 a {
    height: 50px;
  }

  .imagenes-hero {
    height: 60%;
  }

  .swiper {
    height: 100% !important;
  }

  .cabecera-slider {
    align-items: center;
  }

  .lista-politicas-footer {
    flex-direction: column;
    gap: 10px;
  }

  .lista-redes-footer li a img {
    min-width: 25px;
    max-width: 35px;
    width: 3rem;
  }
  .lista-redes-footer li a svg {
    min-width: 25px;
    max-width: 35px;
    width: 3rem;
  }
  .lista-redes-footer li span img {
    min-width: 25px;
    max-width: 35px;
    width: 3rem;
  }

  .container-hero {
    flex-direction: column;
    overflow: hidden;
    clip-path: url(styles.css);
  }

  .contenido-dinamico-hero {
    width: 100%;
  }

  .contenido-dinamico-hero {
    flex-direction: column;
  }

  .texto-inicial {
    width: 100%;
    height: 100%;
    gap: 1rem;
    align-items: center;
    margin-top: 30vw;
  }

  .texto-inicial h3 {
    text-align: center;
    font-size: 17vw;
  }

  .texto-inicial a {
    width: 90%;
    margin-left: -0.5rem;
    height: 70px;
  }

  .texto-inicial2 {
    width: 100%;
    height: 100%;
    gap: 1rem;
    align-items: center;
    margin-top: 40vw;
  }

  .texto-inicial2 h3 {
    text-align: center;
    line-height: 105%;
  }

  .texto-inicial2 a {
    width: 90%;
    margin-left: -0.5rem;
    height: 70px;
  }

  .imagenes-hero {
    width: 100%;
  }

  .logo-navbar img {
    /* max-height: 150px; */
    max-width: 120px;
    /* width: 50%; */
  }

  .logo-navbar {
    width: 65%;
  }

  /* .imagen-3-hero-polo {
    width: 220px;
    bottom: -10%;
    left: 70%;
    transform: translate(-50%);

    background-color: blue;
  }

  .imagen-1-hero-polo {
    width: 280px;
    left: 0%;
    bottom: -10%;
  }

  .imagen-2-hero-polo {
    width: 170px;
    bottom: 5%;
    left: 55%;
  } */

  .imagen-3-hero {
    width: 160px;
    bottom: 0%;
    left: 70%;
    z-index: 2;
    transform: translate(-50%);
  }

  .imagen-7-hero {
    width: 130px;
    bottom: 10%;
    left: 20%;
    transform: translate(-50%);
  }

  .imagen-5-hero {
    width: 90px;
    bottom: 30%;
    left: 75%;
    transform: translate(-50%);
  }

  .imagen-6-hero {
    width: 130px;
    bottom: 17%;
    left: 90%;
    transform: translate(-50%);
  }

  .scroll-down-hero {
    left: 50%;
    transform: translate(-50%);
    right: auto;
    z-index: 3;
    bottom: 5%;
    width: 180px;
    display: none;
  }

  .imagen-1-hero {
    width: 210px;
    left: 0%;
    bottom: 15%;
  }

  .imagen-2-hero {
    width: 200px;
    bottom: 5%;
    left: 25%;
  }

  .alfombra-placeholder {
    width: 120%;
    max-width: 480px;
    bottom: -10%;
    right: -5%;
  }

  .no-desk2 {
    display: flex !important;
  }

  .no-mb2 {
    display: none !important;
  }

  .imagenes-welcome {
    width: 5%;
  }

  .welcome-section {
    min-height: 580p;
  }

  .merengada-welcome {
    width: 120px;
    top: -7.5%;
    left: -25px;
  }

  .torta-welcome {
    width: 100px;
    right: -50px;
    bottom: 0%;
  }

  .welcome-polo {
    width: 95%;
  }

  .cabecera-slider {
    height: 25%;
    min-height: 180px;
  }

  .resto-navbar {
    align-items: end;
    height: 100% !important;
  }

  .welcome-home-container {
    align-items: center;
    flex-direction: column-reverse;
  }

  .imagenes-welcome2 {
    width: 100%;
    height: 50%;
  }

  .container-slider {
    width: 95%;
    padding-bottom: 1rem;
  }

  .mySwiper2 {
    padding-bottom: 1rem;
  }

  .container-slider2 {
    width: 95%;
  }

  .alfombra-welcome {
    width: 110%;
    left: -10%;
    bottom: 0%;
    rotate: 0deg;
  }
  .refresco-welcome {
    width: 40%;
    top: 5%;
  }

  .pollos-welcome {
    width: 50%;
    left: 25%;
  }

  .papas-welcome {
    width: 45%;
    left: 15%;
  }

  .informacion-welcome h4 {
    line-height: 110%;
  }
  .informacion-welcome p {
    line-height: 160%;
  }
  .welcome-home {
    width: 95%;
    gap: 0.45rem;
    /* margin-left: 20px; */
  }

  .informacion-welcome a {
    height: 55px;
  }

  .container-come a {
    height: 55px;
  }

  .contenedor-vinotinto {
    flex-direction: column;
  }

  .section-nueva-era {
    flex-direction: column;
  }

  .container-pollito {
    width: 100%;
  }

  .vector-2 {
    width: 20%;
  }

  .vectorito {
    width: 100px;
    height: 60px;
    top: 15%;
  }

  .vector-3 {
    top: 15%;
  }

  .vector-1 {
    width: 20%;
  }

  .vectorito-3 {
    width: 45px;
  }

  .vectorito-1 {
    width: 70%;
    left: 50%;
    top: 80%;
  }
  .estilo-opciones {
    width: 100%;
    justify-content: center;
    padding-right: 0;
  }
  .opciones {
    width: 95%;
    height: 350px;
  }

  .vectorito-2 {
    width: 55%;
    top: 10%;
    position: relative;
  }

  .data-card {
    height: 85%;
  }

  .cabecera-slider-informacion2 {
    justify-content: end;
  }

  .data-card-tope {
    padding: 0rem;
    justify-content: start;
    gap: 10px;
  }

  .bg-gradiente-abs {
    display: none;
  }

  .testimonio-btn {
    height: 94%;
    bottom: 0%;
    align-items: end;
    justify-content: center;
  }

  .mySwiper3 {
    height: 90% !important;
  }

  .data-card-tope img {
    height: 30px;
  }

  .testimonio-head {
    min-height: 60px;
    height: 23%;
  }

  .div-lista-faqs img {
    width: 60px;
    top: -0.5%;
    left: -3.5%;
  }

  .div-lista-info-faqs button svg {
    width: 40%;
    height: 40%;
  }

  .div-lista-info-faqs button {
    width: 40px;
    height: 40px;
  }

  .testimonios span {
    top: -100%;
    right: -15%;
  }

  .testimonios span img {
    width: 80px;
  }

  .container-faqs {
    flex-direction: column;
  }

  .faqs {
    width: 100%;
  }

  .faqs-pollo {
    height: fit-content;
    padding: 2rem 0rem;
  }

  .div-lista-faqs {
    border: 2px solid #0F2E23;

    box-shadow: 1px 3px 0px 0px #0a241c;
    padding-left: 2.5%;
    width: auto;
  }

  .preguntas {
    width: 100%;
    align-items: center;
    padding-bottom: 3rem;
    justify-content: center;
  }

  .preguntas img {
    width: 40%;
    position: absolute;
    right: -20%;
    top: 5%;
  }

  .imagen-flotante {
    width: 65px;
  }

  .arturo-presentacion img {
    height: 80%;
  }

  .section-arturito {
    height: 780px;
  }

  .arturo-cajas {
    width: 100%;
    height: 60%;
  }

  .caja-de-lista ul li img {
    width: 20px;
  }

  .arturo-cajas-titulos {
    height: 20%;
  }

  .caja-arturo {
    height: 80%;
  }

  .caja-informacion {
    width: 95%;
    height: 100%;
  }

  .arturo-presentacion {
    height: 40%;
    padding-top: 2rem;
  }

  .titulos-arturito h2 span {
    top: 16%;
    right: -600%;
    height: 60px;
  }

  .arturo-presentacion {
    align-items: start;
    justify-content: start;
  }

  .titulos-arturito {
    top: 0%;
    width: 90%;
  }

  .container-arturito {
    flex-direction: column;
  }

  .preguntas-contenedor h2 {
    font-size: 55px;
  }

  .contenedor-vinotinto {
    border-radius: 50px;
    height: 100%;
    width: 80%;
    padding: 1rem 0rem 0rem 0rem;
    background: linear-gradient(180deg, #0F2E23 39.5%, #6DB33F 39.51%);
    box-shadow: 10px 10px 0px 0px #0F2E23;
  }

  .text-vinotinto {
    width: 100%;
    height: 50%;
  }

  .section-vinotinto {
    height: 90vh;
  }

  .equipo-vinotinto {
    width: 100%;
    z-index: 3;
  }

  .equipo-vinotinto img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    bottom: 0%;
  }

  .fotos-vinotinto-alitas {
    bottom: 45%;
    left: 35%;
    z-index: 2;
    width: 70%;
    transform: translateX(-50%);
  }

  .fotos-vinotinto-papas {
    top: 10%;
  }

  .fotos-vinotinto-refresco {
    top: 10%;
  }

  .fotos-vinotinto {
    height: 50%;
  }

  .text-vinotinto p {
    text-align: center;
  }

  .sliders {
    height: 60px;
  }

  .welcome-section {
    height: 650px;
  }

  .text-vinotinto h3 {
    text-align: center;
  }

  .container-come h3 {
    text-shadow: 2px 2px 0px #0a241c;
  }
  .container-come2 h3 {
    text-shadow: 2px 2px 0px #0a241c;
  }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  .lista-redirecciones-footer {
    flex-direction: column;
    gap: 10px;
    height: fit-content;
  }
  .container-nav {
    width: 100%;
    height: 100%;
    /* height: 50px; */
    /* margin-top: 40px; */
  }

  .contenedor-vinotinto {
    border-radius: 50px;
    height: 100%;
    background: linear-gradient(180deg, #0F2E23 49.5%, #6DB33F 49.51%);
    box-shadow: 10px 10px 0px 0px #0F2E23;
  }

  .text-vinotinto {
    width: 100%;
  }

  .section-vinotinto {
    height: 100vh;
  }

  .equipo-vinotinto {
    width: 100%;
    z-index: 3;
  }

  .equipo-vinotinto img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    bottom: 0%;
  }

  .fotos-vinotinto-alitas {
    bottom: 25%;
    left: 40%;
    z-index: -1;
    width: 70%;
    transform: translateX(-50%);
  }

  .fotos-vinotinto-papas {
    top: 25%;
  }

  .fotos-vinotinto-refresco {
    top: 30%;
  }

  .texto-inicial h3 {
    text-align: center;
    font-size: 17vw;
  }

  .container-hero {
    clip-path: url(styles.css);
  }

  .fotos-vinotinto {
    height: 50%;
  }

  .imagen-flotante {
    width: 65px;
  }

  .arturo-presentacion img {
    height: 80%;
  }

  .section-arturito {
    height: 780px;
  }

  .arturo-cajas {
    width: 100%;
    height: 60%;
  }

  .caja-de-lista ul li img {
    width: 20px;
  }

  .arturo-cajas-titulos {
    height: 20%;
  }

  .caja-arturo {
    height: 80%;
  }

  .caja-informacion {
    width: 95%;
    height: 100%;
  }

  .arturo-presentacion {
    height: 40%;
    padding-top: 2rem;
  }

  .titulos-arturito h2 span {
    top: 16%;
    right: -400%;
    height: 60px;
  }

  .arturo-presentacion {
    align-items: start;
    justify-content: start;
  }

  .titulos-arturito {
    top: 0%;
    width: 90%;
  }

  .container-arturito {
    flex-direction: column;
  }

  .preguntas-contenedor h2 {
    font-size: 55px;
  }

  .container-faqs {
    flex-direction: column;
  }

  .faqs {
    width: 100%;
  }

  .faqs-pollo {
    height: fit-content;
    padding: 2rem 0rem;
  }

  .div-lista-faqs {
    border: 2px solid #0F2E23;

    box-shadow: 1px 3px 0px 0px #0a241c;
  }

  .preguntas {
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .preguntas img {
    width: 50%;
  }

  .preguntas-contenedor h2 {
    font-size: 55px;
  }

  .welcome-home-container {
    align-items: center;
    flex-direction: column-reverse;
  }

  .imagenes-welcome2 {
    width: 100%;
    height: 40%;
  }

  .alfombra-welcome {
    width: 110%;
    left: -5%;
    bottom: -15%;
  }
  .refresco-welcome {
    width: 40%;
    top: 5%;
  }

  .pollos-welcome {
    width: 50%;
    left: 25%;
  }

  .papas-welcome {
    width: 45%;
    left: 15%;
  }

  .welcome-home {
    width: 95%;
  }

  .informacion-welcome a {
    height: 55px;
  }

  .section-nueva-era {
    flex-direction: column;
  }

  .container-pollito {
    width: 100%;
  }

  .vector-2 {
    width: 20%;
  }

  .vectorito {
    width: 100px;
    height: 60px;
    top: 15%;
  }

  .vector-3 {
    top: 15%;
  }

  .vector-1 {
    width: 20%;
  }

  .vectorito-3 {
    width: 45px;
  }

  .vectorito-1 {
    width: 50%;
    left: 50%;
    top: 80%;
  }
  .estilo-opciones {
    width: 100%;
  }
  .opciones {
    width: 95%;
    height: 350px;
  }

  .vectorito-2 {
    width: 45%;
    top: 5%;
    position: relative;
  }

  .data-card {
    height: 85%;
  }

  .cabecera-slider-informacion2 {
    justify-content: end;
  }

  .data-card-tope {
    padding: 0rem;
    justify-content: start;
    gap: 20px;
  }

  .bg-gradiente-abs {
    display: none;
  }

  .testimonio-btn {
    height: 94%;
    bottom: 0%;
    align-items: end;
    justify-content: center;
  }

  .mySwiper3 {
    height: 90% !important;
  }

  .data-card-tope img {
    height: 30px;
  }

  .testimonio-head {
    min-height: 60px;
    height: 23%;
  }

  .testimonios span {
    top: -135%;
    right: -21%;
  }

  .resto-navbar {
    align-items: end;
    height: 100% !important;
  }

  .swiper-pagination-bullet {
    display: none !important;
  }

  .patrocinante {
    top: 30px;
    display: none;
  }

  .patrocinante2 {
    top: 30px;
    display: flex;
    display: none;
  }

  .section-slider-home {
    min-height: 710px;
    margin-top: 2rem;
  }

  .cabecera-slider {
    justify-content: center;
  }

  .contenido-slider {
    height: 95%;
  }

  .contenedor-nombre-producto {
    height: fit-content;
  }

  .informacion-interna2 {
    height: 350px;
    width: 90%;
  }

  .informacion-interna {
    height: 350px;
    width: 90%;
  }

  .botones-sliders-div {
    width: 40px;
  }

  .cabecera-slider-informacion {
    width: 95%;
  }

  .contenedor-resto {
    justify-content: center;
    gap: 1rem;
  }

  .active-slider {
    transform: scale(1);
  }

  .imagen-flotante2 {
    height: 1rem;
  }

  .contenedor-imagen-slide {
    height: 50%;
  }

  .container-logotipo2 {
    height: 25%;
  }

  .container-come2 {
    gap: 1rem;
  }

  .container-logotipo2 img {
    height: 100%;
  }

  .container-logotipo {
    height: 25%;
  }

  .container-come {
    gap: 1rem;
  }

  .container-logotipo img {
    height: 100%;
  }

  .botones-sliders {
    position: absolute;
    justify-content: space-between;
    width: 100%;
    height: 105%;
    top: 0%;
    align-items: center;
  }

  .container-come2 a {
    height: 50px;
  }

  .lista-navbar {
    display: none !important;
  }

  .resto-navbar {
    width: 50%;
    justify-content: end;
  }

  .contenedor-hamburguesa {
    /* padding-right: 1.5rem; */
  }

  .logo-navbar {
    width: 50%;
  }

  /* .imagen-3-hero-polo {
    display: none;
  }

  .imagen-1-hero-polo {
    display: none;
  }
  .imagen-2-hero-polo {
    display: none;
  } */

  .container-nav {
    margin-inline: 0vw;
    /* align-items: flex-end; */
  }

  .contenido-dinamico-hero {
    justify-content: center;
  }

  .imagenes-hero {
    display: none;
  }

  .texto-inicial2 {
    width: 100%;
    align-items: center;
  }

  .texto-inicial2 h3 {
    text-align: center;
  }

  .scroll-down-hero {
    width: 40px;
    bottom: 5%;
    display: none;
  }

  .logo-navbar img {
    /* max-height: 150px; */
    max-width: 160px;
    /* width: 50%; */
  }

  .patrocinante {
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
  }

  .patrocinante2 {
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
  }

  .swiper {
    height: 100% !important;
  }

  footer {
    height: fit-content;
    clip-path: url(styles.css);
  }

  .imagenes-welcome {
    width: 15%;
  }

  .lista-politicas-footer {
    flex-direction: column;
    gap: 10px;
  }

  .merengada-welcome {
    top: 0%;
  }
  .container-come h3 {
    text-shadow: 4px 4px 0px #0a241c;
  }
  .container-come2 h3 {
    text-shadow: 4px 4px 0px #0a241c;
  }
}

@media screen and (max-width: 560px) {
  .hero-home {
    min-height: 560px;
  }

  .container-hero {
    clip-path: url(styles.css);
  }
}

@media screen and (min-width: 561px) and (max-width: 1023px) {
  .container-hero {
    clip-path: url(styles.css);
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .lista-redirecciones-footer {
    width: 100%;
  }
  .container-nav {
    /* width: 80%; */
    height: 100%;
    /* margin-top: 40px; */
  }
  .container-come h3 {
    text-shadow: 4px 4px 0px #0a241c;
  }
  .swiper-pagination-bullet {
    display: none !important;
  }

  .contenedor-imagen-slide {
    height: 45%;
  }

  .informacion-interna2 {
    height: 360px;
  }

  .informacion-interna {
    height: 360px;
  }

  .botones-sliders-div {
    width: 40px;
  }

  .container-come2 {
    gap: 0.5rem;
  }

  .container-come {
    gap: 0.5rem;
  }

  .imagen-flotante2 {
    height: 40px !important;
  }

  .container-logotipo2 img {
    height: 100%;
  }

  .container-logotipo img {
    height: 100%;
  }

  .container-hero {
    clip-path: url(styles.css);
  }

  .botones-sliders {
    position: absolute;
    justify-content: space-between;
    width: 105%;
    left: -2.5%;
    height: 105%;
    top: 0%;
    align-items: center;
  }

  .merengada-welcome {
    top: 0%;
  }

  .imagen-3-hero-polo {
    /* width: 260px;
    top: 45%;
    left: 50%;
    transform: translate(-50%); */
  }
  /* 
  .imagen-1-hero-polo {
    width: 320px;
    left: 20%;
    top: 25%;
  }

  .imagen-2-hero-polo {
    width: 180px;
    top: 25%;
    left: 70%;
  } */

  .logo-navbar {
    width: 20%;
  }

  .logo-navbar img {
    /* max-height: 150px; */
    max-width: 170px;
    /* width: 70%;  */
  }

  .lista-navbar {
    gap: 1rem;
    display: none !important;
  }

  .texto-inicial2 a {
    width: 300px;
    height: 65px;
  }

  .scroll-down-hero {
    width: 60px;
    bottom: 5%;
  }

  .imagenes-welcome {
    width: 25%;
  }

  .faqs-pollo {
    height: 280vh;
    min-height: 1400px;
  }

  .fotos-vinotinto-alitas {
    left: 12.5%;
  }

  .fotos-vinotinto-refresco {
    left: -5%;
    top: 10%;
  }

  .fotos-vinotinto-papas {
    top: 5%;
    width: 40%;
    left: 20%;
  }

  .contenedor-vinotinto {
    width: 100%;
  }

  .alfombra-placeholder {
    bottom: 0% !important;
  }

  .imagen-3-hero {
    width: 160px;
    bottom: 10%;
    left: 70%;
    z-index: 2;
    transform: translate(-50%);
  }

  .imagen-7-hero {
    width: 170px;
    bottom: 0%;
    rotate: 30deg;
    left: 25%;
    transform: translate(-50%);
  }

  .imagen-5-hero {
    width: 120px;
    bottom: 20%;
    left: 75%;
    transform: translate(-50%);
  }

  .imagen-6-hero {
    width: 160px;
    bottom: 10%;
    left: 90%;
    transform: translate(-50%);
  }

  .container-logotipo2 {
    height: 25%;
  }

  .container-logotipo2 img {
    height: 100%;
  }

  .container-logotipo {
    height: 25%;
  }

  .container-logotipo img {
    height: 100%;
  }

  .swiper-pagination-bullet {
    display: none !important;
  }

  .informacion-interna2 {
    height: 400px;
  }

  .informacion-interna {
    height: 400px;
  }

  .imagenes-welcome {
    width: 25%;
  }

  .scroll-down-hero {
    width: 80px;
  }

  .imagen-1-hero {
    width: 300px;
    left: -10%;
    bottom: 15%;
  }

  .scroll-down-hero {
    bottom: 2.5%;
    left: 2vw;
    display: none;
  }

  .texto-inicial2 {
    height: 65%;
  }

  .imagenes-welcome2 {
    width: 40%;
  }

  .alfombra-welcome {
    bottom: 5%;
  }

  .papas-welcome {
    width: 65%;
  }

  .refresco-welcome {
    width: 65%;
  }

  .contenedor-anchor-producto a {
    width: 160px;
  }

  .data-card p {
    font-size: 12px;
  }

  .preguntas-contenedor h2 {
    font-size: 75px;
  }

  .preguntas img {
    width: 90%;
  }

  .data-card-tope {
    padding: 0rem;
  }

  .botones-sliders {
    width: 100%;
    display: none;
  }

  .data-card-tope img {
    height: 30px;
  }

  .bg-gradiente-abs {
    right: -2%;
  }

  .pollos-welcome {
    bottom: 20%;
  }

  .container-come2 {
    gap: 1rem;
  }

  .imagen-2-hero {
    width: 300px;
    bottom: 15%;
    left: 15%;
  }

  .texto-inicial,
  .texto-inicial2 {
    width: auto;
  }

  .texto-inicial2 h3 {
    font-size: 14vw !important;
  }

  .texto-inicial h3 {
    /* font-size: 75px; */
    font-size: 17vw;
  }

  .texto-inicial a {
    width: 300px;
    height: 70px;
  }

  .alfombra-placeholder {
    width: 130%;
    bottom: -15%;
    right: 0%;
  }

  .caja-de-lista ul li img {
    width: 25px;
  }

  .titulos-arturito h2 span {
    right: -280%;
    top: -15%;
    height: 140px;
  }

  .fotos-vinotinto-alitas {
  }

  .arturo-presentacion img {
    height: 65%;
  }

  .texto-inicial2 {
    height: 75%;
  }

  .vectorito-1 {
    top: 55%;
    left: 85%;
    width: 130%;
  }

  .testimonios span {
    right: -21%;
    top: -140%;
  }

  .vectorito-2 {
    width: 125%;
  }

  .vectorito-3 {
    width: 75px;
  }

  .estilo-opciones {
    width: 80%;
  }

  .vectorito {
    width: 250px;
    height: 120px;
    left: 34%;
  }
}

@media screen and (min-width: 768px) and (min-height: 900px) {
  nav {
    /* top: 4rem; */
  }

  .patrocinante {
    top: 20px;
  }

  .patrocinante2 {
    top: 20px;
  }
}

@media screen and (max-width: 1023px) and (max-height: 700px) {
  .resto-navbar {
    height: 70%;
  }

  nav {
    /* top: 2.5rem; */
  }

  .texto-inicial {
    gap: 0.5rem;
  }
}

@media screen and (max-width: 1023px) and (min-height: 701px) {
  .resto-navbar {
    height: 70%;
  }

  .texto-inicial {
    gap: 1rem;
  }

  nav {
    /* top: 3.5rem; */
    top: 20vw;
  }
}

@media screen and (max-width: 1023px) {
  .no-desk {
    display: flex;
  }

  .hero-bg {
    width: 100%;
    height: 100%;
  }

  .contenedor-hamburguesa {
    height: 100%;
    align-items: center;
  }

  .patrocinante img {
    width: 20px;
  }

  .patrocinante2 img {
    width: 20px;
  }

  .no-mb {
    display: none;
  }

  .logo-footer {
    width: 75%;
  }

  footer {
    overflow: hidden;
    clip-path: url(styles.css);
  }

  .div-logo-footer {
    width: 75%;
    max-width: 450px;
    height: fit-content;
  }

  .container-footer {
    gap: 1.5rem;
    margin-top: 1rem;
  }

  .lista-politicas-footer {
    height: fit-content;
  }

  .linea-divisoria-footer {
    height: 2px;
    width: 25px;
  }

  .lista-redirecciones-footer {
    height: fit-content;
  }
}

@media screen and (min-width: 1600px) and (max-width: 1900px) {
  .texto-inicial2 {
    height: 80%;
  }

  .imagenes-welcome {
    width: 20%;
  }

  /* .imagen-1-hero-polo {
    width: 510px;
    left: 8%;
    bottom: 15%;
  } */

  .imagen-3-hero-polo {
    /* width: 500px;
    top: 45%;
    left: 26%; */
  }
  /* 
  .imagen-2-hero-polo {
    width: 320px;
    top: 12%;
    left: 55%;
  } */

  nav {
    /* top: 3.5rem; */
  }

  .imagen-1-hero {
    width: 550px;
    left: -10%;
    bottom: 0%;
  }

  .scroll-down-hero {
    bottom: 4%;
    left: 2vw;
  }

  .imagen-2-hero {
    width: 550px;
    bottom: 0%;
    left: 20%;
  }

  .imagen-3-hero {
    width: 550px;
    left: 15%;
  }

  .alfombra-welcome {
    bottom: -7%;
    left: -55%;
  }

  .papas-welcome {
    width: 60%;
  }

  .vectorito-1 {
    width: 115%;
  }

  .opciones {
    width: 65%;
  }

  .pollos-welcome {
    width: 70%;
  }

  .alfombra-placeholder {
    width: 150%;
    bottom: -30%;
    right: 0%;
  }

  .imagenes-welcome2 {
    width: 40%;
  }

  .fotos-vinotinto-alitas {
    left: 12.5%;
  }

  .fotos-vinotinto-refresco {
    left: 5%;
  }

  .caja-informacion {
    width: 70%;
  }

  .container-come {
    gap: 1rem;
  }

  .container-logotipo {
    height: 35%;
  }

  .container-logotipo img {
    height: 100%;
  }

  .caja-de-lista ul li img {
    width: 60px;
  }

  .titulos-arturito h2 span {
    right: -200%;
  }
}

@media screen and (min-width: 2000px) and (min-height: 950px) {
  nav {
    /* top: 6.5rem; */
  }

  .texto-inicial h3 {
    /* font-size: 140px; */
  }

  .texto-inicial2 h3 {
    /* font-size: 140px; */
  }

  .imagen-3-hero {
    bottom: -5%;
    left: 12.5%;
  }

  .caja-arturo {
    height: 600px;
  }

  .arturo-cajas-titulos div h2 {
    font-size: 105px;
  }

  .container-come a {
    width: 22vw;
    height: 90px;
    font-size: 52px;
  }

  .caja-de-lista ul li {
    font-size: 40px;
  }

  .caja-de-lista ul {
    gap: 3.5rem;
  }

  .imagen-1-hero {
    left: 0%;
    bottom: 20%;
  }
  /* 
  .imagen-1-hero-polo {
    left: 0%;
  } */

  .faqs-pollo {
    height: 150vh;
  }

  .texto-inicial2 {
    height: 65%;
  }

  .texto-inicial2 a {
    width: 500px;
    height: 95px;
  }

  .imagen-2-hero {
    width: 40rem;
    left: 45%;
  }

  /* .imagen-2-hero-polo {
    width: 32rem;
    left: 45%;
  } */

  .data-card p {
    font-size: 22px;
  }

  .data-card {
    height: 65%;
  }

  .opciones {
    height: 45%;
  }

  .informacion-welcome2 p {
    font-size: 30px;
  }

  .texto-inicial {
    height: 60%;
  }

  .informacion-welcome h4 {
    font-size: 150px;
  }
  .informacion-welcome2 h4 {
    font-size: 150px;
  }

  .container-logotipo2 {
    height: 20%;
  }

  .container-logotipo2 img {
    height: 100%;
  }

  .informacion-welcome a {
    width: 30rem;
    height: 80px;
  }

  .informacion-welcome p {
    font-size: 30px;
    width: 90%;
  }

  .alfombra-placeholder {
    width: 150%;
    bottom: -30%;
  }

  .texto-inicial a {
    font-size: 45px;
  }

  .texto-inicial a {
    width: 500px;
    height: 110px;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1599px) {
  .caja-de-lista ul {
    gap: 1.5rem;
    height: 85%;
  }

  .titulos-arturito h2 span {
    right: -210%;
  }

  .caja-de-lista ul li img {
    width: 50px;
  }

  .imagen-5-hero {
    width: 180px;
  }

  .imagen-6-hero {
    width: 240px;
  }

  .imagen-7-hero {
    width: 240px;
  }

  .imagen-3-hero {
    width: 400px;
    bottom: -10%;
    left: 40%;
    transform: translate(-50%);
  }

  .fotos-vinotinto-alitas {
    left: 12.5%;
  }

  .fotos-vinotinto-refresco {
    left: 5%;
  }

  .imagenes-welcome2 {
    width: 40%;
  }

  .informacion-welcome2 {
    gap: 0.5rem;
  }

  .welcome-polo {
    width: 95%;
  }

  .imagenes-welcome {
    width: 30%;
  }

  .alfombra-welcome {
    width: 145%;
    left: -50%;
  }

  .papas-welcome {
    width: 70%;
  }

  .refresco-welcome {
    width: 70%;
  }

  .pollos-welcome {
    width: 70%;
  }

  .imagen-1-hero {
    width: 500px;
    left: -10%;
    bottom: 5%;
  }

  .scroll-down-hero {
    bottom: 4.5%;
    left: 2vw;
  }

  .imagen-2-hero {
    width: 500px;
    bottom: 5%;
    left: 20%;
  }

  .alfombra-placeholder {
    width: 160%;
    bottom: -25%;
    right: 0%;
  }

  .imagen-3-hero-polo {
    /* width: 500px;
    top: 45%;
    left: 26%;
    transform: translate(-50%); */
  }

  .texto-inicial2 {
    height: 70%;
  }
  /* 
  .imagen-1-hero-polo {
    width: 510px;
    left: 5%;
    bottom: 15%;
  }

  .imagen-2-hero-polo {
    width: 320px;
    top: 12%;
    left: 55%;
  } */

  .imagen-3-hero {
    width: 450px;
    bottom: -10%;
    left: 40%;
    transform: translate(-50%);
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .texto-inicial2 {
    height: 65%;
  }
  .imagen-5-hero {
    width: 150px;
  }

  .imagen-6-hero {
    width: 180px;
    bottom: 0%;
  }

  .fotos-vinotinto-alitas {
    left: 7.5%;
  }

  .fotos-vinotinto-refresco {
    left: 2.5%;
  }

  .imagenes-welcome {
    width: 25%;
  }

  .fotos-vinotinto-papas {
    width: 42%;
    top: -10%;
  }

  /* .imagen-1-hero-polo {
    width: 490px;
    left: 5%;
    bottom: 15%;
  } */

  .imagen-3-hero-polo {
    /* width: 420px;
    top: 45%;
    left: 28%; */
  }

  /* .imagen-2-hero-polo {
    width: 320px;
    top: 16%;
    left: 59%;
  } */

  .imagen-3-hero {
    width: 450px;
    bottom: -10%;
    left: 40%;
    transform: translate(-50%);
  }

  .imagen-3-hero {
    width: 400px;
    bottom: 0%;
    left: 40%;
    transform: translate(-50%);
  }

  .imagen-1-hero {
    width: 400px;
    left: -10%;
    bottom: 15%;
  }

  .scroll-down-hero {
    bottom: 4.5%;
    left: 2vw;
  }

  .imagen-2-hero {
    width: 400px;
    bottom: 15%;
    left: 20%;
  }

  .alfombra-placeholder {
    width: 160%;
    bottom: -15%;
    right: 0%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .faqs-pollo {
    height: 200vh;
    min-height: 1000px;
  }

  .fotos-vinotinto-alitas {
    left: 12.5%;
  }

  .fotos-vinotinto-refresco {
    left: -5%;
    top: 10%;
  }

  .fotos-vinotinto-papas {
    top: 5%;
    width: 40%;
    left: 20%;
  }

  .contenedor-vinotinto {
    width: 100%;
  }

  .imagen-3-hero {
    width: 260px;
    bottom: 0%;
    left: 70%;
    z-index: 2;
    transform: translate(-50%);
  }

  .imagen-7-hero {
    width: 260px;
    bottom: -15%;
    rotate: 30deg;
    left: 25%;
    transform: translate(-50%);
  }

  .imagen-5-hero {
    width: 150px;
    bottom: 20%;
    left: 75%;
    transform: translate(-50%);
  }

  .imagen-6-hero {
    width: 160px;
    bottom: 10%;
    left: 90%;
    transform: translate(-50%);
  }

  .container-logotipo2 {
    height: 25%;
  }

  .container-logotipo2 img {
    height: 100%;
  }

  .container-logotipo {
    height: 25%;
  }

  .container-logotipo img {
    height: 100%;
  }

  .swiper-pagination-bullet {
    display: none !important;
  }

  .informacion-interna2 {
    height: 400px;
  }

  .informacion-interna {
    height: 400px;
  }

  .imagenes-welcome {
    width: 25%;
  }

  .scroll-down-hero {
    width: 80px;
  }

  .imagen-1-hero {
    width: 400px;
    left: -10%;
    bottom: 15%;
  }

  .scroll-down-hero {
    bottom: 4.5%;
    left: 2vw;
  }

  .texto-inicial2 {
    height: 65%;
  }

  .container-come2 {
    gap: 1rem;
  }

  .imagen-2-hero {
    width: 400px;
    bottom: 15%;
    left: 15%;
  }

  .alfombra-placeholder {
    width: 160%;
    bottom: -15%;
    right: 0%;
  }

  /* .imagen-3-hero-polo {
    width: 400px;
    top: 50%;
    left: 38%;
    transform: translate(-50%);
  }

  .imagen-1-hero-polo {
    width: 440px;
    left: 10%;
    top: 20%;
  }

  .imagen-2-hero-polo {
    width: 280px;
    top: 22%;
    left: 64%;
  } */

  .caja-de-lista ul li img {
    width: 45px;
  }

  .titulos-arturito h2 span {
    right: -280%;
    top: -15%;
    height: 140px;
  }

  .fotos-vinotinto-alitas {
  }

  .arturo-presentacion img {
    height: 65%;
  }

  .data-card {
    height: 90%;
  }
}

@media screen and (min-width: 1901px) and (max-width: 2100px) and (max-height: 900px) {
  .faqs-pollo {
    height: 230vh;
    min-height: 1400px;
  }

  .swiper-pagination {
    display: none !important;
  }

  .informacion-interna2 {
    height: 480px;
  }

  .informacion-interna {
    height: 480px;
  }

  .contenedor-anchor-producto2 a {
    width: 160px;
  }

  .section-slider-home {
    height: 100vh;
  }

  .data-card {
    height: 85%;
  }
}

@media screen and (min-width: 1600px) and (max-width: 2100px) and (max-height: 850px) {
  .faqs-pollo {
    height: 200vh;
    min-height: 1400px;
  }

  .texto-inicial h3 {
    /* font-size: 130px; */
  }

  .swiper-pagination {
    display: none !important;
  }

  .informacion-interna2 {
    height: 450px;
  }

  .informacion-interna {
    height: 450px;
  }

  .contenedor-anchor-producto2 a {
    width: 160px;
  }

  .section-slider-home {
    height: 770px;
  }

  .texto-inicial2 h3 {
    /* font-size: 105px; */
  }

  .texto-inicial {
    height: 90%;
  }

  .alfombra-placeholder {
    width: 155%;
    bottom: -35%;
    right: 0%;
  }

  .imagen-5-hero {
    width: 180px;
  }

  .imagen-6-hero {
    width: 240px;
  }

  .imagen-7-hero {
    width: 340px;
  }

  .imagen-3-hero {
    width: 360px;
    bottom: -10%;
    left: 40%;
    transform: translate(-50%);
  }

  .imagen-1-hero {
    width: 450px;
    left: -10%;
    bottom: 5%;
  }

  .scroll-down-hero {
    bottom: 2.5%;
  }

  .imagen-2-hero {
    width: 450px;
    bottom: 5%;
    left: 20%;
  }

  /* .imagen-3-hero-polo {
    width: 450px;
    bottom: -20%;
    left: 50%;
    transform: translate(-50%);
  }

  .imagen-1-hero-polo {
    width: 450px;
    left: 10%;
    bottom: 5%;
  }

  .imagen-2-hero-polo {
    width: 350px;
    bottom: 10%;
    left: 50%;
  } */

  .data-card {
    height: 90%;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1599px) and (max-height: 850px) {
  .container-logotipo {
    height: 35%;
  }

  .texto-movimiento-home {
    height: 120vh;
  }

  .bg-gradiente-abs {
    right: -1%;
  }

  .data-card-tope {
    height: 15%;
    padding-top: 0rem;
  }

  .data-card-bajo img {
    width: 85px;
  }

  .data-card-tope img {
    height: 35px;
  }

  .container-come {
    gap: 1rem;
  }

  .cabecera-slider {
    height: 20%;
  }

  .container-logotipo img {
    height: 100%;
  }

  .texto-inicial h3 {
    /* font-size: 130px; */
  }

  .faqs-pollo {
    height: 230vh;
    min-height: 1400px;
  }

  .data-card {
    height: 90%;
  }

  .swiper-pagination {
    display: none !important;
  }

  .informacion-interna2 {
    height: 450px;
  }

  .informacion-interna {
    height: 450px;
  }

  .contenedor-anchor-producto2 a {
    width: 160px;
  }

  .section-slider-home {
    height: 740px;
  }

  .texto-inicial {
    height: 90%;
  }

  .texto-inicial2 h3 {
    /* font-size: 105px; */
  }

  .alfombra-placeholder {
    width: 145%;
    bottom: -35%;
    right: 0%;
  }

  /* .imagen-3-hero-polo {
    width: 420px;
    bottom: -20%;
    left: 55%;
    transform: translate(-50%);
  }

  .imagen-1-hero-polo {
    width: 480px;
    left: 0%;
    bottom: 5%;
  }

  .imagen-2-hero-polo {
    width: 330px;
    bottom: 10%;
    left: 50%;
  } */

  .imagen-5-hero {
    width: 180px;
  }

  .imagen-6-hero {
    width: 240px;
  }

  .imagen-7-hero {
    width: 340px;
  }

  .imagen-3-hero {
    width: 400px;
    bottom: -10%;
    left: 40%;
    transform: translate(-50%);
  }

  .imagen-1-hero {
    width: 450px;
    left: -10%;
    bottom: 5%;
  }

  .scroll-down-hero {
    bottom: 4.5%;
  }

  .imagen-2-hero {
    width: 450px;
    bottom: 5%;
    left: 20%;
  }
  .vectorito-1 {
    top: 60%;
    left: 85%;
    width: 150%;
  }

  .vectorito-2 {
    width: 95%;
  }

  .vectorito {
    width: 300px;
    height: 160px;
    left: 36%;
  }

  .estilo-opciones img {
    width: 60px;
  }

  .estilo-opciones {
    width: 70%;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) and (min-height: 601px) and (max-height: 850px) {
  .swiper-pagination {
    display: none !important;
  }

  .section-vinotinto {
    min-height: 650px;
  }

  .data-card {
    height: 90%;
  }

  .vectorito-1 {
    top: 65%;
    left: 85%;
    width: 150%;
  }

  .vectorito-2 {
    width: 95%;
  }

  .vectorito {
    width: 300px;
    height: 160px;
    left: 36%;
  }

  .estilo-opciones img {
    width: 60px;
  }

  .estilo-opciones {
    width: 70%;
  }

  .vectorito-1 {
    top: 55%;
  }

  .faqs-pollo {
    height: 280vh;
    min-height: 1400px;
  }

  .container-logotipo {
    height: 30%;
  }

  .imagen-3-hero {
    width: 300px;
    bottom: -15% !important;
    left: 40%;
    transform: translate(-50%);
  }

  .contenedor-vinotinto {
    width: 95%;
  }

  .container-come {
    gap: 1rem;
  }

  .container-logotipo img {
    height: 100%;
  }

  .titulos-arturito h2 span {
    right: -230%;
    top: 15%;
  }

  .caja-de-lista ul li {
    font-size: 22px;
  }

  .caja-de-lista ul li img {
    width: 45px;
  }

  .texto-inicial h3 {
    /* font-size: 135px; */
  }
  .informacion-interna2 {
    height: 450px;
  }

  .informacion-interna {
    height: 450px;
  }

  .contenedor-anchor-producto2 a {
    width: 160px;
  }

  .section-slider-home {
    height: 740px;
  }

  .texto-inicial2 h3 {
    /* font-size: 105px; */
  }

  /* .imagen-3-hero-polo {
    width: 400px;
    bottom: -20%;
    left: 60%;
    transform: translate(-50%);
  } */

  .imagen-5-hero {
    width: 180px;
  }

  .imagen-6-hero {
    width: 240px;
  }

  .imagen-7-hero {
    width: 300px;
    left: 0%;
    z-index: 1;
    bottom: -25%;
  }

  /* .imagen-1-hero-polo {
    width: 500px;
    left: 1%;
    bottom: 0%;
  }

  .imagen-2-hero-polo {
    width: 300px;
    bottom: 10%;
    left: 55%;
  } */

  .imagenes-welcome2 {
    width: 40%;
  }

  .papas-welcome {
    width: 70%;
  }
  .refresco-welcome {
    width: 70%;
  }

  .pollos-welcome {
    width: 70%;
  }

  .preguntas-contenedor h2 {
    font-size: 90px;
  }

  .preguntas img {
    width: 100%;
  }

  .testimonios span {
    right: -17%;
    top: -110%;
  }

  .alfombra-welcome {
    bottom: -10%;
    left: -55%;
  }

  .alfombra-placeholder {
    width: 140%;
    bottom: -20%;
    right: 0%;
  }

  .texto-inicial {
    height: 85%;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) and (max-height: 600px) {
  .preguntas-contenedor h2 {
    font-size: 75px;
  }

  .alfombra-placeholder {
    width: 125%;
  }

  .swiper-pagination {
    display: none !important;
  }

  .data-card {
    height: 90%;
  }

  .fotos-vinotinto-alitas {
    width: 55%;
  }

  .fotos-vinotinto-refresco {
    left: -2.5%;
  }

  .fotos-vinotinto-papas {
    top: 0%;
    left: 20%;
  }

  .section-vinotinto {
    min-height: 650px;
  }

  .arturo-cajas-titulos div h2 {
  }

  .faqs-pollo {
    height: 260vh;
    min-height: 1800px;
  }

  .titulos-arturito h2 span {
    right: -230%;
    top: -15%;
  }

  .caja-de-lista ul {
    gap: 1.85rem;
  }

  .caja-de-lista ul li img {
    width: 25px;
  }

  .caja-de-lista ul li {
    font-size: 21px;
  }

  .texto-inicial h3 {
    /* font-size: 125px; */
  }
  .informacion-interna2 {
    height: 450px;
  }

  .informacion-interna {
    height: 450px;
  }

  .alfombra-placeholder {
    width: 130%;
  }

  .imagen-1-hero {
    width: 360px;
  }

  .imagen-2-hero {
    width: 350px;
  }

  .contenedor-anchor-producto2 a {
    width: 160px;
  }

  .section-slider-home {
    height: 740px;
  }

  .texto-inicial2 h3 {
    /* font-size: 95px; */
  }

  /* .imagen-3-hero-polo {
    width: 320px;
    bottom: -20%;
    left: 50%;
    transform: translate(-50%);
  }

  .imagen-1-hero-polo {
    width: 400px;
    left: 10%;
    bottom: 5%;
  } */

  .informacion-welcome2 h4 {
    font-size: 85px;
  }

  .informacion-welcome h4 {
    font-size: 85px;
  }

  .container-come h3 {
    font-size: 85px;
  }

  .container-come2 h3 {
    font-size: 85px;
  }

  .container-come2 {
    gap: 1rem;
  }

  .container-logotipo2 {
    height: 24%;
  }

  .container-logotipo2 img {
    height: 100%;
  }

  .container-logotipo {
    height: 24%;
  }

  .container-logotipo img {
    height: 100%;
  }

  .imagen-2-hero-polo {
    width: 300px;
    bottom: 10%;
    left: 50%;
  }

  .alfombra-placeholder {
    width: 130%;
    bottom: -30%;
    right: 0%;
  }

  .texto-inicial {
    height: 95%;
    gap: 0.5rem;
  }

  .texto-inicial2 {
    height: 90%;
    gap: 0.5rem;
  }

  .texto-inicial a {
    width: 340px;
    height: 65px;
  }

  .imagenes-welcome2 {
    width: 40%;
  }

  .bg-gradiente-abs {
    right: -1%;
  }

  .ws-anchor svg {
    width: 40px;
  }

  .vectorito {
    width: 250px;
    height: 125px;
    left: 30%;
  }

  .parrafo-faq-active {
    max-height: 950px;
  }

  .testimonios span {
    top: -112%;
    right: -17%;
  }

  .vectorito-1 {
    width: 100%;
  }

  .vectorito-2 {
    width: 100%;
  }

  .vectorito-3 {
    top: 0%;
  }

  .estilo-opciones {
    width: 75%;
    height: 100%;
  }

  .opciones {
    height: 70%;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1599px) and (max-height: 600px) {
  .swiper-pagination {
    display: none !important;
  }

  .data-card {
    height: 90%;
  }

  .section-vinotinto {
    min-height: 650px;
  }

  .faqs-pollo {
    height: 260vh;
    min-height: 1400px;
  }

  .texto-inicial h3 {
    /* font-size: 125px; */
  }
  .informacion-interna2 {
    height: 450px;
  }

  .informacion-interna {
    height: 450px;
  }

  .contenedor-anchor-producto2 a {
    width: 160px;
  }

  .section-slider-home {
    height: 740px;
  }

  .texto-inicial2 h3 {
    /* font-size: 95px; */
  }

  /* .imagen-3-hero-polo {
    width: 320px;
    bottom: -20%;
    left: 50%;
    transform: translate(-50%);
  }

  .imagen-1-hero-polo {
    width: 400px;
    left: 10%;
    bottom: 5%;
  } */

  .informacion-welcome2 h4 {
    font-size: 85px;
  }

  .container-come2 h3 {
    font-size: 85px;
  }

  .container-come2 h3 {
    font-size: 85px;
  }

  .container-come2 {
    gap: 1rem;
  }

  .container-logotipo2 {
    height: 24%;
  }

  .container-logotipo2 img {
    height: 100%;
  }

  .container-logotipo {
    height: 24%;
  }

  .container-logotipo img {
    height: 100%;
  }

  .imagen-2-hero-polo {
    width: 300px;
    bottom: 10%;
    left: 50%;
  }

  .alfombra-placeholder {
    width: 160%;
    bottom: -30%;
    right: 0%;
  }

  .texto-inicial {
    height: 95%;
  }

  .texto-inicial2 {
    height: 90%;
    gap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) and (max-height: 850px) {
  .texto-inicial2 {
    height: 75%;
  }

  .vectorito-1 {
    top: 55%;
    left: 85%;
    width: 130%;
  }

  .vectorito-2 {
    width: 125%;
  }

  .imagenes-welcome2 {
    width: 40%;
  }

  .papas-welcome {
    width: 75%;
  }

  .preguntas-contenedor h2 {
    font-size: 80px;
  }

  .preguntas img {
    width: 100%;
  }

  .alfombra-welcome {
    bottom: -5%;
    width: 165%;
  }

  .pollos-welcome {
    width: 80%;
  }

  .vectorito {
    width: 300px;
    height: 160px;
    left: 36%;
  }

  .estilo-opciones img {
    width: 60px;
  }

  .estilo-opciones {
    width: 70%;
  }

  .testimonios span {
    right: -19%;
    top: -125%;
  }

  .data-card {
    height: 80%;
  }

  .section-vinotinto {
    min-height: 650px;
  }

  .contenedor-vinotinto {
    width: 100%;
  }

  .caja-de-lista ul li img {
    width: 45px;
  }

  .titulos-arturito h2 span {
    right: -280%;
    top: -15%;
    height: 140px;
  }

  .fotos-vinotinto-alitas {
  }

  .arturo-presentacion img {
    height: 65%;
  }

  .faqs-pollo {
    height: 190vh;
    min-height: 1400px;
  }

  .texto-inicial {
    height: 85%;
  }

  .alfombra-placeholder {
    bottom: -30%;
    width: 135%;
  }

  /* .imagen-3-hero-polo {
    width: 400px;
    bottom: -20%;
    left: 50%;
    transform: translate(-50%);
  }

  .imagen-1-hero-polo {
    width: 400px;
    left: 10%;
    bottom: 5%;
  }

  .imagen-2-hero-polo {
    width: 270px;
    bottom: 10%;
    left: 45%;
  } */
}

@media screen and (min-width: 1023px) and (max-height: 650px) {
  .texto-inicial h3 {
    /* font-size: 80px; */
  }

  .texto-inicial2 {
    height: 85%;
  }

  .logo-navbar img {
    max-height: 120px;
  }

  nav {
    /* top: 2.5rem; */
  }

  .imagen-3-hero {
    bottom: -22.5%;
    left: 40%;
    transform: translate(-50%);
  }

  .imagen-1-hero {
    left: -10%;
    bottom: -10.5%;
  }

  .imagen-2-hero {
    bottom: 0.5%;
    left: 20%;
  }
}

@media screen and (min-width: 1023px) and (min-height: 651px) and (max-height: 700px) {
  .texto-inicial h3 {
    /* font-size: 110px; */
  }

  .texto-inicial2 {
    height: 80%;
  }
}

@media screen and (min-width: 1023px) and (max-width: 1279px) and (min-height: 900px) {
  .texto-inicial h3 {
    /* font-size: 170px; */
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) and (min-height: 900px) {
  .texto-inicial h3 {
    /* font-size: 170px; */
  }
}

@media screen and (min-width: 1440px) and (max-width: 1599px) and (min-height: 900px) {
  .texto-inicial h3 {
    /* font-size: 160px; */
  }

  .imagen-2-hero {
    width: 500px;
    bottom: 5%;
    left: 30%;
  }

  .imagen-1-hero {
    left: 0%;
  }

  .alfombra-placeholder {
    width: 175%;
  }
}

/* SHARED ELEMENTS  */
.clippy {
  position: absolute;
  top: -999px;
  left: -999px;
  width: 0;
  height: 0;
}

[data-drop-element] {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

[data-index-main] {
  /* pointer-events: none; */
}

.container-hero__arturos-logo {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 1;
  transform: translateY(-50%);
  mix-blend-mode: overlay;
}

@media screen and (min-width: 1024px) {
  /* HEADER  */
  [data-header] {
    position: relative;
    display: flex;
    justify-content: center;
    width: calc(100vw - 2.5vw);
    height: 28.23vw;
    color: #F6F7F2;
    z-index: 1;
    overflow: hidden;
    background: #6DB33F;
    margin: 1rem auto;
    clip-path: url(styles.css);
  }

  .container-hero__arturos-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    mix-blend-mode: overlay;
    transform: translateY(0%);
  }

  [data-header-logo] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
  }

  [data-header] h1 {
    margin-top: 14.17vw;
    color: #F6F7F2;
    text-align: center;
    font-family: "Poppins";
    font-size: 8.33vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    text-wrap: nowrap;
  }

  /* LANGUAGE SELECTOR  */
  .language-selector {
    position: absolute;
    top: 1vw;
    right: 5vw;
    display: flex;
    align-items: center;
    gap: 0.5vw;
    cursor: pointer;
    z-index: 5;
  }

  .language-selector .language-selector__icon {
    width: clamp(10px, 2.3vw, 35px);
    height: auto;
  }

  .language-selected,
  .language-selector__option {
    color: #0F2E23;
    font-family: Poppins;
    font-size: clamp(8px, 1.5vw, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    min-width: 1.5rem;
    text-align: center;
  }

  .language-selector__arrow {
    width: clamp(10px, 1.5vw, 40px);
    pointer-events: none;
  }

  .language-selector__options {
    position: absolute;
    display: grid;
    gap: 0.5rem;
    top: 100%;
    left: 0;
    z-index: 5;
    background-color: #F6F7F2;
    padding: 1rem 2.5rem 1rem;
    border-radius: 0 0 1rem 1rem;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10%);
    transition: all 0.3s ease;
  }

  .language-selector:hover .language-selector__options {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
  }

  .language-selector[data-current-language="ES"] .language-selector__option[data-language="ES"] {
    visibility: hidden;
    opacity: 0;
    display: none;
  }

  .language-selector[data-current-language="EN"] .language-selector__option[data-language="EN"] {
    visibility: hidden;
    opacity: 0;
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .hero-home {
    min-height: 750px;
  }
}

@media screen and (min-width: 1900px) {
  .hero-home {
    min-height: 900px;
  }
}

@media screen and (max-width: 1023px) {
  nav {
    padding-inline: 8vw 12vw;
    top: 17vw;
  }

  nav[data-direction="top"] {
    top: 17vw;
  }

  .contenedor-hamburguesa {
    display: flex !important;
  }

  /* HOME PAGE  */
  .hero-home:not(.kb-hero-slider) {
    padding: 2vw;
    aspect-ratio: 0.446;
  }

  .hero-home.kb-hero-slider {
    padding: 0;
    aspect-ratio: auto;
  }

  [data-header] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 92vw;
    height: 102.06vw;
    color: #F6F7F2;
    margin-inline: auto;
    overflow: hidden;
    background: #6DB33F;
    z-index: 1;
    clip-path: url(styles.css);
    margin-top: 1rem;
  }

  [data-header-logo] {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    mix-blend-mode: overlay;
  }

  [data-header] h1 {
    position: relative;
    z-index: 1;
    margin-top: 20.47vw;
    color: rgba(246, 247, 242, 0.94);
    text-align: center;
    font-family: "Poppins";
    font-size: 12.66vw;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    text-transform: uppercase;
  }

  /* LANGUAGE SELECTOR  */
  .language-selector {
    position: absolute;
    top: 4vw;
    right: 10vw;
    display: flex;
    align-items: center;
    gap: 1vw;
    cursor: pointer;
    z-index: 10;
  }

  .language-selector .language-selector__icon {
    width: min(8vw, 30px);
    height: auto;
    text-align: center;
  }

  .language-selected,
  .language-selector__option {
    color: #0F2E23;
    font-family: Poppins;
    font-size: min(4.5vw, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    min-width: 1.5rem;
    text-align: center;
  }

  .language-selector__arrow {
    width: min(3.5vw, 20px);
    pointer-events: none;
  }

  .language-selector__options {
    position: absolute;
    display: grid;
    gap: 0.5rem;
    top: 100%;
    left: 0;
    z-index: 10;
    background-color: #F6F7F2;
    padding: 1rem 2rem;
    border-radius: 0 0 1rem 1rem;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10%);
    transition: all 0.3s ease;
  }

  .language-selector:hover .language-selector__options {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
  }

  .language-selector[data-current-language="ES"] .language-selector__option[data-language="ES"] {
    visibility: hidden;
    opacity: 0;
    display: none;
  }

  .language-selector[data-current-language="EN"] .language-selector__option[data-language="EN"] {
    visibility: hidden;
    opacity: 0;
    display: none;
  }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  .language-selector {
    top: 4vw;
  }

  nav {
    top: 15vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  nav {
    top: 12vw;
    padding-inline: 4vw 8vw;
  }

  nav[data-direction="top"] {
    top: 12vw;
  }
}

@media screen and (max-width: 480px) {
  /* LANGUAGE SELECTOR  */
  .language-selector {
    top: 7vw;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .hero-home {
    min-height: auto;
  }

  .texto-inicial h3 {
  }
  .texto-inicial2 h3 {
    /* font-size: clamp(40px, 7vw, 80px); */
  }

  .container-hero {
    clip-path: url(styles.css);
  }
}

@media screen and (min-width: 1024px) {
  /* SECOND SECTION HOME  */
  .welcome-home-div {
    height: 100%;
    width: 100%;
  }

  .welcome-home {
    width: clamp(29.38rem, 0.375rem + 45.3125vw, 54.75rem);
  }

  .informacion-welcome h4 {
    font-size: clamp(4.81rem, -0.0446rem + 7.5893vw, 9.06rem);
  }

  .informacion-welcome p {
    font-size: clamp(0.74rem, 0.0089rem + 1.1384vw, 1.38rem);
    width: clamp(25rem, -2.3571rem + 42.7455vw, 48.94rem);
  }

  .estrella-andante {
    position: absolute;
    bottom: -220px;
  }

  .informacion-welcome a {
    color: #F6F7F2;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 50px;
    text-decoration: none;
    border: 3px solid #6DB33F;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20rem;
    min-width: fit-content;
    margin-top: 1.5rem;
    background: #6DB33F;
    transition: all 0.5s ease;
    width: fit-content;
    padding-block: 1.4063vw;
    padding-inline: clamp(1.38rem, -0.1964rem + 2.4554vw, 2.75rem);

    font-size: clamp(1.17rem, -0.0009rem + 1.8237vw, 2.19rem);
  }

  /* IMAGES  */
  .welcome-home-div .imagenes-hero-container {
    position: relative;
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-areas: "stack";
    place-items: center;
    max-width: 50vw;
    max-height: 500px;
  }

  /* refresco  */
  .imagen-1-welcome {
    position: relative;
    grid-area: stack;
    place-self: start center;
    transform: rotate(-25deg);
    object-fit: cover;

    width: 400px;
    width: 600px;
    width: clamp(25rem, 10.7143rem + 22.3214vw, 37.5rem);

    margin-top: -120px;
    margin-top: -100px;
    margin-top: calc(-1 * clamp(7.5rem, 8.9286rem + -2.2321vw, 6.25rem));

    margin-left: 150px;
    margin-left: clamp(0rem, -10.7143rem + 16.7411vw, 9.38rem);
  }

  /* papas  */
  .imagen-2-welcome {
    position: relative;
    z-index: 2;
    grid-area: stack;
    place-self: start center;
    transform: rotate(15deg);

    margin-top: 100px;
    margin-left: 50px;
    width: clamp(18.13rem, 12.2679rem + 12.2768vw, 28rem);
  }

  /* pechuga  */
  .imagen-3-welcome {
    position: relative;
    z-index: 3;
    grid-area: stack;
    place-self: center start;
    transform: rotate(-20deg);

    margin-top: 80px;
    margin-left: -30px;
    width: clamp(18.75rem, 4.4643rem + 22.3214vw, 31.25rem);
  }

  /* muslo  */
  .imagen-7-welcome {
    position: relative;
    z-index: 2;
    grid-area: stack;
    place-content: end end;
    transform: rotate(45deg);

    /* margin-top: 300px;
  margin-top: 350px; */
    /*   
  margin-left: 100px;
  margin-left: 320px; */

    width: clamp(18.75rem, 11.6071rem + 11.1607vw, 25rem);
    margin-top: clamp(18.75rem, 15.1786rem + 5.5804vw, 21.88rem);
    margin-left: clamp(6.25rem, -9.4643rem + 24.5536vw, 20rem);
  }

  /* pan  */
  .imagen-5-welcome {
    position: relative;
    grid-area: stack;
    place-self: start start;
    transform: rotate(20deg);

    /* margin-top: -20px;
  margin-left: 20px;
  width: 130px;

  margin-top: -110px;
  margin-left: 40px;
  width: 200px; */

    width: clamp(8.13rem, 3.125rem + 7.8125vw, 12.5rem);
    margin-top: calc(-1 * clamp(1.25rem, -5.1786rem + 10.0446vw, 6.88rem));
    margin-left: clamp(1.25rem, -0.1786rem + 2.2321vw, 2.5rem);
  }

  /* ensalada  */
  .imagen-6-welcome {
    position: relative;
    grid-area: stack;
    place-self: center center;
    transform: rotate(30deg);

    /* width: 200px; */
    /* margin-top: -200px; */
    /* margin-left: -300px; */

    /* width: 300px; */
    /* margin-top: -300px; */
    /* margin-left: -500px; */

    margin-top: calc(-1 * clamp(12.5rem, 5.3571rem + 11.1607vw, 18.75rem));
    margin-left: calc(-1 * clamp(18.75rem, 4.4643rem + 22.3214vw, 31.25rem));
    width: clamp(12.5rem, 5.3571rem + 11.1607vw, 18.75rem);
  }

  /* servilleta  */
  .alfombra-welcome-2 {
    grid-area: stack;
    transform: rotateZ(45deg);
    place-self: start start;

    /* margin-top: -100px; */
    /* margin-top: -230px; */

    margin-left: -350px;
    width: clamp(62.5rem, 29.4286rem + 51.6741vw, 91.44rem);
    margin-top: calc(-1 * clamp(6.25rem, -3.0357rem + 14.5089vw, 14.38rem));
  }

  /* NEW ERA  */
  .section-nueva-era {
    height: fit-content;
  }

  footer {
    overflow: hidden;
    max-height: 800px;
  }

  .opciones {
    padding: 1rem;
    width: clamp(21.88rem, 14.0179rem + 12.2768vw, 28.75rem);
  }

  .welcome-section-polo {
    padding-block: 5vw 0;
  }

  .welcome-polo {
    width: 51.8333vw;
    flex-shrink: 0;
  }

  .texto-movimiento-home-polo {
    padding-block: 14vw;
  }

  /* MARQUEE  */
  .marquee-css {
    color: #efeeec;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .marquee-css-polo {
    margin-bottom: 2rem;
  }

  .marquee-css__list {
    flex: none;
    align-items: center;
    display: flex;
    position: relative;
  }

  .marquee-css__item {
    grid-column-gap: 0.5723vw;
    align-items: end;
    padding-right: 2.0812vw;
    display: flex;
    flex-shrink: 0;
  }

  .marquee-css-polo .marquee-css__item {
    grid-column-gap: 1.5vw;
    padding-right: 2.0812vw;
  }

  .marquee-css__item img {
    width: auto;
    flex-shrink: 0;
    height: clamp(2.03rem, -0.0525rem + 3.2539vw, 3.86rem);
  }

  .marquee-css__item h5 {
    color: #6DB33F;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    font-size: clamp(1.33rem, -0.0002rem + 2.0813vw, 2.5rem);
  }

  /* CSS Keyframe Animation */
  @keyframes translateX {
    to {
      transform: translateX(-100%);
    }
  }

  [data-css-marquee-list] {
    animation: translateX 30s linear;
    animation-iteration-count: infinite;
    animation-play-state: paused;
  }
}

@media screen and (max-width: 1023px) {
  .texto-inicial {
    width: auto;
  }

  .texto-inicial2 h3 {
    width: auto;
    font-size: 14vw;
  }

  /* SECOND SECTION HOME  */
  .welcome-home-div {
    height: 100%;
    width: 100%;
  }

  .welcome-home {
    width: 100% !important;
    overflow: hidden;
    padding-inline: 5vw;
  }

  .informacion-welcome h4 {
    font-size: clamp(3.13rem, 1.6782rem + 6.1728vw, 5.63rem);
  }

  .informacion-welcome p {
    width: 100%;
    /* font-size: 4vw;
  font-size: 22px; */
    font-size: clamp(0.94rem, 0.6843rem + 1.0802vw, 1.38rem);
  }

  .estrella-andante {
    position: absolute;
    bottom: -220px;
  }

  .informacion-welcome a {
    /* font-size: 5.33vw;
  font-size: 25px; */
    font-size: clamp(1.25rem, 1.0692rem + 0.7716vw, 1.56rem);
    width: 100%;
  }

  .welcome-section {
    height: fit-content;
  }

  /* IMAGES  */
  .welcome-home-div .imagenes-hero-container {
    position: relative;
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-areas: "stack";
    max-width: 100%;
    height: fit-content;
    margin-top: 1rem;
  }

  /* refresco  */
  .imagen-1-welcome {
    position: absolute;
    z-index: 2;
    /* grid-area: stack; */
    /* place-self: center center; */

    transform: rotate(0deg);
    object-fit: cover;

    position: absolute;
    margin-left: 0px;
    left: -2%;
    top: 20px;
    width: 180px;
  }

  /* papas  */
  .imagen-2-welcome {
    position: absolute;
    z-index: 0;

    transform: rotate(0deg);

    width: 150px;
    top: 10px;
    left: 95px;
  }

  /* pechuga  */
  .imagen-3-welcome {
    position: absolute;
    z-index: 3;
    /* place-self: end start; */
    left: 18%;
    top: 50%;
    transform: rotate(0deg);

    width: 150px;
  }

  /* muslo  */
  .imagen-7-welcome {
    position: absolute;
    z-index: 2;
    top: 40%;
    left: 55%;

    transform: rotate(40deg);

    width: 150px;
    overflow: hidden;
  }

  /* pan  */
  .imagen-5-welcome {
    position: absolute;
    transform: rotate(0deg);
    top: 40%;
    left: 75%;
    transform: translate(-50%, -50%);

    width: 90px;
  }

  /* ensalada  */
  .imagen-6-welcome {
    position: absolute;
    transform: rotate(0deg);
    top: 55%;
    left: 58%;
    transform: translate(-50%, -50%);
    width: 110px;
  }

  /* servilleta  */
  .alfombra-welcome-2 {
    grid-area: stack;
    transform: rotateZ(0deg);
    place-self: center center;

    width: 420px;
    margin-left: -10px;
  }

  /* NEW ERA  */
  .section-nueva-era {
    height: fit-content;
  }

  footer {
    overflow: hidden;
    max-height: 800px;
  }

  .opciones {
    padding: 1rem;
    width: 90%;
    height: fit-content;
  }

  .opcion-meu img {
    width: 40px;
  }

  .welcome-section-polo {
    padding-block: 5vw 0;
  }

  .section-nueva-era {
    height: 700px;
  }

  /* MARQUEE  */
  .marquee-css {
    color: #efeeec;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    margin-top: 1rem;
  }

  .marquee-css-polo {
    margin-bottom: 3rem;
  }

  .marquee-css__list {
    flex: none;
    align-items: center;
    display: flex;
    position: relative;
  }

  .marquee-css__item {
    grid-column-gap: 2.9333vw;
    align-items: end;
    padding-right: 10.1333vw;
    display: flex;
    flex-shrink: 0;
  }

  .marquee-css__item img {
    width: auto;
    flex-shrink: 0;
    height: clamp(1.88rem, 0.0666rem + 7.716vw, 5rem);
  }

  .marquee-css__item h5 {
    color: #6DB33F;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    font-size: clamp(1.88rem, 1.1516rem + 3.0864vw, 3.13rem);
  }

  /* CSS Keyframe Animation */
  @keyframes translateX {
    to {
      transform: translateX(-100%);
    }
  }

  [data-css-marquee-list] {
    animation: translateX 30s linear;
    animation-iteration-count: infinite;
    animation-play-state: paused;
  }
}

@media screen and (min-width: 490px) and (max-width: 1023px) {
  .welcome-home-div .imagenes-hero-container {
    display: none;
  }

  .imagenes-hero {
    display: none;
  }

  .contenido-dinamico-hero {
    justify-content: center;
  }

  .texto-inicial h3 {
    text-align: center;
  }

  .texto-inicial2 h3 {
    text-align: center;
  }
}

.ws-anchor {
  display: none;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  top: 999px;
  left: 999px;
  width: 0;
  height: 0;
}

.marquee-css__list-polo h5 {
  color: #6DB33F !important;
}

@media screen and (max-width: 478px) {
  .imagenes-hero.--is-polo {
  }

  /* refresco  */
  .imagen-1-hero-polo {
    width: clamp(330px, 46vw, 792px);
    height: clamp(330px, 46vw, 792px);
    bottom: 0;
    right: 13vw;
    position: absolute;
    z-index: 1;
  }

  /* helado  */
  .imagen-2-hero-polo {
    bottom: 21vw;
    right: -8vw;
    position: absolute;
    width: clamp(171px, 22.7vw, 410.4px);
    height: clamp(213.75px, 27.7vw, 513.9px);
    z-index: 2;
  }

  /* cheese cake  */
  .imagen-3-hero-polo {
    position: absolute;
    width: clamp(262.5px, 36.4vw, 630px);
    height: clamp(229.5px, 32vw, 551.7px);
    bottom: -10vw;
    right: -5vw;
    z-index: 3;
  }
}

@media screen and (max-width: 478px) and (max-height: 670px) {
  .imagenes-hero.--is-polo {
  }

  /* refresco  */
  .imagen-1-hero-polo {
    width: min(300px, clamp(330px, 46vw, 792px));
    height: min(300px, clamp(330px, 46vw, 792px));
    bottom: 0;
    right: 13vw;
    position: absolute;
    z-index: 1;
  }

  /* helado  */
  .imagen-2-hero-polo {
    bottom: 21vw;
    right: -8vw;
    position: absolute;
    width: min(141px, clamp(171px, 22.7vw, 410.4px));
    height: min(183px, clamp(213.75px, 27.7vw, 513.9px));
    z-index: 2;
  }

  /* cheese cake  */
  .imagen-3-hero-polo {
    position: absolute;
    width: min(230px, clamp(262.5px, 36.4vw, 630px));
    height: min(200px, clamp(229.5px, 32vw, 551.7px));
    bottom: -10vw;
    right: -5vw;
    z-index: 3;
  }
}

@media screen and(min-width: 479px) and (max-width: 991px) {
  /* refresco  */
  .imagen-1-hero-polo {
  }

  /* helado  */
  .imagen-2-hero-polo {
  }

  /* cheese cake  */
  .imagen-3-hero-polo {
  }
}

@media screen and (min-width: 992px) {
  .contenido-dinamico-hero {
    max-width: 2500px;
  }
  .imagenes-hero.--is-polo {
    align-self: end;
    height: 40vw;
  }
  .imagenes-hero-div {
    width: 40vw;
    margin-left: auto;
  }

  .imagen-1-hero-polo {
    width: clamp(440px, 46vw, 792px);
    height: clamp(440px, 46vw, 792px);
    bottom: 0;
    right: 11vw;
    position: absolute;
    z-index: 1;
  }

  /* helado  */
  .imagen-2-hero-polo {
    bottom: 15vw;
    right: 0;
    position: absolute;
    width: clamp(228px, 22.7vw, 410.4px);
    height: clamp(285px, 27.7vw, 513.9px);
    z-index: 2;
  }

  /* cheese cake  */
  .imagen-3-hero-polo {
    position: absolute;
    width: clamp(350px, 36.4vw, 630px);
    height: clamp(306px, 32vw, 551.7px);
    bottom: -3vw;
    right: 0;
    z-index: 3;
  }
}

@media screen and (min-width: 992px) and (max-height: 600px) {
  .imagenes-hero.--is-polo {
    align-self: end;
    height: min(40vw, 700px);
  }
  .imagenes-hero-div {
    width: 40vw;
    margin-left: auto;
  }

  .imagen-1-hero-polo {
    width: min(60vw, 80vh);
    height: min(60vw, 80vh);
    bottom: 0;
    right: 11vw;
    position: absolute;
    z-index: 1;
  }

  /* helado  */
  .imagen-2-hero-polo {
    top: auto;
    bottom: 13vw;
    right: 0;
    position: absolute;
    width: min(42.7vw, 40.7vh);
    height: min(47.7vw, 50.7vh);
    z-index: 2;
  }

  /* cheese cake  */
  .imagen-3-hero-polo {
    position: absolute;
    width: min(56.4vw, 66.4vh);
    height: min(52vw, 62vh);
    bottom: -3vw;
    right: 0;
    z-index: 3;
  }
}

.kb-policies-footer { display: flex; flex-wrap: wrap; gap: 0.35rem 0.5rem; justify-content: center; max-width: 52rem; margin: 0.5rem auto; }
.kb-policies-footer a { font-size: 0.75rem; }

.section-slider-home .kb-feature-anchor span {
  display: inline-block;
  pointer-events: none;
  cursor: default;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: var(--kb-green-dark, #0f2e23);
}

/* Platform features — 4-column grid (homepage) */
.section-slider-home.kb-features-section {
  height: auto;
  min-height: 0;
  max-height: none;
  padding: 2.5rem 0 3rem;
}

.section-slider-home.kb-features-section .container-slider {
  height: auto;
  min-height: 0;
  padding-bottom: 2rem;
}

.section-slider-home.kb-features-section .contenido-slider {
  height: auto;
}

.section-slider-home.kb-features-section .cabecera-slider {
  height: auto;
  min-height: 7rem;
  margin-bottom: 1rem;
}

.section-slider-home.kb-features-section .informacion-slider {
  flex-grow: 0;
}

.kb-features-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  width: 100%;
  z-index: 1;
}

.kb-features-row-title {
  grid-column: 1 / -1;
  margin-top: 1.75rem;
}

.kb-features-row-title:first-child {
  margin-top: 0.25rem;
}

.kb-features-row-title h3 {
  color: #f6f7f2;
  font-family: Poppins, system-ui, sans-serif;
  font-size: clamp(18px, 1.65vw, 1.65rem);
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  text-transform: none;
}

.section-slider-home .kb-feature-card {
  width: 100%;
  min-width: 0;
}

.section-slider-home .kb-feature-card .informacion-interna {
  height: auto;
  min-height: 200px;
}

.section-slider-home .kb-feature-card .contenedor-imagen-slide {
  height: auto;
  min-height: 130px;
  flex: 1 1 auto;
  padding: 0.5rem 0;
}

.section-slider-home .kb-feature-card .contenedor-resto {
  height: auto;
  flex: 0 0 auto;
  justify-content: flex-start;
  padding-bottom: 0.65rem;
  gap: 0;
}

.section-slider-home .kb-feature-card .contenedor-nombre-producto {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-slider-home .kb-feature-card .contenedor-nombre-producto h3 {
  text-align: center;
  margin-top: 0.35rem;
  margin-bottom: 0;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .kb-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 599px) {
  .kb-features-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
  }

  .section-slider-home.kb-features-section .container-slider {
    width: 95%;
  }
}

.section-slider-home .kb-feature-preview-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 90%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.section-slider-home .kb-feature-preview-trigger img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.kb-feature-preview-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 4vw, 2rem);
}

.kb-feature-preview-modal.is-open {
  display: flex;
}

.kb-feature-preview-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 46, 35, 0.82);
}

.kb-feature-preview-dialog {
  position: relative;
  z-index: 1;
  width: min(92vw, 56rem);
  max-height: 90vh;
  overflow: auto;
  background: #f6f7f2;
  border-radius: 1.25rem;
  padding: clamp(1rem, 3vw, 1.75rem);
  box-shadow: 0 24px 64px rgba(10, 36, 28, 0.45);
}

.kb-feature-preview-close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 999px;
  background: #0f2e23;
  color: #f6f7f2;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
}

.kb-feature-preview-close:hover,
.kb-feature-preview-close:focus-visible {
  background: #6db33f;
  color: #0f2e23;
  outline: none;
}

.kb-feature-preview-image {
  display: block;
  width: 100%;
  max-height: calc(90vh - 6rem);
  margin: 0 auto;
  object-fit: contain;
}

.kb-feature-preview-title {
  margin: 0.85rem 0 0;
  color: #0f2e23;
  font-family: Poppins, system-ui, sans-serif;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 600;
  text-align: center;
}

/* Savings calculator — replaces testimonials slider */
.section-slider-testimonios.kb-savings-section {
  height: auto;
  min-height: 100vh;
  padding: 3rem 0 4rem;
  align-items: stretch;
}

.section-slider-testimonios.kb-savings-section .contenido-slider {
  height: auto;
  min-height: 0;
}

.section-slider-testimonios.kb-savings-section .kb-savings-head {
  height: auto;
  min-height: 0;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.section-slider-testimonios.kb-savings-section .cabecera-slider-informacion2 {
  width: 100%;
  max-width: 52rem;
  gap: 0.75rem;
}

.kb-savings-eyebrow {
  color: #abd98b;
  font-family: Poppins, system-ui, sans-serif;
  font-size: clamp(14px, 1.1vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.section-slider-testimonios.kb-savings-section .kb-savings-title {
  font-size: clamp(28px, 3.2vw, 3.25rem);
  line-height: 1.05;
  text-transform: none;
  color: #f6f7f2;
  max-width: 18ch;
}

.section-slider-testimonios.kb-savings-section .kb-savings-title span {
  top: -55%;
  right: -8%;
}

.kb-savings-lead {
  color: rgba(246, 247, 242, 0.88);
  font-family: Poppins, system-ui, sans-serif;
  font-size: clamp(16px, 1.35vw, 1.25rem);
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
  max-width: 42rem;
}

.kb-savings-body {
  flex-grow: 0;
}

.kb-savings-shell {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1.25rem, 2.5vw, 2rem);
  width: 100%;
  z-index: 1;
}

.kb-calculator-card,
.kb-stat-card {
  border-radius: 30px;
  border: 3px solid #6db33f;
  background: #f6f7f2;
  box-shadow: 4px 4px 13px rgba(15, 46, 35, 0.18);
}

.kb-calculator-card {
  padding: clamp(1.5rem, 2.5vw, 2.25rem);
  height: 100%;
}

.kb-calc-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.kb-calc-head h3 {
  color: #0f2e23;
  font-family: Poppins, system-ui, sans-serif;
  font-size: clamp(18px, 1.6vw, 1.5rem);
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  max-width: 14ch;
}

.kb-calc-head strong {
  color: #6db33f;
  font-family: Poppins, system-ui, sans-serif;
  font-size: clamp(22px, 2.5vw, 2.25rem);
  font-weight: 700;
  white-space: nowrap;
}

.kb-calc-range {
  width: 100%;
  height: 6px;
  appearance: none;
  border-radius: 999px;
  background: rgba(15, 46, 35, 0.12);
  accent-color: #6db33f;
  margin: 0.35rem 0 0.65rem;
}

.kb-calc-range::-webkit-slider-thumb {
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #6db33f;
  border: 2px solid #0f2e23;
  cursor: pointer;
}

.kb-calc-markers {
  display: flex;
  justify-content: space-between;
  color: rgba(15, 46, 35, 0.55);
  font-family: Poppins, system-ui, sans-serif;
  font-size: clamp(12px, 1vw, 0.9rem);
  margin-bottom: 1.25rem;
}

.kb-cost-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.kb-cost-card {
  padding: 1rem 1.1rem;
  border-radius: 20px;
  border: 2px solid rgba(15, 46, 35, 0.12);
  background: #fff;
}

.kb-cost-card span {
  display: block;
  color: rgba(15, 46, 35, 0.65);
  font-family: Poppins, system-ui, sans-serif;
  font-size: clamp(11px, 0.95vw, 0.85rem);
  margin-bottom: 0.25rem;
}

.kb-cost-card strong {
  display: block;
  color: #0f2e23;
  font-family: Poppins, system-ui, sans-serif;
  font-size: clamp(20px, 1.8vw, 1.65rem);
  font-weight: 700;
  line-height: 1.1;
  margin: 0.15rem 0;
}

.kb-cost-card p {
  color: rgba(15, 46, 35, 0.55);
  font-family: Poppins, system-ui, sans-serif;
  font-size: clamp(11px, 0.9vw, 0.8rem);
  line-height: 1.35;
  margin: 0;
}

.kb-cost-card--keynobite,
.kb-cost-card--pos-keyno {
  border-color: rgba(109, 179, 63, 0.55);
  background: rgba(109, 179, 63, 0.1);
}

.kb-cost-card--keynobite strong,
.kb-cost-card--pos-keyno strong {
  color: #0f2e23;
}

.kb-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
  height: 100%;
}

.kb-stat-card {
  padding: 1.15rem 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 7.5rem;
}

.kb-stat-card span {
  color: rgba(15, 46, 35, 0.65);
  font-family: Poppins, system-ui, sans-serif;
  font-size: clamp(12px, 1vw, 0.9rem);
}

.kb-stat-card strong {
  color: #0f2e23;
  font-family: Poppins, system-ui, sans-serif;
  font-size: clamp(22px, 2.4vw, 2rem);
  font-weight: 700;
  line-height: 1.1;
  margin: 0.3rem 0;
}

.kb-stat-card small {
  color: rgba(15, 46, 35, 0.55);
  font-family: Poppins, system-ui, sans-serif;
  font-size: clamp(11px, 0.9vw, 0.78rem);
  line-height: 1.35;
}

.kb-stat-card--accent {
  border-color: #6db33f;
  background: rgba(109, 179, 63, 0.12);
}

.kb-stat-card--success strong {
  color: #0f2e23;
}

.kb-stat-card--dark {
  background: linear-gradient(145deg, #0f2e23 0%, #1a4a38 55%, #6db33f 140%);
  border-color: #0f2e23;
  box-shadow: 4px 7px 0 #0a241c;
}

.kb-stat-card--dark span,
.kb-stat-card--dark small {
  color: rgba(246, 247, 242, 0.75);
}

.kb-stat-card--dark strong {
  color: #f6f7f2;
}

@media screen and (max-width: 1023px) {
  .kb-savings-shell {
    grid-template-columns: 1fr;
  }

  .section-slider-testimonios.kb-savings-section .kb-savings-title span {
    top: -45%;
    right: -5%;
  }
}

@media screen and (max-width: 599px) {
  .kb-cost-compare,
  .kb-stats-grid {
    grid-template-columns: 1fr;
  }

  .section-slider-testimonios.kb-savings-section {
    padding: 2rem 0 3rem;
  }

  .kb-calc-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Homepage hero — full-bleed Why KeynoBite slide images */
.hero-home.kb-hero-slider {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  aspect-ratio: auto;
  min-height: min(92svh, 52rem);
  max-height: none;
  padding: 0;
  background: #000;
  border-radius: 0;
}

.hero-home.kb-hero-slider .container-hero,
.hero-home.kb-hero-slider .kb-hero-slider__frame {
  width: 100%;
  height: 100%;
  min-height: inherit;
  border-radius: 0;
  clip-path: none;
}

.hero-home.kb-hero-slider .kb-hero-slider__frame {
  background-color: #000;
  overflow: hidden;
}

.hero-home.kb-hero-slider .kb-hero-swiper {
  width: 100%;
  height: 100%;
  min-height: min(88svh, 50rem);
  border-radius: inherit;
}

.hero-home.kb-hero-slider .kb-hero-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  min-height: min(88svh, 50rem);
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  background: #000;
}

.hero-home.kb-hero-slider .kb-hero-slide-media {
  width: 100%;
  height: 100%;
  min-height: min(88svh, 50rem);
  display: block;
  object-fit: fill;
  object-position: center center;
}

.hero-home.kb-hero-slider .kb-hero-swiper-prev,
.hero-home.kb-hero-slider .kb-hero-swiper-next {
  position: absolute;
  top: 50%;
  z-index: 4;
  transform: translateY(-50%);
  width: 56px;
  height: auto;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  opacity: 0.85;
  transition: opacity 0.25s ease;
}

.hero-home.kb-hero-slider .kb-hero-swiper-prev:hover,
.hero-home.kb-hero-slider .kb-hero-swiper-next:hover {
  opacity: 1;
}

.hero-home.kb-hero-slider .kb-hero-swiper-prev {
  left: 1.25rem;
}

.hero-home.kb-hero-slider .kb-hero-swiper-next {
  right: 1.25rem;
}

.hero-home.kb-hero-slider .kb-hero-swiper-prev img,
.hero-home.kb-hero-slider .kb-hero-swiper-next img {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0) invert(1);
}

.hero-home.kb-hero-slider .kb-hero-swiper-pagination {
  bottom: 1.25rem !important;
  z-index: 4;
}

.hero-home.kb-hero-slider .kb-hero-swiper-pagination .swiper-pagination-bullet {
  background: #f6f7f2;
  opacity: 0.45;
}

.hero-home.kb-hero-slider .kb-hero-swiper-pagination .swiper-pagination-bullet-active {
  background: #6db33f;
  opacity: 1;
}

@media screen and (max-width: 1023px) {
  .hero-home.kb-hero-slider {
    min-height: 70svh;
    padding: 0;
  }

  .hero-home.kb-hero-slider .kb-hero-swiper,
  .hero-home.kb-hero-slider .kb-hero-swiper .swiper-slide,
  .hero-home.kb-hero-slider .kb-hero-slide-media {
    min-height: 68svh;
  }

  .hero-home.kb-hero-slider .kb-hero-swiper-prev,
  .hero-home.kb-hero-slider .kb-hero-swiper-next {
    width: 44px;
  }

  .hero-home.kb-hero-slider .kb-hero-swiper-prev {
    left: 0.5rem;
  }

  .hero-home.kb-hero-slider .kb-hero-swiper-next {
    right: 0.5rem;
  }
}

/* KeynoBite nav — centered logo + links on desktop, retro Bardy type, green rule under menu */
nav.kb-site-nav {
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  min-height: 0;
  padding: 0;
  background-color: #0f2e23;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  isolation: isolate;
}

nav.kb-site-nav .kb-nav-floats {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

nav.kb-site-nav .kb-nav-float {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  opacity: 0.42;
  will-change: transform;
  max-width: 12%;
  animation-duration: var(--kb-drift-dur, 4.5s);
  animation-delay: var(--kb-drift-delay, 0s);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

nav.kb-site-nav .kb-nav-float[data-side="left"] {
  left: var(--kb-float-inset, 2%);
  right: auto;
}

nav.kb-site-nav .kb-nav-float[data-side="right"] {
  right: var(--kb-float-inset, 2%);
  left: auto;
}

nav.kb-site-nav .kb-nav-float svg {
  width: clamp(14px, 1.65vw, 22px);
  height: clamp(14px, 1.65vw, 22px);
}

nav.kb-site-nav .kb-nav-drift-a {
  animation-name: kb-nav-drift-a;
}

nav.kb-site-nav .kb-nav-drift-b {
  animation-name: kb-nav-drift-b;
}

nav.kb-site-nav .kb-nav-drift-c {
  animation-name: kb-nav-drift-c;
}

nav.kb-site-nav .kb-nav-drift-d {
  animation-name: kb-nav-drift-d;
}

nav.kb-site-nav .kb-nav-drift-e {
  animation-name: kb-nav-drift-e;
}

nav.kb-site-nav .kb-nav-drift-f {
  animation-name: kb-nav-drift-f;
}

nav.kb-site-nav .kb-nav-drift-g {
  animation-name: kb-nav-drift-g;
}

nav.kb-site-nav .kb-nav-drift-h {
  animation-name: kb-nav-drift-h;
}

@keyframes kb-nav-drift-a {
  0%,
  100% {
    transform: translate(0, 0) rotate(-10deg) scale(1);
  }
  50% {
    transform: translate(14px, -16px) rotate(12deg) scale(1.08);
  }
}

@keyframes kb-nav-drift-b {
  0%,
  100% {
    transform: translate(0, 0) rotate(8deg) scale(1);
  }
  50% {
    transform: translate(-12px, 18px) rotate(-14deg) scale(0.94);
  }
}

@keyframes kb-nav-drift-c {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(10px, 12px) rotate(16deg);
  }
  66% {
    transform: translate(-10px, -14px) rotate(-12deg);
  }
}

@keyframes kb-nav-drift-d {
  0%,
  100% {
    transform: translate(0, 0) rotate(6deg);
  }
  50% {
    transform: translate(-14px, 14px) rotate(-18deg);
  }
}

@keyframes kb-nav-drift-e {
  0%,
  100% {
    transform: translate(0, 0) rotate(-8deg);
  }
  50% {
    transform: translate(16px, -12px) rotate(14deg);
  }
}

@keyframes kb-nav-drift-f {
  0%,
  100% {
    transform: translate(0, 0) rotate(10deg);
  }
  50% {
    transform: translate(-16px, -10px) rotate(-8deg);
  }
}

@keyframes kb-nav-drift-g {
  0%,
  100% {
    transform: translate(0, 0) rotate(-4deg);
  }
  50% {
    transform: translate(18px, 10px) rotate(11deg);
  }
}

@keyframes kb-nav-drift-h {
  0%,
  100% {
    transform: translate(0, 0) rotate(5deg);
  }
  50% {
    transform: translate(-18px, -14px) rotate(-15deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  nav.kb-site-nav .kb-nav-float {
    animation: none;
  }
}

nav.kb-site-nav[data-direction="top"],
nav.kb-site-nav[data-direction="up"],
nav.kb-site-nav[data-direction="up"][data-green] {
  top: 0;
  background-color: #0f2e23;
}

nav.kb-site-nav[data-direction="down"] {
  top: 0;
  background-color: #0f2e23;
}

nav.kb-site-nav .container-nav {
  position: relative;
  z-index: 1;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: clamp(1.5rem, 3.5vw, 3rem);
  padding: 0.65rem clamp(2rem, 4vw, 3.5rem) 0.6rem;
  width: 100%;
  border-bottom: 3px solid #6db33f;
}

nav.kb-site-nav .logo-navbar {
  width: auto;
  max-width: min(22rem, 92vw);
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  scale: 1;
}

nav.kb-site-nav[data-direction="up"] .logo-navbar {
  scale: 1;
}

nav.kb-site-nav .logo-navbar img {
  width: auto;
  height: auto;
  max-height: clamp(2.5rem, 5vw, 3.5rem);
  max-width: min(20rem, 90vw);
  display: block;
}

nav.kb-site-nav .resto-navbar {
  width: auto;
  height: auto;
  flex-grow: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-bottom: none;
  padding-bottom: 0;
}

nav.kb-site-nav .kb-nav-mobile-toggle {
  display: none;
}

nav.kb-site-nav .kb-nav-desktop-links {
  display: flex;
}

nav.kb-site-nav .lista-navbar {
  width: auto;
  height: auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65rem 1.35rem;
  padding: 0;
}

nav.kb-site-nav .lista-navbar li a {
  font-family: "Bardy", "Poppins", Georgia, "Times New Roman", serif;
  font-size: clamp(0.95rem, 1.2vw, 1.2rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.84;
}

nav.kb-site-nav .lista-navbar li a:hover,
nav.kb-site-nav .lista-navbar li a#active-anchor {
  opacity: 1;
  color: #e8f3df;
}

/* Footer — keep index parity on all pages */
footer.footer-polo .lista-redirecciones-footer li a {
  font-family: "Bardy", "Poppins", Georgia, "Times New Roman", serif;
  font-weight: 500;
}

body:has(nav.kb-site-nav) {
  --kb-nav-offset: clamp(4.25rem, 7vw, 5.5rem);
}

body:has(nav.kb-site-nav) .smooth-content {
  padding-top: 0;
}

body:has(nav.kb-site-nav) .smooth-content::before {
  content: "";
  display: block;
  height: calc(var(--kb-nav-offset) + env(safe-area-inset-top, 0px));
  background: #000;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  nav.kb-site-nav {
    padding-inline: 0;
    top: 0 !important;
    height: auto;
    min-height: 0;
  }

  nav.kb-site-nav[data-direction="top"] {
    top: 0 !important;
  }

  nav.kb-site-nav[data-direction="down"] {
    transform: none;
  }

  nav.kb-site-nav .container-nav {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    padding: 0.65rem 5vw;
    width: 100%;
    border-bottom: none;
  }

  nav.kb-site-nav .logo-navbar {
    width: auto;
    max-width: none;
    flex: 1;
    justify-content: flex-start;
  }

  nav.kb-site-nav .logo-navbar img {
    max-height: 2.75rem;
    max-width: min(11rem, 52vw);
  }

  nav.kb-site-nav .resto-navbar {
    width: auto;
    flex-direction: row;
    flex-grow: 0;
    align-items: center;
    justify-content: flex-end;
    border-bottom: none;
    padding-bottom: 0;
  }

  nav.kb-site-nav .kb-nav-desktop-links,
  nav.kb-site-nav .lista-navbar.no-mb2 {
    display: none !important;
  }

  nav.kb-site-nav .kb-nav-mobile-toggle,
  nav.kb-site-nav .no-desk2.contenedor-hamburguesa {
    display: flex !important;
    position: relative;
    z-index: 2;
    align-items: center;
    justify-content: center;
  }

  nav.kb-site-nav .kb-nav-mobile-toggle button,
  nav.kb-site-nav .no-desk2.contenedor-hamburguesa button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    padding: 0.35rem;
    background: transparent;
    border: none;
    cursor: pointer;
  }

  nav.kb-site-nav .kb-nav-mobile-toggle img,
  nav.kb-site-nav .no-desk2.contenedor-hamburguesa img {
    width: clamp(1.75rem, 6vw, 2.25rem);
    height: auto;
    display: block;
  }

  body:has(nav.kb-site-nav) {
    --kb-nav-offset: clamp(4rem, 12vw, 5.5rem);
  }
}

/* Platform hub — stacked capability sections */
.kb-platform-hub-section {
  min-height: auto;
  height: auto;
  padding: clamp(3rem, 8vh, 6rem) 0;
  flex-direction: column;
  gap: 2rem;
}
.kb-platform-hub-section .kb-platform-category-head {
  width: 90%;
  max-width: 56rem;
  margin: 0 auto 1.5rem;
  text-align: center;
  z-index: 2;
  position: relative;
}
.kb-platform-hub-section .kb-platform-h2 {
  font-family: Poppins, sans-serif;
  font-size: clamp(28px, 4vw, 3.5rem);
  color: #0f2e23;
  font-weight: 500;
  line-height: 1.15;
}
.kb-platform-hub-section .estilo-opciones.kb-platform-estilo {
  width: 92%;
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1rem 2rem;
  height: auto;
  justify-content: center;
}
.kb-platform-hub-section .opciones.kb-platform-opciones {
  width: 100%;
  height: auto;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 1.25rem;
  padding: 1.5rem;
}
.kb-platform-hub-section .opcion-meu {
  flex: 1 1 calc(50% - 1rem);
  min-width: 260px;
  height: auto;
  min-height: 140px;
}
@media (min-width: 900px) {
  .kb-platform-hub-section .opcion-meu {
    flex: 1 1 calc(33.333% - 1.25rem);
  }
}
.kb-platform-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 1rem;
  background: #e8f5e0;
  color: #0f2e23;
  box-shadow: 3px 4px 0 #0f2e23;
}
.kb-platform-icon svg {
  width: 2.25rem;
  height: 2.25rem;
}
.kb-platform-hub-section .opcion-meu .kb-platform-icon {
  width: 4.5rem;
  height: 4.5rem;
}
.kb-platform-hero-icons .kb-platform-hero-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kb-platform-hero-icons .kb-platform-icon {
  width: clamp(4rem, 12vw, 7rem);
  height: clamp(4rem, 12vw, 7rem);
  border-radius: 1.25rem;
}
.kb-platform-hero-icons .kb-platform-icon svg {
  width: clamp(2rem, 6vw, 3.5rem);
  height: clamp(2rem, 6vw, 3.5rem);
}
.kb-platform-hero .imagenes-hero.--is-polo img {
  object-fit: contain;
}

/* Platform intro — enterprise overview */
.kb-platform-intro {
  width: 100%;
  padding: clamp(4rem, 10vh, 7rem) clamp(1.25rem, 4vw, 3rem);
  background: linear-gradient(180deg, #f6f7f2 0%, #eef2e8 55%, #f6f7f2 100%);
  position: relative;
  overflow: hidden;
}
.kb-platform-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 100% 0%, rgba(109, 179, 63, 0.12), transparent 55%),
    radial-gradient(ellipse 60% 40% at 0% 100%, rgba(15, 46, 35, 0.06), transparent 50%);
  pointer-events: none;
}
.kb-platform-intro__shell {
  position: relative;
  z-index: 1;
  max-width: 72rem;
  margin: 0 auto;
}
.kb-platform-intro__header {
  max-width: 46rem;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
.kb-platform-intro__eyebrow {
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0f2e23;
  background: #fff;
  border: 1px solid rgba(15, 46, 35, 0.12);
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  margin-bottom: 1.25rem;
  box-shadow: 0 1px 0 rgba(15, 46, 35, 0.06);
}
.kb-platform-intro__title {
  font-family: Poppins, sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 600;
  line-height: 1.12;
  color: #0f2e23;
  margin: 0 0 1.25rem;
  letter-spacing: -0.02em;
}
.kb-platform-intro__title-accent {
  color: #6db33f;
  font-weight: 600;
}
.kb-platform-intro__lead {
  font-family: Poppins, sans-serif;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.65;
  color: rgba(15, 46, 35, 0.82);
  margin: 0;
  max-width: 42rem;
}
.kb-platform-intro__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 4vw, 3rem);
  align-items: start;
}
@media (min-width: 960px) {
  .kb-platform-intro__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 3rem;
  }
}
.kb-platform-intro__body {
  font-family: Poppins, sans-serif;
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  line-height: 1.7;
  color: #0f2e23;
  margin: 0 0 1.25rem;
}
.kb-platform-intro__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
@media (min-width: 600px) {
  .kb-platform-intro__metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.kb-platform-intro__metric {
  background: #fff;
  border: 1px solid rgba(15, 46, 35, 0.1);
  border-radius: 12px;
  padding: 1rem 1rem 1.1rem;
  box-shadow: 0 2px 0 rgba(15, 46, 35, 0.04);
}
.kb-platform-intro__metric-value {
  display: block;
  font-family: Poppins, sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 1.85rem);
  font-weight: 700;
  color: #6db33f;
  line-height: 1.1;
  margin-bottom: 0.35rem;
}
.kb-platform-intro__metric-label {
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(15, 46, 35, 0.72);
}
.kb-platform-intro__diagram {
  background: #0f2e23;
  border-radius: 20px;
  padding: clamp(1.5rem, 3vw, 2rem);
  box-shadow: 8px 10px 0 rgba(15, 46, 35, 0.15);
  color: #f6f7f2;
}
.kb-platform-intro__diagram-label {
  font-family: Poppins, sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(246, 247, 242, 0.55);
  margin: 0 0 1.25rem;
}
.kb-platform-intro__stack {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.kb-platform-intro__layer {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 1rem;
  background: rgba(246, 247, 242, 0.06);
  border: 1px solid rgba(246, 247, 242, 0.12);
  border-radius: 12px;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.kb-platform-intro__layer:hover {
  background: rgba(109, 179, 63, 0.12);
  border-color: rgba(109, 179, 63, 0.35);
}
.kb-platform-intro__layer .kb-platform-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 10px;
  background: rgba(109, 179, 63, 0.2);
  color: #abd98b;
  box-shadow: none;
  flex-shrink: 0;
}
.kb-platform-intro__layer .kb-platform-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.kb-platform-intro__layer-text h3 {
  font-family: Poppins, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #f6f7f2;
  margin: 0 0 0.2rem;
}
.kb-platform-intro__layer-text p {
  font-family: Poppins, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(246, 247, 242, 0.65);
  margin: 0;
}
.kb-platform-intro__diagram-foot {
  font-family: Poppins, sans-serif;
  font-size: 0.72rem;
  color: rgba(246, 247, 242, 0.45);
  margin: 1.25rem 0 0;
  text-align: center;
}
.kb-platform-intro__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  padding-top: 2rem;
  border-top: 1px solid rgba(15, 46, 35, 0.1);
}
.kb-platform-intro__chip {
  font-family: Poppins, sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  color: #0f2e23;
  background: #fff;
  border: 1px solid rgba(15, 46, 35, 0.12);
  padding: 0.5rem 1rem;
  border-radius: 999px;
  white-space: nowrap;
}

/* Home — ecosystem section (full-width nueva-era decor + welcome copy on right) */
.kb-home-ecosystem-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  height: auto;
  min-height: clamp(28rem, 72vh, 40rem);
  padding-block: clamp(3rem, 8vw, 6rem);
}

.kb-home-ecosystem-section .kb-home-ecosystem-decor {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.kb-home-ecosystem-section .kb-home-ecosystem-content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  min-height: clamp(22rem, 50vh, 32rem);
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1rem, 3vw, 2rem);
  padding-inline: clamp(1rem, 5vw, 5%);
}

.kb-home-ecosystem-section .kb-home-ecosystem-visual {
  position: relative;
  z-index: 2;
  flex: 1 1 50%;
  width: 50%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

.kb-home-ecosystem-section .kb-home-ecosystem-visual .container-pollito {
  width: 100%;
  min-width: 0;
}

.kb-home-ecosystem-section .kb-home-ecosystem-textos {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  z-index: 2;
}

.kb-home-ecosystem-section .kb-home-ecosystem-copy {
  position: relative;
  z-index: 2;
  flex: 1 1 50%;
  width: 50%;
  min-width: 0;
  margin-right: 0;
}

.kb-home-ecosystem-section .kb-home-ecosystem-copy h4 {
  color: var(--kb-green-dark);
}

@media screen and (max-width: 1023px) {
  .kb-home-ecosystem-section .kb-home-ecosystem-content {
    flex-direction: column;
    justify-content: center;
  }

  .kb-home-ecosystem-section .kb-home-ecosystem-visual,
  .kb-home-ecosystem-section .kb-home-ecosystem-copy {
    width: min(100%, 92vw);
  }
}

/* FAQ section — phone image below heading, max height within column */
.faqs-pollo .container-faqs {
  align-items: stretch;
}

.faqs-pollo .preguntas {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: clamp(1rem, 2.5vw, 2rem);
  min-height: 0;
  overflow: hidden;
}

.faqs-pollo .preguntas-contenedor {
  height: auto;
  flex: 0 0 auto;
}

.faqs-pollo .preguntas .kb-faqs-phone {
  position: static;
  flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
  min-height: 0;
  max-height: 100%;
  height: auto;
  margin: 0;
  object-fit: contain;
  object-position: center bottom;
}

@media screen and (max-width: 1023px) {
  .faqs-pollo .preguntas {
    align-items: center;
    overflow: visible;
    padding-bottom: 0;
  }

  .faqs-pollo .preguntas .kb-faqs-phone {
    flex: 0 1 auto;
    width: min(100%, 22rem);
    max-height: min(55vh, 28rem);
  }
}

