* {
  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: "Bardy";
  src: url("./Fonts/Bardy.ttf");
}

.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: #fd5200;
  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;
  background-color: #006f3f;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -100%;
  position: fixed;
  z-index: 14;
  transition: all 0.5s ease;
}

.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: #591b0b;
  font-family: Bardy;
  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, #fd5200);
  font-family: "Bardy";
  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: #591b0b;
  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: #591b0b;
  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: #43bc83;
  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: Bardy;
  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: #fd5200;
  clip-path: url(#footer-clip-path-desktop);
}

.footer-polo {
  background-color: #006f3f;
}

.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: #fdead3;
  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(253, 234, 211, 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: #fdead3;
}

.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: #fdead3;
  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: #fdead3;
}

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

.informacion-welcome h4 {
  color: #fd5200;
  font-family: Bardy;

  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: #ed1c39;
  font-family: Bardy;
  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: #591b0b;
  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: #fdead3;
  font-family: Bardy;
  font-size: clamp(16px, 2vw, 2rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 50px;
  text-decoration: none;
  border: 3px solid #fd5200;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20rem;
  min-width: 230px;
  margin-top: 1.5rem;
  background: #fd5200;
  box-shadow: 4px 7px 0px 0px #5e0001;
}

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

.informacion-welcome p {
  color: #591b0b;
  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: #fdead3;
  font-family: Bardy;
  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 #fd5200;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20rem;
  min-width: 230px;
  margin-top: 1.5rem;
  background: #fd5200;
  transition: all 0.5s ease;
}

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

.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: #591b0b;
  font-family: Poppins;
  text-decoration: none;
  font-size: clamp(12px, 1vw, 1rem);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.patrocinante2 p {
  color: #591b0b;
  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: #fd5200;
  clip-path: url(#hero-clip-path);
}

.container-hero-polo {
  background-color: #006f3f;
}

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: #fd5200;
}

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

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 #5e0001;
}

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

.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: #fdead3;
  font-family: Bardy;

  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: #feedd9;
  text-shadow: 2px 8px 0px #5e0001;
  font-family: Bardy;
  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: #fdead3;
  box-shadow: 8px 9px 0px 0px #5e0001;
  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: #591b0b;
  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: #fdead3;
  box-shadow: 8px 9px 0px 0px #5e0001;
}

.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;

  display: none;
}

.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 #591b0b;
  position: relative;
  background: #fdead3;
  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 #5e0001;
}

.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: #591b0b;
  font-family: Bardy;
  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 #591b0b;
  background: #fdead3;
  box-shadow: 3px 5px 0px 0px #5e0001;
  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;

  display: none;
}

.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: #591b0b;
  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: #fd5200;
  font-family: Bardy;
  font-size: 104px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 104px */
}

