﻿/* Estilos Brincapark  diseño exacto*/
@font-face {
  font-family: "Bobby Jones";
  src: url("../fonts/Bobby Jones Soft.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Outfit:wght@100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  font-family: "Outfit", bobby;
  background: #fffef7;
  color: #4b0082;
  overflow: visible;
}

/* Estrellas decorativas de fondo */
body::before,
body::after {
  content: "";
  position: fixed;
  width: 150px;
  height: 150px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23FFE55C"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/></svg>') no-repeat center;
  background-size: contain;
  opacity: 0.3;
  z-index: -1;
}

body::before {
  top: 50px;
  left: -50px;
  transform: rotate(-15deg);
}

body::after {
  top: 200px;
  right: -50px;
  transform: rotate(25deg);
}

/* NAVBAR */
.navbar {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding: 1.5rem 2rem;
  box-shadow: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Navbar scroll effect */
.navbar.scrolled {
  background: linear-gradient(135deg, rgba(167, 216, 222, 0.95) 0%, rgba(126, 200, 227, 0.95) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding: 0.75rem 2rem;
}

.navbar-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.navbar-logo img {
  height: 50px;
  width: auto;
  transition: all 0.3s;
}

.navbar.scrolled .navbar-logo img {
  height: 45px;
}

.navbar-logo span {
  font-family: "Bobby Jones", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #4b0082;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.8),
    1px -1px 0 rgba(255, 255, 255, 0.8), -1px 1px 0 rgba(255, 255, 255, 0.8),
    1px 1px 0 rgba(255, 255, 255, 0.8);
}

.navbar-menu {
  font-family: "Bobby Jones", sans-serif;
  display: flex;
  list-style: none;
  gap: 2.5rem;
  align-items: center;
}

.navbar-menu a {
  text-decoration: none;
  color: #4b0082;
  font-weight: 700;
  font-size: 1.05rem;
  transition: all 0.3s;
  position: relative;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.6),
    1px -1px 0 rgba(255, 255, 255, 0.6), -1px 1px 0 rgba(255, 255, 255, 0.6),
    1px 1px 0 rgba(255, 255, 255, 0.6);
}

.navbar-menu a:hover {
  color: #ffe55c;
  text-shadow: -1px -1px 0 #4b0082, 1px -1px 0 #4b0082, -1px 1px 0 #4b0082,
    1px 1px 0 #4b0082;
  transform: translateY(-2px);
}

.navbar-menu a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 3px;
  background: #ffe55c;
  transition: width 0.3s;
}

.navbar-menu a:hover::after {
  width: 100%;
}

/*Parte de seccion principal o Hero */
.hero {
  background: linear-gradient(180deg, #8cd9ff 0%, #ffffff 100%);
  padding: 6rem 2rem 4rem;
  position: relative;
  overflow: hidden;
  min-height: 600px;
}

/* Estrellas decorativas */
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23FFE55C"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/></svg>') no-repeat center;
  background-size: contain;
  opacity: 0.4;
  z-index: 0;
}

.hero::before {
  top: 10%;
  left: 5%;
  width: 80px;
  height: 80px;
}

.hero::after {
  bottom: 15%;
  right: 8%;
  width: 100px;
  height: 100px;
  transform: rotate(25deg);
}

.hero-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

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

.hero-logo-stars {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin-bottom: 2rem;
}

.hero-logo-stars .star {
  width: 100px;
  height: 100px;
  animation: twinkle-star 2s ease-in-out infinite;
  filter: drop-shadow(0 5px 15px rgba(255, 229, 92, 0.6));
}

.hero-logo-stars .star-1 {
  animation-delay: 0s;
}

.hero-logo-stars .star-2 {
  animation-delay: 1s;
}

@keyframes twinkle-star {

  0%,
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }

  50% {
    transform: scale(1.15) rotate(10deg);
    opacity: 0.8;
  }
}

.hero-logo-text {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: white;
  padding: 1rem 2.5rem;
  border-radius: 60px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: visible;
}

/* Estrella detrás del logo */
.hero-logo-text::before {
  content: "";
  position: absolute;
  width: 140%;
  height: 140%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50 10 L61 38 L90 38 L67 56 L78 84 L50 66 L22 84 L33 56 L10 38 L39 38 Z" fill="%23FFE55C"/></svg>') no-repeat center;
  background-size: contain;
  z-index: -2;
  opacity: 0.9;
  filter: drop-shadow(0 5px 20px rgba(255, 229, 92, 0.5));
}

