/* --- Variables de Color y Fuentes (Estilo PUMM) --- */
:root {
    --color-primary-deep-purple: #3b0f55;
    --color-primary-purple: #6A0DAD;
    --color-secondary-pink: #E0115F;
    --color-accent-light-pink: #ff79c6;
    --color-text-light: #f8f8f2;
    --color-text-dark: #1a1a1a;
    --color-background-dark: #000000;
    --color-background-medium: #2a0f3d;

   /* --font-primary: 'Poppins', sans-serif; 
    --font-headings: 'Roboto', sans-serif;*/
}

h3.nosaco.aos-init.aos-animate {
    text-align: center;
}

.segundafila{
    padding-bottom: 80px;
}
.nosaco2{
    margin-top: -80px;
}

 .estevento{
        padding-top: 80px;
    }


    .blanco2{
        margin-top: -60px;
    }
     .blanco3{
        margin-top: -20px;
    }
.imagenfondo{
    background-image: url('images/f5.png')
}
.bannerlargo{
    margin-top: -50px;
}

section.faq-section.image-bg.text-overlay.content-section.experienciapumm {
    margin-top: -142px !important;
    z-index: 20;
}

.loguito{
    max-width: 30%;
    margin: auto;
}
.iniciativapumm{
    font-size: 14px;
}
.botonkit{
    width: 100%;
    margin: auto;
}

#image-text-section3 p {
    font-size: 25px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
    text-align: center;
    padding-top: -20px;
}

.experienciapumm{
    background-image: url(images/fondorosa2.png)!important;
    margin-top: -100px;
}

.experienciapumm2{
    background-image: url(images/fondorosa2.png)!important;
    margin-top: 0px;
}
.mobileonly{
        display: none;
    }
    .desktoponly{
        display: block;
    }

.spotifypumm{
    margin-bottom: 40px;
}

.footerpumm{
    margin-top: 0px;
}

.ultimostextos{
    font-family:'Road Rage', sans-serif; 
    font-size:50px; 
    font-weight: 400;
    line-height: 50px;
}
.separadornegro, .separadorvivir{
    margin-top:-60px; 
    z-index:20; 
    position:relative;
}
.nosaco{
    color: #000;font-family:'Road Rage', sans-serif; font-weight: 400;font-size: 40px;margin: auto;
}

.separadorama{
    margin-top:-30px; 
    z-index:20; 
    position:relative;
}

#about-pumm p.bajada{
    font-size: 25px;
    font-family: 'Special Gothic Expanded One', sans-serif; 
    font-weight: 400;
    line-height: 30px;
}

.texto-recortado-con-gif

 {
   
    font-family:'Road Rage', sans-serif; 
    font-size:60px;
    font-weight: 400;
    color: #ffc800;
    line-height: 60px;
    text-transform: uppercase;
   
   
}
.texto-recortado-con-gif2

 {
   
    font-family:'Road Rage', sans-serif; 
    font-size:60px;
    font-weight: 400;
    color: #000000;
    line-height: 60px;
    text-transform: uppercase;
    margin-top: -40px;
    z-index: 20;
    position: relative;
   
   
}
.texto-recortado-con-gif3

 {
   
    font-family:'Road Rage', sans-serif; 
    font-size:30px;
    font-weight: 400;
    color: #000000;
    line-height: 60px;
    text-transform: uppercase;
    margin-top: 100px;
    z-index: 20;
    position: relative;
   
   
}
.eventopumm{
    font-family: 'Special Gothic Expanded One', sans-serif; 
    font-size:25px;
     line-height: 40px;
}

