body {
    font-family: sans-serif;
    margin: 0;
    background-color: #f0f0f0;
	text-align: center;
}

header {
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 20px 0;
}

.container {
    width: 90%;
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.dark-blue {
    background-color: #0d1117;
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.light-blue {
    background-color: #58a5f0;
    color: #000;
    padding: 20px;
    margin-bottom: 20px;
}

.dark-gray {
    background-color: #333;
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

footer {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

#info-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px;
    text-align: center;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

#info-bar p {
    margin-right: 20px;
}

#info-bar button {
    margin: 0 10px;
    padding: 5px 10px;
    cursor: pointer;
}

.container {
    width: 90%;
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#login-form {
    background-color: #FFFFFF; /* Azul oscuro más claro para el contenedor */
    padding: 20px;
    border-radius: 8px;
}

#login-form input, #login-form button {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #30363d; /* Borde más oscuro */
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #0d1117; /* Azul oscuro para los inputs */
    color: #fff;
}

#login-form button {
    background-color: #58a5f0; /* Azul cielo para el botón */
    color: #000;
    border: none;
    cursor: pointer;
}

#login-form button:hover {
    background-color: #3982ce; /* Azul cielo más oscuro al pasar el ratón */
}

.error {
    color: #931416; /* Rojo claro para el mensaje de error */
    text-align: center;
}

.dark-blue {
    background-color: #0d1117;
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.light-blue {
    background-color: #58a5f0;
    color: #000;
    padding: 20px;
    margin-bottom: 20px;
}

.dark-gray {
    background-color: #333;
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

footer {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

#info-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px;
    text-align: center;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

#info-bar p {
    margin-right: 20px;
}

#info-bar button {
    margin: 0 10px;
    padding: 5px 10px;
    cursor: pointer;
}

h3, h4, h5, h6 {
  font-family:   "sans-serif";
  text-align: center; /* Alineación del texto: center, left, right, justify */
  color: #000000; /* Color del texto: puedes usar nombres de colores, hexadecimales, RGB, etc. */
	font-size: clamp(1.5rem, 4vw, 3rem);
}

h2 {
  font-family:   "sans-serif";
  text-align: center; /* Alineación del texto: center, left, right, justify */
  color: #FFFFFF; /* Color del texto: puedes usar nombres de colores, hexadecimales, RGB, etc. */
	font-size: clamp(1.5rem, 4vw, 3rem);
}

h1 {
  font-family:   "sans-serif";
  text-align: center; /* Alineación del texto: center, left, right, justify */
  color: #000000; /* Color del texto: puedes usar nombres de colores, hexadecimales, RGB, etc. */
}

.parrafo-especial {
  color: #FFFFFF;
  font-weight: bold;
	font-size: clamp(1.5rem, 4vw, 3rem);
	font-family:   "sans-serif";
  text-align: center; /* Alineación del texto: center, left, right, justify */
}