.hero-logo-icon {
  width: 55px;
  height: 55px;
}

.hero-logo-text h1 {
  font-family: "Fredoka", sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  color: #4b0082;
  margin: 0;
  letter-spacing: -0.5px;
}

.hero-title {
  font-family: "Bobby Jones", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  color: rgb(255, 255, 255);
  line-height: 2;
  margin: 0;
  text-transform: uppercase;
  text-shadow: -2px -2px 0 #4b0082, 2px -2px 0 #4b0082, -2px 2px 0 #4b0082,
    2px 2px 0 #4b0082, 0 0 6px rgba(75, 0, 130, 0.12);
}

.hero-subtitle {
  font-family: "Bobby Jones", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #4b0082;
  margin: 0;
  line-height: 1.4;
}

.hero-social {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.social-icon {
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.social-icon:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.social-icon svg {
  width: 32px;
  height: 32px;
}

/* Animacion liquido burbuja */
@keyframes liquid-bubble {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    background-position: 0% 50%;
  }

  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    background-position: 100% 50%;
  }

  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    background-position: 0% 50%;
  }
}

/* Imagen hero con efecto burbuja */
.hero-image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 15px;
  /*con background-size se mueven los colores */
  background: linear-gradient(135deg,
      #ff6b9d 0%,
      #c084fc 20%,
      #60a5fa 40%,
      #34d399 60%,
      #fbbf24 80%,
      #ff6b9d 100%);
  background-size: 200% 200%;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.3);
  /*Animacion liquida */
  animation: liquid-bubble 8s ease-in-out infinite;
}

/*Aqui para que la imagen que esta atras del efecto de burbuja quede encima de ese fondo*/
.hero-image img {
  width: 100%;
  max-width: 550px;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1/1;
  border: 12px solid white;
  display: block;
  position: relative;
  z-index: 2;
}

/* Títulos con estrellas */
.section-title {
  text-align: center;
  margin: 4rem 0 3rem;
  position: relative;
}

.section-title h2 {
  font-family: "Bobby Jones", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: white;
  background: #4b0082;
  display: inline-block;
  padding: 1rem 4rem;
  border-radius: 50px;
  box-shadow: 0 10px 30px rgba(75, 0, 130, 0.3);
  position: relative;
  z-index: 2;
}

/* Estrellas alrededor del título */
.section-title::before,
.section-title::after {
  content: "⭐";
  position: absolute;
  font-size: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  animation: twinkle 2s infinite;
}

.section-title::before {
  left: calc(50% - 250px);
}

.section-title::after {
  right: calc(50% - 250px);
}

@keyframes twinkle {

  0%,
  100% {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }

  50% {
    opacity: 0.6;
    transform: translateY(-50%) scale(1.2);
  }
}

/* Apartado de acerca de nosotros */
.nosotros {
  max-width: 1400px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

.nosotros-intro {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 4rem;
  font-size: 1.15rem;
  line-height: 1.8;
  color: #4b0082;
}

.nosotros-subtitle {
  font-family: "Fredoka", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #4b0082;
  text-align: center;
  margin-bottom: 3rem;
  text-transform: uppercase;
  text-shadow: 2px 2px 0px #ffe55c;
}

.nosotros-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.nosotros-card {
  background: white;
  border: 4px solid #4b0082;
  border-radius: 30px;
  padding: 2.5rem;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.nosotros-card:hover {
  transform: translateY(-10px);
}

.nosotros-card img {
  width: 120px;
  height: 120px;
  margin-bottom: 1.5rem;
  object-fit: contain;
}

.nosotros-card h3 {
  font-family: "Fredoka", sans-serif;
  font-size: 1.4rem;
  color: #4b0082;
  margin-bottom: 1rem;
}

.nosotros-card p {
  color: #666;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* TICKERIA (ENTRADAS) */
.tickeria {
  background: white;
  padding: 4rem 2rem;
}

.tickeria-container {
  max-width: 1400px;
  margin: 0 auto;
}

.tickeria-subtitle {
  font-family: "Bobby Jones", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #4b0082;
  text-align: center;
  margin: 3rem 0 2rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff,
    2px 2px 0 #fff, 3px 3px 0 #fff;
}

.tickeria-subtitle .clock-icon {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}

.tickets-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto 3rem;
}

.ticket-card {
  background: linear-gradient(135deg, #4b0082 0%, #6b21a8 50%, #8b5cf6 100%);
  color: white;
  border-radius: 30px;
  padding: 2.5rem 2rem;
  text-align: center;
  box-shadow: 0 15px 40px rgba(75, 0, 130, 0.4),
    0 5px 15px rgba(139, 92, 246, 0.3);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  border: 3px solid rgba(255, 229, 92, 0.3);
}

.ticket-card::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle,
      rgba(255, 229, 92, 0.15) 0%,
      rgba(255, 229, 92, 0.05) 50%,
      transparent 70%);
  animation: pulse-glow 3s infinite;
}

.ticket-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg,
      transparent 0%,
      rgba(255, 255, 255, 0.1) 50%,
      transparent 100%);
  transform: translateX(-100%);
  transition: transform 0.6s;
}

