@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;700&display=swap');
/* Estilos Generales */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* AJUSTES GENERALES RESPONSIVOS */
body, html {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #000;
}

img, video {
  max-width: 100%;
  height: auto;
  display: block;
}


/* AJUSTES GENERALES DEL CUERPO */



body {
  font-family: 'Rajdhani', sans-serif;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #ffffff; /* Texto claro para mejor contraste */
  line-height: 1.6;
  overflow-x: hidden; /* Evita el desplazamiento horizontal */
}

h1, h2, h3 {
  color: #ffffff;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

/* Boton para llevar arriba*/
#scrollToTopBtn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  pointer-events: none;
  background-color: #ff5733;
  color: white;
  border: none;
  padding: 15px 20px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: opacity 0.4s, transform 0.3s, background 0.3s;
  z-index: 1000;
}

#scrollToTopBtn.show {
  opacity: 1;
  pointer-events: auto;
}

/* Efecto cuando el ratón pasa por encima */
#scrollToTopBtn:hover {
  background-color: #ff2a00;
  transform: scale(1.1);
}



/* Barra de Navegación */
nav {
  display: flex;
  justify-content: space-between; /* Espacio entre los elementos */
  align-items: center;
  background-color: #000;
  padding: 10px 20px;
  position: relative;
  z-index: 10;
  font-size: 30px;
}


/* Mostrar menú de burguer cuando se activa el botón */
.nav-links.show {
  display: flex !important;
}


/* Logo a la izquierda */
nav .logo img {
  height: 50px;
  transition: 0.3s ease; /* Transición para el efecto de iluminación */
}

/* Menú de navegación centrado */
nav .nav-links {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

nav .nav-links li a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.3s ease; /* Transición para el efecto de iluminación */
}

nav .nav-links li a:hover {
  color: white;
  text-decoration: underline;
}

/* Redes sociales a la izquierda */
nav .Redes_Sociales2 {
  display: flex;
  gap: 15px;
}

/* Barra de luz animada */
nav::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100%; /* Empieza fuera de la pantalla */
  width: 100%;
  height: 3px;
  background-color: rgb(244, 47, 17);
  animation: barra-luz 10s linear infinite;
  animation-fill-mode: forwards; /* Mantiene el estado final de la animación */
  pointer-events: none; /* Impide que la barra interactúe con la página */
  z-index: 10; /* Asegura que esté por encima del contenido */
}

/* Animación de barra de luz */
@keyframes barra-luz {
  0% {
    left: -100%; /* Empieza fuera de la pantalla por la izquierda */
    opacity: 1;
  }
  100% {
    left: 0%; /* Se mueve completamente hacia la derecha */
    opacity: 0.1; /* Se desvanece al final */
  }
}

/* NEONES */
.neon-frame {
  position: relative;
  padding: 5px;
  background-color: transparent;
  display: block;
  width: 100%;
  height: 100%; /* Asegura que ocupe todo el alto de la sección */
  animation: neon-breath 3s ease-in-out infinite, color-change 10s linear infinite;
  border-radius: 10px; /* Bordes redondeados */
  overflow: hidden; /* Para evitar que los bordes se salgan */
}

/* Bordes animados (superior, inferior) */
.neon-frame::before,
.neon-frame::after{
  content: "";
  position: absolute;
  background-color: transparent;
  box-shadow:
    inset 0 0 10px #00ff04,
    inset 0 0 20px #ff007f,
    inset 0 0 40px #c8ff00,
    inset 0 0 80px #1500ff;
  z-index: 1;
  animation: neon-breath 3s ease-in-out infinite, color-change 10s linear infinite;
}

/* Bordes superior e inferior */
.neon-frame::before,
.neon-frame::after {
  width: 100%;
  height: 6px;
}

.neon-frame::before {
  top: 0; /* Borde superior */
}

.neon-frame::after {
  bottom: 0; /* Borde inferior */
}

