@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@font-face {
  font-family: benrock;
  src: url(fuentes/BENROCK-REGULAR.OTF);
}
@font-face {
  font-family: fontspring;
  src: url(fuentes/FONTSPRING-DEMO-ZUUMEROUGH-BOLD.OTF);
}
@font-face {
  font-family: "oswald";
  src: url("fuentes/OSWALD-VARIABLEFONT_WGHT.TTF") format("truetype-variations");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
.color-corp1 {
  color: #191919 !important;
}

.color-corp2 {
  color: #e44837 !important;
}

.color-blanco {
  color: white !important;
}

.width-100 {
  width: 100px !important;
}

.width-150 {
  width: 150px !important;
}

.width-200 {
  width: 200px !important;
}

.espaciador-1 {
  margin: 5px;
}

/****
  RESET
  */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  max-width: 100%;
}

html,
body {
  scroll-behavior: smooth;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fafafa;
  color: #333333;
  width: 100%;
  overflow-x: hidden;
}

.icon {
  width: 3rem;
  height: auto;
  margin: auto;
  transition: filter 0.3s;
}
.icon:hover {
  filter: grayscale(100%);
}

body {
  -webkit-user-select: none; /* Chrome, Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Estándar */
}

.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #ffc107;
  color: white;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s, transform 0.3s;
  z-index: 1300;
}

/* ==========================================================
   PORTADA  –  fondo responsive optimizado (WebP + fallback)
   Sustituye la regla antigua completa por este bloque
   (coloca las imágenes en /assets/images/ tal como se indica)
   ========================================================== */
#portada {
  /* ------------ Ajustes comunes ------------ */
  box-sizing: border-box;
  height: 100vh !important;
  width: 100% !important;
  background-size: cover; /* llena todo el contenedor  */
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: clamp(6rem, 5vw + 10px, 8rem);
  padding-left: clamp(0rem, 5vw + 10px, 8rem);
  padding-right: clamp(0rem, 5vw + 10px, 8rem);
  /* ------------ Fallback universal (JPEG) ------------ */
  background-image: url("../assets/images/cartel-fondo-720.jpg");
}