/* --- Reseteo y Globales --- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Poppins', sans-serif;
    background-color: var(--color-background-dark);
    color: var(--color-text-light);
    line-height: 1.7;
}
.container { width: 90%; max-width: 1200px; margin: 0 auto; }

h1, h2, h3, h4, h5, h6 {
  
    font-weight: 700;
   
    color: var(--color-text-light);
    /*margin-bottom: 0.5em;*/
}
h2.section-title4.aos-init.aos-animate {
    background-color: white;
}
.section-title {
    font-size: clamp(2em, 5vw, 3.5em);
    text-align: center;
    margin-bottom: 1em;
    color: var(--color-secondary-pink);
}
.section-title4 {
   font-family: 'Road Rage', sans-serif;
    font-size: 3.5rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0em;
    padding-top: 60px;
    color: #5B0099;
    
}
.wfProgressBarWrapper {
    margin-top: 0px !important;
}
.lead { font-size: 1.25em; margin-bottom: 1em; font-weight: 400; } /* Usará Poppins por herencia de body */
a { color: var(--color-accent-light-pink); text-decoration: none; }
a:hover { color: #ffffff }
img { max-width: 100%; height: auto; display: block; }

.content-section { padding: 80px 0; }
.content-section:nth-child(even) { background-color: var(--color-background-medium); }


/* --- Header --- */
#main-header {
    background-color: rgba(30, 10, 43, 0.8);
    padding: 15px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: background-color 0.3s ease;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
#main-header.scrolled {
    background-color: var(--color-background-dark);
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
#main-header .container { display: flex; justify-content: space-between; align-items: center; }
#main-header .logo {
   
    font-size: 2em;
    font-weight: 900;
    color: var(--color-text-light);
    letter-spacing: 1px;
}
#main-header nav ul { list-style: none; display: flex; }
#main-header nav ul li { margin-left: 30px; }
#main-header nav ul li a {
  
    color: var(--color-text-light);
    font-weight: 700;
    font-size: 0.9em;
   
    transition: color 0.3s ease;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
}
#main-header nav ul li a:hover,
#main-header nav ul li a.active {
    color: var(--color-secondary-pink);
    border-bottom-color: var(--color-secondary-pink);
}
.nav-toggle { display: none; background: none; border: none; color: var(--color-text-light); font-size: 1.5em; cursor: pointer; }


/* --- Estilos Comunes Secciones con Fondo de Imagen --- */
.image-bg {
    position: relative;
    color: var(--color-text-light);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}
.image-bg .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}
.image-bg .overlay-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
   /* background-color: var(--color-primary-purple);*/
    opacity: 0.45;
    z-index: 2;
}
.image-bg .content {
    position: relative;
    z-index: 3;
    padding: 40px 0;
}

/* --- 1. Hero Section (PUMM) --- */
#hero-pumm {
    min-height: 100vh;
}
#hero-pumm .hero-event-name { /* El h1 que contiene la imagen del logo */
    /* font-size: clamp(3em, 10vw, 7em); */ /* No aplica si es una imagen */
    margin-bottom: 0.2em; /* Ajusta el espacio debajo de la imagen del logo */
    padding-top: 40px;
}
#hero-pumm .hero-event-name img { /* Estilos para la imagen del logo si es necesario */
    /* width: 40%; ya está inline, pero podrías ponerlo aquí */
    /* margin: auto; ya está inline */
}
#hero-pumm h2 { /* Para "PRÓXIMAMENTE" */
    font-size: clamp(1.5em, 4vw, 2.5em);
    color: var(--color-accent-light-pink);
   /* margin-bottom: 0.5em;*/
}
#hero-pumm .hero-location {
    font-size: clamp(1em, 3vw, 1.2em); /* Usará Roboto por ser un h-tag implícito o Poppins si es <p> */
    margin-bottom: 1.5em;
    font-weight: 500;
}

/* --- Botones --- */
.btn { /* Estilo base para todos los botones .btn */
    display: inline-block;
    padding: 15px 35px;
    border-radius: 5px;
    text-decoration: none;
    font-family: var(--font-primary); /* Poppins para botones .btn */
    font-weight: 700;
   
    font-size: 1em;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
}
.btn-primary {
    background-color: var(--color-secondary-pink);
    color: var(--color-text-light);
    border-color: var(--color-secondary-pink);
}
.btn-primary:hover {
    background-color: var(--color-accent-light-pink);
    border-color: var(--color-accent-light-pink);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(224, 17, 95, 0.4);
}

