* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(180deg, #0a0a0a 0%, #14110f 40%, #3b3318 100%);
  color: #fff;
  scroll-behavior: smooth;
  padding-top: 80px;
  background-attachment: fixed;
}


h1, h2 {
  color: #FFD700;
  text-align: center;
  margin-bottom: 1rem;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  z-index: 1000;
  padding: 0.5rem 1rem;
}

.nav-central ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 2rem;
  padding: 0;
  margin: 0;
}

.nav-central ul li a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.nav-central ul li a:hover {
  color: #fff;
}

/* Logo centrado en el medio del nav */
.logo-li {
  margin: 0 1.5rem;
}

.logo-nav {
  width: 100px;
  height: auto;
}

/* Botón flotante arriba a la derecha */
.boton-flotante {
  position: fixed;
  top: 15px;
  right: 20px;
  background-color: #FFD700;
  color: #000;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  z-index: 2000;
  box-shadow: 0 0 10px #FFD70088;
  transition: background-color 0.3s ease;
}

.boton-flotante:hover {
  background-color: #e6c200;
}


nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  list-style: none;
}

nav ul li a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

nav ul li a:hover {
  color: #fff;
}

.logo {
  max-width: 80px;
}

.boton-fijo {
  background-color: #FFD700;
  color: #000;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.boton-fijo:hover {
  background-color: #e6c200;
}

.hero {
  padding: 4rem 2rem;
  text-align: center;
}

.frase {
  font-size: 1.2rem;
}

.subfrase {
  font-size: 1rem;
  color: #ccc;
}

.servicios {
  padding: 3rem 2rem;
}

.bloques {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
}

.bloque {
  background: #111;
  padding: 1.5rem;
  border: 1px solid #FFD700;
  border-radius: 10px;
  text-align: center;
}

@media(min-width: 768px) {
  .bloques {
    flex-direction: row;
    justify-content: center;
  }

  .bloque {
    flex: 1;
    max-width: 300px;
  }
}

.galeria-videos {
  padding: 3rem 1rem;
  text-align: center;
  overflow: hidden;
}

.carrusel-wrapper {
  overflow-x: hidden;
  overflow-y: visible;
  padding: 3rem 0;
}


.carrusel.animado {
  display: flex;
  gap: 1.5rem;
  animation: scrollReels 40s linear infinite;
}

.carrusel.animado video {
  flex-shrink: 0;
   margin: 0.5rem 0;
  width: 200px;
  height: 355px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 0 12px #FFD70088;
}

@keyframes scrollReels {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.podcast {
  padding: 3rem 2rem;
  text-align: center;
}

.imagenes-clientes {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}

.imagenes-clientes img {
  width: 250px;
  border-radius: 8px;
  border: 2px solid #FFD700;
}

.videos-testimonios {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  padding: 1rem 0;
}

.videos-testimonios video {
  max-width: 300px;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 10px #FFD700aa;
}

footer {
  text-align: center;
  padding: 2rem;
  font-size: 0.85rem;
  background: #111;
  margin-top: 2rem;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  z-index: 1000;
  padding: 0.5rem 1rem;
}

.nav-central ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 2rem;
  padding: 0;
  margin: 0;
}

.nav-central ul li a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.nav-central ul li a:hover {
  color: #fff;
}

/* Logo centrado en el medio del nav */
.logo-li {
  margin: 0 3.0rem;
}

.logo-nav {
  width: 150px;
  height: auto;
}

/* Botón flotante arriba a la derecha */
.boton-flotante {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #FFD700;
  color: #000;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  z-index: 2000;
  box-shadow: 0 0 10px #FFD70088;
  transition: background-color 0.3s ease;
}

.boton-flotante:hover {
  background-color: #e6c200;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  z-index: 1000;
  padding: 0.5rem 2rem;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.brand-text {
  background-color: #FFD700;
  color: #000;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  box-shadow: 0 0 8px #FFD70088;
  font-size: 1rem;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 2rem;
  padding: 0;
  margin: 0;
}

.nav-links li a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.nav-links li a:hover {
  color: #fff;
}

.boton-flotante {
  position: fixed;
  top: 15px;
  right: 20px;
  background-color: #FFD700;
  color: #000;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  z-index: 2000;
  box-shadow: 0 0 10px #FFD70088;
  transition: background-color 0.3s ease;
}

.boton-flotante:hover {
  background-color: #e6c200;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  z-index: 1000;
  padding: 0.5rem 2rem;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 1.5rem;
  padding: 0;
  margin: 0;
}

.nav-links li a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.nav-links li a:hover {
  color: #fff;
}

.brand-text {
  background-color: #FFD700;
  color: #000;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  box-shadow: 0 0 8px #FFD70088;
  font-size: 1rem;
  white-space: nowrap;
}

.boton-flotante {
  position: fixed;
  top: 15px;
  right: 20px;
  background-color: #FFD700;
  color: #000;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  z-index: 2000;
  box-shadow: 0 0 10px #FFD70088;
  transition: background-color 0.3s ease;
}

.boton-flotante:hover {
  background-color: #e6c200;
}
.testimonios-clientes {
  display: flex;
  flex-direction: row; /* ✅ Ahora van uno al lado del otro */
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap; /* ✅ Para que no se rompa en pantallas chicas */
  padding: 2rem 1rem;
}


.testimonio {
  width: 100%;
  max-width: 300px; /* 🔥 Esto limita el tamaño y permite que se alineen en fila */
  background: #111;
  padding: 1.5rem;
  border-radius: 12px;
  border: 1px solid #FFD700;
  box-shadow: 0 0 10px #FFD70033;
  transition: transform 0.3s ease;
  text-align: center;
}


.testimonio:hover {
  transform: translateY(-5px);
}

.testimonio img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #FFD700;
  margin-bottom: 1rem;
}

.testimonio h4 {
  margin: 0.5rem 0;
  color: #FFD700;
  font-size: 1rem;
}

.testimonio p {
  font-size: 0.95rem;
  color: #ccc;
}


.boton-flotante2 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFD700;
  color: #000;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  z-index: 2000;
  box-shadow: 0 0 10px #FFD70088;
  transition: background-color 0.3s ease;
}

@media screen and (max-width: 768px) {
  .testimonios-clientes {
    padding: 1rem;
  }

  .testimonio {
    padding: 1rem;
  }

  .testimonio p {
    font-size: 0.9rem;
  }
}

.contacto-cta {
  padding: 4rem 2rem;
  text-align: center;
  background: transparent; /* Se integra con el fondo general */
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.subtitulo-cta {
  font-size: 1rem;
  color: #ccc;
  font-weight: 500;
}

.titulo-cta {
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
}

.boton-llamada-cta {
  background-color: #FFD700;
  color: #000;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 0 12px #FFD70099;
  transition: background-color 0.3s ease;
}

.boton-llamada-cta:hover {
  background-color: #e6c200;
}
