/* ===========================
   ESTILOS COMPLETOS - estilos.css 
   =========================== */

/* ===== RESET Y BASE ===== */
* { box-sizing: border-box; }
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #000 !important;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  text-align: center;
}

.no-scroll { overflow: hidden; height: 100vh; }


/* ===== VIDEO DE FONDO ===== */
.video-wrap,
.video-container {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #000 !important;
  z-index: 0;
}

#bgVideo,
.video-fondo,
.video-wrap video,
.video-container video {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 100% !important;
  height: 100% !important;
  transform: translate(-50%, -50%) !important;
  object-fit: cover !important;
  background: #000 !important;
  z-index: -1 !important;
}

.video-wrap video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}


/* ===== BOTONES FLOTANTES ===== */
.top-btn,
.mute-btn,
.whatsapp-btn {
  background: rgba(0,0,0,0.8) !important;
}

.whatsapp-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 80px;
  height: 80px;
  background: #25D366 !important;
  border-radius: 50% !important;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 22px rgba(0,0,0,0.45);
}

.whatsapp-btn img {
  width: 48px;
  height: 48px;
}

.top-btn {
  position: fixed;
  top: 20px;
  right: 30px;
  width: 80px;
  height: 80px;
  border-radius: 50% !important;
  background: rgba(0,0,0,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.top-btn img {
  width: 36px;
  height: 36px;
}

.mute-btn {
  position: fixed;
  top: 20px;
  left: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50% !important;
  background: rgba(0,0,0,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.mute-btn img {
  width: 28px;
  height: 28px;
}


/* ===== MENÚ ===== */
.open-menu-btn {
  position: fixed;
  top: 20px;
  left: 20px;
  font-size: 40px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 999999;
}

.side-menu {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  height: 100%;
  background: #000 !important;
  padding: 60px 20px;
  transition: 0.4s;
  z-index: 99999;
  color: white;
}

.side-menu.open { left: 0; }

.side-menu a {
  display: block;
  color: white;
  font-size: 22px;
  margin: 18px 0;
  text-decoration: none;
  border-bottom: 1px solid #333;
}

.close-btn {
  font-size: 30px;
  margin-top: 30px;
  cursor: pointer;
  color: white;
}


/* ===== SECCIÓN ABOUT ===== */
.about-section {
  max-width: 900px;
  margin: 50px auto;
  background: #111;
  padding: 40px;
  border: 2px solid #d4af37;
  border-radius: 15px;
  box-shadow: 0 0 25px rgba(212,175,55,0.5);
  text-align: center;
}

.about-title {
  font-size: 38px;
  letter-spacing: 3px;
  color: #d4af37;
  margin-bottom: 25px;
  font-weight: bold;
}

.about-text {
  font-size: 18px;
  line-height: 1.7;
  color: #fff;
  text-align: justify;
  margin-top: 15px;
}

.about-section p,
.about-section ul { text-align: justify; }


/* ===== CARDS ===== */
.card-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 15px;
  padding: 20px;
  margin-top: 30px;
}

.card {
  background: #000 !important;
  color: white !important;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(255,255,255,0.15);
  text-align: center;
  overflow: hidden;
  border: 1px solid #333;
  position: relative;
}

.card img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}

.card p {
  padding: 10px;
  font-weight: bold;
  color: white;
}

/* ⭐ ICONOS ERRIBA DE CARDS */
.card .icono-star {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 45px;
  height: 45px;
  z-index: 10;
}


/* ===== TÍTULOS ===== */
.page-title {
  text-align: center;
  margin-top: 80px;
  font-size: 28px;
  font-weight: 700;
  color: white;
}


/* ===== RESPONSIVE ===== */
@media (max-width: 600px) {
  #bgVideo,
  .video-wrap video {
    object-fit: contain !important;
  }
}

@media (max-width: 480px) {
  .side-menu {
    width: 200px !important;
    padding: 50px 15px !important;
  }

  .side-menu a {
    font-size: 18px !important;
    margin: 14px 0 !important;
  }

  .open-menu-btn {
    font-size: 32px !important;
    left: 15px !important;
  }
}

/* Botón menú */
.menu-btn {
    font-size: 32px;
    color: white;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 9999;
    cursor: pointer;
}

/* Menú lateral */
.side-menu {
    position: fixed;
    top: 0;
    left: -260px;
    width: 260px;
    height: 100%;
    background: #000;
    padding-top: 80px;
    transition: 0.4s;
    z-index: 9998;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Links del menú */
.menu-links {
    list-style: none;
    padding: 0;
}

.menu-links li {
    padding: 15px 25px;
}

.menu-links a {
    text-decoration: none;
    color: white;
    font-size: 20px;
}

/* Redes sociales abajo */
.menu-social {
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: space-evenly;
}

.menu-social img {
    width: 28px;  /* tamaño pequeño */
    height: 28px;
    filter: brightness(0) invert(1); /* blancos estilo menú */
}
 
.menu-social {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  padding-bottom: 20px;
}

.menu-social a img {
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1); /* convierte cualquier icono a blanco */
  transition: 0.3s;
}

.menu-social a img:hover {
  transform: scale(1.2);
}