.ticket-card:hover::after {
  transform: translateX(100%);
}

@keyframes pulse-glow {

  0%,
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }

  50% {
    transform: scale(1.1) rotate(5deg);
    opacity: 0.7;
  }
}

.ticket-card:hover {
  transform: translateY(-15px) scale(1.05);
  box-shadow: 0 25px 60px rgba(75, 0, 130, 0.5),
    0 10px 30px rgba(139, 92, 246, 0.4),
    0 0 40px rgba(255, 229, 92, 0.3);
  border-color: rgba(255, 229, 92, 0.6);
}

.ticket-time {
  font-family: "Bobby Jones", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #ffe55c;
  margin-bottom: 1rem;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3),
    0 0 20px rgba(255, 229, 92, 0.5);
  position: relative;
  z-index: 2;
  animation: float-text 3s ease-in-out infinite;
}

@keyframes float-text {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

.ticket-price {
  font-family: "Fredoka", sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  color: white;
  margin: 1.5rem 0;
  text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2),
    0 0 30px rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 2;
  background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ticket-features {
  list-style: none;
  margin: 2rem 0;
  font-size: 1.05rem;
  position: relative;
  z-index: 2;
}

.ticket-features li {
  margin: 0.75rem 0;
  position: relative;
  z-index: 1;
  padding: 0.5rem;
  border-radius: 10px;
  transition: all 0.3s;
}

.ticket-features li:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(5px);
}

/*Paquetes de fiesta */
.paquetes {
  background: white;
  padding: 4rem 2rem;
}

.paquetes-container {
  max-width: 1400px;
  margin: 0 auto;
}

.paquetes-intro {
  text-align: center;
  font-family: "Fredoka", sans-serif;
  font-size: 1.8rem;
  color: #4b0082;
  margin-bottom: 3rem;
}

.paquetes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
  max-width: 1300px;
  margin: 0 auto;
}

.paquete-card {
  background: white;
  border: 5px solid #4b0082;
  border-radius: 30px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s;
}

.paquete-card:hover {
  transform: translateY(-10px);
}

.paquete-header {
  background: linear-gradient(135deg, #4b0082 0%, #6b21a8 100%);
  padding: 2rem;
  text-align: center;
  position: relative;
}

.paquete-header h3 {
  font-family: "Fredoka", sans-serif;
  font-size: 2rem;
  color: #ffe55c;
  margin-bottom: 0.5rem;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}

.paquete-personas {
  font-family: "Fredoka", sans-serif;
  font-size: 1.3rem;
  color: white;
  background: #4b0082;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  margin-top: 0.5rem;
}

.paquete-body {
  padding: 2rem;
}

.paquete-features {
  list-style: none;
  margin: 0 0 2rem 0;
}

.paquete-features li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 2px solid #f0f0f0;
  color: #4b0082;
  font-weight: 500;
}

.paquete-features li:last-child {
  border-bottom: none;
}

.paquete-features img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  flex-shrink: 0;
}

.paquete-footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 1.5rem 0 0;
  border-top: 3px solid #4b0082;
}

.paquete-price {
  text-align: center;
}

.paquete-price-label {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 0.25rem;
}

.paquete-price-value {
  font-family: "Fredoka", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: white;
  background: #4b0082;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(75, 0, 130, 0.3);
  word-break: break-word;
  text-align: center;
  padding: 0.5rem;
}

