@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-image: url('fondo.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}


.imagen-derecha {
  position: absolute;
  top: 40px;     
  left: 60px;   
  width: 90px;  
}


.titulo h1 {
  text-align: center;
  margin-top: 70px;
  font-size: 60px;
  margin-bottom: 30px;
  font-family: 'Orbitron', sans-serif;
  color: #007BFF;
  text-shadow: 
    0 0 5px #007BFF,
    0 0 10px #007BFF,
    0 0 20px #004CFF,
    0 0 40px #001AFF;
}

.text {
  font-size: 25px;
  color: #A7CFFF;
  margin: 30px auto;
  width: 85%;
  line-height: 1.9;
  font-family: 'Arial', sans-serif;
  text-shadow: 0 0 5px #004CFF;
  text-align: center;
}


.f1-juegos {
  display: block;
  margin: 20px auto 0 auto;
  width: 450px; 
}


.boton-jugar {
  display: block;    
  width: max-content; 
  margin: 20px auto 0 auto; 
  padding: 8px 40px;
  font-size: 20px;
  font-family: 'Arial', sans-serif;
  color: white;
  background: linear-gradient(45deg, #0A0E2E, #1A3BBF);
  border: 2px solid #004CFF;
  border-radius: 12px;
  cursor: pointer;
  text-shadow: 0 0 3px #007BFF;
  box-shadow: 0 0 8px #004CFF;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  text-align: center; 
}

.boton-jugar:hover {
  background: linear-gradient(45deg, #0094FF, #004CFF); 
  border-color: #007BFF;
  text-shadow: 0 0 5px #007BFF, 0 0 10px #004CFF;
  box-shadow: 0 0 10px #004CFF, 0 0 20px #007BFF;
}

.boton-jugar:active {
  scale: 0.95; 
}


.video h1 {
  text-align: center;
  margin-top: 40px;
  font-size: 45px;
  margin-bottom: 30px;
  font-family: 'Orbitron', sans-serif;
  color: #007BFF;
  text-shadow: 
    0 0 5px #007BFF,
    0 0 10px #007BFF,
    0 0 20px #004CFF,
    0 0 40px #001AFF;
}


.video-container {
  position: relative;
  width: 60%;
  max-width: 600px; 
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 64, 255, 0.4);
}

.video-container video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  background-color: #000;
  border: none;
  border-radius: 10px;
}


.descripcion {
  font-size: 20px;
  color: #A7CFFF;
  margin: 40px auto 0 auto; 
  width: 85%;
  line-height: 1.9;
  font-family: 'Arial', sans-serif;
  text-shadow: 0 0 5px #004CFF;
  text-align: center;
}


.pdf-container {
  width: 50%;
  max-width: 900px;
  height: 450px;
  margin: 40px auto;
  box-shadow: 0 0 20px rgba(0, 76, 255, 0.4);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #004CFF;
}

.pdf-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}



.contenedor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 90px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;    
  padding: 0 20px;  
  margin-top: 45px;  
}

.cajadatos {
  background: linear-gradient(145deg, #000a1f, #001233);
  padding: 18px;
  border-radius: 18px;
  box-shadow:
    0 0 8px rgba(0, 122, 255, 0.3),
    inset 0 0 10px rgba(79, 212, 255, 0.1);
  border: 1px solid rgba(79, 212, 255, 0.2);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 480px;
  align-items: center;
}

.headerbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.headerbox img {
  display: block;
  margin: 0 auto;
  max-width: 250px; 
  height: auto;
  border-radius: 15px;
}

.juegos-section h1 {
  font-size: 30px;
  color: #4fd4ff;
  text-shadow:
    0 0 10px #4fd4ff,
    0 0 25px #007bff;
  letter-spacing: 1px;
  margin-bottom: 8px;
  text-align: center;
   margin-top: 0 !important;
  padding-top: 0 !important;
}

.formulario {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
  margin-top: 5px;
  flex-grow: 1;
}

.campo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px; 
  width: 90%;
  max-width: 400px;
}

.texto {
  font-size: 16px;
  color: #a7cfff;
  text-shadow: 0 0 3px #007bff;
  margin-bottom: 0;
}

input,
textarea {
  all: unset;
  padding: 8px 12px;
  border-radius: 10px;
  border: 2px solid #007bff;
  background-color: #000a1f;
  color: white;
  width: 100%;
  box-shadow: 0px 1px 3px rgba(0, 64, 128, 0.3);
}

textarea {
  min-height: 70px;
  resize: vertical;
  margin-top: 2px;
}

input:focus, textarea:focus {
  border-color: #4FD4FF;
}

input::placeholder,
textarea::placeholder {
  color: #9fcfff;
  opacity: 0.7;
}

.boton-enviar {
  align-self: center;
  margin-top: 30px; 
  padding: 10px 30px;
  font-size: 18px;
  color: white;
  background: linear-gradient(45deg, #004cff, #009dff);
  border: 2px solid #007bff;
  border-radius: 12px;
  cursor: pointer;
  text-shadow: 0 0 4px #001a66;
  box-shadow: 0 0 8px #007bff;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.boton-enviar:hover {
  background: linear-gradient(45deg, #007bff, #4fd4ff);
  border-color: #4fd4ff;
  text-shadow: 0 0 6px #4fd4ff, 0 0 12px #007bff;
  box-shadow: 0 0 12px #007bff, 0 0 18px #4fd4ff;
}
.logo {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
  border: 3px solid #007bff;
  box-shadow: 0 0 20px #007bff;
}

.redes-box h2 {
  color: #4fd4ff;
  font-size: 26px;
  text-shadow:
    0 0 10px #4fd4ff,
    0 0 25px #007bff;
  margin-bottom: 30px;
}

.botones {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.btn {
  text-decoration: none;
  color: white;
  font-size: 20px;
  padding: 12px 30px;
  border-radius: 14px;
  border: 2px solid #007bff;
  background: linear-gradient(45deg, #004cff, #009dff);
  text-shadow: 0 0 4px #001a66;
  box-shadow: 0 0 10px #007bff;
  transition: all 0.3s ease-in-out;
}

.btn:hover {
  background: linear-gradient(45deg, #007bff, #4fd4ff);
  border-color: #4fd4ff;
  box-shadow: 0 0 15px #007bff, 0 0 25px #4fd4ff;
}


.instagram {
  border-color: #e1306c;
  background: linear-gradient(45deg, #fd1d1d, #e1306c, #f56040);
  box-shadow: 0 0 10px #e1306c;
}
.instagram:hover {
  box-shadow: 0 0 25px #e1306c, 0 0 40px #fd1d1d;
}

.tiktok {
  border-color: #00f2ea;
  background: linear-gradient(45deg, #25f4ee, #000000, #ff0050);
  box-shadow: 0 0 10px #00f2ea;
}
.tiktok:hover {
  box-shadow: 0 0 25px #00f2ea, 0 0 40px #ff0050;
}

.whatsapp {
  border-color: #25d366;
  background: linear-gradient(45deg, #075e54, #25d366);
  box-shadow: 0 0 10px #25d366;
}
.whatsapp:hover {
  box-shadow: 0 0 25px #25d366, 0 0 40px #128c7e;
}

.footer {
  width: 100%;
  background: linear-gradient(90deg, #000a1f, #001233);
  color: #a7cfff;
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
  border-top: 1px solid rgba(79, 212, 255, 0.2);
  box-shadow: 0 -2px 10px rgba(0, 122, 255, 0.2);
  position: relative; 
  margin-top: 40px; 
}

.footer p {
  margin: 0;
  text-shadow: 0 0 5px #007bff;
  letter-spacing: 0.5px;
}