/* ------------ Versión WebP (soportada por la mayoría) ------------ */
@supports (background-image: url("../assets/images/dummy.webp")) {
  /* 1. móvil ≤ 480 px → 720 px */
  #portada {
    background-image: url("../assets/images/cartel-fondo-720.webp");
  }
  /* 2. móvil grande / tablet 481-768 px → 1080 px */
  @media (min-width: 481px) {
    #portada {
      background-image: url("../assets/images/cartel-fondo-1080.webp");
    }
  }
  /* 3. portátil 769-1439 px → 1600 px */
  @media (min-width: 769px) {
    #portada {
      background-image: url("../assets/images/cartel-fondo-1600.webp");
    }
  }
  /* 4. desktop ≥ 1440 px → 2500 px */
  @media (min-width: 1440px) {
    #portada {
      background-image: url("../assets/images/cartel-fondo-2500.webp");
    }
  }
}
.portada {
  box-sizing: border-box;
  width: 100% !important;
  display: grid;
  grid-template-columns: 2fr 3fr 2fr;
  gap: 0;
  grid-auto-rows: min-content; /* cada fila mide lo justo */
  margin-bottom: 0;
  color: black;
  font-size: 10rem;
  /* ① Resetea márgenes de cualquier título o bloque que metas en la celda */
  /* ② Si tus números llevan clase propia, inclúyela también */
}
.portada .left {
  text-align: left;
}
.portada .center {
  text-align: center;
}
.portada .right {
  text-align: right;
}
.portada span {
  padding: 0 !important;
  margin: 0 !important;
}
.portada .item {
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  justify-content: center; /* ↔  centra horizontalmente */
  align-items: center; /* ↕  centra verticalmente   */
}
.portada .item-compacta {
  line-height: 0.8; /* line-height base: nada de “acumulación” */
}
.portada .item > * {
  margin: 0;
}
.portada .item > h1,
.portada .item > h2,
.portada .item > h3,
.portada .item > p,
.portada .item > span {
  margin-bottom: -0.67em;
  padding: 0;
}
.logos {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.cartel-fondo {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  object-fit: cover;
  pointer-events: none;
}

.texto-sabado-21,
.texto-marbella {
  font-size: clamp(0.85rem, 1vw + 0.5rem, 10rem);
  pointer-events: none;
  font-family: "oswald", sans-serif;
  font-weight: 500;
  letter-spacing: clamp(0px, 0.1vw + 0.25px, 5px);
  color: #191919;
}
.texto-sabado-21 {
  left: clamp(0px, 2vw + 10px, 200px);
}

.texto-marbella {
  right: clamp(0px, 2vw + 10px, 200px);
  text-align: right;
}

.texto-met-portada {
  color: #191919;
  font-family: "benrock", sans-serif;
  font-size: clamp(1rem, 3.7vw + 0.31rem, 4rem);
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  font-stretch: 55%;
}
.texto-2026-portada {
  color: #e44837;
  font-family: "benrock", sans-serif;
  font-size: clamp(5rem, 16vw + 1rem, 16rem);
  font-weight: bold;
  text-align: center;
  letter-spacing: 4px;
  font-stretch: 55%;
}
.texto-ultra-portada {
  color: #e44837;
  font-family: "benrock", sans-serif;
  font-size: clamp(4.2rem, 13vw + 1rem, 14rem);
  font-weight: bold;
  text-align: center;
  letter-spacing: 4px;
  font-stretch: 55%;
}
.texto-65-portada {
  color: #191919;
  font-family: "benrock", sans-serif;
  font-size: clamp(4rem, 13vw + 1rem, 14rem);
  font-weight: bold;
  text-align: center;
  letter-spacing: 8px;
}
.texto-5000-portada {
  color: #191919;
  font-family: "benrock", sans-serif;
  font-size: clamp(4rem, 13.5vw + 1rem, 13rem);
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  font-stretch: 55%;
}
.texto-la-concha,
.texto-36,
.texto-cruz-juanar,
.texto-19 {
  font-size: clamp(0.65rem, 0.85vw + 0.5rem, 10rem);
  line-height: clamp(1.2rem, 2vw + 2px, 5rem) !important;
  letter-spacing: clamp(0px, 0.25vw + 0.5px, 5px);
  font-family: "oswald", sans-serif;
  font-weight: 200;
  color: #e44837;
  pointer-events: none;
}

.texto-promocion {
  width: 100%;
  max-width: 800px;
  font-size: 1.2rem !important;
  letter-spacing: 0.5px;
  letter-spacing: clamp(0px, 0.1vw + 0.5px, 3px);
  font-family: "oswald", sans-serif;
  font-weight: 300;
  color: white;
  pointer-events: none;
  text-align: center !important;
  margin: auto !important;
  grid-column: 1/-1;
  background-color: #e44837;
  padding: 0.5rem;
}

@media (max-width: 576px) {
  .texto-promocion {
    font-size: 0.75rem !important;
    letter-spacing: 0.5px;
  }
}

.texto-cruz-juanar {
  text-align: right;
}
.texto-19 {
  text-align: right;
}
.logo-copa img {
  width: clamp(80px, 20vw + 10px, 150px);
  filter: drop-shadow(1px 1px 1px rgb(0, 0, 0));
  pointer-events: none;
}
.logo-marbella img {
  width: clamp(80px, 20vw + 10px, 150px);
  filter: drop-shadow(1px 1px 1px rgb(0, 0, 0));
  pointer-events: none;
}
.logo-cabra img {
  width: clamp(80px, 15vw + 10px, 150px);
  filter: drop-shadow(1px 1px 1px rgb(0, 0, 0));
  pointer-events: none;
}
.logo-sbm img {
  width: clamp(80px, 12vw + 10px, 150px);
  filter: drop-shadow(1px 1px 1px rgb(0, 0, 0));
  pointer-events: none;
}
.logo-sombra {
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
}

.separador {
  height: clamp(100px, 25vw + 10px, 300px);
  width: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

/* ==============================================================
   PARALLAX • imágenes optimizadas (WebP 720-1080-1600-2500 px)
   Reemplaza cada URL por la que hayas generado
   ─ Sección <div class="separador parallax-cruz">  etc.
   ─ Mantiene fallback JPEG 720 px para navegadores sin WebP
   ============================================================== */
/* ─────────────────────  CRUZ  ───────────────────── */
.parallax-cruz {
  /* Fallback universal (JPEG 720 px) */
  background-image: url("../assets/images/cruz-720.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

@supports (background-image: url("../assets/images/dummy.webp")) {
  .parallax-cruz {
    background-image: url("../assets/images/cruz-720.webp");
  }
  @media (min-width: 481px) {
    .parallax-cruz {
      background-image: url("../assets/images/cruz-1080.webp");
    }
  }
  @media (min-width: 769px) {
    .parallax-cruz {
      background-image: url("../assets/images/cruz-1600.webp");
    }
  }
  @media (min-width: 1440px) {
    .parallax-cruz {
      background-image: url("../assets/images/cruz-2500.webp");
    }
  }
}
/* ─────────────────────  CONCHA  ───────────────────── */
.parallax-concha {
  background-image: url("../assets/images/concha-720.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@supports (background-image: url("../assets/images/dummy.webp")) {
  .parallax-concha {
    background-image: url("../assets/images/concha-720.webp");
  }
  @media (min-width: 481px) {
    .parallax-concha {
      background-image: url("../assets/images/concha-1080.webp");
    }
  }
  @media (min-width: 769px) {
    .parallax-concha {
      background-image: url("../assets/images/concha-1600.webp");
    }
  }
  @media (min-width: 1440px) {
    .parallax-concha {
      background-image: url("../assets/images/concha-2500.webp");
    }
  }
}
/* ─────────────────────  SALIDA  ───────────────────── */
.parallax-salida {
  background-image: url("../assets/images/salida-720.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@supports (background-image: url("../assets/images/dummy.webp")) {
  .parallax-salida {
    background-image: url("../assets/images/salida-720.webp");
  }
  @media (min-width: 481px) {
    .parallax-salida {
      background-image: url("../assets/images/salida-1080.webp");
    }
  }
  @media (min-width: 769px) {
    .parallax-salida {
      background-image: url("../assets/images/salida-1600.webp");
    }
  }
  @media (min-width: 1440px) {
    .parallax-salida {
      background-image: url("../assets/images/salida-2500.webp");
    }
  }
}
/* ─────────────────────  PUEBLO  ───────────────────── */
.parallax-pueblo {
  background-image: url("../assets/images/pueblo-720.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@supports (background-image: url("../assets/images/dummy.webp")) {
  .parallax-pueblo {
    background-image: url("../assets/images/pueblo-720.webp");
  }
  @media (min-width: 481px) {
    .parallax-pueblo {
      background-image: url("../assets/images/pueblo-1080.webp");
    }
  }
  @media (min-width: 769px) {
    .parallax-pueblo {
      background-image: url("../assets/images/pueblo-1600.webp");
    }
  }
  @media (min-width: 1440px) {
    .parallax-pueblo {
      background-image: url("../assets/images/pueblo-2500.webp");
    }
  }
}
/* 1. Desactiva el parallax fijo en pantallas táctiles */
/* 2. Evita transiciones largas en contenedores que se mueven con scroll */
.slider2 .slider-container {
  transition: none;
}

/* 3. Activa aceleración para lo que sí necesite animarse */
.slider2 .slide,
.slider2 .slider-container {
  will-change: transform;
}

/* 4. Bonus: suaviza el desplazamiento del todo */
html {
  scroll-behavior: smooth;
} /* el smooth scroll nativo también introduce jank */
#descargas,
#zona-privada,
#contacto,
#faq,
#informacion,
#clasificaciones {
  padding-top: 7vh !important;
}

#descargas,
#zona-privada,
#contacto {
  background-color: azure;
  color: #191919;
}
#descargas h2,
#zona-privada h2,
#contacto h2 {
  font-family: "oswald", sans-serif;
  color: #191919;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 0, 0, 0.1);
}
#descargas ul,
#zona-privada ul,
#contacto ul {
  text-align: left;
}
#descargas ul li,
#zona-privada ul li,
#contacto ul li {
  margin-left: 3rem;
  color: #191919;
}
#descargas a,
#zona-privada a,
#contacto a {
  color: black;
}

/* Si quieres que la foto se comporte visualmente como los parallax
   (sin margen arriba/abajo y ocupando todo el ancho) */
.bloque-perfil {
  width: 100%;
  height: auto; /* o la altura que tengas */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}
.bloque-perfil img {
  width: 100%;
  height: 100%;
  display: block;
}

#portada,
.portada,
.navbar,
.navbar.scrolled,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100% !important; /* 100 % del viewport visible */
}