/* --- 2. Sección ADN/Concepto (PUMM) --- */
#about-pumm {
    min-height: 70vh;
    background-image: url('images/fondovio.png');
    background-size: cover;
}
#about-pumm h2 {
    font-size: clamp(2em, 6vw, 4em);
    
}
#about-pumm h2 span {
    color: var(--color-secondary-pink);
}
#about-pumm p { 
    font-size: 25px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}
#about-pumm p.lead {
    font-weight: 700;
    color: #ffc800;
}

/* --- 3. Sección Experiencias (PUMM Cards) --- */
.experiences-section {
    background-color: var(--color-background-medium);
}
.experience-cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}
.experience-card {
    position: relative;
    min-height: 400px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 25px;
    color: var(--color-text-light);
    transition: transform 0.3s ease;
}
.experience-card:hover {
    transform: scale(1.03);
}
.experience-card .card-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transition: transform 0.4s ease;
}
.experience-card:hover .card-background {
    transform: scale(1.1);
}
.experience-card .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(30, 10, 43, 0.9) 0%, rgba(30, 10, 43, 0.3) 60%, rgba(30, 10, 43, 0) 100%);
    z-index: 2;
}
.experience-card .card-content {
    position: relative;
    z-index: 3;
}
.experience-card h3 { /* Usará Roboto */
    font-size: 1.8em;
    margin-bottom: 0.3em;
    color: var(--color-text-light);
}
.experience-card p { /* Usará Poppins */
    font-size: 1em;
    opacity: 0.9;
}

/* --- 4. Spotify Embed Section --- */
.spotify-section {
    background-color: var(--color-background-dark);
    padding-top: 60px;
    padding-bottom: 60px;
}
.spotify-section iframe {
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    margin-bottom: 40px;
}
.spotify-section2 {
    background-color: var(--color-background-dark);
    padding-top: 60px;
    padding-bottom: 0px;
    margin-top: -100px;
}
.spotify-section2 iframe {
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    margin-bottom: 0px;
}

/* --- Sección Entradas Placeholder --- */
.tickets-info-section {
    background-color: var(--color-primary-purple);
    text-align: center;
}
.tickets-info-section .section-title {
    color: var(--color-text-light);
}
.tickets-info-section p { /* Usará Poppins */
    font-size: 1.1em;
    max-width: 600px;
    margin: 0 auto 20px auto;
}


/* --- 5. Newsletter Signup Section --- */
.newsletter-section {
    background-color: var(--color-text-dark);
    color: var(--color-text-light);
    text-align: center;
    margin: -40px 0px 80px 0px !important;
}
.newsletter-section h2 {
    font-size: clamp(2.2em, 5vw, 3.8em);
    color: var(--color-text-light);
    margin-bottom: 0.3em;
}
.newsletter-section p { /* Usará Poppins */
    font-size: 1.1em;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.newsletter-form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    max-width: 700px;
    margin: 0 auto 20px auto;
    flex-wrap: wrap;
}
.newsletter-form input[type="email"] {
    padding: 15px;
    font-family: var(--font-primary); /* Poppins para el input */
    font-size: 1em;
    border: 1px solid #555;
    background-color: #333;
    color: var(--color-text-light);
    border-radius: 5px;
    min-width: 300px;
    flex-grow: 1;
}
.newsletter-form input[type="email"]::placeholder {
    color: #aaa;
}
.newsletter-section .form-question { /* Usará Poppins por herencia, pero puedes ser explícito */
    font-weight: 700;
    font-size: 1.2em;
    margin-top: 20px;
}

/* --- Footer --- */
footer {
    background-color: var(--color-background-dark);
    color: var(--color-text-light);
    text-align: center;
    padding: 50px 0;
    border-top: 1px solid var(--color-primary-deep-purple);
}
.social-links a { color: var(--color-text-light); margin: 0 15px; font-size: 1.6em; transition: color 0.3s ease; }
.social-links a:hover { color: var(--color-secondary-pink); }
footer p { margin-top: 0px; font-size: 0.9em; opacity: 0.7; } /* Usará Poppins */