/* Efecto de respiración (breathing) */
@keyframes neon-breath {
  0%, 100% {
    box-shadow:
      inset 0 0 10px #00ff04,
      inset 0 0 20px #ff007f,
      inset 0 0 40px #c8ff00,
      inset 0 0 80px #1500ff;
  }
  50% {
    box-shadow:
      inset 0 0 30px #00ff04,
      inset 0 0 60px #ff007f,
      inset 0 0 120px #c8ff00,
      inset 0 0 240px #1500ff;
  }
}

/* Cambio de color del neón */
@keyframes color-change {
  0%   { box-shadow: inset 0 0 10px #ff007f; }
  25%  { box-shadow: inset 0 0 10px #3bffdc; }
  50%  { box-shadow: inset 0 0 10px #f39c12; }
  75%  { box-shadow: inset 0 0 10px #9b59b6; }
  100% { box-shadow: inset 0 0 10px #ff007f; }
}

/* Estilo para el contenedor de productos */
.neon-frame section#productos {
  position: relative;
  z-index: 2;
  background-color: #000; /* Para asegurar contraste */
  padding: 0px;
}



/* REDES SOCIALES HEADER */

.Redes_Sociales2 {
  display: flex;
  justify-content: flex-end; /* Mover las redes sociales a la derecha */
  gap: 10px;
}

.Redes_Sociales2 a img {
  transition: transform 0.3s ease, filter 0.3s ease;
  border-radius: 8px;
  max-width: 100%; /* Asegura que los íconos no se desborden */
}

.Redes_Sociales2 a:hover img {
  transform: scale(1.1);
  filter: brightness(1.2) drop-shadow(0 0 5px rgba(255, 255, 255, 0.936));
}

/* Menú del móvil */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2rem;
  color: white;
  cursor: pointer;
}

/* Cabecera con fondo y gradiente */
header {
  background: url('/Img/PAG_WEB_BASICA/cabecera_cosm.avif') no-repeat center center/cover;
  color: #ffffff;
  padding: 5rem 2rem;
  text-align: center;
  background-size: cover;
}

header h1 {
  font-size: 3.5rem;
  font-weight: bold;
  text-transform: uppercase;
}

header p {
  font-size: 1.2rem;
  margin-top: 1rem;
}

.titulo-gradient {
  display: inline-block;
  padding: 0.2rem 0.5rem;
}

.p_header{
    color: #ffffff;
    font-size: 1.5rem; /* o 24px, 2em, etc. */
    font-weight: bold; /* opcional: hace que se vea más sólido */
    line-height: 1.2;  /* opcional: ajusta el espacio vertical entre líneas si hay varias */
}


/* Secciones */
section {
  padding: 3rem 2rem;
  background: #e0dbdb;
  margin: 0;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Sección de Nuestra Trayectoria */
#trayectoria {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
             url('/Img//PAG_WEB_BASICA/Diseno_sin_titulo.avif') no-repeat center center/cover;
  color: #fff;
  padding: 5rem 2rem;
  text-align: center;
  background-size: cover;
  background-position: center;
}

#trayectoria h2 {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}

#trayectoria p {
  font-size: 1.2rem;
  margin-top: 1rem;
}

/* Contenido de la sección de trayectoria */
#trayectoria .trayectoria-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  gap: 2rem; /* Espacio entre la descripción y la imagen */
}

#trayectoria .descripcion {
  width: 40%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  margin-left: 300px;
  color: white;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

#trayectoria .descripcion:hover {
  transform: translateY(-20px);
  box-shadow: 0px 0px 25px rgb(255, 255, 255);
}


#trayectoria .descripcion p {
  font-size: 25px; 
  line-height: 1.6;
}


#trayectoria .imagen {
  width: 40%;
  padding: 1rem;
}

#trayectoria .imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ajusta la imagen sin distorsionarla */
  border-radius: 50%; /* Hace que la imagen sea ovalada */
}


