<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a{
    text-decoration: none !important;
}

body, html {
    height: 100%;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.container-fluid {
    padding: 0;
    width: 100%;
    overflow: hidden;
}

main {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

/* Text Styles */
p {
    color: #000;
    font-size: 1.2rem;
    text-align: center;
}

.blanco {
    color: #000000;
    background-color: #ffffff91;
    font-size: 1.2rem;
    text-align: center;
}

.texto {
    color: #000;
    font-size: 1.5rem;
    text-align: center;
}

.texto-blanco {
    color: #000000;
    background-color: #ffffff91;
    font-size: 1.5rem;
    text-align: center;
}

.fecha-visualizacion {
    color: #000;
    font-size: 1.5rem;
    text-align: center;
}

/* Buttons and Content */
.boton-colapsar {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 20px;
    border: none;
    background: rgba(255, 255, 255, 0.404);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.boton-colapsar:hover {
    background: rgba(255, 255, 255, 0.459);
    transform: translateY(-2px);
}

.boton-colapsar.secundario {
    padding-left: 40px;
    margin-left: 20px;
    width: calc(100% - 20px);
}

.icono {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.boton-atras {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    background-color: white;
    border: 2px solid black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    z-index: 1000;
}

.boton-atras svg {
    width: 24px;
    height: 24px;
    fill: black;
}

.flecha, .flechita {
    width: 100%;
    height: 100%;
    fill: #000;
    transition: transform 0.3s ease;
}

[aria-expanded="true"] .flecha,
[aria-expanded="true"] .flechita {
    transform: rotate(180deg);
}

.contenido {
    padding: 15px 20px;
    margin-bottom: 10px;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.contenido.mostrar {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }
    
    p {
        font-size: 1rem;
    }
    
    .boton-colapsar {
        padding: 12px 15px;
    }
}

.fondo-principal5 {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(
        180deg,
        #ffa500 0%,
        #ff8c00 30%,
        #808080 50%,
        #4a8505 70%,
        #66bb6a 100%
    );
}

.contenedor-imagen5 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 514px;
    height: 100%;
    background-image: url('../imagenes/5agno_fondo.png');
    background-position: center;
    background-repeat: repeat-y;
    background-size: contain;
    z-index: 1;
}

.titulo-principal5 {
    color: #000;
    font-size: 2.5rem;
    text-align: center;
    text-shadow: 
        0 0 5px rgba(0,0,0,0.8),
        0 0 10px rgba(0,0,0,0.5),
        0 0 15px rgba(0,0,0,0.3);
    margin-bottom: 10px;
}

.fondo-principal7 {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(
        90deg,
        rgb(49, 49, 49) 0%,
        rgb(45, 177, 45) 25%,
        rgb(49, 49, 49) 40%,
        rgb(45, 177, 45) 60%,
        rgb(49, 49, 49) 85%,
        rgb(49, 49, 49) 90%,
        rgb(45, 177, 45) 105%
    );
    z-index: 0;
}

.contenedor-imagen7 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-image: url('../imagenes/7agno_fondo.png');
    background-position: center;
    background-repeat: repeat-y;
    background-size: contain;
    z-index: 1;
}

.titulo-principal7 {
    color: #ffffff;
    font-size: 2.5rem;
    text-align: center;
    text-shadow: 
        0 0 5px rgba(255, 255, 255, 0.8),
        0 0 10px rgba(255, 255, 255, 0.5),
        0 0 15px rgba(255, 255, 255, 0.3);
    margin-bottom: 10px;
}

.fecha-visualizacion7 {
    color: #ffffff;
    font-size: 1.5rem;
    text-align: center;
}

.fondo-principal4 {
    min-height: 100vh;
    position: relative;
    background-color: #000;
    overflow: hidden;
}

.contenedor-imagen4 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../imagenes/4agno_fondo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.gradient-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.gradient-container::before {
    content: '';
    position: absolute;
    top: -75%;    
    left: -75%;
    width: 250%;  
    height: 250%; 
    background: linear-gradient(
        45deg,
        #ff0000,
        #ff4d4d,
        #800080,
        #0000ff,
        #00ffff,
        #00ff00,
        #ffff00,
        #ffa500,
        #ff0000
    );
    animation: rotateAndScale 4s linear infinite;
    opacity: 0.3;
}

@keyframes rotateAndScale {
    0% {
        transform: rotate(0deg) scale(1);
    }
    25% {
        transform: rotate(90deg) scale(1.2);
    }
    50% {
        transform: rotate(180deg) scale(1);
    }
    75% {
        transform: rotate(270deg) scale(1.2);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

.content {
    position: relative;
    z-index: 3;
}

.nombres {font-size: 24px;
    font-weight: bold;
    background: linear-gradient(
        to right,
        #ffffff 0%,
        #c76294 30%,
        #ce5151 60%,
        #67bd6b 80%,
        #ffffff 100%
    );
    background-size: 300% auto;
    color: #000;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 8s linear infinite;
}

.creador {
    font-size: 24px;
    font-weight: bold;
    background: linear-gradient(
        to right,
        #ddd013 0%,
        #0a88db 30%,
        #09ff00 65%,
        #ddd013 100%
    );
    background-size: 300% auto;
    color: #000;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 8s linear infinite;
}

.juegos{
    font-size: 28px;
    font-weight: bold;
    background: linear-gradient(
        to right,
        #ffffff 0%,
        #868a8b 30%,
        #00ffdd 65%,
        #ffffff 100%
    );
    background-size: 300% auto;
    color: #000;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 8s linear infinite;
}

@keyframes shine {
    to {
        background-position: 300% center;
    }
}


.fondo-principal3 {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(
        180deg,
        purple,
        rgb(80, 78, 80)
    );
}

.fondo-principal2 {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(
        180deg,
        rgb(10, 181, 204),
        rgb(35, 129, 11)
    );
}

.fondo-principal1 {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(
        180deg,
        rgb(251, 255, 0),
        rgb(107, 56, 8)
    );
}


.contenedor-imagen6 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-image: url('../imagenes/6agno_fondo.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.fondo-principal6 {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(
        90deg,
        rgb(49, 49, 49) 0%,
        rgb(45, 177, 45) 25%,
        rgb(49, 49, 49) 40%,
        rgb(45, 177, 45) 60%,
        rgb(49, 49, 49) 85%,
        rgb(49, 49, 49) 90%,
        rgb(45, 177, 45) 105%
    );
    z-index: 0;
}
</pre></body></html>