.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  min-width: unset !important; /* o simplemente bórralo */
}

/* Sustituye en tu SCSS (o sobrescribe al final del CSS compilado) */
.navbar,
.navbar.scrolled {
  width: 100% !important; /* antes 100vw */
  left: 0; /* ya estaban */
  right: 0; /* garantiza que cubre sin desbordar */
}

.itra {
  display: flex;
  flex-direction: column;
  width: 50vw;
  max-width: 500px;
  margin: 1em auto;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.75);
}
.itra .imagen {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 1em;
}
.itra .imagen img {
  width: clamp(100px, 10vw, 300px);
}
.itra .imagen p {
  text-align: center;
  font-size: 110%;
}
.itra .img-national {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 1em;
}
.itra .img-national img {
  width: clamp(80px, 6vw, 200px);
}

.idioma {
  margin: 2rem;
}
.idioma a {
  color: white;
  text-decoration: none;
}

.multiply-img {
  mix-blend-mode: screen;
}

#contacto {
  margin: 10vh auto;
}

.form-contacto {
  max-width: 1000px;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.form-contacto .input-group {
  margin-bottom: 15px;
}
.form-contacto .input-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.form-contacto .input-group input,
.form-contacto .input-group textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}
.form-contacto .btn-enviar {
  width: 100%;
  padding: 10px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}
.form-contacto .btn-enviar:hover {
  background-color: #0056b3;
}
.form-contacto .captcha {
  border: 1px solid rgba(199, 0, 0, 0.633);
  padding: 1rem;
  font-size: 1.3em;
}