/* Botón de Normativas */
.normativas-cta {
  text-align: center;
  margin: 4rem auto 0;
  padding: 2.5rem 2rem;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border-radius: 25px;
  border: 4px solid #4b0082;
  max-width: 700px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.normativas-cta-text {
  font-family: "Fredoka", sans-serif;
  font-size: 1.3rem;
  color: #4b0082;
  margin-bottom: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.normativas-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: linear-gradient(135deg, #4b0082 0%, #6b21a8 100%);
  color: white;
  padding: 1.2rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-family: "Fredoka", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 8px 25px rgba(75, 0, 130, 0.4);
  position: relative;
  overflow: hidden;
}

.normativas-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.normativas-btn:hover::before {
  width: 300px;
  height: 300px;
}

.normativas-btn:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 12px 35px rgba(75, 0, 130, 0.5),
    0 0 25px rgba(255, 229, 92, 0.3);
}

.normativas-btn svg {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 1;
  transition: transform 0.3s;
}

.normativas-btn:hover svg {
  transform: rotate(10deg) scale(1.1);
}

.normativas-btn span {
  position: relative;
  z-index: 1;
}

/* Beneficios para reservar */
.beneficios {
  background: white;
  padding: 4rem 2rem;
  position: relative;
  overflow: hidden;
}

/* Estrellas decorativas */
.beneficios::before,
.beneficios::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23FFE55C"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/></svg>') no-repeat center;
  background-size: contain;
  opacity: 0.2;
  z-index: 0;
}

.beneficios::before {
  top: -30px;
  left: -30px;
  transform: rotate(-15deg);
}

.beneficios::after {
  bottom: -30px;
  right: -30px;
  transform: rotate(25deg);
}

.beneficios-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.beneficios-image {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.beneficios-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

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

.beneficios-title {
  font-family: "Bobby Jones", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #4b0082;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff,
    2px 2px 0 #fff;
  border-bottom: 4px solid #4b0082;
  padding-bottom: 1rem;
}

.beneficios-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.beneficios-list li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0;
}

.beneficios-list .star-icon {
  font-size: 1.8rem;
  flex-shrink: 0;
  margin-top: 0.2rem;
}

.beneficios-list p {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #4b0082;
  font-weight: 500;
}

.beneficios-list strong {
  font-weight: 700;
}

.reserva-btn {
  display: inline-block;
  background: linear-gradient(135deg, #ffb84d 0%, #ffa726 100%);
  color: white;
  font-family: "Fredoka", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1rem 3rem;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 10px 30px rgba(255, 167, 38, 0.4);
  transition: all 0.3s;
  align-self: flex-start;
  text-transform: lowercase;
}

.reserva-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(255, 167, 38, 0.6);
}