/* --- Responsive --- */
@media (max-width: 768px) {

    .spotify-section2 {
    background-color: var(--color-background-dark);
    padding-top: 60px;
    padding-bottom: 0px;
    margin-top: -25px;
}

     .blanco2{
        margin-top: -20px;
    }

    .faq-section .container {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 40px;
}

    .loguito {
    max-width: 70%;
    margin: auto;
}
    section#image-text-section3 {
    margin-top: -4px!important;
}
    .faq-section{
        padding: 0px!important;
    }

    .faq-section .section-title

 {
    margin-top: 40px;
    font-family: 'Road Rage', sans-serif;
    font-size: 32px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 1;
}

    section.faq-section.image-bg.text-overlay.content-section.experienciapumm {
    margin-top: 0px !important;
    z-index: 20;
}
.imagenfondo{
    background-image: url('images/f5mobile.png')
}


    .espaciomobile{
        margin-top: 40px!important;
    }

    .experienciapumm{
    background-image:url(images/fondorosa2.png)!important; 
    margin-top: -13px!important;
}


    .texto-recortado-con-gif2

 {
   
    font-family:'Road Rage', sans-serif; 
    font-size:40px;
    font-weight: 400;
    color: #000000;
    line-height: 40px;
    text-transform: uppercase;
    margin-top: -40px;
    z-index: 20;
    position: relative;
   
   
}

    .ultimostextos{
    font-family:'Road Rage', sans-serif; 
    font-size:40px!important; 
    font-weight: 400;
    line-height: 30px!important;
}

    .separadornegro{
    margin-top:-37px; 
    z-index:20; 
    position:relative;
}

.separadorvivir{
    margin-top:-37px; 
    z-index:20; 
    position:relative;
}

    .cta-button2{
        font-size: 16px!important;
    }
    .cta-button3{
        font-size:13px!important ;
        padding: 10px 15px!important;
    }


    .texto-recortado-con-gif{
    font-size: 26px;
    line-height: 33px;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    color: #ffc800;
    font-family:'Road Rage', sans-serif; 
   
}

    .eventopumm {
        font-family: 'Special Gothic Expanded One', sans-serif;
        font-size: 18px !important;
        line-height: 1.6;
    }
    .estevento{
        padding-top: 20px;
    }

    

    .mobileonly{
        display: block;
    }
    .desktoponly{
        display: none;
    }
    #main-header .container { flex-direction: column; align-items: flex-start; }
    #main-header nav { width: 100%; max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; }
    #main-header nav.active { max-height: 300px; margin-top: 15px; }
    #main-header nav ul { flex-direction: column; width: 100%; }
    #main-header nav ul li { margin: 12px 0; text-align: center; }
    .nav-toggle { display: block; position: absolute; top: 20px; right: 20px; font-size: 1.8em; }

    .image-bg .content, .content-section .container { padding-left: 15px; padding-right: 15px; }

    .experience-cards-container { grid-template-columns: 1fr; }
    .experience-card { min-height: 350px; }

    .newsletter-form { flex-direction: column; }
    .newsletter-form input[type="email"], .newsletter-form button { width: 100%; max-width: 400px; }
}
.container.spotifypumm {
    margin-top: -40px !important;
    margin-bottom: 0px!important;
}
 /* --- Estilos para el Botón Pulsante CTA --- */
