
body {
 background: linear-gradient(to bottom, #0D0F40, #000000);
  margin: 0;
  padding: 0;
  color: red ; 
}

.vh-100-menos-nav {
  height: calc(100vh - 62px);
}

.p {
  color: rgb(217, 234, 240) ; 
}

.custom-bg-primary {
  background-color: #0D0F40; 
}

.custom-bg-secondary {
  background-color: #1c618c;
}


.custom-bg-box {
  background-color: #afafb0;
}






/* -------- Carusel -------- */

/* Efecto de superposición oscura para mejor legibilidad */
#carouselUltimoPaso::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

/* carrusel ocupa toda la pantalla */
#carouselUltimoPaso {
  position: relative;
}

/* Estilo para las imágenes del carrusel */
.carousel-item img {
  object-fit: cover;
  object-position: center top
}


.carousel-control-prev, 
.carousel-control-next {
  z-index: 10; /* Asegura que estén sobre otros elementos */
}

.carousel-control-prev-icon, 
.carousel-control-next-icon {
  width: 3rem; /* Tamaño más grande para mejor usabilidad */
  height: 3rem;
}

/* -------- Historia -------- */

.custom-gap {
  gap: 2rem; /* 32px */
}

.golden-card {
  background-color: transparent !important;
  border: 1px solid red !important;
  color: red !important;
  box-shadow: none !important; /* eliminar sombra si no querés */
}

.golden-card h3,
.golden-card .display-6 {
  color: red !important;
}

.historia-background {
  overflow: hidden;
}

.background-img {

  
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(0.6) brightness(0.4);
  z-index: 1;


  
}

.historia-background > .container {
  position: relative;
  z-index: 2;
}

.datos-juego-bg > .container {
  position: relative;
  z-index: 2;
}