.btn {
  background-color: #f8f9fa;
  color: #343a40;
  border: none;
  padding: 1rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background 0.3s, transform 0.1s;
  /* Para que los pseudo-elementos se sitúen correctamente */
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 1rem;
}
.btn::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 300%;
  background-color: #191919;
  transition: 0.5s ease;
  z-index: -1;
}
.btn:hover {
  /* Ajuste sutil en hover, mezclando la base */
  background-color: rgba(248, 249, 250, 0.5);
}
.btn:active {
  transform: scale(0.98);
}
.btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}
.btn .text-1 {
  transition: 0.25s ease;
}
.btn .text-2 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  /* Ajusta color, tamaño, etc. */
  min-width: max-content;
  transition: 0.25s ease;
}
.btn:is(:hover, :focus-visible)::before {
  bottom: -50%;
}
.btn:is(:hover, :focus-visible) .text-1 {
  transform: translateY(-40px);
}
.btn:is(:hover, :focus-visible) .text-2 {
  top: 50%;
  transform: translate(-50%, -50%);
}
.btn-primary {
  background-color: #e44837;
  color: #fff;
  border: none;
  padding: 1rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background 0.3s, transform 0.1s;
  /* Para que los pseudo-elementos se sitúen correctamente */
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-primary::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 300%;
  background-color: #191919;
  transition: 0.5s ease;
  z-index: -1;
}
.btn-primary:hover {
  /* Ajuste sutil en hover, mezclando la base */
  background-color: rgba(228, 72, 55, 0.5);
}
.btn-primary:active {
  transform: scale(0.98);
}
.btn-primary:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(228, 72, 55, 0.5);
}
.btn-primary .text-1 {
  transition: 0.25s ease;
}
.btn-primary .text-2 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  /* Ajusta color, tamaño, etc. */
  min-width: max-content;
  transition: 0.25s ease;
}
.btn-primary:is(:hover, :focus-visible)::before {
  bottom: -50%;
}
.btn-primary:is(:hover, :focus-visible) .text-1 {
  transform: translateY(-40px);
}
.btn-primary:is(:hover, :focus-visible) .text-2 {
  top: 50%;
  transform: translate(-50%, -50%);
}
.btn-secondary {
  background-color: #191919;
  color: #fff;
  border: none;
  padding: 1rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background 0.3s, transform 0.1s;
  /* Para que los pseudo-elementos se sitúen correctamente */
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-secondary::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 300%;
  background-color: #191919;
  transition: 0.5s ease;
  z-index: -1;
}
.btn-secondary:hover {
  /* Ajuste sutil en hover, mezclando la base */
  background-color: rgba(25, 25, 25, 0.5);
}
.btn-secondary:active {
  transform: scale(0.98);
}
.btn-secondary:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(25, 25, 25, 0.5);
}
.btn-secondary .text-1 {
  transition: 0.25s ease;
}
.btn-secondary .text-2 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  /* Ajusta color, tamaño, etc. */
  min-width: max-content;
  transition: 0.25s ease;
}
.btn-secondary:is(:hover, :focus-visible)::before {
  bottom: -50%;
}
.btn-secondary:is(:hover, :focus-visible) .text-1 {
  transform: translateY(-40px);
}
.btn-secondary:is(:hover, :focus-visible) .text-2 {
  top: 50%;
  transform: translate(-50%, -50%);
}
.btn-success {
  background-color: #28a745;
  color: #fff;
  border: none;
  padding: 1rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background 0.3s, transform 0.1s;
  /* Para que los pseudo-elementos se sitúen correctamente */
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-success::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 300%;
  background-color: #191919;
  transition: 0.5s ease;
  z-index: -1;
}
.btn-success:hover {
  /* Ajuste sutil en hover, mezclando la base */
  background-color: rgba(40, 167, 69, 0.5);
}
.btn-success:active {
  transform: scale(0.98);
}
.btn-success:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}
.btn-success .text-1 {
  transition: 0.25s ease;
}
.btn-success .text-2 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  /* Ajusta color, tamaño, etc. */
  min-width: max-content;
  transition: 0.25s ease;
}
.btn-success:is(:hover, :focus-visible)::before {
  bottom: -50%;
}
.btn-success:is(:hover, :focus-visible) .text-1 {
  transform: translateY(-40px);
}
.btn-success:is(:hover, :focus-visible) .text-2 {
  top: 50%;
  transform: translate(-50%, -50%);
}
.btn-danger {
  background-color: #dc3545;
  color: #fff;
  border: none;
  padding: 1rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background 0.3s, transform 0.1s;
  /* Para que los pseudo-elementos se sitúen correctamente */
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-danger::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 300%;
  background-color: #191919;
  transition: 0.5s ease;
  z-index: -1;
}
.btn-danger:hover {
  /* Ajuste sutil en hover, mezclando la base */
  background-color: rgba(220, 53, 69, 0.5);
}
.btn-danger:active {
  transform: scale(0.98);
}
.btn-danger:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}
.btn-danger .text-1 {
  transition: 0.25s ease;
}
.btn-danger .text-2 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  /* Ajusta color, tamaño, etc. */
  min-width: max-content;
  transition: 0.25s ease;
}
.btn-danger:is(:hover, :focus-visible)::before {
  bottom: -50%;
}
.btn-danger:is(:hover, :focus-visible) .text-1 {
  transform: translateY(-40px);
}
.btn-danger:is(:hover, :focus-visible) .text-2 {
  top: 50%;
  transform: translate(-50%, -50%);
}
.btn-warning {
  background-color: #ffc107;
  color: #212529;
  border: none;
  padding: 1rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background 0.3s, transform 0.1s;
  /* Para que los pseudo-elementos se sitúen correctamente */
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-warning::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 300%;
  background-color: #191919;
  transition: 0.5s ease;
  z-index: -1;
}
.btn-warning:hover {
  /* Ajuste sutil en hover, mezclando la base */
  background-color: rgba(255, 193, 7, 0.5);
}
.btn-warning:active {
  transform: scale(0.98);
}
.btn-warning:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}
.btn-warning .text-1 {
  transition: 0.25s ease;
}
.btn-warning .text-2 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  /* Ajusta color, tamaño, etc. */
  min-width: max-content;
  transition: 0.25s ease;
}
.btn-warning:is(:hover, :focus-visible)::before {
  bottom: -50%;
}
.btn-warning:is(:hover, :focus-visible) .text-1 {
  transform: translateY(-40px);
}
.btn-warning:is(:hover, :focus-visible) .text-2 {
  top: 50%;
  transform: translate(-50%, -50%);
}
.btn-info {
  background-color: #17a2b8;
  color: #fff;
  border: none;
  padding: 1rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background 0.3s, transform 0.1s;
  /* Para que los pseudo-elementos se sitúen correctamente */
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-info::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 300%;
  background-color: #191919;
  transition: 0.5s ease;
  z-index: -1;
}
.btn-info:hover {
  /* Ajuste sutil en hover, mezclando la base */
  background-color: rgba(23, 162, 184, 0.5);
}
.btn-info:active {
  transform: scale(0.98);
}
.btn-info:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}
.btn-info .text-1 {
  transition: 0.25s ease;
}
.btn-info .text-2 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  /* Ajusta color, tamaño, etc. */
  min-width: max-content;
  transition: 0.25s ease;
}
.btn-info:is(:hover, :focus-visible)::before {
  bottom: -50%;
}
.btn-info:is(:hover, :focus-visible) .text-1 {
  transform: translateY(-40px);
}
.btn-info:is(:hover, :focus-visible) .text-2 {
  top: 50%;
  transform: translate(-50%, -50%);
}
.btn-light {
  background-color: #f8f9fa;
  color: #212529;
  border: none;
  padding: 1rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background 0.3s, transform 0.1s;
  /* Para que los pseudo-elementos se sitúen correctamente */
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-light::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 300%;
  background-color: #191919;
  transition: 0.5s ease;
  z-index: -1;
}
.btn-light:hover {
  /* Ajuste sutil en hover, mezclando la base */
  background-color: rgba(248, 249, 250, 0.5);
}
.btn-light:active {
  transform: scale(0.98);
}
.btn-light:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}
.btn-light .text-1 {
  transition: 0.25s ease;
}
.btn-light .text-2 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  /* Ajusta color, tamaño, etc. */
  min-width: max-content;
  transition: 0.25s ease;
}
.btn-light:is(:hover, :focus-visible)::before {
  bottom: -50%;
}
.btn-light:is(:hover, :focus-visible) .text-1 {
  transform: translateY(-40px);
}
.btn-light:is(:hover, :focus-visible) .text-2 {
  top: 50%;
  transform: translate(-50%, -50%);
}
.btn-dark {
  background-color: #343a40;
  color: #fff;
  border: none;
  padding: 1rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background 0.3s, transform 0.1s;
  /* Para que los pseudo-elementos se sitúen correctamente */
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-dark::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 300%;
  background-color: #191919;
  transition: 0.5s ease;
  z-index: -1;
}
.btn-dark:hover {
  /* Ajuste sutil en hover, mezclando la base */
  background-color: rgba(52, 58, 64, 0.5);
}
.btn-dark:active {
  transform: scale(0.98);
}
.btn-dark:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}
.btn-dark .text-1 {
  transition: 0.25s ease;
}
.btn-dark .text-2 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  /* Ajusta color, tamaño, etc. */
  min-width: max-content;
  transition: 0.25s ease;
}
.btn-dark:is(:hover, :focus-visible)::before {
  bottom: -50%;
}
.btn-dark:is(:hover, :focus-visible) .text-1 {
  transform: translateY(-40px);
}
.btn-dark:is(:hover, :focus-visible) .text-2 {
  top: 50%;
  transform: translate(-50%, -50%);
}

