@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
  font-family: 'Amertha';
  src: url('/skins/page/images/Corte/FUENTES/Amertha.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.body-index::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  z-index: -1;
  opacity: .6; /* opcional para aclarar */
}

.body-interno::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  z-index: -1;
  opacity: .6; /* opcional para aclarar */
}

.img-logo {
  width: 20vw;
}

.list-circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 8vw;
}

.list-circle .rounded-circle {
  background-color: var(--morado);
  width: 1vw;
  height: 2vh;
  border-radius: 50%;
  cursor: pointer;
  display: block; /* bloque completo */
  flex-shrink: 0; /* no se reduzca nunca */
  margin-bottom: 1vh;
}

.list-circle .rounded-circle.active {
  background-color: var(--azul);
}

.img-carousel-home {
  width: 38vw;
  height: 55vh;
}

.custom-panel-home {
  background-color: #dcecf7; /* Color de fondo establecido */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80% auto; /* Escala de la imagen */
  position: absolute;
  right: 0px;
  width: 38%;
  border-top-left-radius: 25%;
  border-bottom-left-radius: 25%;
  height: 100%;
  box-shadow: 0 1vw 2vw rgba(0, 0, 0, 0.3);
  /* Asegurar que la imagen no tenga opacidad inesperada */
  background-blend-mode: normal; /* Evita mezclas que alteren los colores */
}

.custom-panel-interno {
  background-color: white; /* Color de fondo establecido */
  position: absolute;
  right: 0px;
  width: 38%;
  border-top-left-radius: 25%;
  border-bottom-left-radius: 25%;
  height: 100%;
  box-shadow: 0 0 1vw rgba(0, 0, 0, 0.12);
  background-blend-mode: normal;
}


/* Curva */
.flechay::after {
  content: '';
  position: absolute;
  width: 15vw;
  height: 5vh;
  border-bottom: .35vw solid var(--moradoClaro);
  border-left: .35vw solid var(--moradoClaro);
  border-radius: 0px 0px 0 5vh;
  bottom: 12.5vh;
  top: 87vh;
  margin-left: .3vw;
}

/* Línea vertical */
.flechay-vertical {
  position: absolute;
  width: .3vw;
  height: 25vh;
  background-color: var(--moradoClaro);
  border-radius: 50px;
  top: 63vh;
  margin-left: .3vw;
}

/* Punta de flechax */
.flechay-punta {
  position: absolute;
  top: 61vh;
  width: 1vw;
  height: 1vw;
  border-right: .35vw solid var(--moradoClaro);
  border-bottom: .35vw solid var(--moradoClaro);
  transform: rotate(225deg);
}

.container-right {
  position: relative;
  right: 12vw;
}

/* Curva */
.flechax::after {
  content: '';
  position: absolute;
  top: 5vh;
  width: 13vw;
  height: 5vh;
  border-top: .35vw solid var(--moradoClaro);
  border-right: .35vw solid var(--moradoClaro);
  border-radius: 0 5vh 0 0;
  right: 0;
}

/* Línea vertical */
.flechax-vertical {
  position: absolute;
  top: 10vh;
  width: .3vw;
  height: 25vh;
  background-color: var(--moradoClaro);
  right: 0;
}

/* Punta de flechax */
.flechax-punta {
  position: absolute;
  top: 34vh;
  width: 1vw;
  height: 1vw;
  border-right: .35vw solid var(--moradoClaro);
  border-bottom: .35vw solid var(--moradoClaro);
  transform: rotate(45deg);
  right: -.35vw;
}

.social-icons-interno {
  position: absolute;
  top: 8vh;
  right: 2vw;
}

.social-icons-interno i {
	font-size: 2vw;
}

.gap-custom-1 {
  gap: .3vw;
}

.icon-home {
  max-width: 3vw;
  max-height: 6vh;
  background: var(--degrade);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.3s ease;
  display: grid;
  text-align: center;
  margin-right: 1vw;
}