.arturo-cajas-titulos div h2 {
  color: #fdead3;
  font-family: Bardy;
  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(253, 234, 211, 0.94);
  font-family: Bardy;

  /* 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(253, 234, 211, 0.94);
  font-family: Bardy;
  /* 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: #fd5200;
  font-family: Bardy;
  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 #fd5200;
  background: #fdead3;
  gap: 1rem;
}

.texto-inicial2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ed1c39;
  font-family: Bardy;
  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 #ed1c39;
  background: #fdead3;
  gap: 1rem;
}

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

  display: none;
}

.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: #fd5200;
  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: #ed1c39;
  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: #fdead3;
  font-family: Bardy;
  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: #fdead3;
  font-family: Bardy;

  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: #fdead3;
    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: #ed1c39;
  text-align: center;
  text-shadow: 4px 7px 0px #5e0001;
  font-family: Bardy;

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

.container-come2 a {
  color: #fdead3;
  font-family: Bardy;
  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 #ed1c39;
  background: #ed1c39;
  box-shadow: 4px 7px 0px 0px #5e0001;
}

.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;

  display: none;
}

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

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

.text-vinotinto h3 {
  color: #fdead3;
  font-family: Bardy;
  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(103, 21, 47, 0.62) !important;
  border-radius: 50%;
  margin: 0 5px;
  opacity: 1;
}

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

.text-vinotinto p {
  color: #fdead3;
  font-family: Bardy;
  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: #fd5200;
  text-align: center;
  text-shadow: 4px 7px 0px #5e0001;
  font-family: Bardy;

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

.container-come a {
  color: #fdead3;
  font-family: Bardy;
  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 #fd5200;
  background: #fd5200;
  box-shadow: 4px 7px 0px 0px #5e0001;
}

.polo-slider h5 {
  color: #ed1c39 !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: #fd5200;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Bardy;

  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: #ed1c39;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Bardy;

  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, #fd5200 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, #ed1c39 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%, #ed1c39 100%);
  width: 1%;
  height: 100%;
  display: block;
  z-index: 2;
  left: 0%;
  top: 0%;
}

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

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

.precios2 p {
  color: #ed1c39 !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: #620000;
  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: #fdead3;
  font-family: Bardy;
  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 #ed1c39;
  background: #ed1c39;
  box-shadow: 4px 7px 0px 0px #5e0001;
}

.contenedor-anchor-producto a {
  color: #fdead3;
  font-family: Bardy;
  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 #fd5200;
  background: #fd5200;
}

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

.informacion-interna {
  height: 80%;
  border-radius: 30px;
  border: 3px solid #fd5200;
  background: #fdead3;
  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 #ed1c39;
  background: #fdead3;
  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: #fdead3;
  box-shadow: 8px 9px 0px 0px #5e0001;
  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: #fd5200;
  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 #fd5200;
  background: #fdead3;
  box-shadow: 4px 7px 0px 0px #591b0b;
  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: #fd5200;
  font-family: Bardy;

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

.opcion-meu p {
  color: #591b0b;
  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: #591b0b;
  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: #591b0b;
  font-family: Bardy;
  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: #fd5200;
  font-family: Bardy;
  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: #fdead3;
}

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

.lista-redirecciones-footer li a {
  color: rgba(253, 234, 211, 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: #fdead3;
  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(#clip-path-hero-mobile);
  }

  .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 #591b0b;

    box-shadow: 1px 3px 0px 0px #5e0001;
    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, #d20200 39.5%, #fd5200 39.51%);
    box-shadow: 10px 10px 0px 0px #591b0b;
  }

  .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 #5e0001;
  }
  .container-come2 h3 {
    text-shadow: 2px 2px 0px #5e0001;
  }
}

@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, #d20200 49.5%, #fd5200 49.51%);
    box-shadow: 10px 10px 0px 0px #591b0b;
  }

  .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(#clip-path-hero-mobile);
  }

  .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 #591b0b;

    box-shadow: 1px 3px 0px 0px #5e0001;
  }

  .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(#footer-clip-path-mobile);
  }

  .imagenes-welcome {
    width: 15%;
  }

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

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

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

  .container-hero {
    clip-path: url(#clip-path-hero-mobile);
  }
}

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

@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 #5e0001;
  }
  .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(#clip-path-hero-tablet);
  }

  .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(#footer-clip-path-mobile);
  }

  .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: #fdead3;
    z-index: 1;
    overflow: hidden;
    background: #fd5200;
    margin: 1rem auto;
    clip-path: url(#header-clip-path);
  }

  .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: #fdead3;
    text-align: center;
    font-family: "Bardy";
    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: #591b0b;
    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: #fdead3;
    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 {
    padding: 2vw;
    aspect-ratio: 0.446;
  }

  [data-header] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 92vw;
    height: 102.06vw;
    color: #fdead3;
    margin-inline: auto;
    overflow: hidden;
    background: #fd5200;
    z-index: 1;
    clip-path: url(#header-clip-path-mobile);
    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(253, 234, 211, 0.94);
    text-align: center;
    font-family: "Bardy";
    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: #591b0b;
    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: #fdead3;
    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(#clip-path-hero-laptop);
  }
}

@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: #fdead3;
    font-family: Bardy;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 50px;
    text-decoration: none;
    border: 3px solid #fd5200;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20rem;
    min-width: fit-content;
    margin-top: 1.5rem;
    background: #fd5200;
    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: #fd5200;
    font-family: Bardy;
    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: #fd5200;
    font-family: Bardy;
    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: #ed1c39 !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;
  }
}