.cta-button {
    display: inline-block;
    padding: 15px 35px;
    font-family: var(--font-primary); /* Usará Poppins */
    font-size: 1em;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
   
    border: none;
    border-radius: 0px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.cta-button {
        background-color: #3a1c71;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(138, 43, 226, 0.4);
}
.cta-button:hover,
.cta-button:focus {
    background-color: #3a1c71;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 255, 255, 0.5);
    outline: none;
}
.cta-buttonkit {
    text-transform:uppercase; 
    font-family:'Anton SC', sans-serif; 
    font-weight:200; 
    font-size:20px;
    display: inline-block;
    padding: 15px 35px;
    text-align: center;
    text-decoration: none;
   
    border: none;
    border-radius: 0px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.5px;
}
.cta-buttonkit {
        background-color: #5b0099;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(138, 43, 226, 0.4);
    margin-top: 20px;
}
.cta-buttonkit:hover,
.cta-buttonkit:focus {
    background-color: #3a1c71;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 255, 255, 0.5);
    outline: none;
}

.cta-button2 {
    text-transform:uppercase; 
    font-family:'Anton SC', sans-serif; 
    font-weight:200; 
    font-size:20px;
    display: inline-block;
    padding: 15px 35px;
    text-align: center;
    text-decoration: none;
   
    border: none;
    border-radius: 0px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.5px;
}
.cta-button2 {
        background-color: black;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(138, 43, 226, 0.4);
}
.cta-button2:hover,
.cta-button2:focus {
    background-color: #3a1c71;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 255, 255, 0.5);
    outline: none;
}


.cta-button3 {
    display: inline-block;
    padding: 15px 35px;
    font-family: var(--font-primary); /* Usará Poppins */
    font-size: 1em;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
   
    border: none;
    border-radius: 0px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.cta-button3 {
    background-color: #ffc800;
    color: #000000;
    box-shadow: 0 5px 15px rgba(138, 43, 226, 0.4);
}
.cta-button3:hover,
.cta-button3:focus {
    background-color: #3a1c71;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 255, 255, 0.5);
    outline: none;
}





ul>li{
    list-style-type: none;
}


 /* === Reveal-Text Scroll === */
.reveal-text {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.reveal-text__bg,
.reveal-text__fg {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 900;
}

.reveal-text__bg {
  color: #eee;        /* color claro inicial */
}

.reveal-text__fg {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  color: #ffc800;     /* ¡aquí tu color de acento, para que se note! */
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
  white-space: normal;
}
section#image-text-section {
    margin-top: -100px;
}
section#image-text-section3 {
    margin-top: -100px;
}

/* Lista sin bullets y con checks estilo grunge */
.grunge-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.grunge-check-list li {
  position: relative;
  padding-left: 40px;
  font-family: 'Anton SC', sans-serif;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 0.5em;
}

/* El “check” sin círculo, con sombras irregulares y ligera rotación */
.grunge-check-list li::before {
  content: "\f00c";                   /* código unicode de fa-check */
  font-family: "Font Awesome 5 Free"; /* tu versión de FA puede variar */
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: #fff;
  /* sombras múltiples para efecto rugoso */
  text-shadow:
    -1px -1px 0 #000,
     2px -2px 0 #000,
     1px  2px 0 #000,
    -2px  2px 0 #000;
  transform: rotate(-8deg);           /* ligera rotación para irregularidad */
}
#main-header.scrolled {
  /* define un borde inferior de 2px que usará un gradiente como “imagen” */
  border-bottom: 4px solid transparent;
  /* border-image toma el gradiente y lo estira a lo largo del borde */
  border-image: 
    linear-gradient(
      to right,
      #033399 0%,
      #5B0099 33.33%,
      #9B1759 66.66%,
      #E34999 100%
    ) 1;
}
#main-header {
  /* define un borde inferior de 2px que usará un gradiente como “imagen” */
  border-bottom: 4px solid transparent;
  /* border-image toma el gradiente y lo estira a lo largo del borde */
  border-image: 
    linear-gradient(
      to right,
      #033399 0%,
      #5B0099 33.33%,
      #9B1759 66.66%,
      #E34999 100%
    ) 1;
}
 /* Fondo y generales */
  #image-text-section, #image-text-section3  {
    background-color: black;
    background-image: url('images/chicas22.jpg');
    background-size: cover;
    background-position: center;
    color: white;
  }

  /* Mobile‑first: columna una debajo de otra */
  #image-text-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 2rem 1rem;
    max-width: 1200px;
    margin: 0 auto;
  }
  #image-text-section3 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 2rem 1rem;
    max-width: 1200px;
    margin: 0 auto;
  }
   #image-text-section2 {
    background-color: black;
    background-position: center;
    color: white;
  }

  /* Mobile‑first: columna una debajo de otra */
  #image-text-section2 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 4rem 1rem;
    max-width: 1200px;
    margin: 0 auto;
  }
  .info-image,
  .info-text, .info-image2 {
    width: 100%;
  }
  .info-image img {
    width: 100%;
    height: auto;
    display: block;
  }
 .info-image2 img {
    width: 100%;
    height: auto;
    display: block;
  }
  /* Check list estilo grunge */
  .grunge-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .grunge-check-list li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
  /*font-family: 'Anton SC', sans-serif;*/
    font-family: "Special Gothic Expanded One", sans-serif;
    font-size: 20px;
    line-height: 22px;
  }
  .grunge-check-list li::before {
    content: '✔';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2rem;
    /* aquí podrías reemplazar por tu icono/grunge font */
  }

  /* Desktop: pasa a dos columnas */
  @media (min-width: 769px) {
    #image-text-section .container {
      flex-direction: row;
      align-items: center;
      padding: 4rem 0;
    }
     #image-text-section2 .container {
      flex-direction: row;
      align-items: center;
      padding: 4rem 0;
    }
         #image-text-section3 .container
 {
        flex-direction: row;
        align-items: center;
        padding: 0;
        z-index: 20;
        position: relative;
    }

    .info-image,
    .info-text, .info-image2 {
      width: 50%;
    }
  }

  #logosponsors{
    
    height: 80px;
    width: 100%;
    z-index: 20;
    position: relative;
    margin-top: 0px;
  }

  #currentYear{
    color: #fff;
    font-size: 12px;
  }

  footer p{
    font-size: 12px;
  }


  