.btn2 {
  position: relative;
  color: #e44837;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  max-width: max-content;
  border: 2px solid #e44837;
  border-radius: 5px;
  padding: 12px 45px;
  overflow: hidden !important;
  z-index: 1;
}

.btn2::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  height: 200%;
  background-color: #191919;
  transition: 0.5s ease;
  z-index: -1;
}

.button .text {
  transition: 0.25s ease;
}

.btn2 .text-2 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: max-content;
  color: #191919;
}

.btn2:is(:hover, :focus-visible)::before {
  bottom: -50%;
}

.btn2:is(:hover, :focus-visible) .text-1 {
  transform: translateY(-40px);
}

.btn2:is(:hover, :focus-visible) .text-2 {
  top: 50%;
  transform: translate(-50%, -50%);
}

.btn2-secondary::before {
  background-color: #191919;
}

.btn2-secondary .text-2 {
  color: hsl(0, 0%, 100%);
}

.has-before,
.has-after {
  position: relative;
  z-index: 1;
}

.has-before::before,
.has-after::after {
  content: "";
  position: absolute;
}

.hero .slider-item.active .slider-reveal {
  animation: sliderReveal 1s ease forwards;
}

@keyframes sliderReveal {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.25rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.container {
  margin: 0 auto;
  padding-top: 0;
}
.container-sm {
  width: 100% !important;
  min-width: 100% !important;
  margin: 0 auto;
  padding: 0 1rem;
  border: 1px solid rgba(255, 0, 0, 0.105);
}
.container-md {
  width: 100% !important;
  min-width: 100% !important;
  margin: 0 auto;
  padding: 0 1rem;
  border: 1px solid rgba(255, 0, 0, 0.105);
}
.container-lg {
  width: 100% !important;
  min-width: 100% !important;
  margin: 0 auto;
  padding: 0 1rem;
  border: 1px solid rgba(255, 0, 0, 0.105);
}
.container-xl {
  width: 100% !important;
  min-width: 100% !important;
  margin: 0 auto;
  padding: 0 1rem;
  border: 1px solid rgba(255, 0, 0, 0.105);
}
.container-xxl {
  width: 100% !important;
  min-width: 100% !important;
  margin: 0 auto;
  padding: 0 1rem;
  border: 1px solid rgba(255, 0, 0, 0.105);
}

.separator {
  width: 100%;
  height: 2px;
  background: #ddd;
  margin: 2rem 0;
  border-radius: 1px;
}

.separator-dark {
  width: 100%;
  height: 2px;
  background: #333;
  margin: 2rem 0;
  border-radius: 1px;
}

.separator-light {
  width: 100%;
  height: 2px;
  background: #eee;
  margin: 2rem 0;
  border-radius: 1px;
}

.separator-dashed {
  width: 100%;
  height: 2px;
  background: #bbb;
  margin: 2rem 0;
  border-radius: 1px;
  background: none;
  border-top: 2px "dashed" #bbb;
  height: 0;
}

.separator-double {
  width: 100%;
  height: 4px;
  background: #999;
  margin: 2rem 0;
  border-radius: 1px;
  background: none;
  border-top: 4px "double" #999;
  height: 0;
}

.text-start {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-end {
  text-align: right !important;
}

.display-1 {
  font-size: 5rem;
  font-weight: 300;
}

.display-2 {
  font-size: 4.5rem;
  font-weight: 300;
}

.display-3 {
  font-size: 4rem;
  font-weight: 300;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.carousel {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
}
.carousel .carousel-inner {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.carousel .carousel-item {
  min-width: 100%;
  transition: opacity 0.5s ease-in-out;
}
.carousel .carousel-item img {
  width: 100%;
  display: block;
}
.carousel .carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 1.5rem;
  transition: background 0.3s;
}
.carousel .carousel-control:hover {
  background: rgba(0, 0, 0, 0.8);
}
.carousel .carousel-control-prev {
  left: 10px;
}
.carousel .carousel-control-next {
  right: 10px;
}
.carousel .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
.carousel .carousel-indicators button {
  width: 12px;
  height: 12px;
  background: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}
.carousel .carousel-indicators button.active {
  background: red;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal .modal-content {
  background: white;
  padding: 3rem;
  border-radius: 10px;
  outline: 1px solid #e44837; /* Se ve como un borde interno */
  outline-offset: -15px; /* Lo desplaza hacia dentro */
  width: 90%;
  max-width: 500px;
  text-align: center;
  position: relative;
}
.modal .modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 40px;
  height: 40px;
  background-color: #191919;
  border-radius: 50%;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}
.modal .modal-icon {
  position: absolute;
  top: 30px;
  left: 30px;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

.modal-logo {
  width: 50%;
  max-width: 400px;
  margin: 1rem auto;
}
.modal-logo img {
  width: 100%;
}

.modal-dark {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(208, 208, 208, 0.8);
  color: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.modal-dark.active {
  opacity: 1;
  visibility: visible;
}
.modal-dark .modal-content {
  background: #333;
  padding: 3rem;
  border-radius: 10px;
  outline: 1px solid #e44837; /* Se ve como un borde interno */
  outline-offset: -15px; /* Lo desplaza hacia dentro */
  width: 90%;
  max-width: 500px;
  text-align: center;
  position: relative;
}
.modal-dark .modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 40px;
  height: 40px;
  background-color: #191919;
  border-radius: 50%;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}
.modal-dark .modal-icon {
  position: absolute;
  top: 30px;
  left: 30px;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

.modal-light {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.modal-light.active {
  opacity: 1;
  visibility: visible;
}
.modal-light .modal-content {
  background: #f8f9fa;
  padding: 3rem;
  border-radius: 10px;
  outline: 1px solid #e44837; /* Se ve como un borde interno */
  outline-offset: -15px; /* Lo desplaza hacia dentro */
  width: 90%;
  max-width: 500px;
  text-align: center;
  position: relative;
}
.modal-light .modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 40px;
  height: 40px;
  background-color: #191919;
  border-radius: 50%;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}
.modal-light .modal-icon {
  position: absolute;
  top: 30px;
  left: 30px;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

.modal-lg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.modal-lg.active {
  opacity: 1;
  visibility: visible;
}
.modal-lg .modal-content {
  background: white;
  padding: 3rem;
  border-radius: 10px;
  outline: 1px solid #e44837; /* Se ve como un borde interno */
  outline-offset: -15px; /* Lo desplaza hacia dentro */
  width: 95%;
  max-width: 800px;
  text-align: center;
  position: relative;
}
.modal-lg .modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 40px;
  height: 40px;
  background-color: #191919;
  border-radius: 50%;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}
.modal-lg .modal-icon {
  position: absolute;
  top: 30px;
  left: 30px;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

.cta {
  background: #111;
  color: white;
  text-align: center;
  padding: 4rem 2rem;
}
.cta .cta-title {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 1.5rem;
  letter-spacing: 1px;
}
.cta .cta-button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border: 2px solid white;
  background: transparent;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin: 1rem;
  border-radius: 5px;
}
.cta .cta-button:hover {
  background: #191919;
}
.cta a {
  text-decoration: none;
  color: #f8f9fa;
}

.cta-primary {
  background: #45505c;
  color: rgb(73, 73, 73);
  text-align: center;
  padding: 4rem 2rem;
}
.cta-primary .cta-title {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 1.5rem;
  letter-spacing: 1px;
}
.cta-primary .cta-button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border: 2px solid rgb(148, 79, 79);
  background: white;
  color: #46698e;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin: 1rem;
  border-radius: 5px;
}
.cta-primary .cta-button:hover {
  background: #191919;
}
.cta-primary a {
  text-decoration: none;
  color: #f8f9fa;
}

.cta-secondary {
  background: #f8f9fa;
  color: #333;
  text-align: center;
  padding: 4rem 2rem;
}
.cta-secondary .cta-title {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 1.5rem;
  letter-spacing: 1px;
}
.cta-secondary .cta-button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border: 2px solid #007bff;
  background: #007bff;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin: 1rem;
  border-radius: 5px;
}
.cta-secondary .cta-button:hover {
  background: #191919;
}
.cta-secondary a {
  text-decoration: none;
  color: #f8f9fa;
}

.cta-danger {
  background: #dc3545;
  color: white;
  text-align: center;
  padding: 4rem 2rem;
}
.cta-danger .cta-title {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 1.5rem;
  letter-spacing: 1px;
}
.cta-danger .cta-button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border: 2px solid white;
  background: white;
  color: #dc3545;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin: 1rem;
  border-radius: 5px;
}
.cta-danger .cta-button:hover {
  background: #191919;
}
.cta-danger a {
  text-decoration: none;
  color: #f8f9fa;
}

.cta-success {
  background: #28a745;
  color: white;
  text-align: center;
  padding: 4rem 2rem;
}
.cta-success .cta-title {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 1.5rem;
  letter-spacing: 1px;
}
.cta-success .cta-button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border: 2px solid white;
  background: white;
  color: #28a745;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin: 1rem;
  border-radius: 5px;
}
.cta-success .cta-button:hover {
  background: #191919;
}
.cta-success a {
  text-decoration: none;
  color: #f8f9fa;
}

@media (min-width: 768px) {
  .cta {
    padding: 3rem 1.5rem;
  }
}
.cta {
  opacity: 1;
  transform: translateY(20px);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}
.cta.visible {
  opacity: 1;
  transform: translateY(0);
}
.cta ul li {
  margin-left: 3rem;
}

.footer {
  background: #191919;
  color: white;
  text-align: center;
  padding: 2rem 1rem;
}
.footer img {
  width: 100px;
  margin: 0.5rem;
}
.footer .footer-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0.5rem auto;
  max-width: 100%; /* previene que crezca más que el viewport */
  gap: 1rem; /* opcional: espacio entre elementos al hacer wrap */
}
.footer .logo {
  padding: 0.5rem 2rem;
  flex: 1 1 300px; /* ✅ Se adapta y pasa a la siguiente línea si no cabe */
  box-sizing: border-box; /* asegura que padding no rompa el ancho */
}
.footer .footer-logo {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.footer .footer-logo img {
  height: 150px;
  width: auto;
  mix-blend-mode: screen;
  transition: height 0.3s;
}
.footer .footer-social {
  justify-content: center;
  gap: 1rem;
  margin: 1rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: clamp(0.85rem, 1vw + 0.5rem, 18rem);
}
.footer .footer-social .redes {
  display: block;
  width: 100%;
}
.footer .footer-social img {
  width: 30px;
}
.footer .footer-social a {
  font-size: 1.5rem;
  color: #333;
  transition: color 0.3s ease-in-out;
}
.footer .footer-social a:hover {
  color: #007bff;
}
.footer .footer-social p {
  font-size: 0.85rem;
}
.footer .footer-text {
  font-size: 0.9rem;
  color: #888;
}
.footer .footer-copy {
  font-size: 0.85rem;
  color: #a3baff;
  margin: 1rem;
}
.footer p {
  margin-top: 1rem;
}

.footer {
  opacity: 1;
  transform: translateY(20px);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  border-top: 1px solid rgba(255, 0, 0, 0.2);
}
.footer.visible {
  opacity: 1;
  transform: translateY(0);
}

.legal {
  color: white;
}
.legal a {
  text-decoration: none;
  color: white;
  margin: 1rem;
}

.navbar {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  height: clamp(7vh, 5vh + 1px, 10vh);
  background-color: rgba(217, 217, 230, 0.4274509804);
  color: #ffc107;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  transition: all 0.3s ease-in-out;
  z-index: 100;
  backdrop-filter: blur(5px);
  border-bottom: 1px solid #bdbdbd;
  color: hsl(0, 0%, 0%);
}
.navbar.scrolled {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  height: clamp(7vh, 5vh + 1px, 10vh);
  background-color: rgba(217, 217, 230, 0.4274509804);
  color: #343a40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  transition: all 0.3s ease-in-out;
  z-index: 100;
  backdrop-filter: blur(5px);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}
.navbar.scrolled .logo img {
  height: 55px;
  transition: height 0.3s;
}
.navbar .logo img {
  height: 80px;
  transition: height 0.3s;
  z-index: 1102;
}
.navbar .nav-links {
  display: none !important;
}
.navbar .nav-links ul {
  display: flex;
  list-style: none !important;
  gap: 1rem;
}
@media (min-width: 768px) {
  .navbar .nav-links {
    display: flex !important;
    gap: 1.5rem;
  }
  .navbar .nav-links a {
    text-decoration: none;
    color: inherit;
    font-size: 1rem;
    transition: color 0.3s;
  }
  .navbar .nav-links a:hover {
    color: #82a929;
  }
}
.navbar .hamburger {
  font-size: 2rem;
  background: none;
  border: none;
  color: #343a40;
  cursor: pointer;
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  z-index: 1001;
}
.navbar .hamburger span {
  display: block;
  width: 35px;
  height: 5px;
  background-color: #343a40;
  border-radius: 5px;
  position: absolute;
  left: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.navbar .hamburger span:nth-child(1) {
  top: 8px;
}
.navbar .hamburger span:nth-child(2) {
  top: 18px;
}
.navbar .hamburger span:nth-child(3) {
  top: 28px;
}
.navbar .hamburger.scrolled {
  color: #bdbdbd;
}
.navbar .hamburger.scrolled span {
  background-color: #bdbdbd;
}
.navbar .hamburger.active span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.navbar .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.navbar .hamburger.active span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #191919;
  color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
  z-index: 100 !important;
}
.menu-overlay.active {
  opacity: 1;
  pointer-events: all;
}
.menu-overlay .logo {
  width: 100px;
}
.menu-overlay .logo img {
  width: 100%;
  height: auto !important;
}
.menu-overlay .overlay-menu {
  list-style: none;
  text-align: center;
}
.menu-overlay .overlay-menu li {
  margin: 1rem 0;
}
.menu-overlay .overlay-menu li a {
  text-decoration: none;
  color: white;
  font-size: 1.3rem;
  transition: color 0.3s ease-in-out;
}
.menu-overlay .overlay-menu li a:hover {
  color: #e44837;
}

.hero-light {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 2rem;
  padding: 4rem 2rem;
  background-image: linear-gradient(140deg, #fffff9 25%, #fff9ff 50%, #f9ffff 75%);
}
.hero-light .hero-text {
  flex: 1;
  max-width: 700px;
  text-align: left;
}
.hero-light .hero-title {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.hero-light .hero-subtitle {
  font-family: "oswald", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  font-weight: bold;
  letter-spacing: 2px;
}
.hero-light .hero-button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border: 2px solid black;
  text-transform: uppercase;
  background: none;
  cursor: pointer;
  transition: all 0.3s;
}
.hero-light .hero-button:hover {
  background: black;
  color: white;
}
.hero-light .hero-logo {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1rem;
  width: 50%;
  max-width: 300px;
}
.hero-light .hero-logo img {
  width: 100%;
  transition: height 0.3s;
}
.hero-light .hero-image {
  flex: 1;
  display: flex;
  width: 100% !important;
  max-width: 500px;
  justify-content: center;
  position: relative;
  border: 1px solid #bdbdbd;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.hero-light .hero-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.hero-light .hero-image img:nth-child(2) {
  position: absolute;
  left: 10%;
  top: 20%;
  width: 70%;
}
.hero-light .hero-image img:nth-child(3) {
  position: absolute;
  left: 20%;
  top: 40%;
  width: 50%;
}
.hero-light .hero-map {
  width: 100%;
  max-width: 50%;
  height: auto;
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}
.hero-light .hero-map iframe {
  width: 100%;
  max-height: 60vh;
  border: none;
  max-width: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.hero-dark {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 2rem;
  padding: 4rem 2rem;
  background-image: linear-gradient(140deg, #fffff9 25%, #fff9ff 50%, #f9ffff 75%);
}
.hero-dark .hero-text {
  flex: 1;
  max-width: 700px;
  text-align: left;
}
.hero-dark .hero-title {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.hero-dark .hero-subtitle {
  font-family: "oswald", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  font-weight: bold;
  letter-spacing: 2px;
}
.hero-dark .hero-button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border: 2px solid black;
  text-transform: uppercase;
  background: none;
  cursor: pointer;
  transition: all 0.3s;
}
.hero-dark .hero-button:hover {
  background: black;
  color: white;
}
.hero-dark .hero-logo {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1rem;
  width: 50%;
  max-width: 300px;
}
.hero-dark .hero-logo img {
  width: 100%;
  transition: height 0.3s;
}
.hero-dark .hero-image {
  flex: 1;
  display: flex;
  width: 100% !important;
  max-width: 500px;
  justify-content: center;
  position: relative;
  border: 1px solid #bdbdbd;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.hero-dark .hero-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.hero-dark .hero-image img:nth-child(2) {
  position: absolute;
  left: 10%;
  top: 20%;
  width: 70%;
}
.hero-dark .hero-image img:nth-child(3) {
  position: absolute;
  left: 20%;
  top: 40%;
  width: 50%;
}
.hero-dark .hero-map {
  width: 100%;
  max-width: 50%;
  height: auto;
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}
.hero-dark .hero-map iframe {
  width: 100%;
  max-height: 60vh;
  border: none;
  max-width: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.hero-primary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 2rem;
  padding: 4rem 2rem;
  background-image: linear-gradient(140deg, #fffff9 25%, #fff9ff 50%, #f9ffff 75%);
}
.hero-primary .hero-text {
  flex: 1;
  max-width: 700px;
  text-align: center;
}
.hero-primary .hero-title {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.hero-primary .hero-subtitle {
  font-family: "oswald", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  font-weight: bold;
  letter-spacing: 2px;
}
.hero-primary .hero-button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border: 2px solid black;
  text-transform: uppercase;
  background: none;
  cursor: pointer;
  transition: all 0.3s;
}
.hero-primary .hero-button:hover {
  background: black;
  color: white;
}
.hero-primary .hero-logo {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1rem;
  width: 50%;
  max-width: 300px;
}
.hero-primary .hero-logo img {
  width: 100%;
  transition: height 0.3s;
}
.hero-primary .hero-image {
  flex: 1;
  display: flex;
  width: 100% !important;
  max-width: 500px;
  justify-content: center;
  position: relative;
  border: 1px solid #bdbdbd;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.hero-primary .hero-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.hero-primary .hero-image img:nth-child(2) {
  position: absolute;
  left: 10%;
  top: 20%;
  width: 70%;
}
.hero-primary .hero-image img:nth-child(3) {
  position: absolute;
  left: 20%;
  top: 40%;
  width: 50%;
}
.hero-primary .hero-map {
  width: 100%;
  max-width: 50%;
  height: auto;
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}
.hero-primary .hero-map iframe {
  width: 100%;
  max-height: 60vh;
  border: none;
  max-width: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

@media (min-width: 768px) {
  .hero-light,
  .hero-dark,
  .hero-primary {
    flex-direction: row;
  }
  .hero-light .hero-image,
  .hero-dark .hero-image,
  .hero-primary .hero-image {
    order: -1;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .hero-map iframe {
    height: 850px;
  }
}
.hero-description {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  color: #1f2122;
  margin: 1rem 0;
  text-align: justify;
  text-indent: 1.5rem; /* solo la primera línea */
}

#faq {
  width: 100%;
  background-color: rgb(255, 255, 255);
  opacity: 0.95;
  color: rgb(0, 0, 0);
  padding: 4vh 4vw;
  font-family: "Open Sans", sans-serif;
}
#faq .grid_area {
  width: 95%;
  padding: 0;
  margin: 0;
}
#faq .faq_linea_titulo {
  display: grid;
  grid-template-columns: 1fr;
  transition: color 0.3s ease;
  grid-gap: 1em;
  padding: 0;
  margin: 0em;
  cursor: pointer;
}
#faq .faq_linea_titulo.active {
  color: #e44837;
}
#faq .faq_linea_titulo:hover {
  color: #e44837;
}
#faq .faq_titulo {
  color: #e44837;
  font-size: clamp(14px, 3vw, 50px); /* Ajusta dinámicamente el tamaño de la fuente */
  font-weight: 600;
  margin: 0.5em 0;
}
#faq .faq_boton {
  position: relative;
  width: 15px;
  height: 15px;
}
#faq .faq_boton .line {
  position: absolute;
  background-color: black;
  transition: transform 0.3s ease;
}
#faq .faq_boton .horizontal {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#faq .faq_boton .vertical {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
#faq .faq_pregunta {
  font-family: "oswald", sans-serif;
  font-size: clamp(14px, 2.25vw, 28px);
  font-weight: 400;
  background-color: rgb(223, 255, 244);
  padding: 0.5rem 1rem;
  margin: 0.2em 0;
}
#faq .faq_respuesta {
  font-family: "Open Sans", sans-serif;
  font-size: clamp(14px, 2vw, 28px);
  color: black;
  font-weight: 400;
  line-height: 1.1;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5em;
}
#faq .faq_ocultar {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.3s ease, opacity 0.3s ease;
}