/*Formulario de reservacion*/
.formulario-section {
  background: linear-gradient(135deg, #c4b5fd 0%, #ddd6fe 50%, #fde68a 100%);
  padding: 4rem 2rem;
  position: relative;
}

.formulario-section::before,
.formulario-section::after {
  content: "⭐";
  position: absolute;
  font-size: 4rem;
  opacity: 0.6;
  animation: twinkle 2s infinite;
}

.formulario-section::before {
  top: 10%;
  left: 5%;
}

.formulario-section::after {
  top: 20%;
  right: 5%;
}

.formulario-container {
  max-width: 1100px;
  margin: 0 auto;
}

.formulario-header {
  text-align: center;
  margin-bottom: 3rem;
}

.formulario-header h2 {
  font-family: "Bobby Jones", sans-serif;
  font-weight: 800;
  font-size: 2.5rem;
  color: #4b0082;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.formulario-header p {
  font-family: "Bobby Jones", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  color: #4b0082;
  font-weight: 500;
}

.formulario-content {
  background: white;
  border-radius: 30px;
  padding: 3rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3rem;
  align-items: center;
}

.formulario-image {
  border-radius: 20px;
  overflow: hidden;
}

.formulario-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.formulario-form h3 {
  font-family: "Fredoka", sans-serif;
  font-size: 1.8rem;
  color: #4b0082;
  text-align: center;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.formulario-form h3::before,
.formulario-form h3::after {
  content: "⭐";
  font-size: 2rem;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.form-group {
  margin-bottom: 0;
}

.form-group.full-width {
  grid-column: 1 / -1;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  color: #4b0082;
  font-weight: 600;
  font-size: 0.95rem;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 0.875rem;
  border: 2px solid #c4b5fd;
  border-radius: 10px;
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  transition: border-color 0.3s;
  background: white;
}

.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: #4b0082;
}

.form-group input::placeholder {
  color: #c4b5fd;
}

.submit-btn {
  width: 100%;
  padding: 1.25rem;
  background: #4b0082;
  color: white;
  border: none;
  border-radius: 15px;
  font-family: "Fredoka", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: lowercase;
  margin-top: 1rem;
}

.submit-btn:hover {
  background: #6b21a8;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(75, 0, 130, 0.3);
}

.formulario-footer {
  margin-top: 2rem;
  text-align: center;
}

.formulario-footer p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #4b0082;
  font-weight: 600;
  margin: 0.5rem 0;
}

.formulario-footer p::before {
  content: "📍";
  font-size: 1.2rem;
}

.formulario-footer p:last-child::before {
  content: "💜";
}

/* Galeria del parque*/
.galeria-section {
  background: white;
  padding: 4rem 2rem;
  position: relative;
  overflow: hidden;
}

/* Estrellas decorativas */
.galeria-section::before,
.galeria-section::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23FFE55C"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/></svg>') no-repeat center;
  background-size: contain;
  opacity: 0.15;
  z-index: 0;
}

.galeria-section::before {
  top: 5%;
  left: 3%;
}

.galeria-section::after {
  bottom: 5%;
  right: 3%;
  transform: rotate(45deg);
}

.galeria-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.galeria-subtitle {
  text-align: center;
  font-size: 1.2rem;
  color: #4b0082;
  max-width: 800px;
  margin: 0 auto 3rem;
  line-height: 1.6;
  font-weight: 500;
}

.carousel-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 40px;
  background: linear-gradient(135deg, #4b0082 0%, #7b3ff2 100%);
  padding: 20px;
  box-shadow: 0 20px 60px rgba(75, 0, 130, 0.3);
}

.carousel-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.carousel-item {
  min-width: 100%;
  position: relative;
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.carousel-item.active {
  display: block;
  opacity: 1;
}

.carousel-item img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 25px;
  display: block;
}

.carousel-caption {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 1rem 2.5rem;
  border-radius: 50px;
  font-family: "Fredoka", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #4b0082;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Controles del carrusel */
.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.carousel-control:hover {
  background: #4b0082;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 8px 30px rgba(75, 0, 130, 0.4);
}

.carousel-control svg {
  width: 24px;
  height: 24px;
  color: #4b0082;
  transition: color 0.3s;
}

.carousel-control:hover svg {
  color: white;
}

.carousel-control.prev {
  left: -60px;
}

.carousel-control.next {
  right: -60px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* Indicadores */
.carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
  padding: 0;
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s;
  padding: 0;
}

.indicator:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: scale(1.2);
}

.indicator.active {
  background: white;
  width: 35px;
  border-radius: 10px;
}

/* Horarios de apertura*/
.horarios {
  background: white;
  padding: 4rem 2rem;
}

.horarios-container {
  max-width: 1000px;
  margin: 0 auto;
}

.horarios-table {
  background: white;
  border: 5px solid #4b0082;
  border-radius: 30px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.horarios-table table {
  min-width: 500px;
  width: 100%;
  border-collapse: collapse;
}

.horarios-table th {
  background: #4b0082;
  color: white;
  padding: 1.5rem;
  font-family: "Fredoka", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  border-right: 3px solid white;
}

.horarios-table th:last-child {
  border-right: none;
}

.horarios-table td {
  padding: 1.5rem;
  text-align: center;
  font-weight: 600;
  color: #4b0082;
  border-bottom: 2px solid #e0e7ff;
  border-right: 2px solid #e0e7ff;
  font-size: 1.1rem;
}

.horarios-table td:last-child {
  border-right: none;
}

.horarios-table tr:last-child td {
  border-bottom: none;
}


.footer {
  background: #4b0082;
  color: white;
  padding: 3rem 2rem 1.5rem;
}

.footer-content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-logo img {
  height: 60px;
  width: 60px;
  margin-bottom: 0;
  filter: brightness(0) invert(1);
}

.footer_section--brand h2 {
  font-family: "Fredoka", sans-serif;
  font-size: 1.9rem;
  line-height: 1.2;
  color: #ffe55c;
  text-align: center;
  transform: translateY(-40px);
  line-height: 1;
}


.footer-section h3 {
  font-family: "Fredoka", sans-serif;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #ffe55c;
}

.footer-section p,
.footer-section a {
  color: white;
  text-decoration: none;
  display: block;
  margin: 0.5rem 0;
  transition: color 0.3s;
}

.footer-section a:hover {
  color: #ffe55c;
}

.footer-bottom {
  text-align: center;
  padding-top: 2rem;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
}

/* Parallax hero */

.hero {
  position: relative;
  overflow: hidden;
}

.hero-parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #4b0082 100%);
  z-index: -1;
  will-change: transform;
}

