/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  scroll-padding-top: 0rem;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000000;
  font-size: 2rem;
}
body.overflow-hidden {
  overflow: hidden;
}

p {
  font-size: 2rem;
  color: #000000;
  line-height: 1.5;
}

.contenedor {
  width: 95%;
  max-width: 120rem;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

h1, h2, h3 {
  margin: 0 0 5rem 0;
  font-weight: 900;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 4.6rem;
}

h3 {
  font-size: 6rem;
  text-align: center;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

body > section {
  padding: 10rem 0;
}

.header {
      position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #192846;
    padding: 2rem 0;

}
@media (min-width: 768px) {
  .header.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0.1rem 0.2rem 0.3rem #333;
  }
}
.header .contenido-header {
  display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (min-width: 768px) {
  .header .contenido-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.header h1 {
  color: #FFFFFF;
  text-align: center;
}
@media (min-width: 768px) {
  .header h1 {
    text-align: left;
    margin: 0;
  }
}

.navegacion-principal {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .navegacion-principal {
    flex-direction: row;
  }
}
.navegacion-principal a {
 color: white;
   
}
.navegacion-principal a:hover, .navegacion-principal a.active {
  color: #fdda00;
}

.video {
  position: relative;
    height: 100vh; /* El video ocupará el 100% de la altura de la pantalla */
    overflow: hidden; /* Esto es CLAVE para evitar que se vea el sobrante del video */
    margin-top: 0;
    padding-top: 10rem;
}
.video .overlay {
 position: absolute;
  background: linear-gradient(270deg, rgba(117, 47, 151, 0.6), rgba(57, 23, 73, 0.9));
  inset: 0;
  display: flex;
  align-items: center;
}
.video video {
     position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover /* CAMBIO CLAVE */
}
@media (min-width: 1200px) {
  .video video {
    width: 100%;
  }
}


@media (max-width: 767px) {
  .video {
    height: auto;
    padding-bottom: 176.47%; /* Para el video vertical, si lo usas en móviles */
    margin-top: 8rem; /* Ajusta el margen para pantallas pequeñas si es necesario */
  }
}

.contenido-video {
  z-index: 10;
}
.contenido-video h2 {
  color: #FFFFFF;
  font-size: 7rem;
  font-weight: 700;
  margin: 0;
  font-family: "Russo One", sans-serif;
}
.contenido-video p {
  background-color: #F53756;
  display: inline-block;
  padding: 1rem 2rem;
  color: #FFFFFF;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0;
}

.sobre-festival {
  width: 95%;
  max-width: 120rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sobre-festival {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
  }
}

.contenido-festival {
  margin-top: 5rem;
}
.contenido-festival h2 {
  margin-bottom: 2rem;
}
.contenido-festival .fecha {
  color: #4CB8B3;
  font-weight: 700;
}

.lineup {
  background-color: #465a7d;
}
.lineup h3,
.lineup .dia {
  text-align: center;
  color: #FFFFFF;
}
.lineup .dia {
  font-size: 3rem;
  text-transform: uppercase;
}

.escenarios-contenedor {
  width: 95%;
  max-width: 120rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .escenarios-contenedor {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
  }
}

.escenario {
  padding-top: 2rem;
}
.escenario .nombre-escenario {
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}

.calendario {
  margin: 0;
  padding: 0;
  list-style: none;
}
.calendario li {
  padding: 2.5rem;
  font-weight: 700;
}
.calendario li span {
  font-weight: 400;
}

.bg-amarillo {
  background-color: #FFCE00;
}
.bg-amarillo li:nth-child(odd) {
  background-color: #878787;
}

.bg-verde {
  background-color: #878787;
}
.bg-verde li:nth-child(odd) {
  background-color: #FFCE00;
}

.galeria {
  width: 95%;
  max-width: 120rem;
  margin: 0 auto;
}
.galeria-imagenes {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media (min-width: 480px) {
  .galeria-imagenes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  .galeria-imagenes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .galeria-imagenes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
.galeria-imagenes img {
  height: 20rem;
  object-fit: cover;
}

.modal {
 position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeIn ease-in 0.5s;
    z-index: 1000;
}
.modal.fade-out {
  animation: fadeOut ease-in 0.5s;
}
.modal img {
  max-width: 100rem;
}

.btn-cerrar {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: none;
  color: #000000;
  display: grid;
  place-items: center;
  font-weight: 700;
  cursor: pointer;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.contenedor-boletos {
  background-color: #465a7d;
}
.contenedor-boletos h3 {
  color: #FFFFFF;
}
.contenedor-boletos .boletos {
  width: 95%;
  max-width: 120rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .contenedor-boletos .boletos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
  }
}

.pase {
  transition: transform 0.3s ease-in-out;
}
.pase:hover {
  transform: scale(1.1);
}
.pase-nombre {
  font-size: 3.6rem;
  font-weight: 900;
  text-align: center;
  color: #FFFFFF;
}
.pase-header, .pase-footer {
  padding: 0.5rem;
}
.pase-header p, .pase-footer p {
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}
.pase-header {
  background-color: #F53756;
}
.pase-header p {
  text-transform: uppercase;
  font-size: 2.2rem;
  padding: 1rem 0;
}
.pase-body {
  background-color: #FFFFFF;
}
.pase-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pase-body ul li {
  padding: 2rem;
  border-bottom: 1px solid #e1e1e1;
}
.pase-footer {
  background-color: #FFFFFF;
  padding: 3rem;
}
.pase-footer p {
  font-size: 2.8rem;
  font-weight: 900;
  background-color: #752F97;
  padding: 1rem 0;
  border-radius: 1rem;
  cursor: pointer;
}
.pase-footer p:hover {
  background-color: #391749;
}

.footer {
  background-color: #192846;
  padding: 2rem 0;
}
.footer p {
  margin: 0;
  color: #FFFFFF;
  text-align: center;
}/*# sourceMappingURL=app.css.map */
.contenedor-formulario {
    padding: 2rem;
    background-color: #f7f7f7;
    margin: 2rem auto;
    max-width: 60rem;
    border-radius: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contenedor-formulario h2 {
    text-align: center;
    margin-bottom: 2rem;
    color: #333;
}

.formulario {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.formulario fieldset {
    border: 1px solid #ccc;
    padding: 2rem;
    border-radius: 1rem;
}

.formulario legend {
    font-weight: bold;
    font-size: 1.8rem;
    color: #333;
    padding: 0 1rem;
}

.campo {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.campo label {
    font-weight: bold;
    margin-bottom: .5rem;
    color: #555;
}

.campo input, .campo select, .campo textarea {
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: .5rem;
    font-size: 1.6rem;
    outline: none;
}

.campo input:focus, .campo select:focus, .campo textarea:focus {
    border-color: #007BFF;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.campo textarea {
    resize: none;
    height: 15rem;
}

.campo-radio {
    display: inline-flex;
    align-items: center;
    margin-right: 2rem;
}

.campo-radio label {
    margin-right: .5rem;
}

.campo-radio input[type="radio"] {
    margin: 0;
}

.boton-enviar {
    background-color: #C16A34;
    color: white;
    padding: 1.5rem 2rem;
    border: none;
    border-radius: .5rem;
    font-size: 1.8rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color .3s ease;
}

.boton-enviar:hover {
    background-color: #465a7d;
}
.header .contenido-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0; /* Espacio arriba y abajo */
}

.logo-link {
    width: 30rem; /* Tamaño del contenedor del logo */
    height: 8rem; /* Altura para crear la forma elíptica */
    display: block;
}
.logo-link:hover {
    /* Esta es la regla clave. Escala el elemento 1.1 veces su tamaño original */
    transform: scale(1.1);
}

.logo-img {
      width: 100%;
    height: 100%;
    border-radius: 50% / 80%; /* Esto crea la forma elíptica */
    border: none;
    object-fit: cover;
}

.whatsapp-float {
    position: fixed; 
    bottom: 2rem;    
    right: 2rem;     
    z-index: 1000;   
    font-size: 5rem;
    color: #25D366;
    transition: transform 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1); /* Hace que el ícono crezca un poco al pasar el mouse */
}

/* Estilos para el contenedor del modal */
.contenido-modal {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    padding: 2rem;
    border-radius: 1rem;
    max-width: 90%; /* Limita el ancho del contenedor */
    /* *** ESTO ES LO NUEVO Y MÁS IMPORTANTE *** */
    max-height: 90vh; /* Limita la altura a un 90% de la altura del viewport */
    overflow-y: auto; /* Agrega una barra de desplazamiento si el contenido es demasiado alto */
    /* **************************************** */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Estilos para la descripción dentro del modal */
.descripcion-modal {
    margin-top: 1.5rem;
    font-size: 1.8rem;
    color: #333;
    text-align: center;
    font-weight: 500;
    padding: 0 1rem;
}

/* Ajuste para el botón de cerrar */
.btn-cerrar {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background-color: #f0f0f0;
    border: none;
    color: #333;
    font-size: 2rem;
    cursor: pointer;
    font-weight: bold;
    display: grid;
    place-items: center;
    transition: background-color 0.3s ease;
}
.btn-cerrar:hover {
    background-color: #e0e0e0;
}
/* Ajuste de la imagen en el modal para que no se exceda */
.modal img {
       max-width: 100%;
    max-height: 70vh; /* Limita la altura de la imagen para que quepa en la pantalla */
    width: auto; /* Ajusta la anchura automáticamente */
    height: auto;
    object-fit: contain; /* Evita que la imagen se recorte y la escala para que quepa */
    display: block;
}

@media (min-width: 768px) {
    .modal img {
        max-width: 80rem; /* Limita el tamaño de la imagen en pantallas grandes */
    }
}
.boton-descarga {
    background-color: #C16A34; /* Color de fondo amarillo */
    color: #FFFFFF; /* Color del texto negro */
    padding: 1.5rem 3rem; /* Espacio interno para que parezca más grande */
    border-radius: 5px; /* Bordes ligeramente redondeados */
    text-decoration: none; /* Elimina el subrayado */
    font-size: 1.8rem; /* Tamaño de fuente */
    font-weight: bold; /* Negrita */
    display: inline-block; /* Para que acepte padding y márgenes */
    transition: background-color 0.3s ease; /* Transición para el efecto hover */
    margin: 2rem auto; /* Centra el botón */
}

.boton-descarga:hover {
    background-color: transparent; /* El fondo se vuelve transparente */
    color: #000; /* El texto se vuelve negro */
    
    /* Hacemos que el borde sea negro para que se vea */
    border-color: #000; /* Color de fondo un poco más oscuro al pasar el mouse */
}
---

/* Estilos para la nueva sección Inmobiliaria */
.contenedor-inmobiliaria {
    background-color: #f7f7f7;
    padding: 10rem 0;
    text-align: center;
}

.contenedor-inmobiliaria h3 {
    color: #465a7d;
    font-size: 4rem;
    margin-bottom: 5rem;
}

.card-inmobiliaria-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4rem;
    padding: 0 2rem;
    max-width: 120rem; /* Limita el ancho máximo del contenedor para que no se extienda demasiado */
    margin: 0 auto; /* Centra el contenedor completo */
}

.card-inmobiliaria {
    background-color: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 35rem;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-shrink: 0; /* Evita que las tarjetas se encojan si no hay suficiente espacio */
}

@media (min-width: 768px) {
    .card-inmobiliaria {
        width: calc(50% - 2rem);
    }
}

.card-inmobiliaria:hover {
    transform: translateY(-1rem);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.card-inmobiliaria img {
    width: 100%;
    height: 25rem;
    object-fit: cover;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}

.card-info {
    padding: 2.5rem;
}

.card-titulo {
    font-size: 2.8rem;
    color: #465a7d;
    margin: 0 0 1rem 0;
}

.card-descripcion {
    font-size: 1.6rem;
    color: #555;
    line-height: 1.5;
    margin-bottom: 2rem;
}

.card-boton {
    display: inline-block;
    padding: 1.5rem 3rem;
    background-color: #C16A34;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.card-boton:hover {
    background-color: #a45a2c;
}
/* Estilos para el nuevo contenedor de mapa y formulario */
.contenedor-flex-contacto {
    display: flex;
    flex-direction: column; /* Apila los elementos en móviles */
    gap: 4rem; /* Espacio entre el mapa y el formulario */
}

/* En pantallas de escritorio, coloca el mapa y el formulario uno al lado del otro */
@media (min-width: 768px) {
    .contenedor-flex-contacto {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start; /* Alinea los elementos en la parte superior */
    }
}

/* Estilos para el contenedor del mapa */
.mapa-ubicacion {
    flex: 1; /* Permite que este elemento ocupe la mitad del espacio disponible */
    padding: 2rem;
}

.mapa-ubicacion h4 {
    font-size: 2.5rem;
    color: white; /* Color del texto para que destaque sobre el fondo oscuro */
    margin-bottom: 2rem;
    text-align: center;
}

.mapa-ubicacion iframe {
    width: 100%; /* Asegura que el mapa se ajuste al 100% del ancho del contenedor */
    height: 40rem; /* Altura fija para el mapa */
    border-radius: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Asegúrate de que el formulario ocupe la otra mitad del espacio */
.contenedor-formulario {
    flex: 1; /* Le da al formulario el espacio restante */
    max-width: none; /* Elimina el límite de ancho para que se estire */
    margin: 0; /* Elimina el margen automático */
}

menu-hamburguesa {
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
}

/* En pantallas de 768px o más, ocultamos el botón y mostramos la navegación normal */
@media (min-width: 768px) {
    .menu-hamburguesa {
        display: none;
    }
    .navegacion-principal {
        display: flex; /* Aseguramos que la navegación sea visible */
        position: static;
        flex-direction: row;
        gap: 2rem;
        width: auto;
    }
}

/* Estilos para la navegación en dispositivos móviles */
@media (max-width: 767px) {
    /* Mostramos el botón de hamburguesa en pantallas pequeñas */
    .menu-hamburguesa {
         display: block;
        width: 3.5rem;
        height: 3.5rem;
        padding: 0.5rem;
        border-radius: 5px;
        background-color: transparent; /* Fondo del mismo color que el header */
        display: flex;
        justify-content: center;
        align-items: center;
        transition: transform 0.3s ease;
    }
       .menu-hamburguesa:active {
        transform: scale(0.9);
    }
 .menu-hamburguesa svg {
        stroke: #fff; /* Color de las barras a blanco para que resalten */
        stroke-width: 3; /* Grosor de las barras para que se vean mejor */
    }
    /* Ocultamos la navegación principal por defecto */
    .navegacion-principal {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: rgba(25, 40, 70, 0.95);
        padding: 2rem 0;
        text-align: center;
        flex-direction: column;
        transition: transform 0.3s ease-in-out;
        transform: translateY(-100%);
        z-index: 999;
    }
    
    /* Estado activo de la navegación, para mostrarla */
    .navegacion-principal.mostrar {
        display: flex;
        transform: translateY(0);
    }

    /* Ocultar el botón cuando la navegación está activa para evitar el doble clic */
    .menu-hamburguesa.activo {
        display: none;
    }

    .navegacion-principal a {
        color: white;
        padding: 1.5rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        font-size: 1.2rem;
        transition: color 0.3s ease;
      
    }

    .navegacion-principal a:hover {
        color: #d1d1d1;
    }

    .navegacion-principal a:last-of-type {
        border-bottom: none;
    }
}
/* Ajustes para la sección "Nosotros" */
.sobre-festival .contenedor {
    display: flex;
    flex-direction: column; /* Contenido apilado en móviles */
    align-items: center;
    gap: 5rem; /* Espacio entre el texto/imagen y las tarjetas */
}

@media (min-width: 768px) {
    .sobre-festival .contenedor {
        flex-direction: row; /* En escritorio, imagen y texto lado a lado */
        justify-content: space-between;
        align-items: flex-start; /* Alinea los elementos al inicio */
    }
}

.sobre-festival .imagen,
.sobre-festival .contenido-festival {
    flex: 1; /* Distribuye el espacio equitativamente */
    max-width: 100%; /* Asegura que no se desborden */
}
/* --- ESTILOS PARA LA SECCIÓN DE MISIÓN, VISIÓN Y VALORES --- */
.mision-vision-container {
    margin-top: 8rem;
    display: flex;
    flex-wrap: nowrap; /* Evita que las tarjetas salten a una nueva línea */
    gap: 2rem; /* Reduce el espacio entre las tarjetas */
    padding: 0; /* Elimina el padding horizontal para que ocupen todo el ancho */
    width: 100%;
    justify-content: space-between; /* Distribuye las tarjetas uniformemente */
    align-items: stretch; /* Mantiene la misma altura en todas las tarjetas */
}
/* Media query para pantallas grandes */
@media (min-width: 768px) {
    .mision-vision-container {
        flex-direction: row;
    }
    .tarjeta-mision-vision {
        flex: 1; /* ¡CLAVE! Permite que las tarjetas crezcan para ocupar el espacio disponible */
        max-width: none; /* Elimina el límite de ancho para que se estiren */
    }
}
.tarjeta-mision-vision {
    width: 100%;
    padding: 3rem;
    border-radius: 1.5rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.tarjeta-mision-vision:hover {
    transform: translateY(-1rem);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.tarjeta-mision-vision h4 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #192846;
    margin-bottom: 1.5rem; /* Mantiene el espacio debajo del título */
    position: relative;
    padding-top: 5rem; 
}
/* Iconos de Font Awesome */
.tarjeta-mision-vision h4::before {
    position: absolute;
    top: 0rem; /* Ajustado de 0rem a -1.5rem para subir el icono */
    width: 4rem;
    height: 4rem;
    background-color: #fdda00;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2rem;
    color: #192846;
    left: 50%;
    transform: translateX(-50%);
}
.tarjeta-mision-vision:nth-child(1) h4::before { content: '\f130'; } /* Misión */
.tarjeta-mision-vision:nth-child(2) h4::before { content: '\f0eb'; } /* Visión */
.tarjeta-mision-vision:nth-child(3) h4::before { content: '\f0c0'; } /* Valores */
/* Contenido de texto y listas */
.tarjeta-mision-vision p,
.tarjeta-mision-vision ul {
    font-size: 1.7rem;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    color: #555;
    flex: 1; /* Ocupa el espacio disponible para empujar el botón abajo */
}
.tarjeta-mision-vision ul {
    list-style-type: none;
    text-align: left; /* Alinea los elementos de la lista a la izquierda */
    width: 100%;
    max-width: 25rem;
    margin: 2rem auto;
}
.tarjeta-mision-vision ul li {
    padding-left: 2.5rem;
    position: relative;
    margin-bottom: 0.8rem;
    font-size: 1.7rem;
    color: #555;
}
.tarjeta-mision-vision ul li::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0.2rem;
    color: #fdda00;
}
.boton-tarjeta {
    background-color: #C16A34;
    color: white;
    padding: 1rem 3rem;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: 700;
    transition: background-color 0.3s ease;
    margin-top: auto; /* Empuja el botón hacia la parte inferior */
    display: inline-block;
}
.boton-tarjeta:hover {
    background-color: #a45a2c;
}
.tarjeta-servicio img {
    width: 100%; /* Asegura que la imagen ocupe todo el ancho de su tarjeta */
    height: 20rem; /* Altura fija para que todas las imágenes tengan el mismo tamaño */
    object-fit: cover; /* Recorta la imagen para que cubra el área sin distorsionarse */
    border-top-left-radius: 1.5rem; /* Esquinas redondeadas superiores */
    border-top-right-radius: 1.5rem;
    margin-bottom: 1.5rem; /* Espacio debajo de la imagen */
}