                @import url('https://fonts.googleapis.com/css2?family=League+Gothic&display=swap');
                * {
                    margin: 0;
                }
                
                html {
                    overflow-x: clip;
                }
                
                .body {
                    overflow-x: clip;
                }
                
                .principal {
                    position: fixed;
                    top: 0;
                    left: 0;
                    width: 100%;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    padding: 20px 40px;
                    z-index: 500;
                    box-sizing: border-box;
                    background: linear-gradient( black, transparent 100%);
                    overflow-x: hidden;
                }
                
                .logo-menu {
                    height: 50px;
                    width: auto;
                }
                
                .menu-abrir {
                    cursor: pointer;
                    display: flex;
                    flex-direction: column;
                    gap: 5px;
                }
                
                .menu-abrir span {
                    display: block;
                    width: 30px;
                    height: 3px;
                    background-color: white;
                    border-radius: 2px;
                }
                
                .menu-lateral {
                    height: 100%;
                    width: 0;
                    position: fixed;
                    z-index: 1000;
                    top: 0;
                    right: 0;
                    background-color: black;
                    overflow-x: hidden;
                    transition: 0.5s;
                    padding-top: 80px;
                    box-sizing: border-box;
                }
                
                .cerrar-menu {
                    position: absolute;
                    top: 20px;
                    right: 35px;
                    font-size: 50px;
                    color: white;
                    cursor: pointer;
                    line-height: 1;
                }
                
                .nav-links {
                    list-style: none;
                    padding: 0 40px;
                    margin: 0;
                }
                
                .nav-links li {
                    margin-bottom: 25px;
                    white-space: nowrap;
                }
                
                .nav-links a {
                    text-decoration: none;
                    font-size: 24px;
                    color: white;
                    font-family: Arial, sans-serif;
                    font-weight: bold;
                    display: block;
                    transition: 0.3s;
                }
                
                .nav-links a:hover {
                    color: #FFD700;
                }
                
                .link-sumate {
                    color: #FFD700 !important;
                }
                
                .inicio {
                    background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5)), url('fotos/247c610bb91e275864406333faec2741.jpg');
                    background-size: cover;
                    background-position: center;
                    height: 100vh;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    font-family: sans-serif;
                    position: relative;
                }
                
                .inicio h1 {
                    font-family: 'League Gothic', sans-serif;
                    text-align: center;
                    width: 100%;
                    font-size: 190px;
                    font-weight: normal;
                    margin-bottom: -10px;
                    text-transform: uppercase;
                    color: white;
                    letter-spacing: 5px;
                }
                
                .inicio p {
                    font-family: Arial, Helvetica, sans-serif;
                    font-size: 22px;
                    font-weight: bold;
                    line-height: 2;
                    letter-spacing: 3px;
                    max-width: 700px;
                    color: white;
                    margin-top: -10px;
                }
                
                .inicio .decoración {
                    position: absolute;
                    z-index: 3;
                    pointer-events: none;
                    position: absolute;
                }
                
                .inicio .explorosa {
                    position: absolute;
                    top: -190px;
                    right: -50px;
                    width: 340px;
                    z-index: 5;
                }
                /* derecha superior */
                
                .inicio .explorosa2 {
                    width: 360px;
                    top: -200px;
                    left: -170px;
                    z-index: 4;
                    position: absolute;
                }
                /*izquierda superior*/
                
                .inicio .explorosa3 {
                    top: 100px;
                    left: -140px;
                    z-index: 4;
                    position: absolute;
                }
                
                .inicio .rulito {
                    width: 280px;
                    bottom: -70px;
                    right: 30px;
                    z-index: 4;
                    position: absolute;
                    rotate: -40deg;
                }
                /* derecha inferior */
                
                .inicio .rulito2 {
                    top: -80px;
                    left: 500px;
                    z-index: 4;
                    width: 290px;
                    position: absolute;
                    rotate: -50deg;
                }
                /* medio superior */
                
                .inicio .grito {
                    top: 340px;
                    left: -30px;
                    z-index: 4;
                    width: 290px;
                    position: absolute;
                    rotate: -20deg;
                }
                
                .inicio .disco {
                    width: 290px;
                    top: 140px;
                    z-index: 0;
                    right: -150px;
                    position: absolute;
                }
                
                .boton-amarrillo {
                    background-color: yellow;
                    font-family: sans-serif;
                    letter-spacing: 5px;
                    color: black;
                    box-shadow: 0 2px 0px #d4aa00;
                    text-decoration: none;
                    padding: 20px 50px;
                    font-weight: bolder;
                    border-radius: 5px;
                    text-transform: uppercase;
                    margin-top: 50px;
                }
                
                .programas {
                    background-color: #F7F7F7;
                    text-align: center;
                    padding: 40px 0;
                    position: relative;
                }
                
                .rasgado-arriba,
                .rasgado-abajo {
                    position: absolute;
                    left: 0;
                    width: 100%;
                    line-height: 0;
                    margin-top: 30px;
                }
                
                .rasgado-arriba {
                    top: 0;
                    transform: translateY(-70%);
                }
                
                .rasgado-abajo {
                    bottom: 30px;
                    transform: translateY(90%);
                }
                
                .rasgado-arriba img,
                .rasgado-abajo img {
                    width: 100%;
                    height: auto;
                    display: block;
                    max-height: 130px;
                    object-fit: cover;
                    line-height: 0;
                    margin-top: -75px;
                }
                
                .programas h2 {
                    font-family: league gothic, sans-serif;
                    font-weight: normal;
                    letter-spacing: 8px;
                    font-size: 65px;
                    margin-bottom: 40px;
                    color: black;
                    text-transform: uppercase;
                    margin-top: 20px;
                }
                
                .logos {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    gap: 25px;
                    flex-wrap: wrap;
                    margin-bottom: 20px;
                    margin-top: -50px;
                }
                
                .logos img {
                    width: 200px;
                    height: auto;
                }
                
                .informacion-festival .decoración {
                    position: absolute;
                    z-index: 3;
                    pointer-events: none;
                    position: absolute;
                }
                
                .festival .estrella {
                    bottom: 190px;
                    left: 10px;
                    z-index: -10;
                    width: 140px;
                    position: absolute;
                }
                
                .festival .estrella2 {
                    top: -20px;
                    right: 60px;
                    z-index: 4;
                    width: 180px;
                    position: absolute;
                }
                
                .festival .explorosa {
                    top: -190px;
                    left: -140px;
                    z-index: 8;
                    position: absolute;
                }
                
                .festival .explorosa2 {
                    top: 230px;
                    right: -190px;
                    z-index: -10;
                    position: absolute;
                }
                /*derecha inferior*/
                
                .festival .musica {
                    top: 10px;
                    right: -200px;
                    z-index: 4;
                    width: 370px;
                    position: absolute;
                }
                
                .informacion-formulario {
                    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5)), url('fotos/31418e1ca912aee362dd72ae1f87dc58.jpg');
                    background-size: cover;
                    background-position: center;
                    height: 100vh;
                    padding: 80px 20px;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    font-family: sans-serif;
                    position: relative;
                }
                
                .informacion-formulario .decoración {
                    position: absolute;
                    z-index: 3;
                    pointer-events: none;
                    position: absolute;
                }
                
                .informacion-formulario .explorosa {
                    top: -90px;
                    left: -140px;
                    width: 390px;
                    position: absolute;
                }
                
                .informacion-formulario .estrella {
                    top: 340px;
                    left: 20;
                    z-index: 4;
                    width: 150px;
                    position: absolute;
                }
                
                .informacion-formulario .estrella2 {
                    top: 50px;
                    right: -10px;
                    z-index: 4;
                    width: 160px;
                    position: absolute;
                }
                
                .informacion-formulario .rulito {
                    bottom: -20px;
                    left: -80px;
                    z-index: 4;
                    width: 300px;
                    position: absolute;
                    rotate: -30deg;
                }
                
                .informacion-formulario .rulito2 {
                    bottom: 80px;
                    right: -80px;
                    z-index: 4;
                    width: 300px;
                    position: absolute;
                    rotate: 70deg;
                }
                
                .informacion-formulario .azul {
                    top: 210px;
                    right: 130px;
                    z-index: 9000;
                    width: 210px;
                    position: absolute;
                }
                
                .contenido-formulario h2 {
                    font-family: 'League Gothic', sans-serif;
                    font-weight: normal;
                    text-transform: uppercase;
                    margin-bottom: 0px;
                    margin-top: -90px;
                    letter-spacing: 1px;
                    font-size: 110px;
                    color: white;
                }
                
                .contenido-formulario p {
                    font-size: 1rem;
                    margin-bottom: 50px;
                    letter-spacing: 1px;
                    color: white;
                    font-family: sans-serif;
                }
                
                .grupoazul {
                    position: absolute;
                    top: 120px;
                    right: 40px;
                    width: 180px;
                    transform: rotate(15deg);
                    z-index: 50;
                }
                
                .cuadrados {
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: flex-start;
                    gap: 60px;
                }
                
                .cards {
                    width: 250px;
                    height: 220px;
                    flex: none;
                    background: white;
                    border-radius: 10px;
                    padding: 10px 20px;
                    box-sizing: border-box;
                    display: flex;
                    flex-direction: column;
                    justify-content: flex-end;
                    text-align: center;
                    align-items: center;
                    box-sizing: border-box;
                    position: relative;
                }
                
                .numero {
                    position: absolute;
                    top: 0;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    width: 40px;
                    height: 40px;
                    background-color: yellow;
                    border-radius: 50%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-family: sans-serif;
                    font-weight: bold;
                    font-size: 25px;
                    color: black;
                    z-index: 50;
                }
                
                .texto-card {
                    flex: 1;
                    display: flex;
                    justify-content: flex-end;
                    text-align: center;
                    align-items: center;
                    margin-bottom: 30px;
                    width: 100%;
                    padding-right: 20px;
                }
                
                .texto-card h3 {
                    font-size: 30px;
                    letter-spacing: 1px;
                    font-weight: normal;
                    font-family: league gothic, sans-serif;
                    text-align: center;
                    margin-bottom: -40px;
                }
                
                .cards img {
                    width: auto;
                    height: 90px;
                    max-width: 100%;
                    margin-top: 40px;
                    object-fit: contain;
                    align-self: center;
                }
                
                .informacion-formulario .boton-amarrillo {
                    display: inline-block;
                    padding: 30px 30px;
                    font-size: 16px;
                    font-weight: 600;
                    letter-spacing: 2px;
                    cursor: pointer;
                    border: none;
                    text-align: center;
                    align-self: center;
                    margin-top: 30px;
                }
                
                .separador-rasgado {
                    width: 100%;
                    line-height: 0;
                    margin-top: -50px;
                    position: relative;
                    z-index: 10;
                }
                
                .separador-rasgado svg {
                    display: block;
                    width: 100%;
                    height: 100px;
                }
                
                .festival {
                    background-color: #666666;
                    margin-top: -40px;
                    padding: 80px 20px;
                    text-align: center;
                    color: white;
                    position: relative;
                    z-index: 1;
                }
                
                .festival h2 {
                    font-family: 'League Gothic', sans-serif;
                    font-size: 120px;
                    font-weight: normal;
                    text-transform: uppercase;
                    margin-bottom: 5px;
                    letter-spacing: 5px;
                }
                
                .festival .festival-texto {
                    font-weight: bold;
                    margin: 0 auto 40px auto;
                    max-width: 800px;
                    font-size: 17px;
                    line-height: 2;
                    font-family: sans-serif;
                    letter-spacing: 3px;
                }
                
                .columnas {
                    display: flex;
                    justify-content: center;
                    gap: 80px;
                    flex-wrap: wrap;
                }
                
                .card {
                    background-color: white;
                    color: black;
                    padding: 40px;
                    border-radius: 30px;
                    width: 230px;
                    height: 200px;
                    text-align: left;
                    font-family: sans-serif;
                    box-shadow: 8px 8px rgba(0, 0, 0, 0.2);
                    margin-bottom: 50px;
                    font-weight: 550;
                }
                
                .card h3 {
                    font-size: 1.2rem;
                    text-transform: uppercase;
                    letter-spacing: 2px;
                    margin-bottom: 15px;
                    font-family: sans-serif;
                }
                
                .card p {
                    font-size: 15px;
                    line-height: 2;
                }
                
                .card hr {
                    border: 0;
                    border-top: 1px solid black;
                    margin-bottom: 20px;
                }
                
                .card ul {
                    padding-left: 20px;
                    font-size: 14px;
                    list-style-type: disc;
                    line-height: 1.5;
                }
                
                .card li {
                    margin-bottom: 10px;
                }
                
                .shows {
                    background-color: white;
                    text-align: center;
                    padding: 0px 0px;
                    position: relative;
                    height: 75%;
                    position: relative;
                }
                
                .rasgado-arriba img,
                .rasgado-abajo img {
                    width: 100%;
                    height: 100%;
                    max-height: 200px;
                    display: block;
                    object-fit: cover;
                }
                
                .shows .rasgado-arriba {
                    top: 0;
                    transform: translateY(-95%);
                    margin-bottom: 30px;
                }
                
                .shows .rasgado-abajo {
                    bottom: 0;
                    transform: translateY(160%);
                }
                
                .shows h2 {
                    font-size: 90px;
                    letter-spacing: 5px;
                    margin-bottom: 20px;
                    margin-top: 40px;
                    font-weight: normal;
                    font-family: league gothic, sans-serif;
                    text-transform: uppercase;
                    position: relative;
                    z-index: 15;
                }
                
                .contenedor-carrusel {
                    overflow: hidden;
                    width: 100%;
                    position: relative;
                }
                
                .circulo {
                    display: flex;
                    gap: 30px;
                    width: max-content;
                    animation: carrusel-infinito 35s linear infinite;
                }
                
                .artista {
                    flex-shrink: 0;
                    width: 220px;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    margin-bottom: 30px;
                }
                
                .artista img {
                    width: 220px;
                    height: 220px;
                    object-fit: cover;
                    border-radius: 50%;
                    margin-bottom: 15px;
                }
                
                .artista p {
                    font-weight: bold;
                    text-transform: uppercase;
                    font-size: 1.2rem;
                    letter-spacing: 2px;
                    color: black;
                    font-family: sans-serif;
                    margin-bottom: 60px;
                }
                
                @keyframes carrusel-infinito {
                    0% {
                        transform: translateX(0);
                    }
                    100% {
                        transform: translateX(-50%);
                    }
                }
                
                .circulo:hover {
                    animation-play-state: paused;
                    overflow-x: hidden;
                }
                
                .cronograma {
                    background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('fotos/c79045cedabea0a2c75f12ba3bacdd6e.jpg');
                    background-size: cover;
                    background-position: center;
                    background-size: cover;
                    background-position: center;
                    padding: -60px 40px;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    height: 110%;
                    position: relative;
                }
                
                .cronograma .decoración {
                    position: absolute;
                    z-index: 3;
                    pointer-events: none;
                    position: absolute;
                }
                
                .cronograma .explorosa {
                    bottom: 40px;
                    left: -90px;
                    z-index: 9000;
                    width: 340px;
                    position: absolute;
                }
                
                .cronograma .explorosa2 {
                    bottom: -120px;
                    right: -170px;
                    z-index: 9000;
                    width: 370px;
                    position: absolute;
                }
                
                .cronograma .estrella {
                    top: 50px;
                    left: 150px;
                    z-index: 9000;
                    width: 160px;
                    position: absolute;
                }
                
                .cronograma .estrella2 {
                    top: 40px;
                    right: -40px;
                    z-index: 9000;
                    width: 160px;
                    position: absolute;
                }
                
                .cronograma .rulito {
                    top: -20px;
                    left: -40px;
                    z-index: 9000;
                    width: 260px;
                    rotate: 140deg;
                    position: absolute;
                }
                
                .cronograma .rulito2 {
                    top: 210px;
                    right: 130px;
                    z-index: 9000;
                    width: 210px;
                    position: absolute;
                }
                
                .cronograma .camara {
                    bottom: 60px;
                    left: -60px;
                    z-index: 9000;
                    width: 240px;
                    rotate: 10deg;
                    position: absolute;
                }
                
                .cronograma h2 {
                    font-family: 'League Gothic', sans-serif;
                    font-size: 140px;
                    font-weight: normal;
                    letter-spacing: 6px;
                    color: white;
                    text-transform: uppercase;
                    margin-bottom: 10px;
                    margin-top: 60px;
                }
                
                .linea-cronograma {
                    width: 100%;
                    max-width: 1400px;
                    margin: 0 auto;
                    display: flex;
                    justify-content: center;
                    align-items: stretch;
                    gap: 30px;
                }
                
                .columnaizquierda,
                .columnaderecha {
                    width: 450px;
                    height: 600px;
                    display: flex;
                    flex-direction: column;
                    gap: 12px;
                    box-sizing: border-box;
                }
                
                .fila {
                    width: 100%;
                    height: 55px;
                    display: flex;
                }
                
                .horario {
                    width: 120px;
                    height: 100%;
                    background-color: #ffe600;
                    border-radius: 18px 0 0 18px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 17px;
                    font-weight: 900;
                    font-family: sans-serif;
                    color: black;
                    margin-right: 10;
                }
                
                .evento {
                    width: calc(100% - 120px);
                    flex: 1;
                    height: 100%;
                    background-color: #dcdcdc;
                    border-radius: 0 18px 18px 0;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    padding: 0 20px;
                    font-size: 14px;
                    font-weight: 600;
                    font-family: sans-serif;
                    text-align: center;
                    color: #222;
                }
                
                .cuenta {
                    background-color: black;
                    padding: 30px 30px;
                    text-align: center;
                    color: white;
                    font-family: 'league gothic', sans-serif;
                }
                
                .cuenta p {
                    font-size: 20px;
                    font-weight: bold;
                    opacity: 0.9;
                    letter-spacing: 2px;
                    color: white;
                    font-family: sans-serif;
                }
                
                .cuenta h2 {
                    font-size: 60px;
                    letter-spacing: 6px;
                    margin-bottom: 30px;
                    font-weight: normal;
                    text-transform: uppercase;
                }
                
                .reloj {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    gap: 50px;
                }
                
                .bloque span {
                    display: block;
                    max-width: fit-content;
                    max-height: 140px;
                    font-size: 140px;
                    font-weight: 200;
                    line-height: 1;
                    overflow: hidden;
                }
                
                .bloque p {
                    font-size: 1.2rem;
                    letter-spacing: 4px;
                    margin-top: 15px;
                    opacity: 0.8;
                }
                
                .divisor {
                    font-size: 4rem;
                    color: white;
                    font-weight: 100;
                    opacity: 0.3;
                    align-self: center;
                    margin-bottom: 30px;
                }
                
                .registro {
                    background-color: white;
                    padding: 0;
                    font-family: sans-serif;
                    width: 100%;
                    overflow: hidden;
                }
                
                .formulario-for {
                    display: flex;
                    align-items: center;
                    min-height: 100vh;
                }
                
                .columna-izquierda {
                    flex: 1;
                    padding: 0 80px;
                    margin-bottom: 60px;
                }
                
                .columna-izquierda h2 {
                    font-size: 90px;
                    font-family: 'League Gothic', sans-serif;
                    font-weight: normal;
                    margin-bottom: 50px;
                    letter-spacing: 6px;
                    text-align: left;
                    text-transform: uppercase;
                    line-height: 1.1;
                }
                
                .campo {
                    margin-bottom: 35px;
                }
                
                .campo label {
                    display: block;
                    font-size: 0.9rem;
                    font-weight: bold;
                    margin-bottom: 8px;
                    letter-spacing: 1px;
                }
                
                .campo input {
                    width: 100%;
                    padding: 12px 10px;
                    border: 2px solid rgb(95, 95, 95);
                    border-radius: 4px;
                    background-color: transparent;
                    font-size: 1rem;
                    outline: none;
                }
                
                .columna-derecha {
                    flex: 1;
                    height: 100vh;
                }
                
                .columna-derecha img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    clip-path: ellipse(100% 100% at 100% 50%);
                }
                
                .boton-ser-parte {
                    background-color: yellow;
                    color: black;
                    border: none;
                    padding: 20px 50px;
                    font-weight: 900;
                    font-size: 1rem;
                    border-radius: 8px;
                    cursor: pointer;
                    box-shadow: 0 4px 0px #d4aa00;
                    align-self: flex-start;
                    transition: transform 0.1s;
                }
                
                .modal-overlay {
                    position: fixed;
                    z-index: 999;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    background-color: rgba(0, 0, 0, 0.9);
                    display: none;
                }
                
                .modal-content {
                    background-image: url('fotos/Frame\ 165.png');
                    background-size: cover;
                    background-position: center;
                    width: 95%;
                    max-width: 600px;
                    margin: 10% auto;
                    padding: 50px 20px;
                    position: relative;
                    color: white;
                    text-align: center;
                    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
                    border: 1px solid rgba(255, 255, 255, 0.2);
                }
                
                .gracias-card h1 {
                    font-family: 'league gothic', sans-serif;
                    font-size: 50px;
                    letter-spacing: 5px;
                    margin-bottom: 20px;
                    text-transform: uppercase;
                }
                
                .gracias-card p {
                    font-family: sans-serif;
                    font-size: 17px;
                    margin: 10px 0;
                    line-height: 1.4;
                }
                
                .negrita {
                    font-weight: bold;
                    margin-top: 20px !important;
                }
                
                .btn-volver {
                    background-color: yellow;
                    color: black;
                    border: none;
                    padding: 15px 20px;
                    font-weight: bold;
                    text-transform: uppercase;
                    border-radius: 8px;
                    cursor: pointer;
                    margin-top: 30px;
                    box-shadow: 0 4px 0px #d4aa00;
                }
                
                .sponsors {
                    background-color: white;
                    padding: 120px 0px;
                    position: relative;
                    display: flex;
                }
                
                .sponsors .rasgado-arriba {
                    top: 0;
                    transform: translateY(-20%);
                }
                
                .sponsors .rasgado-abajo {
                    bottom: 0;
                    transform: translateY(120%);
                }
                
                .rasgado-arriba,
                .rasgado-abajo {
                    position: absolute;
                    left: 0;
                    width: 100%;
                    line-height: 0;
                    z-index: 10;
                }
                
                .rasgado-arriba {
                    top: 0;
                    transform: translateY(-60%);
                }
                
                .rasgado-abajo {
                    bottom: 0;
                    transform: translateY(65%);
                }
                
                .rasgado-arriba img,
                .rasgado-abajo img {
                    width: 100%;
                    height: auto;
                    max-height: 120px;
                    display: block;
                    object-fit: cover;
                }
                
                .programas .rasgado-arriba {
                    top: 0;
                    transform: translateY(-50%);
                }
                
                .programas .rasgado-abajo {
                    bottom: 0;
                    transform: translateY(125%);
                }
                
                .imagen {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    flex-wrap: wrap;
                    margin: 0 auto;
                    gap: 30px;
                    max-width: 1200px;
                    margin-bottom: -40px;
                    margin-top: -30px;
                }
                
                .imagen img {
                    height: 100px;
                    width: auto;
                    max-width: 200px;
                    object-fit: contain;
                    margin-bottom: 20px;
                }
                
                .final {
                    background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5)), url('fotos/247c610bb91e275864406333faec2741.jpg');
                    background-size: cover;
                    background-position: center;
                    height: 100vh;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    position: relative;
                }
                
                .final .decoración {
                    position: absolute;
                    z-index: 3;
                    pointer-events: none;
                    position: absolute;
                }
                
                .final .explorosa {
                    top: -120px;
                    left: -130px;
                    z-index: 9000;
                    width: 370px;
                    position: absolute;
                }
                
                .final .rulito {
                    bottom: -70px;
                    left: -80px;
                    z-index: 9000;
                    width: 300px;
                    rotate: -120deg;
                    position: absolute;
                }
                
                .final .rulito2 {
                    top: 30px;
                    right: -10px;
                    z-index: 9000;
                    width: 280px;
                    position: absolute;
                    rotate: -10deg;
                }
                
                .final .estrella {
                    bottom: 0px;
                    right: -10px;
                    z-index: 9000;
                    width: 170px;
                    position: absolute;
                }
                
                .contenido h3 {
                    font-size: 150px;
                    letter-spacing: 12px;
                    margin: 0 0 20px;
                    text-transform: uppercase;
                    font-family: league gothic, sans-serif;
                    font-weight: normal;
                    color: white;
                    line-height: 1;
                    margin-bottom: 20px;
                    text-align: center;
                }
                
                .contenido h3 span {
                    display: inline;
                    text-align: center;
                }
                
                .contenido p {
                    font-size: 20px;
                    letter-spacing: 3px;
                    margin: 0 auto 70px auto;
                    font-weight: bolder;
                    color: white;
                    font-family: sans-serif;
                    margin-bottom: 100px;
                }
                
                footer {
                    background-color: black;
                    color: white;
                    padding: 40px 0 20px 0;
                    font-family: sans-serif;
                }
                
                .footer-contenido {
                    margin: 0 auto;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    padding: 0 50px;
                }
                
                .footer-logo img {
                    height: 60px;
                }
                
                .footer-redes {
                    display: flex;
                    gap: 20px;
                }
                
                .footer-redes img {
                    width: 40px;
                }
                
                .linea-footer {
                    border: 0;
                    border-top: 1px solid white;
                    margin: 30px 50px 20px 50px;
                }
                
                .copyright {
                    text-align: center;
                    font-size: 0.8rem;
                    color: white
                }
                
                @media (max-width: 800px) {
                    * {
                        margin: 0;
                        padding: 0;
                        box-sizing: border-box;
                    }
                    html,
                    body {
                        width: 100%;
                        overflow-x: hidden;
                    }
                    .principal {
                        padding: 15px 27px;
                        width: 100%;
                    }
                    .inicio {
                        padding: 0 20px;
                    }
                    .inicio .explorosa {
                        right: -150px;
                    }
                    .inicio .explorosa2 {
                        left: -140px;
                        top: -130px;
                    }
                    .inicio .explorosa3 {
                        left: -90px;
                        width: 280px;
                        top: 390px;
                    }
                    .inicio .grito {
                        left: -40px;
                        width: 230px;
                        top: 580px;
                        rotate: -20deg;
                    }
                    .inicio .disco {
                        right: -130px;
                        width: 230px;
                        top: 220px;
                        rotate: -30deg;
                    }
                    .inicio .rulito {
                        right: -20;
                        width: 240px;
                        top: 590px;
                    }
                    .inicio h1 {
                        font-size: 100px;
                        letter-spacing: 4px;
                        line-height: 0.9;
                        margin-bottom: 20px;
                        z-index: 900;
                    }
                    .inicio p {
                        font-size: 12px;
                        letter-spacing: 1px;
                        line-height: 2;
                        margin-bottom: 30px;
                    }
                    .boton-amarrillo {
                        font-size: 12px;
                        letter-spacing: 1px;
                        padding: 25px 50px;
                        width: 50%;
                    }
                    .festival {
                        position: relative;
                        overflow: visible;
                        padding: 120px 0px;
                    }
                    .festival h2 {
                        font-size: 60px;
                    }
                    .festival .festival-texto {
                        font-size: 15px;
                        margin-bottom: 10px;
                        letter-spacing: 0.5px;
                        max-width: 400px
                    }
                    .sponsors .rasgado-arriba,
                    .sponsors .rasgado-abajo {
                        position: absolute;
                        left: 0;
                        width: 100%;
                        line-height: 0;
                        z-index: 20;
                    }
                    .sponsors .rasgado-arriba {
                        top: 0;
                        transform: translateY(-130%);
                    }
                    .sponsors .rasgado-abajo {
                        bottom: 0;
                        transform: translateY(95%);
                    }
                    .sponsors .rasgado-arriba img,
                    .sponsors .rasgado-abajo img {
                        width: 100%;
                        height: auto;
                        display: block;
                    }
                    .rasgado-arriba,
                    .rasgado-abajo {
                        position: absolute;
                        left: 0;
                        width: 100%;
                        z-index: 50;
                        line-height: 0;
                    }
                    .rasgado-arriba {
                        top: 10px;
                    }
                    .papel-rasgado2 {
                        bottom: -30px;
                    }
                    .rasgado-abajo {
                        bottom: -40px;
                    }
                    .rasgado-arriba img,
                    .rasgado-abajo img {
                        width: 100%;
                    }
                    .programas {
                        padding: 45px 0px;
                        position: relative;
                        overflow: visible;
                    }
                    .columnas {
                        display: flex;
                        border-radius: 3px;
                        flex-direction: column;
                        align-items: center;
                        margin-top: 20px;
                    }
                    .card {
                        width: 320px;
                        min-height: 10px;
                        height: 180px;
                        margin-bottom: -70px;
                        margin-left: 0px;
                        margin-right: 0px;
                        width: 85%;
                        padding: 20px;
                        gap: 10px;
                    }
                    .card ul {
                        inline-size: none;
                    }
                    .card hr {
                        margin: 5px 0;
                    }
                    .card ul {
                        padding-left: 15px;
                        font-size: 15px;
                    }
                    .card li {
                        font-size: 15px;
                        margin-bottom: 2px;
                    }
                    .card h3 {
                        font-size: 1rem;
                    }
                    .programas h2 {
                        font-size: 30px;
                        margin-top: -15px;
                        margin-bottom: 50px;
                        letter-spacing: 2px;
                    }
                    .programas .rasgado-arriba {
                        bottom: 0;
                        transform: translateY(-10%);
                    }
                    .logos {
                        gap: 2px;
                    }
                    .logos img {
                        width: 80px;
                        margin-bottom: -30px;
                    }
                    .informacion-formulario h2 {
                        font-size: 60px;
                        margin-top: 10px;
                    }
                    .informacion-formulario {
                        height: 100%;
                    }
                    .festival .musica {
                        right: -110px;
                        width: 230px;
                        top: 340px;
                        rotate: 20deg;
                        z-index: -10;
                    }
                    .festival .explorosa2 {
                        right: -130px;
                        width: 300px;
                        top: 560px;
                        rotate: -30deg;
                    }
                    .festival .explorosa {
                        left: -120px;
                        width: 300px;
                        top: 120px;
                        z-index: -10;
                    }
                    .festival .estrella {
                        right: -20;
                        width: 240px;
                        top: 590px;
                    }
                    .cuadrados {
                        display: flex;
                        flex-direction: column;
                        justify-content: center;
                        align-items: center;
                        gap: 30px;
                        flex-wrap: wrap;
                        margin-bottom: 50px;
                        width: 100%;
                        max-width: 1200px;
                    }
                    .cards {
                        display: flex;
                        justify-content: space-between;
                        flex-direction: row;
                        align-items: center;
                        gap: 15px;
                        width: 100%;
                        max-width: 800px;
                        height: 100px;
                        background: white;
                        border-radius: 10px;
                        padding: 60px 20px;
                        box-sizing: border-box;
                        position: relative;
                        padding: 35px;
                        gap: 80px;
                    }
                    .cards::before {
                        content: "";
                        position: absolute;
                        top: 0;
                        left: 50%;
                        transform: translateX(-50%) translateY(-50%);
                        width: 40px;
                        height: 40px;
                        background-color: yellow;
                        border-radius: 50%;
                    }
                    .texto-card {
                        flex: 1;
                        display: flex;
                        justify-content: flex-start;
                        text-align: right;
                        gap: 0;
                    }
                    .linea-cronograma {
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        gap: 0px;
                        height: 550px;
                    }
                    .fila {
                        gap: 0px;
                        width: 100%;
                        height: 35px;
                        margin-bottom: -5px
                    }
                    .evento {
                        font-size: 13px;
                    }
                    .horario {
                        font-size: 14px;
                        width: 80px;
                    }
                    .columnaizquierda,
                    .columnaderecha {
                        width: 90%;
                        padding: 0px;
                        height: auto;
                        margin: 0;
                        max-width: 400px;
                    }
                    .columnaderecha {
                        margin-top: 10px;
                        margin-left: 0px;
                        align-self: center;
                        width: 500px;
                    }
                    .texto-card h3 {
                        margin: 0;
                        font-family: league gothic, sans-serif;
                        font-weight: bold;
                        margin: 0;
                        color: black;
                        font-size: 27px;
                        text-align: right;
                        margin-top: 30px;
                    }
                    .cards img {
                        width: auto;
                        height: 70px;
                        object-fit: contain;
                        margin-bottom: 40px;
                    }
                    .informacion-formulario .boton-amarrillo {
                        display: inline-block;
                        padding: 20px 20px;
                        font-size: 13px;
                        font-weight: ultra-bold;
                        letter-spacing: 2px;
                        cursor: pointer;
                        border: none;
                    }
                    .informacion-formulario h2 {
                        z-index: 9999;
                        position: relative;
                    }
                    .informacion-formulario .azul {
                        right: -10px;
                        width: 140px;
                        top: 540px;
                    }
                    .informacion-formulario .estrella {
                        left: 330px;
                        width: 170px;
                        top: 30px;
                        z-index: 0;
                    }
                    .informacion-formulario .estrella2 {
                        right: -30px;
                        width: 0px;
                        top: 290px;
                        rotate: 20deg;
                        z-index: -10px;
                    }
                    .informacion-formulario .explorosa {
                        left: -70px;
                        width: 230px;
                        top: -40px;
                        rotate: 20deg;
                    }
                    .informacion-formulario .rulito {
                        left: -120px;
                        width: 230px;
                        top: 550px;
                        rotate: -10deg;
                    }
                    .informacion-formulario .rulito2 {
                        right: -110px;
                        width: 0px;
                        top: 340px;
                        rotate: 20deg;
                    }
                    .shows {
                        padding: 20px 10px;
                        margin-bottom: 10px;
                        position: relative;
                        overflow: visible;
                        height: 45%;
                    }
                    .shows .rasgado-arriba {
                        top: 0;
                        transform: translateY(-25%);
                        margin-bottom: 30px;
                    }
                    .shows .rasgado-abajo {
                        bottom: 0;
                        transform: translateY(160%);
                    }
                    .shows h2 {
                        font-size: 60px;
                        margin-top: 10px;
                    }
                    .artista p {
                        font-size: 14px;
                        font-weight: ultra-bold;
                    }
                    .circulo {
                        gap: 50px;
                        display: flex;
                        margin-top: 50px;
                    }
                    .artista {
                        margin-top: -20px;
                        width: 120px;
                    }
                    .artista img {
                        width: 150px;
                        height: 150px;
                    }
                    .cronograma {
                        padding: 40px 15px;
                        height: 90%;
                        position: relative;
                    }
                    .cronograma .rulito {
                        left: 350px;
                        width: 300px;
                        top: 30px;
                        rotate: -180deg;
                        z-index: -1 !important;
                    }
                    .cronograma .rulito2 {
                        right: 380px;
                        width: 220px;
                        top: 400px;
                        rotate: 0deg;
                        z-index: -1 !important;
                    }
                    .cronograma .estrella {
                        left: 360px;
                        width: 180px;
                        top: -150px;
                        z-index: 0;
                    }
                    .cronograma .estrella2 {
                        right: 360px;
                        width: 190px;
                        top: -150px;
                        z-index: 0;
                    }
                    .cronograma .explorosa2 {
                        right: -160px;
                        width: 300px;
                        top: 230px;
                        rotate: 20deg;
                        z-index: -1 !important;
                    }
                    .cronograma .explorosa {
                        right: -110px;
                        width: 300px;
                        top: 20px;
                        z-index: -1 !important;
                    }
                    .cronograma .camara {
                        right: -110px;
                        width: 200px;
                        top: 220px;
                        rotate: 20deg;
                        z-index: -1 !important;
                    }
                    .cronograma h2 {
                        font-size: 60px;
                        margin-top: 10px;
                    }
                    .linea-cronograma {
                        position: relative;
                        z-index: 900;
                    }
                    .cuenta h2 {
                        font-size: 5vw;
                        letter-spacing: 2px;
                        margin-bottom: 0px;
                        position: relative;
                    }
                    .reloj {
                        gap: 8px;
                        flex-wrap: wrap;
                        align-items: center;
                    }
                    .bloque span {
                        font-size: 50px;
                        letter-spacing: 2px;
                    }
                    .bloque .divisor {
                        font-size: 2rem
                    }
                    .bloque span {
                        font-size: 70px;
                    }
                    .bloque p {
                        font-size: 9px;
                    }
                    .formulario-for {
                        display: flex;
                        flex-direction: row;
                        align-items: stretch;
                        min-height: 80vh;
                    }
                    .columna-izquierda {
                        flex: 1.4;
                        padding: 20px 20px;
                        margin-top: 10px;
                        display: flex;
                        flex-direction: column;
                    }
                    .columna-izquierda h2 {
                        font-size: 60px;
                        letter-spacing: 2px;
                        margin-bottom: 50px;
                    }
                    .columna-derecha {
                        flex: 0.3;
                    }
                    .columna-derecha img {
                        width: 100%;
                        height: 90%;
                        object-fit: cover;
                        display: block;
                    }
                    .boton-ser-parte {
                        font-size: 14px;
                        letter-spacing: 1px;
                        margin-top: 70px;
                        font-weight: ultra bold;
                    }
                    .sponsors {
                        padding: 30px 20px;
                        position: relative;
                        overflow: visible;
                    }
                    .sponsors img {
                        width: 80px;
                        margin-top: -60px;
                        margin-bottom: 20px;
                    }
                    .final {
                        position: relative;
                    }
                    .final .estrella {
                        right: -40px;
                        width: 200px;
                        bottom: 30px;
                    }
                    .cronograma .explorosa {
                        right: -160px;
                        width: 300px;
                        top: 230px;
                        rotate: 20deg;
                    }
                    .cronograma .rulito {
                        right: -160px;
                        width: 300px;
                        top: 230px;
                        rotate: 20deg;
                    }
                    .cronograma .rulito2 {
                        right: -160px;
                        width: 300px;
                        top: 230px;
                        rotate: 20deg;
                    }
                    .contenido h3 {
                        font-size: 27vw;
                        letter-spacing: 2px;
                        inline-size: none;
                        line-height: 0.8;
                        margin-top: -10px;
                    }
                    .contenido h3 .linea1 {
                        display: block;
                        margin-bottom: 20px;
                        text-align: center;
                    }
                    .contenido h3 .linea2 {
                        display: block;
                        text-align: center;
                        margin-top: 10px;
                    }
                    .contenido p {
                        font-size: 16px;
                        padding: 0 20px;
                        font-weight: normal;
                    }
                    .boton-amarrillo {
                        padding: 20px 50px;
                        font-size: 14px;
                        letter-spacing: px;
                        font-weight: ultra-bold;
                    }
                    .footer-contenido {
                        padding: 0 20px;
                        gap: 30px;
                    }
                    .footer-redes {
                        flex-wrap: wrap;
                        justify-content: right;
                        img {
                            width: 30px;
                        }
                    }
                    .footer-logo {
                        justify-content: left;
                        img {
                            width: 150px;
                            height: auto;
                        }
                    }
                    .menu-lateral {
                        max-width: 100vw;
                    }
                }