.hero-image {
  will-change: transform;
  transition: transform 0.1s ease-out;
}

/* Skeleton loading */

.skeleton {
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite ease-in-out;
  border-radius: 4px;
  color: transparent !important;
  min-width: 60px;
  display: inline-block;
}

@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

/* Skeleton específico para precios */
.precio-skeleton {
  width: 80px;
  height: 1.5em;
  display: inline-block;
  vertical-align: middle;
}

/* Ocultar skeleton cuando el precio está cargado */
.precio-loaded .skeleton {
  display: none;
}

/* Scroll reveal */

.reveal {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-80px);
  transition: all 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-left.revealed {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(80px);
  transition: all 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-right.revealed {
  opacity: 1;
  transform: translateX(0);
}

.reveal-scale {
  opacity: 0;
  transform: scale(0.85);
  transition: all 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-scale.revealed {
  opacity: 1;
  transform: scale(1);
}

.reveal-delay-1 {
  transition-delay: 0.1s;
}

.reveal-delay-2 {
  transition-delay: 0.2s;
}

.reveal-delay-3 {
  transition-delay: 0.3s;
}

.reveal-delay-4 {
  transition-delay: 0.4s;
}

/* Micro-interacciones */

.btn-ripple {
  position: relative;
  overflow: hidden;
}

.btn-ripple::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, transparent 70%);
  border-radius: inherit;
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.3s ease;
  pointer-events: none;
}

.btn-ripple:active::after {
  transform: translate(-50%, -50%) scale(2);
  opacity: 1;
  transition: transform 0s, opacity 0s;
}

.hover-lift {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(75, 0, 130, 0.15);
}

.hover-glow {
  transition: all 0.3s ease;
}

.hover-glow:hover {
  box-shadow: 0 0 20px rgba(75, 0, 130, 0.4);
}

/* Pulse animation para elementos destacados */
@keyframes pulse-soft {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.02);
  }
}

.pulse-hover:hover {
  animation: pulse-soft 1s ease-in-out infinite;
}

.icon-bounce:hover svg,
.icon-bounce:hover img {
  animation: bounce-icon 0.5s ease;
}

@keyframes bounce-icon {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

/* Galería y carrusel */

.galeria-section {
  background: linear-gradient(135deg, #f8f9ff 0%, #e8f4ff 100%);
  padding: 4rem 2rem;
}

.galeria-container {
  max-width: 1200px;
  margin: 0 auto;
}

.galeria-subtitle {
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  max-width: 700px;
  margin: 0 auto 3rem;
  line-height: 1.6;
}

.carousel-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
}

.carousel-container {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 25px;
  box-shadow: 0 20px 60px rgba(75, 0, 130, 0.2);
  background: #f0f0f0;
}

.carousel-track {
  position: relative;
  width: 100%;
  height: 100%;
}

.carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  z-index: 1;
}

.carousel-item.active {
  opacity: 1;
  z-index: 2;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Caption de imagen - DENTRO del contenedor */
.carousel-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 1.5rem 3rem;
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.85) 100%);
  color: white;
  font-family: "Fredoka", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  z-index: 5;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
}

/* Controles del carrusel */
.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  z-index: 10;
}

.carousel-control:hover {
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 4px 15px rgba(75, 0, 130, 0.25);
  background: #4b0082;
}

.carousel-control:hover svg {
  stroke: white;
}

