body {
  font-family: 'Arial Black', sans-serif;
  background-color: #111;
  color: #fff;
  scroll-behavior: smooth;
  cursor: none;
}

h2 {
  font-weight: bold;
  margin-bottom: 20px;
  color: #f33;
  letter-spacing: 2px;
}

/* ==================== NAVBAR ==================== */
.custom-navbar {
  background-color: rgba(10, 10, 10);
  backdrop-filter: blur(8px);
  transition: background-color 0.3s ease;
  z-index: 999;
}

.navbar-brand {
  font-size: 1.6rem;
  font-weight: 900;
  color: #f33 !important;
  letter-spacing: 1px;
}

.navbar-nav .nav-link {
  color: #fff !important;
  position: relative;
  font-weight: 500;
  margin: 0 10px;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  display: block;
  margin: auto;
  background: #f33;
  transition: width 0.3s ease;
  bottom: 0;
  left: 0;
  right: 0;
}

.navbar-nav .nav-link:hover {
  color: #f33 !important;
}

.navbar-nav .nav-link:hover::after {
  width: 100%;
}

/* ==================== LANDING ==================== */
.lan {
  min-height: 100vh;
  background: url("img/Landing.jpg") center center/cover no-repeat;
  position: relative;
}

.lan::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); 
  z-index: 0;
}

.lan .container {
  position: relative;
  z-index: 1; 
}

.lan h1 {
  text-shadow: 2px 2px 12px #000;
}

.lan p {
  font-size: 1.5rem;
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  color: white;
  text-decoration: none;
}

.btn-conoce {
  color: white; 
  background-color: #f33;
  padding: 10px;
  border-radius: 10px;
  border-style: none;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

.btn-conoce:hover {
 background-color:rgb(230, 43, 43);
 text-decoration: none;
 text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
} 

.lead {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

/* ==================== MECÁNICAS ==================== */
#mecanicas .card {
  background-color: #1a1a1a;
  border: none;
  color: #fff;
  transition: transform 0.3s;
}
#mecanicas .card:hover {
  transform: translateY(-5px);
}
#mecanicas h5 {
  color: #f33;
}

/* ==================== POWER UPS ==================== */
#powerups .card { 
  background-color: #1a1a1a; 
  border: none; 
  color: #fff; 
  transition: transform 0.3s; 
} 

#powerups .card:hover { 
  transform: translateY(-5px); 
} 

#powerups h5 { 
  color: #f33; 
}

#img-powerup:hover {
  transform: rotate(15deg);
}

#powerups img {
  display: block;
  margin: 0 auto;
}
/* ==================== CONTROLES ==================== */
#controles {
  padding: 60px 0;
  background-color: #111;
  color: #fff;
}

#controles h2 {
  color: #f33;
}

.table-custom {
  background-color: #1a1a1a; 
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
}

.table-custom thead th {
  background-color: #1a1a1a; ;
  color: #f33;
  border: none;
}

.table-custom td {
  vertical-align: middle;
  border: none;
  font-size: 1rem;
  color: #eee;
}

.key {
  display: inline-block;
  background: #222;
  border: 1px solid #f33;
  color: #f33;
  padding: 6px 10px;
  margin: 2px;
  border-radius: 6px;
  font-family: 'Courier New', monospace;
  font-size: 15px;
  transition: transform 0.2s;
}

.key:hover {
  transform: scale(1.1);
  background: #1d1d1d;
}

/* ==================== SECCIONES ==================== */
section {
  padding: 80px 0;
}
.card {
  background-color: #1a1a1a;
  border: none;
  color: #fff;
}
.card h5 {
  color: #f33;
}

/* ==================== CARRUSELES ==================== */
.carousel-item img {
  height: 650px; 
  object-fit: cover; 
  object-position: center;
}

/* ==================== ELENCO ==================== */
.character-card {
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  border: 3px solid #f33;
}

.character-card img.elenco-img {
  width: 100%;
  height: 400px;      
  object-fit: cover; 
  transition: transform 0.4s ease;
}

.character-card:hover img.elenco-img {
  transform: scale(1.05);
}

.overlay-character {
  position: absolute;
  inset: 0;
  background: rgba(243, 51, 51, 0.7);
  opacity: 0;
  transition: opacity 0.4s ease;
  font-size: 1.5rem;
  font-weight: bold;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

.character-card:hover .overlay-character {
  opacity: 1;
}

/* ==================== EQUIPO ==================== */
.team-card {
  background-color: #222;
  color: #fff;
  border: 2px solid #f33;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  background-color: #333;
}

.team-card h5 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.team-img-wrapper {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.team-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.team-img-wrapper:hover .team-img {
  transform: scale(1.1);
}

/* ==================== FOOTER ==================== */
.footer {
  background: #111;
}
.btn-social {
  display: inline-block;
  margin: 0 15px;
  color: #fff;
  transition: transform 0.3s, color 0.3s;
}
.btn-social:hover {
  transform: scale(1.2);
  color: #f33;
}
.footer h3 {
  font-weight: bold;
  letter-spacing: 2px;
}
.footer p {
  color: #aaa;
  font-size: 10px;
}
#imgEmp {
  width: 150px;
  height: 150px;
  margin-top:0%;
}

#custom-cursor {
  position: fixed;
  width: 64px;
  height: 64px;
  background: url('img/cursor_mira.png') center center no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform 0.1s ease;
  left: 0;
  top: 0;
}

html, body, a, button, .btn-conoce, .carousel-control-prev, 
.carousel-control-next, .navbar-toggler, .nav-link {
  cursor: none !important;
}

@media (max-width: 768px) {
  .navbar {
    padding: 10px 0;
  }

  .lan h1 {
    font-size: 2.3rem;
    text-align: center;
  }

  .lan p {
    font-size: 1.1rem;
    text-align: center;
  }

  .lan .btn-conoce {
    display: block;
    margin: 15px auto;
  }

  iframe {
    width: 100% !important;
    height: 220px !important;
  }

  section {
    padding: 50px 0;
  }

  h2 {
    font-size: 1.8rem;
  }

  .carousel-item img {
    height: 320px;
    object-fit: cover;
  }

  .card {
    padding: 20px !important;
  }

  #mecanicas img,
  #powerups img {
    width: 80px !important;
  }

  .character-card img.elenco-img {
    height: 260px;
  }

  .team-card {
    margin-bottom: 20px;
  }

  .team-img-wrapper {
    width: 90px;
    height: 90px;
  }

  .table-custom td {
    font-size: 0.85rem;
  }

  .key {
    padding: 5px 8px;
    font-size: 12px;
  }

  #imgEmp {
    width: 120px;
    height: 120px;
  }
}