.fondo1 {
  margin-top: 170px;
  background: url("public/assets/images/IMG-20171114-WA0024.jpg") no-repeat top center;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 400px;
  max-height: 700px;
}

.video-container {
  position: relative;
  width: 100% !important;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-background {
  width: 100% !important;
  height: auto;
}

.audio-button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
}

.audio-button:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.mosaic {
  background-color: #191919;
  color: white;
}
.mosaic ul li {
  margin-left: 3rem;
}

#clasificaciones {
  min-height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 10px solid #e44837;
  border-bottom: 10px solid #e44837;
  padding: 2vw;
  color: #191919;
  font-family: "Open Sans", sans-serif;
  line-height: 1.25em;
  border: 10px solid rgba(50, 103, 7, 0.397);
}
#clasificaciones h1 {
  font-family: "oswald", sans-serif;
  text-align: center;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
#clasificaciones h2 {
  color: #e44837;
  margin-bottom: 1rem;
  font-weight: 400;
  text-align: center;
  border-bottom: 3px solid gray;
  padding: 1rem;
}
#clasificaciones p {
  margin-bottom: 0.5em;
}
#clasificaciones ul {
  margin: 1em;
}
#clasificaciones ul li {
  margin-bottom: 0.5em;
}
#clasificaciones .puesto {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-items: center;
  margin-bottom: 2vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
#clasificaciones .puesto img {
  width: 20vw;
  max-width: 400px;
}
#clasificaciones .firma {
  font-weight: 600;
  text-align: right;
  margin: 5vw;
}
#clasificaciones a {
  text-decoration: none;
  color: #e44837;
}

/*# sourceMappingURL=style.css.map */