.carousel-control svg {
  width: 20px;
  height: 20px;
  stroke: #4b0082;
  transition: stroke 0.3s ease;
}

.carousel-control.prev {
  left: 0;
}

.carousel-control.next {
  right: 0;
}

/* Indicadores de posicion */
.carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 1.5rem;
}

.carousel-indicator,
.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #b794d4;
  border: 2px solid #4b0082;
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-indicator.active,
.indicator.active {
  background: #4b0082;
  transform: scale(1.3);
  border-color: #4b0082;
}

.carousel-indicator:hover,
.indicator:hover {
  background: #8b5cf6;
  transform: scale(1.1);
}

/* Screen reader only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Responsive cualquier detalle avisar*/
@media (max-width: 768px) {
  .navbar-menu {
    display: none;
  }

  .section-title h2 {
    font-size: 2rem;
    padding: 0.75rem 2rem;
  }

  .section-title::before,
  .section-title::after {
    font-size: 1.5rem;
  }

  .beneficios-container {
    grid-template-columns: 1fr;
  }

  .tickets-grid,
  .paquetes-grid {
    grid-template-columns: 1fr;
  }

  /* Carrusel responsive movil */
  .carousel-container {
    height: 300px;
    border-radius: 15px;
  }

  .carousel-control {
    width: 40px;
    height: 40px;
  }

  .carousel-control.prev {
    left: 10px;
  }

  .carousel-control.next {
    right: 10px;
  }

  .carousel-control svg {
    width: 18px;
    height: 18px;
  }

  .carousel-caption {
    font-size: 1rem;
    padding: 1rem;
  }

  .galeria-subtitle {
    font-size: 1rem;
    padding: 0 1rem;
  }

  /* Hero responsive */
  .hero {
    min-height: auto;
    padding: 3rem 1.5rem;
  }

  .hero-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hero-logo-stars {
    justify-content: center;
  }

  .hero-logo-stars .star {
    width: 50px;
    height: 50px;
  }

  .hero-logo-text {
    padding: 0.75rem 2rem;
  }

  .hero-logo-text::before {
    width: 130%;
    height: 130%;
  }


  /* Ajustes para acercar el h2 de marca al logo en el footer */
  .footer_section--brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: -2rem;
  }

  .hero-logo-icon {
    width: 40px;
    height: 40px;
  }

  .hero-logo-text h1 {
    font-size: 1.6rem;
  }

  .hero-title {
    font-size: 2rem;
    text-align: center;
  }

  .hero-subtitle {
    font-size: 1.1rem;
    text-align: center;
  }

  .hero-social {
    justify-content: center;
  }

  .social-icon {
    width: 50px;
    height: 50px;
  }

  .social-icon svg {
    width: 26px;
    height: 26px;
  }

  .hero-image {
    padding: 10px;
  }

  .hero-image img {
    max-width: 350px;
    border: 8px solid white;
  }

  .formulario-content {
    grid-template-columns: 1fr;
  }

  .beneficios-container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .beneficios-title {
    font-size: 1.8rem;
    text-align: center;
  }

  .beneficios-list {
    gap: 1.2rem;
  }

  .beneficios-list p {
    font-size: 1rem;
  }

  .reserva-btn {
    font-size: 1.5rem;
    padding: 0.875rem 2.5rem;
    align-self: center;
  }
}

/* Responsive y animaciones */

/* Transición Barba.js */
.transition-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(135deg,
      #4b0082 0%,
      #6b21a8 25%,
      #8b5cf6 50%,
      #4b0082 75%,
      #6b21a8 100%);
  background-size: 400% 400%;
  animation: gradientShift 3s ease infinite;
  z-index: 99999;
  transform: translateY(100%);
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* Logo/Texto en la cortina de carga */
.transition-overlay::before {
  content: "BRINCAPARK";
  color: #FFE55C;
  font-family: "Fredoka", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  text-shadow: 0 0 20px rgba(255, 229, 92, 0.5),
    0 0 40px rgba(255, 229, 92, 0.3);
  animation: pulseText 1.5s ease-in-out infinite;
}

.transition-overlay::after {
  content: "Cargando...";
  color: rgba(255, 255, 255, 0.8);
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 2px;
}

@keyframes pulseText {

  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.05);
    opacity: 0.9;
  }
}

/* 2. MENÚ HAMBURGUESA (Estilos Base) */
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 6px;
  z-index: 10001;
  /* Encima del menú desplegable */
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
}

