:root {
    --primary-color: #0077b6; /* Azul oscuro profesional */
    --secondary-color: #ff4500; /* Naranja intenso para contraste */
    --accent-color: #00ff99; /* Verde neón para detalles */
    --button-color: #ffcc00; /* Amarillo dorado para botones */
    --text-color: #ffffff; /* Blanco puro para texto */
    --text-secondary: #bbbbbb; /* Gris claro para detalles */
    --background-dark: #050505; /* Negro profundo */
    --background-medium: #181818; /* Gris oscuro */
    --background-light: #303030; /* Gris neutro */
}


/* Fondo negro animado */
body {
    background: linear-gradient(135deg, var(--background-dark), var(--background-medium), var(--background-light));
    background-attachment: fixed;
    animation: fondoAnimado 20s infinite alternate;
    font-family: 'Orbitron', 'Rajdhani', sans-serif;
    color: var(--text-color);
    text-align: center;
}

/* Contenedor de privacidad */
.privacy-container {
    max-width: 800px;
    margin: 50px auto;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0px 5px 12px var(--accent-color);
    background: rgba(20, 20, 20, 0.9);
}

/* Títulos con efecto */
h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 0 15px #03ce92;
}

h3 {
    font-size: 24px;
    color: var(--primary-color);
}

/* Botón de regreso */
.volver-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 25px;
    background: #03ce92;

    color: var(--background-dark);
    border-radius: 5px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.volver-btn:hover {
    background: var(--secondary-color);
    transform: scale(1.05);
}

body{
  justify-content: center;
  display: flex;
  align-items: center;
  height: 100hv;
  margin: 0%;
}

label {
  display: block; /* Las etiquetas ocuparán un bloque de espacio */

  font-family: 'Arial', sans-serif; 
   /* Texto de etiqueta en negrita */
  text-align: center;
  margin-bottom: 15px;
  border-radius: 5px;
  
}
input[type=text] {
  align-items: center;
  font-family: 'Arial', sans-serif;
  border-color: aqua;
  padding-left: 40px;
  transition: width 0.4s ease-in-out;
  width: 100%;
  padding: 5px 5px;
  margin: 3px 0;
  box-sizing: border-box;
}
input[type=number] {
  align-items: center;
  font-family: 'Arial', sans-serif;
  border-color: aqua;
  padding-left: with 0.4s ease-in-out;
  width: 100%;
  padding: 5px 5px;
  margin: 3px 0;
  box-sizing: border-box;
}
input[type=email]{
  align-items: center;
  font-family: 'Arial', sans-serif;
  border-color: aqua;
  padding-left: with 0.4s ease-in-out;
  width: 100%;
  padding: 5px 5px;
  margin: 3px 0;
  box-sizing: border-box;
}
@keyframes animate {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

/* Contenedor blanco con bordes redondeados */
.privacy-box {
    max-width: 800px;
    margin: 50px auto;
    padding: 30px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.3);
    color: #333;
}

/* Justificar el contenido */
.privacy-content {
    text-align: justify;
}

/* Títulos */
h2 {
    color: #0077b6;
    font-size: 32px;
    text-transform: uppercase;
    text-shadow: 0 0 10px #03ce92;
    text-align: center;
}

h3 {
    font-size: 24px;
    color: var(--primary-color);
    text-align: center;
}

/* Botón de regreso */
.volver-btn {
    display: block;
    width: fit-content;
    margin: 20px auto;
    padding: 10px 20px;
    background: 03ce92;
    color: #000;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s ease-in-out;
}

.volver-btn:hover {
    background: #03ce92;
    transform: scale(1.05);
}

.background {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: #62b2e4;
    overflow: hidden;
}
.background li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 19s linear infinite;
}




.background li:nth-child(0) {
    left: 69%;
    width: 129px;
    height: 129px;
    bottom: -129px;
    animation-delay: 1s;
}
.background li:nth-child(1) {
    left: 9%;
    width: 189px;
    height: 189px;
    bottom: -189px;
    animation-delay: 5s;
}
.background li:nth-child(2) {
    left: 66%;
    width: 107px;
    height: 107px;
    bottom: -107px;
    animation-delay: 1s;
}
.background li:nth-child(3) {
    left: 42%;
    width: 164px;
    height: 164px;
    bottom: -164px;
    animation-delay: 8s;
}
.background li:nth-child(4) {
    left: 42%;
    width: 109px;
    height: 109px;
    bottom: -109px;
    animation-delay: 1s;
}
.background li:nth-child(5) {
    left: 21%;
    width: 127px;
    height: 127px;
    bottom: -127px;
    animation-delay: 3s;
}
.background li:nth-child(6) {
    left: 55%;
    width: 153px;
    height: 153px;
    bottom: -153px;
    animation-delay: 25s;
}
.background li:nth-child(7) {
    left: 88%;
    width: 188px;
    height: 188px;
    bottom: -188px;
    animation-delay: 34s;
}
.background li:nth-child(8) {
    left: 11%;
    width: 173px;
    height: 173px;
    bottom: -173px;
    animation-delay: 14s;
}
.background li:nth-child(9) {
    left: 35%;
    width: 161px;
    height: 161px;
    bottom: -161px;
    animation-delay: 23s;
}

/* Contenedor blanco con bordes redondeados y barra de desplazamiento */
.privacy-box {
    max-width: 800px;
    margin: 50px auto;
    padding: 30px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.3);
    color: #333;
    max-height: 80vh; /* ✅ Limita la altura */
    overflow-y: auto; /* ✅ Agrega barra de desplazamiento */
}

/* Estilo de la barra de desplazamiento */
.privacy-box::-webkit-scrollbar {
    width: 10px;
}

.privacy-box::-webkit-scrollbar-track {
    background: var(--background-dark);
    border-radius: 10px;
}

.privacy-box::-webkit-scrollbar-thumb {
    background: #03ce92;
    border-radius: 10px;
}

.privacy-box::-webkit-scrollbar-thumb:hover {
    background: #03bb85;
}
