/* General */
body {
    font-family: 'Roboto Mono', monospace;
    background-color: #0d1117;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #c9d1d9;
}

a {
    color: #58a6ff;
    text-decoration: none;
}

a:hover {
    color: #7cd656;
}

/* Header */
.header {
    background-color: #161b22;
    padding: 30px;
    border-bottom: 2px solid #7cd656;
}

.header h1 {
    font-size: 2.5rem;
    margin: 0;
    color: #c9d1d9;
}

.header .highlight {
    color: #7cd656;
}

.header .tagline {
    font-size: 1.2rem;
    margin-top: 10px;
    color: #8b949e;
}

/* Main Content */
.main-content {
    background-color: #161b22;
    padding: 40px 20px;
    max-width: 900px;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    text-align: left;
}

.main-content h2 {
    font-size: 1.8rem;
    color: #7cd656;
    margin-bottom: 20px;
}

.main-content p {
    font-size: 1rem;
    line-height: 1.6;
    color: #c9d1d9;
}

ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #c9d1d9;
}

ul li::before {
    content: "•";
    color: #7cd656;
    font-size: 1.5rem;
    margin-right: 10px;
}

/* Buttons */
.button,
.message-form {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    color: #0d1117;
    background-color: #7cd656;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
    margin: 10px 5px;
}

.button:hover,
.message-form:hover {
    background-color: #61b342;
    transform: translateY(-2px);
}

/* Message Section */
.message-section {
    margin: 40px auto;
    text-align: center;
    background-color: #22262b;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    max-width: 600px;
}

.message-section h2 {
    font-size: 1.8rem;
    color: #7cd656;
    margin-bottom: 20px;
}

.message-section label {
    display: block;
    text-align: left;
    font-size: 1rem;
    color: #c9d1d9;
    margin-bottom: 8px;
}

.message-section input,
.message-section textarea {
    width: 100%;
    max-width: 560px;
    padding: 10px;
    font-size: 1rem;
    margin-bottom: 20px;
    color: #c9d1d9;
    background-color: #0d1117;
    border: 1px solid #7cd656;
    border-radius: 5px;
}


.message-section input::placeholder,
.message-section textarea::placeholder {
    color: #8b949e;
}

/* Download Section */
.download-section {
    text-align: center;
    margin: 40px 0;
}

.download-section h2 {
    font-size: 1.8rem;
    color: #7cd656;
    margin-bottom: 20px;
}

.download-section p {
    font-size: 1rem;
    color: #8b949e;
}

/* Footer */
footer {
    background-color: #161b22;
    padding: 20px;
    text-align: center;
    font-size: 0.9rem;
    color: #8b949e;
    border-top: 2px solid #7cd656;
}


/* Sección de Operación */
.operacion, .meetup {
    margin: 20px 0;
    padding: 15px;
    background-color: #313131;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.operacion h2, .meetup h2 {
    font-size: 1.5rem;
    color: #7cd656;
    margin-bottom: 10px;
}

.operacion p, .meetup p {
    font-size: 1rem;
    color: #ffffff;
    line-height: 1.6;
}

/* Botones específicos */
.button.accion {
    background-color: #7cd656;
}

.button.accion:hover {
    background-color: #4CAF50; 
}

.button.volver {
    background-color: #7cd656; 
}

.button.volver:hover {
    background-color: #4CAF50; 
}

.alternativa {
    margin: 20px 0;
    padding: 15px;
    background-color: #313131; /* Fondo suave naranja */
    border: 1px solid #ffffff; /* Bordes ligeros */
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.alternativa h3 {
    font-size: 1.2rem;
    color: #ffffff; /* Texto naranja oscuro */
    margin-bottom: 10px;
}

.w3w {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.alerta-discord {
    border: 2px solid #7cd656;
    background-color: #edffe6;
    color: #000000;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    font-family: Arial, sans-serif; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
    margin: 20px; 
}
.alerta-discord h3 {
    margin: 0; 
    font-size: 1.2em; 
}

.gif-container {
    text-align: center; /* Centra el GIF horizontalmente */
    margin: 20px 0; /* Espaciado entre el div de alerta y el GIF */
}

.gif-container img {
    width: 100%; /* Ajusta el tamaño del GIF al ancho del contenedor */
    max-width: 800px; /* Limita el tamaño máximo del GIF */
    border-radius: 8px; /* Bordes redondeados */
}

.gif-container video {
    max-width: 100%; /* Se ajusta al tamaño del contenedor */
    height: auto; /* Mantiene la proporción */
    border-radius: 8px; /* Bordes redondeados */
}