/* Estilos para la sección carousel */
.carousel {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.carousel h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.carousel-container {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  gap: 2rem;
  padding-bottom: 20px;
  scroll-behavior: smooth;
}

.carousel-item {
  width: 100%;
  max-width: 300px;
  flex-shrink: 0;
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  scroll-snap-align: start;
}

.carousel-item img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.carousel-buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 2; /* Asegura que los botones estén por encima de los demás elementos */
}

.carousel .scroll-btn {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 2rem;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.3s ease;
  width: 50px; /* Ajusta el tamaño de los botones */
  height: 50px; /* Ajusta el tamaño de los botones */
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel .scroll-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}

.carousel .prev-btn {
  margin-left: 20px; /* Espacio a la izquierda del botón */
}

.carousel .next-btn {
  margin-right: 20px; /* Espacio a la derecha del botón */
}

/* Agregar un enfoque visual (opcional) */
.carousel .scroll-btn:focus {
  outline: 2px solid #fff; /* Establece un borde blanco para mejor visibilidad cuando el botón esté enfocado */
}



/* Estilos para la tabla de precios */
.pricing-table {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 30px;
}

.card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  padding: 24px;
  text-align: center;
  transition: transform 0.3s;
}

.card:hover {
  transform: scale(1.05);
}

.card h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.price {
  font-size: 2rem;
  color: #2c7a7b;
  margin-bottom: 20px;
}

.features {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.features li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.btn {
  background: #2c7a7b;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s;
}

.btn:hover {
  background: #225e61;
}

/* Seccion de productos estrella */
#productos {
  background: linear-gradient(to top, #000000f0, #3a2f2f80, #ffffff30, #3a2f2f80, #000000f0);
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 0;
  z-index: 2;
}

.productos-fondo {
  background-image: url('/Img/PAG_WEB_BASICA/fondo_productos.avif');
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 4rem 2rem;
  border-radius: 8px;
  color: #ffffff;
  z-index: 1; /* Para que la imagen esté por debajo del borde */
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.productos-contenido {
  position: relative;
  z-index: 2;
  text-align: center;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
}

.productos-contenido h2 {
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 2rem;
}

.productos-wrapper {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.card, .producto-card, .servicio-card {
  width: 100%;
  max-width: 300px;
  box-sizing: border-box;
}

.producto-card {
  background: rgba(0, 0, 0, 0.742);
  border-radius: 12px;
  padding: 2rem;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
  border: 3px solid rgba(255, 255, 255, 0.753);
  max-width: 300px;
  text-align: center;
  box-shadow: 0 10px 16px rgb(9, 31, 175);
  color: #ffffff;
}

.producto-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(255, 255, 255, 0.25);
}

.producto-imagen {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 12px; /* igual que .producto-card */
  margin-bottom: 1rem;
}

.producto-card h3 {
  color: #4db8ff;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); /* mejora el contraste con el fondo */
  letter-spacing: 0.5px; /* hace que el texto respire un poco más */
  line-height: 1.2; /* mejora legibilidad si el texto es largo o en 2 líneas */
}


.producto-card p {
  color: #dddddd;
  margin-bottom: 1.5rem;
  font-size: 1.05rem;
  line-height: 1.6;
  letter-spacing: 0.3px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); /* mejora contraste en fondos claros/mixtos */
}


.producto-card b {
  color: #4caf50;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.precio_p {
  display: inline-block;
  color: #d016d3;
  padding: 0.5rem 1.1rem;
  border-radius: 30px; /* Mantén el borde redondeado aquí */
  font-weight: 600;
  font-size: 1.35rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.3px;
  border: 1px solid #d016d3;
  background-color: rgba(208, 22, 211, 0.1);
  box-shadow: 0 2px 6px rgba(208, 22, 211, 0.25);
}

.precio_p:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(208, 22, 211, 0.717);
  background-color: rgba(0, 0, 0, 0.929);
  border-radius: 30px; /* Mantenemos el borde redondeado en hover */
}



/* Estilos para la sección de servicios con tarjetas */
#servicios {
  padding: 5rem 0;
  background-color: #000000;
  text-align: center;
}

.servicios-wrapper {
  perspective: 1000px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 450px;
}