.menu-toggle .bar {
  width: 30px;
  height: 4px;
  background-color: #4b0082;
  border-radius: 5px;
  transition: all 0.4s ease;
}

/* Animación de la X al abrir */
.menu-toggle.is-active .bar:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-active .bar:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.menu-toggle.is-active .bar:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

@media (max-width: 1024px) {
  .menu-toggle {
    display: flex;
  }

  .navbar-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.98);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    z-index: 10000;
    clip-path: circle(0px at 100% 0px);
    transition: clip-path 0.6s cubic-bezier(0.7, 0, 0.2, 1);
    pointer-events: none;
  }

  .navbar-menu.active {
    clip-path: circle(150% at 100% 0px);
    pointer-events: all;
  }

  .navbar-menu a {
    font-size: 2rem;
    font-weight: 800;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.4s ease;
  }

  .navbar-menu.active a {
    opacity: 1;
    transform: translateY(0);
  }

  .hero-container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 3rem;
  }

  .hero-content {
    order: 2;
  }

  .hero-image {
    order: 1;
    max-width: 500px;
    margin: 0 auto;
  }

  .hero-image img {
    border-width: 8px;
  }

  .section-title h2 {
    font-size: 2.5rem;
  }
}



/* Tablets y móviles */
@media (max-width: 1024px) {

  .navbar-menu {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.98);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    z-index: 2000;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .navbar-menu.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .navbar-menu a {
    font-size: 1.8rem;
    font-weight: 800;
    color: #4b0082;
  }

  .menu-toggle {
    display: flex;
  }

  .hero {
    padding-top: 7rem;
    text-align: center;
  }

  .hero-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hero-content {
    order: 2;
  }

  .hero-image {
    order: 1;
    margin: 0 auto;
    padding: 10px;
    background: linear-gradient(135deg, #ff6b9d 0%, #c084fc 20%, #60a5fa 40%, #34d399 60%, #fbbf24 80%, #ff6b9d 100%);
    background-size: 200% 200%;
    animation: liquid-bubble 8s ease-in-out infinite;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    max-width: 450px;
  }

  .hero-image img {
    border-width: 8px;
  }

  .section-title h2 {
    font-size: 2.2rem;
    padding: 0.8rem 2rem;
  }
}


/* Móviles */
@media (max-width: 768px) {

  .hero {
    padding: 8rem 1rem 3rem;
    width: 100%;
    overflow-x: hidden;
  }

  .hero-content {
    padding: 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-title {
    font-size: 1.8rem;
    line-height: 1.2;
    width: 100%;
    margin: 0 auto 1rem;
    word-wrap: break-word;
    padding: 0 20px;
    text-align: center;
  }

  .hero-subtitle {
    font-size: 1rem;
    padding: 0 20px;
    text-align: center;
  }

  .hero-image img {
    max-width: 240px;
    border-width: 5px;
  }

  /* Formulario */
  .formulario-content {
    padding: 2rem 1.5rem;
    position: relative;
    z-index: 2;
  }

  .formulario-section::before {
    top: -20px;
    left: -20px;
    font-size: 2rem;
    opacity: 0.5;
    z-index: 1;
  }

  .formulario-section::after {
    bottom: -20px;
    right: -20px;
    font-size: 2rem;
    top: auto;
    opacity: 0.5;
    z-index: 1;
  }

  .formulario-form h3::before,
  .formulario-form h3::after {
    font-size: 1.5rem;
    margin: 0 5px;
  }

  /* Carrusel */
  .carousel-container {
    padding: 0;
    border-radius: 20px;
    height: 350px;
  }

  .carousel-item img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
  }

  .carousel-control {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }

  .carousel-control.prev {
    left: 10px;
  }

  .carousel-control.next {
    right: 10px;
  }

  /* Footer */
  .footer-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .footer_section--brand h2 {
    transform: none;
    font-size: 2rem;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }

  .ticket-price {
    font-size: 2.8rem;
  }

  body::before,
  body::after {
    display: none !important;
  }

  .transition-overlay.is-active {
    transform: translateY(0) !important;
    opacity: 1 !important;
  }

  main,
  section,
  .hero,
  .hero-container {
    max-width: 100vw;
    overflow-x: hidden;
  }
}