.image-row {
  display: flex;
  justify-content: space-between; 
  align-items: center;
  gap: 1rem; 
  margin: 2rem 0;
}


.image-row img {
  width: 30%;     
  height: auto;
  /*display: block;*/
}


@media (max-width: 768px) {
  .image-row {
    flex-direction: column;
    align-items: center;
  }
  .image-row img {
    width: 80%;    
    margin-bottom: 1rem;
  }
}


#main-header nav {
  flex: 1;             
  margin: 0 1rem;     
}


#main-header nav ul {
  display: flex;          
  width: 100%;          
  justify-content: flex-end; 
  gap: 2rem;             
}


#main-header .logo {
  flex: 0 0 auto;        
  max-width: 180px;     
}


#main-header .logo img {
  display: block;
  width: 100%;         
  height: auto;
}


@media (max-width: 768px) {
  #main-header .logo {
    max-width: 140px;  
  }
}


.sponsors-section {
    background-color: #ffffff; 
    padding: 0px 0;
    text-align: center;
    margin-top: -95px;
}

.sponsors-grid {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
    align-items: center; 
    gap: 0px; 
    margin-top: 0px;
    padding-bottom: 30px;
}

.segundafila{
    margin-top: -40px;
}

.sponsors-grid a {
    display: inline-block;
}

.sponsors-grid img {
   
    max-height: 100px;
    max-width: 400px; 
    width: auto;
    height: auto;
    transition: transform 0.3s ease; 
}

.sponsors-grid a:hover img {
    transform: scale(1.1);
}


@media (max-width: 768px) {
    .sponsors-grid {
        gap: 60px 40px; 
    }

    .sponsors-grid img {
      
        max-height: 80px;
    }
}


.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



.faq-section {
    padding: 80px 20px;
    background-color: #f8f9fa;
    font-family: 'Poppins', sans-serif; 
    text-align: center;
}

.faq-section .container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-section .section-title {
      font-family:'Road Rage', sans-serif; 
    font-size: 3.5rem;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 300;
}

.faq-section .section-subtitle {
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 50px;
}

.faq-accordion {
    text-align: left;
}