.servicios-container {
  position: relative;
  width: 300px;
  height: 300px;
  transform-style: preserve-3d;
  animation: girarCarrusel 20s linear infinite;
}

.servicio-card {
  position: absolute;
  width: 260px;
  height: 260px;
  padding: 10px;
  background: rgba(40, 19, 19, 0.37);
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.servicio-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 10px;
}

.servicio-card h3 {
  margin: 10px 0 5px;
  font-size: 1.2rem;
}

.precio_s {
  font-size: 1.4rem;
  font-weight: bold;
  color: #e91e63;
}

/* Distribuye las tarjetas alrededor de un círculo */
.servicio-card:nth-child(1) { transform: rotateY(0deg) translateZ(400px); }
.servicio-card:nth-child(2) { transform: rotateY(72deg) translateZ(400px); }
.servicio-card:nth-child(3) { transform: rotateY(144deg) translateZ(400px); }
.servicio-card:nth-child(4) { transform: rotateY(216deg) translateZ(400px); }
.servicio-card:nth-child(5) { transform: rotateY(288deg) translateZ(400px); }

/* Animación circular */
@keyframes girarCarrusel {
  from { transform: rotateY(0deg); }
  to { transform: rotateY(-360deg); }
}




/* Reseñas mejoradas */
#reseñas {
  background-color: #000000;
  color: white;
  padding: 10rem 8rem;
  text-align: center;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 100px;
}

.subtitulo-reseñas {
  font-size: 35px;
  color: #4db8ff;
  margin: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mensaje-reseñas {
  font-size: 25px;
  font-weight: 500;
  margin: 1.5rem;
  color: #ffffff;
}

.reseñas-wrapper {
  display: flex;
  gap: 2rem;
  width: max-content;
  animation: deslizar-reseñas 40s linear infinite;
}

.reseñas-carousel {
  overflow: hidden;
  margin-top: 2rem;
  width: 100%;
  display: flex;
  justify-content: center;
}

.reseña-card {
  background: rgba(0, 0, 0, 0.553);
  border: 1px solid rgb(255, 255, 255);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  padding: 2rem;
  width: 100%;
  max-width: 300px;
  flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
  position: relative;
}

.reseña-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 8px 10px rgb(255, 255, 255);
}

.reseña-card p {
  font-style: italic;
  color: #eee;
  margin-bottom: 1rem;
}

.reseña-card span {
  display: block;
  font-weight: bold;
  color: #4db8ff;
  margin-bottom: 1.5rem;
}

.btn-trustpilot {
  display: inline-block;
  background-color: #1c5a2ab3;
  color: white;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-trustpilot:hover {
  background-color: #15c01d89;
}

@keyframes deslizar-reseñas {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30%);
  }
}

/* Ubicación mejorada */
#ubicacion {
  background-color: #000; 
  color: #ffffff;
  padding: 4rem 2rem;
  text-align: center;
  border-radius: 12px;
}

.ubicacion-contenido {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
}

