body {
    background-color: #321325
}

#tituloPagina {
  margin-top: 25%;
  margin-bottom: 2em;
     font-size: 10em;
  font-family: "Libertinus Keyboard", system-ui;
  font-weight: 400;
  font-style: normal;
text-align: center;
color: white;
height: 50vh;
}

#PREGUNTA {

    font-size: 4em;
  font-family: "times new roman", system-ui;
  font-weight: 800;
  font-style: normal;
text-align: center;
color: white;
}


#EXPLICACIÓN {

    font-size: 2em;
  font-family: "times new roman", system-ui;
  font-weight: 400;
  font-style: normal;
text-align: center;
color: white;
margin-left: 20%;
margin-right: 20%;
}



.carta {
  width: 200px;
  height: 300px;
  perspective: 1000px;
  cursor: pointer;
}

.carta img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* se ve entera, aunque queden bordes vacíos */
  background: white;   /* color de fondo para lo que quede vacío */
}


.carta .cara {
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.6s;
}

.carta .frente {
  background: white;
  transform: rotateY(0deg);
}

.carta .atras {
  background: white;
  transform: rotateY(180deg);
}

.carta.volteada .frente {
  transform: rotateY(180deg);
}

.carta.volteada .atras {
  transform: rotateY(360deg);
}

#mesa {
  position: relative;
  width: 80vw;  /* ancho del tablero */
  height: 70vh;  /* alto del tablero */
}

.carta {
  width: 200px;
  height: 300px;
  position: absolute;
}

.c1 { top: 10%; left: 56.08%; }
.c2 { top: 51%; left: 68%; }
.c3 { top: 51%; left: 44%; }
.c4 { top: 10%; left: 80%; }
.c5 { top: 10%; left: 32%; }

/*EXPERIMENTO*/

#contenedor {
  margin: auto 1em;
  text-align: center;

}

#tituloMiembros {
  margin-top: 1em;
  margin-bottom: 0;
   font-family: "times new roman", sans-serif;
  font-weight: 800;
  font-style: bolder;
 color: white
}


#foto {
 height: 600px;;
  border: white solid 5px;
  margin-top: 30px;
}

.NombreChicos {
  font-size: 2em;
    margin-bottom: 0;
  font-family: "Libertinus Keyboard", system-ui;
  font-weight: 400;
  font-style: normal;
  color: white;
}

.Mensajito {
  font-size: 1.5em;
 font-family: "times new roman", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  margin-left: 40%;
  margin-right: 40%;
}

.prediccion::first-letter {
  text-transform: uppercase;
}

#boton {
  font-size: 0.9em;
   font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #3d00fdb5;
  color: white;
  margin-bottom: 2em;
  cursor: pointer;
}

#contenedor2 {
  margin: 0 auto;
  text-align: center;
  margin-top: 5%

}

#singlecover {
width: 50vh;
}

#HijodelSol {
color:white;
margin-top: 0;
}

#HijodelSol1 {
  font-family: "libertinus Keyboard";
  color: white;
  font-weight: 100;
 
}

#contenedor3 {
   display: flex;
  justify-content: center; /* centra en horizontal */
  align-items: center;     /* alinea en vertical */
        
}
#SPOTIFY {
width: 10vh; 
text-align: center;
  margin-top: -1.1vh; /* súbelo 1vh, ajusta el valor */

}

#APPLE {
width: 6vh;
text-align: center;
margin-top: 1vh;
margin-left: 0.5vh; 
}

#youtube {
  width: 9vh;
  margin-top: -0.5vh;
  margin-left: 1.5vh;
}

#Nuestrahistoria {
color: white;
margin-top: 10vh;
font-size: 2.5em;
margin-bottom: 5vh;
}


#video {
display: flex;              /* Con flex se alinea el contenido */
  justify-content: center;    /* Centra horizontalmente */
  align-items: center; 
  margin-bottom:10vh;       /* Centra verticalmente (si hay altura disponible) */

}

#leyenda {
font-size: 1.5em;
color: white;
margin-left: 35%;
margin-right: 35%;
}

#letra {
width: 31vw;
align-items: column;
margin-top: 8vh;
}

#garabatos {
margin-top: 8vh;
  font-size: 1.5em;
  color: white;
  margin-bottom: 8vh;
}