.icon-home:hover {
  cursor: pointer;
}

.icon-home span {
  font-size: 1vw;
  display: block;
  background: var(--morado);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.icon-circle {
  width: 3vw;
  height: 6vh;
  background: var(--azul);
  color: white;
  font-size: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease;
  text-decoration: none;
}

.icon-circle:hover {
  background: var(--degrade);
  cursor: pointer;
}

/* Oculta la barra de scroll en navegadores modernos */
.content-list-btn {
  scrollbar-width: none;        /* Firefox */
  -ms-overflow-style: none;     /* Internet Explorer y Edge antiguos */
}

.content-list-btn::-webkit-scrollbar {
  display: none;                /* Chrome, Safari, Opera */
}

.content-list .btn-content {
	display: flex;
	justify-content: end;
  margin-bottom: 1vh;
}

.content-list .btn-content i {
	font-size: 2vw;
  margin-right: .4vw;
}

.content-list .text-content {
  font-size: 15px;
  font-weight: 500;
  color: var(--gris);
  display: inline-block;
  line-height: 15px;
}

.content-list .btn {
  width: 17vw;
  padding: 0 .5vw 0 .5vw;
}

.content-list .btn-home {
  height: 6.5vh;
}

.content-list .btn-interno {
  height: 3.5vh;
  width: 100% !important;
}

.content-list {
	position: absolute;
  right: 2vw;
  top: 35vh;
}

.content-list-btn {
  max-height: 30vh;
  overflow-y: auto;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Firefox */
}

.content-list-interno {
  top: 22vh !important;
  width: 18vw;
}

.btn-custom {
  background-color: var(--morado);
  color: white;
  font-weight: bold;
  border-radius: .7vw;
  font-size: 1.5vw;
  text-align: start;
  display: flex;
  align-items: center;
}

.btn-custom:hover {
  background-color: white;
  color: var(--morado);
}

.btn-custom-seccion {
  background-color: white;
  color: var(--morado);
  border: 1px solid var(--morado);
  font-weight: bold;
  border-radius: 1vw;
  padding: 5px 10px;
  font-size: 1vw;
  font-weight: 400;
}

.btn-custom-seccion {
  white-space: nowrap;
  overflow: hidden; 
  text-overflow: ellipsis;
}

.btn-custom-seccion:hover {
  background: var(--degrade) !important;
  color: white;
}

/* Fondo azul y texto blanco cuando está activo */
.boton-interactivo.active {
  background-color: var(--azul); /* O usa #007bff si no tienes esta variable */
  color: white;
  transition: transform 1s ease, background-color 1s ease, color 1s ease;
  transform: translateX(.8vw);
  width: 82% !important;
  margin: auto;
}

/* Flecha animada */
.flecha-activa {
  font-size: 1.2rem;
  color: var(--azul);
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  display: flex;
  align-items: center;
  height: 100%;
}

/* Flecha visible con animación */
.flecha-activa.visible {
  opacity: 1;
  transform: translateX(0);
}

.contenido-titulo-lista {
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 1vh;
}

.contenido-titulo-lista span {
  font-size: 2vw !important;
  font-family: 'Amertha', cursive;
  color: var(--azulOscuro);
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}

.contenido-titulo-lista img {
  max-width: 50%;
  max-height: 80px;
  height: auto;
  width: auto;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

.descripcion-lista {
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}

.descripcion-lista p {
  font-size: .8vw;
}

.descripcion-lista h1 span {
font-size: 33px !important;
font-family: 'Amertha', cursive;
}

.descripcion-lista h2 span {
font-size: 33px !important;
font-family: 'Amertha', cursive;
}

.descripcion-lista h3 span {
font-size: 25px !important;
font-family: 'Amertha', cursive;
}

.descripcion-lista h4 span {
font-size: 17px !important;
font-family: 'Amertha', cursive;
}


.descripcion-lista h1 {
font-family: 'Amertha', cursive;
}

.descripcion-lista h2 {
font-family: 'Amertha', cursive;
}

.descripcion-lista h3 {
font-family: 'Amertha', cursive;
}

.descripcion-lista h4 {
font-family: 'Amertha', cursive;
}

/* Menú flotante en la misma posición */
.overlay-menu {
  position: absolute;
  top: 8vh;
  right: 14vw;
  width: 17vw;
  background-color: var(--morado);
  color: white;
  padding: .5vw 1vw 0px 0px;
  border-radius: 1vw;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 1000;
  display: none;
  height: 60vh;
}

/* Clase para mostrar el menú con animación */
.overlay-menu.show {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  display: block;
}

/* Encabezado del menú */
.menu-header {
  display: flex;
  justify-content: end;
  align-items: center;
  font-weight: bold;
  font-size: 2vw;
  margin-bottom: 2vh;
}

.menu-header i {
  border: .1vw solid white;
  border-radius: 1.5vw;
  width: 2vw;
  height: 4vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Cerrar */
#close-menu {
  cursor: pointer;
  font-size: 1vw;
  margin-left: 1vw;
}

/* Items del menú */
.menu-items {
  list-style: none;
  padding: 0;
	text-align: end;
}

.menu-items li {
  margin: 1vh 0;
}

.menu-items a {
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.5vw;
  display: flex;
  justify-content: end;
}

.menu-items a:hover {
	color: var(--azul);
}

.menu-items a.active {
  color: var(--azul);
}

.footer-copy {
  position: absolute;
  bottom: 2.5vh;
  font-size: 1vw;
  color: var(--azulOscuro);
  font-weight: bold;
}

.footer-info {
  position: absolute;
  bottom: 2.5vh;
  font-size: 1vw;
  color: var(--azulOscuro);
  font-weight: bold;
  right: 14vw;
}

.footer-info a {
  text-decoration: none;
  color: var(--azulOscuro) !important;
}

.espacio-panel {
  width: 9vw;
}

.espacio-panel-interno {
  width: 6vw;
}

.panel-icons {
  display: flex;
  background-color: #dcecf7;
  padding: 1vw;
  border-radius: .8vw;
  width: 45%;
  box-shadow: 0 1vh 2vh rgba(0, 0, 0, 0.3);
  margin-top: 6vh;
}

.panel-icons-interno {
  margin-top: 0vh !important;
}

.panel-icons .active {
  transform: scale(1.4);
}

.panel-icons a {
  font-weight: bold;
  color: var(--azulOscuro);
  text-decoration: none;
  flex: 1;
  line-height: 1;
}

.panel-icons .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s;
  cursor: pointer;
  width: 100%;
}

.panel-icons .item:hover {
    transform: scale(1.2);
}

.panel-icons .icon {
  font-size: 1.5vw;
	color: var(--azul);
}

.panel-icons .text {
  font-size: 1vw;
  font-weight: 500;
}

.contenido-interno {
  margin-top: 7vh;
  width: 47vw;
  min-height: 54vh;
  max-height: 54vh;
  display: flex;
  flex-direction: column;   /* organiza contenido en columna */
  position: relative;
}

.w-interno {
  margin-right: 1vw;
}

.titulo-principal {
  font-family: 'Amertha', cursive;
  background: var(--degrade);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3vw !important;
}

.descripcion-seccion {
  font-size: 1vw;
  color: var(--morado);
  font-weight: 500;
  line-height: 1;
}

.cabecera-interna {
  margin-bottom: 5vh;
}

.contenido-dinamico {
  opacity: 0;
  filter: blur(10px);
  transition: opacity 0.6s ease, filter 0.6s ease;
  max-height: 0;
  overflow: hidden;
}

.contenido-dinamico.visible {
  opacity: 1;
  filter: blur(0);
  min-height: 53vh;
  max-height: 53vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.descripcion h1 {
  font-size: 42px !important;
  font-family: 'Amertha', cursive;
}

.descripcion h2 {
  font-size: 1.8vw !important;
  font-family: 'Amertha', cursive;
}

.descripcion h3 {
  font-size: 1.5vw !important;
  font-family: 'Amertha', cursive;
}

.descripcion h4 {
  font-size: 26px !important;
  font-family: 'Amertha', cursive;
}

.descripcion {
  font-size: .8vw;
  color: #333;
  text-align: justify;
  margin-right: 2vw;
  overflow-wrap: break-word; /* Permite romper palabras largas */
  word-wrap: break-word;     /* Compatibilidad */
  hyphens: auto;             /* Divide con guion si aplica */
  white-space: normal;       /* Evita que el texto quede en una sola línea */
}

.orden-lista {
  display: flex;
}

.lista {
  border: 1px solid var(--morado);
  border-radius: .5vw;
  padding: 1.2vh 0 1.2vh 0;
  background-color: #fff;
  min-height: 46vh;
  max-height: 46vh;
  min-width: 6vw;
  position: sticky;
  top: 0;
}

.lista .item {
  height: 9vh;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.item {
  transition: transform 1s ease;
}

.item .active .img-lista{
  transform: scale(1.5); /* Aumenta el tamaño un 10% */
  z-index: 2;
  font-weight: 500;
}

.titulo-item {
  font-size: 0.7rem;
  color: #2e2e2e;
  text-align: center;
  white-space: normal;
  word-break: break-word;
  width: 100%;
  max-width: 100%;
}

/* Contenedor para la parte inferior */
.lista-bottom {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 1vh;
  width: 100%;
}

.line-item {
  height: .2vh;
  width: 4vw;
  background-color: var(--morado);
  margin: 0 0 2vh 0;
}

.btn-lista {
  background-color: var(--morado);
  color: white;
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
  height: 5vh;
  width: 2.5vw;
  font-size: 1.5vw;
}

.btn-lista:hover {
  border: 1px solid var(--morado);
  color: var(--morado);
}

.img-lista {
  min-width: 3.5vw;
  max-width: 3.5vw;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.list-group-item.active .img-lista {
  filter: none;
}

.web-none {
  display: none;
}

.linea-lista-btn {
  margin: 2vh 0 0 0px !important;
}

.lista-margin {
  margin-right: 2vw !important;
  width: 36vw;
}

.lista-margin img {
  max-width: 100%;
  min-width: 100%;
  height: auto;
  display: block; /* evita espacios extra si es inline */
}

.contenido-detalle {
  opacity: 0;
  transform: translateY(30px);
  max-height: 0;
  overflow: hidden;
  transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1); /* rebote suave */
}

.contenido-detalle.visible {
  opacity: 1;
  transform: translateY(0);
  max-height: 50vh;
  overflow: visible;
}

.img-inicial-interna {
  max-width: 100%;
  max-height: 100%;
  margin-right: 1vw;
  display: block;
  margin: auto;
}

.imgdiseno {
  max-width: 100%;
}

.btn-scroll {
  background: none;
  border: none;
  font-size: 1.2vw;
  cursor: pointer;
  color: #333;
  padding: 1vh 2vh;
  transition: color 0.2s ease, transform 0.2s ease;
}

.btn-scroll i {
  color: var(--morado);
}

.btn-scroll:hover {
  color: var(--morado); /* Puedes cambiar por tu color */
  transform: scale(1.2);
}

.btn-comprar {
  border-radius: 1vw;
  width: 15vw !important;
  font-size: 1vw;
  padding: .1vw;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); /* transición más fluida */
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0px auto;
  position: absolute;
  bottom: 1vh;
}

.btn-comprar a {
  text-decoration: none;
  color: white;
}

.btn-comprar:hover {
  transform: scale(1.08); /* crecimiento más controlado */
}

.carousel-item img {
  border-radius: 1vw;
}



/* Preloader completo */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; /* fondo blanco */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Nombre de la empresa */
.empresa {
  font-size: 2vw;
  color: #6a1b9a;
  opacity: 0;
  transform: scale(0.5);
  animation: empresaAnim 3s forwards;
}

/* Animación: zoom + fade */
@keyframes empresaAnim {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  30% {
    opacity: 1;
    transform: scale(1.1);
  }
  60% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

/* Contenido web inicialmente oculto */
.contenido-web {
  opacity: 0;
  transition: opacity 1s ease;
}

/* Contenido visible */
.contenido-web.visible {
  opacity: 1;
}

/* Preloader oculto con transición */
.preloader.oculto {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease;
}


.animate-hover {
  display: inline-block;
  transition: transform 0.6s ease, filter 0.6s ease;
  transform-origin: center;
}

.animate-hover:hover {
  animation: floatZoom 2s ease-in-out infinite alternate;
}

@keyframes floatZoom {
  0% {
    transform: scale(1) translateY(0);
  }
  50% {
    transform: scale(1.05) translateY(-10px);
  }
  100% {
    transform: scale(1.1) translateY(5px);
  }
}





/* Móviles (pequeños) - hasta 576px */
@media (max-width: 576px) {
  /* Estilos para pantallas pequeñas (e.g., teléfonos en orientación vertical) */
  .img-logo {
    width: 50vw;
    position: relative;
    z-index: 1;
  }
  
  .custom-panel-home {
    display: none;
  }

  .linea-arriba-movil {
    display: none !important;
  } 

  .flechax::after {
    top: 2vh;
    right: 5vw;
    width: 35vw;
    height: 19vh;
    border-top: 1vw solid var(--moradoClaro);
    border-right: 1vw solid var(--moradoClaro);
    border-top-right-radius: 8vw; /* curva redondeada */
  }
  
  .flechax-punta {
    right: 4vw;
    top: 20.5vh;
    border-right: 1vw solid var(--moradoClaro);
    border-bottom: 1vw solid var(--moradoClaro);
    width: 3vw;
    height: 3vw;
  }

  .img-carousel-home {
    width: 75vw;
    height: 35vh;
  }

  .list-circle .rounded-circle {
    height: 1.5vh;
    width: 2vw;
    margin-bottom: .5vh;
  }

  .espacio-panel {
    width: 0vw;
  }

  .panel-icons {
    width: 100vw;
    margin-top: 2vh;
  }
  
  .panel-icons {
    width: 100vw;
    margin: 2vh 4vw;
    gap: 2vh 1vh;              /* espacio vertical entre filas */
    flex-wrap: wrap;       /* 🔹 permite saltar línea */
    justify-content: center;
    padding: 3vw;
    border-radius: 3vw;
    z-index: 1;
  }

  .panel-icons a {
    flex: 1 1 30%;         /* 🔹 cada ítem ocupa ~30% → caben 3 por fila */
    display: flex;
    justify-content: center;
  }

  .panel-icons .item {
    width: 100%;
    text-align: center;
  }

  .panel-icons .icon {
    font-size: 6vw;        /* iconos grandes */
  }

  .panel-icons .text {
    font-size: 4vw;        /* texto grande */
  }

  .flecha-y {
    display: none;
  }
  
  .linea-abajo-movil {
    display: none !important;
  } 

  /* Curva */
  .flechay::after {
    content: '';
    position: absolute;
    width: 35vw;
    height: 22vh;
    border-bottom: 1vw solid var(--moradoClaro); /* mismo grosor */
    border-left: 1vw solid var(--moradoClaro);
    border-radius: 0 0 0 5vh; /* curva */
    top: 69vh;
    z-index: 1;
  }

  .flechay-punta {
    top: 68vh;
    width: 3vw;
    height: 3vw;
    border-right: 1vw solid var(--moradoClaro);
    border-bottom: 1vw solid var(--moradoClaro);
    margin-right: 1vw;
    left: 3vw;
    z-index: 1;
  }

  .custom-panel-movil {
    display: flex !important;
    background-color: #dcecf7;
    height: 36vh;
    position: absolute;
    top: 56vh;
    width: 100vw;
    left: 0;
    border-radius: 12vw;
  }

  .content-list {
    top: 14vh;
    position: absolute;
    right: auto;
    width: 100vw;
  }

  .content-list .btn-content {
    margin-bottom: .5vh;
    justify-content: center;
  }

  .content-list .btn-home {
    height: 4vh;
  }

  .content-list .btn {
    width: 50vw;
  }

  .btn-custom {
    border-radius: 3vw;
    font-size: 4vw;
  }
  
  .content-list .btn-content i {
    font-size: 4vw;
  }
  
  .footer-copy {
    display: none;
  }

  .footer-copy-movil {
    display: flex !important;
    position: absolute;
    bottom: 0vh;
    gap: 10vw;
    background-color: white;
    left: 0;
    height: 14vh;
    z-index: -1;
    padding: 0vw 5vw;
  }

  .footer-text-movil {
    font-size: 3vw;
    margin-top: 8vh;
    color: var(--azulOscuro);
    font-weight: 700;
  }
  
  .social-icons-interno-footer .icon-circle {
    width: 10vw;
    height: 4.5vh;
  }

  .social-icons-interno-footer {
    position: initial;
    margin-top: 8vh;
  }

  .social-icons-interno-footer i {
    font-size: 6vw;
  }

  .custom-panel-interno {
    display: none;
  }

  .custom-panel-interno-movil {
    display: block !important;
    position: absolute;
    right: 0px;
    top: 10px;
  }

  .container-right {
    right: 6vw;
  }

  .social-icons-interno {
    top: 2vh;
  }

  .social-icons-interno .icon-circle{
    width: 12vw;
    height: 5vh;
  }

  .social-icons-interno i {
    font-size: 6vw;
  }

  .icon-home {
    max-width: 10vw;
    margin-right: 3vw;
  }

  .icon-home span {
    font-size: 4vw;
  }

  .espacio-panel-interno {
    width: 4vw;
  }

  .contenido-interno {
    margin-top: 30vh;
    width: 85vw;
    min-height: 50vh;
    max-height: 50vh;
  }

  .custom-pry-header-movil {
    display: flex !important;
    background-color: #dcecf7;
    height: 35vh;
    position: absolute;
    top: 0;
    width: 100vw;
    left: 0;
    border-bottom-left-radius: 15vw;
    border-bottom-right-radius: 15vw;
  }

  .panel-iconos-web {
    display: none !important;
  }

  .content-list2 {
    width: 100vw;
    margin-top: 10vh !important;
  }

  .titulo-principal {
    font-size: 35px !important;
  }

  .descripcion-seccion {
    font-size: 10px !important;
    width: 80vw;
    margin: auto;
  }

  .content-list-btn {
    max-height: 8vh;
  }

  .linea-lista-btn {
    margin-bottom: 0px !important;
    width: 80vw;
    margin: auto !important;
  }

  .btn-content {
    width: 80vw !important;
    margin: auto;
  }

  .btn-custom-seccion {
    width: 100vw;
    width: 80vw;
    margin-bottom: .8vh;
    font-size: 4vw;
    border-radius: 5vw;
  }

  .btn-scroll {
    font-size: 6vw;
  }

  .boton-interactivo.active {
    width: 100% !important;
    margin-bottom: 1vh;
  }

  .w-interno {
    margin-right: 0vw;
  }
  
  .contenido-dinamico.visible {
    min-height: 50vh;
    max-height: 50vh;
  }

  .descripcion {
    font-size: 3vw;
  }

  .descripcion h1 {
    font-size: 33px !important;
    font-family: 'Amertha', cursive;
  }

  .descripcion h2 {
    font-size: 25px !important;
    font-family: 'Amertha', cursive;
  }

  .descripcion h3 {
    font-size: 17px !important;
    font-family: 'Amertha', cursive;
  }

  .descripcion h4 {
    font-size: 15px !important;
    font-family: 'Amertha', cursive;
  }
  
  .descripcion-lista p {
    font-size: 3vw;
  }

  .btn-comprar {
    border-radius: 5vw;
    width: 60vw !important;
    font-size: 5vw;
  }

  .contenido-titulo-lista span {
    font-size: 8vw !important;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
    line-height: 4vh;
  }

  .lista {
    display: flex;
    width: 85vw;
    min-height: 10vh !important;
    max-height: 10vh !important;
    margin: auto;
    padding-right: 10px;
    border-radius: 5vw;
  }

  .img-lista {
    max-width: 67% !important;
    min-width: 67% !important;;
  }

  .orden-lista {
    display: block;
  }

  .lista-margin {
    height: 30vh;
    width: 85vw;
    overflow: auto;
    margin-bottom: 2vh;
  }

  .linea-vertical {
    border: none;
    border-left: 2px solid var(--morado, #6c2eb9);
    height: 50px;
    width: 0;
    margin: auto;
    margin-left: 0px;
    margin-right: 5px;
  }

  .res-none {
    display: none !important;
  }

  .web-none {
    display: block;
  }

  .btn-lista {
    width: 100%;
    height: 34px;
    font-size: 18px;
  }

  .lista .item {
    width: 17vw;
    height: 8vh;
  }

  .overlay-menu {
    top: 3.5vh;
    right: 8vw;
    width: 60vw;
    height: 54vh;
    padding: 1vw 3vw 0 0;
    border-radius: 6vw;
  }

  .menu-header {
    font-size: 8vw;
  }

  .menu-header span {
    margin-right:1vw;
  }

  .menu-header i {
    border: 0.1vw solid white;
    border-radius: 6vw;
    width: 9vw;
    font-size: 5vw;
  }

  .menu-items a {
    font-size: 5vw;
  }

}

/* Contenedor principal debe ser relativo para posicionamiento absoluto */
.container-fluid {
    position: relative;
    min-height: 100vh; /* Asegura altura mínima */
}

/* Tablets y móviles grandes - de 577px a 768px */
@media (min-width: 577px) and (max-width: 768px) {
    /* Estilos para tablets en orientación vertical o móviles grandes */

}

/* Tablets en orientación horizontal - de 769px a 992px */
@media (min-width: 769px) and (max-width: 992px) {
    /* Estilos para tablets en horizontal o laptops pequeñas */
}

/* Desktops pequeños - de 993px a 1200px */
@media (min-width: 993px) and (max-width: 1200px) {
    /* Estilos para desktops de tamaño mediano */
}

/* Desktops grandes y pantallas HD - de 1201px a 1400px */
@media (min-width: 1201px) and (max-width: 1400px) {
    /* Estilos para pantallas grandes como monitores HD */
}

/* Pantallas ultra anchas (4K y más) - mayor a 1401px */
@media (min-width: 1401px) {
    /* Estilos para pantallas ultra anchas */
}

.carousel-control-prev-icon {
  background-color: black;
}

.carousel-control-next-icon {
  background-color: black;
}

.carousel-inner {
  width: 35vw;
  height: 50vh;
    display: flex;
  align-items: center;
}

.carousel-inner img {
  max-width: 35vw;
  max-height: 50vh;
}

.descripcion-lista {
  width: 100%;
  max-width: 100%;
}

.descripcion-lista * {
  box-sizing: border-box;
  max-width: 100% !important;
  height: auto !important;
  word-wrap: break-word;
  white-space: normal;
}