.ubicacion-mapa a {
  font-size: 1.2rem;
  font-weight: bold;
  background: #4db8ff;
  color: #000;
  padding: 1rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.ubicacion-mapa a:hover {
  background: #3399cc;
}

/* CARTEL de horarios */
.cartel-horarios {
  background: linear-gradient(135deg, #0a0a0a, #1a1a1a);
  border: 3px solid #4db8ff;
  border-radius: 20px;
  padding: 2rem;
  box-shadow:
    0 0 15px rgba(77, 184, 255, 0.7),
    0 0 30px rgba(77, 184, 255, 0.5),
    0 0 45px rgba(77, 184, 255, 0.3);
  animation: brillo-horario 4s ease-in-out infinite;
  transition: transform 0.3s ease;
}

.cartel-horarios:hover {
  transform: scale(1.02);
}

.cartel-horarios p {
  font-size: 1.25rem;
  color: #e6f7ff;
  margin: 1rem 0;
  line-height: 1.6;
}

.cartel-horarios strong {
  color: #4db8ff;
  font-weight: 700;
  font-size: 1.35rem;
}

@keyframes brillo-horario {
  0%, 100% {
    box-shadow:
      0 0 15px rgba(77, 184, 255, 0.7),
      0 0 30px rgba(77, 184, 255, 0.5),
      0 0 45px rgba(77, 184, 255, 0.3);
  }
  50% {
    box-shadow:
      0 0 25px rgba(77, 184, 255, 0.8),
      0 0 50px rgba(77, 184, 255, 0.6),
      0 0 75px rgba(77, 184, 255, 0.4);
  }
}

.ubicacion-horarios h3 {
  font-size: 2rem;
  color: #4db8ff;
  margin-bottom: 1rem;
  text-shadow: 0 0 5px rgba(77, 184, 255, 0.5);
}


/* Boton Whatsapp */

/* Burbuja flotante */
.chat-bubble {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #25D366;
  padding: 15px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.chat-icon {
  font-size: 26px;
  color: white;
}

.notification {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: red;
  color: white;
  font-size: 12px;
  padding: 5px;
  border-radius: 50%;
  display: none;
  z-index: 2000;
}

/* Menú del chat */
.chat-menu {
  position: fixed;
  bottom: 70px;
  left: 20px;
  width: 300px;
  margin-bottom: 30px;
  margin-left: 60px;
  background: linear-gradient(to right, rgba(0, 255, 136, 0.9), rgba(0, 0, 0, 0.9));
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  display: none;
  flex-direction: column;
  z-index: 1000;
  overflow: hidden;
  color: white;
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
  animation: slideUpFadeIn 0.4s ease-out forwards;
}

@keyframes slideUpFadeIn {
  0% {
      opacity: 0;
      transform: translateY(20px) scale(0.98);
  }
  100% {
      opacity: 1;
      transform: translateY(0) scale(1);
  }
}



.chat-header {
  background: linear-gradient(to right, #25D366, #128C7E);
  padding: 10px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.chat-body {
  padding: 10px;
  max-height: 200px;
  overflow-y: auto;
}

.message {
  background-color: #e1ffc7;
  padding: 10px;
  border-radius: 10px;
  margin: 5px 0;
  max-width: 80%;
}

.message.received {
  background: linear-gradient(to right, #25D366, #128C7E);
  align-self: flex-start;
  font-size: 25px;
  font-weight: bolder;
  text-align: left;
}

.chat-footer {
  padding: 10px;
  border-top: 1px solid #ddd;
  display: flex;
  align-items: center;
}

.chat-footer input {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

/* Botón de cierre */
.close-btn {
  background: none;
  border: none;
  color: white;
  font-size: 18px;
  cursor: pointer;
}

/* Botón "Necesito más ayuda" */
.more-help {
  padding: 10px;
  text-align: center;
}

.help-btn {
  background: linear-gradient(to right, #25D366, #128C7E);
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: background 0.3s ease;
}

.help-btn:hover {
  background: linear-gradient(to right, #128C7E, #075E54);
}


/* FOOTER MODERNO */
footer {
  background: linear-gradient(to bottom, #000000, #47454570);
  color: #eaed08;
  padding: 3rem 2rem 1rem;
  font-size: 0.95rem;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  border-bottom: 1px solid #4db8ff;
  padding-bottom: 2rem;
}

.footer-social {
  display: flex;
  gap: 3.5rem;
  margin-top: 4.5rem;
}

.footer-social img {
  transition: transform 0.3s ease;
  filter: brightness(0.9) drop-shadow(0 0 5px #4db8ff);
}

.footer-social img:hover {
  transform: scale(1.2);
}

.footer-menu ul {
  list-style: none;
  padding: 0;
}

.footer-menu ul li {
  margin-bottom: 0.6rem;
}

.footer-menu ul li a {
  color: #4db8ff;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-menu ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-contacto h4 {
  color: #4db8ff;
  margin-bottom: 1rem;
}

.footer-contacto p span {
  color: #dddddd;
}

.footer-bottom {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.85rem;
  color: #888;
}