.faq-item {
    background-color: #ffc800;
    border-radius: 0px;
    margin-bottom: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 20px 25px;
    background: #fff;
    border: none;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    color: #e83e8c; 
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.faq-question:hover, .faq-question:active, .faq-question:focus {
    background-color: #ffc800;
    color: #5b0099; 
}

.faq-question span {
    flex-grow: 1;
    margin-right: 15px;
    font-family: 'Special Gothic Expanded One', sans-serif; 
    font-weight: 300;
}

.faq-question .icon-plus,
.faq-question .icon-minus {
    font-size: 1.5rem;
    font-weight: bold;
    color: #5b0099; 
}

.faq-item.active .icon-plus {
    display: none;
}

.faq-item:not(.active) .icon-minus {
    display: none;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    background-color: #fff;
    padding: 0 25px;
}

.faq-answer p {
    margin: 0;
    padding-bottom: 25px;
    color: #000;
    line-height: 1.6;
    padding-top: 10px;
     font-family: 'Special Gothic Expanded One', sans-serif;
     font-weight: 300;
     font-size: 16px;
}

/* --- PASO CERO: Reset Básico (¡MUY IMPORTANTE!) --- */
/* Esto elimina los márgenes que ponen los navegadores por defecto */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* --- ESTILOS PARA LA SECCIÓN DE ALIANZAS --- */

/* 1. LA CAJA EXTERIOR (EL FONDO AL 100%) */
.alianza-wrapper {
    width: 100%;
    background-image: url(images/separadorblancook.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
    margin-top: -40px;
    z-index: 20;
    position: relative;
}

/* 2. LA CAJA INTERIOR (EL CONTENIDO CENTRADO) */
.alianza-container {
    max-width: 950px; /* Ancho máximo del contenido */
    margin: 0 auto;   /* ¡Esto lo centra horizontalmente! */

    display: flex;
    align-items: center;
    gap: 30px;
    padding: 0 20px; /* Espacio lateral de seguridad en pantallas pequeñas */
}

/* --- Resto de los estilos para el contenido --- */
.alianza-texto {
    flex-shrink: 0;
    font-size: 1.2rem;
    text-align: center;
    color: black;
}

.logos-wrapper {
    max-width: 60%;
}

.logos-wrapper>img.alianzasok {
    width: 100%; 
    height: auto;
    display: block;
}

.resaltado {
    font-weight: bold;
    color: #5b0099;
}

/* --- Estilos para móviles --- */
@media (max-width: 768px) {
    .alianza-container {
        flex-direction: column;
        text-align: center;
    }
    .sponsors-section {
    background-color: #ffffff; 
    padding: 0px 0;
    text-align: center;
    margin-top: -20px;
}
    .alianza-texto {
        text-align: center;
        margin-bottom: 0px;
    }
    .alianza-wrapper {
    width: 100%;
    background-image: url(images/separadorblancook.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
    margin-top: -40px;
    z-index: 20;
    position: relative;
}
a.cta-button3.aos-init.aos-animate {
    text-align: center;
    width: 100%;
    margin: auto;
}
.bannerlargo{
    margin-top: -37px;
}
}

#videoyoutube{
    max-width: 900px;
    margin: auto;
}

#sponsornuevo p{
    max-width: 900px;
    margin: auto;
}

section#spotify-pumm

 {
    padding-bottom: 80px;
}
#form{
    margin-top: -35px;
}

/*flotando*/
/* --- ESTILOS PARA ELEMENTOS FLOTANTES --- */

/* 1. La animación de "flote" */
@keyframes floatAnimation {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(2deg); /* Sube un poco y rota ligeramente */
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}


.floating-element {
    position: absolute;
    z-index: 4; 
    pointer-events: none; 
    animation: floatAnimation infinite ease-in-out; 
}


.floating-element-1 {
    width: 100px; 
    top: 15%;
    left: 10%;
    animation-duration: 6s; 
}


.floating-element-2 {
    width: 140px;
    top: 40%;
    right: 12%;
    animation-duration: 8s; 
    animation-delay: -2s; 
}


.floating-element-3 {
    width: 70px;
    bottom: 10%;
    left: 10%;
    animation-duration: 7s;
    animation-delay: -4s;
}

/* 4. Ajustes para móviles (para que no se amontonen) */
@media (max-width: 768px) {
    .floating-element-1 {
        width: 80px;
        top: 12%;
        left: 5%;
    }
    .floating-element-2 {
        width: 100px;
        top: 85%;
        right: 8%;
    }
    /* Ocultamos el tercero en pantallas pequeñas para no sobrecargar */
    .floating-element-3 {
         width: 70px;
        top: 17%;
        left: 40%;  
    }
}