  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    html, body {
      font-family: 'Montserrat', sans-serif;
      color: white;
      overflow-x: hidden;
    }

    .video-background {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -2;
    }

    .overlay {
      background: rgba(0, 0, 0, 0.4);
      position: fixed;
      width: 100%;
      height: 100%;
      z-index: -1;
    }

    /* 🟨 TOP FIJO: Logo + botón */
    .top-fixed {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 40px;
      /*background-color: rgba(0, 0, 0, 0.3);
      backdrop-filter: blur(4px);*/
      z-index: 1000;
    }

    .logo {
      background: #FFD43B;
      color: #222;
      font-weight: bold;
      padding: 10px 20px;
      font-size: 18px;
      text-align: center;
    }

    .btn-registro {
      background-color: #FFD43B;
      color: #000;
      padding: 10px 18px;
      font-weight: bold;
      text-decoration: none;
      border: none;
      border-radius: 0;
    }

    /* 🟩 Header normal: solo nav */
    header {
      margin-top: 0px;
      display: flex;
      justify-content: center;
      padding: 10px 0;
    }

    nav {
      display: flex;
      gap: 20px;
    }

    nav a {
      color: white;
      text-decoration: none;
      font-weight: bold;
    }

    /* Seccion Menu */
    .menu-carousel-wrapper {
      overflow: hidden;
      max-width: 100%;
      margin: 0 auto;
      padding: 20px;
    }

    .menu-carousel {
      display: flex;
      gap: 20px;
      animation: scrollMenu 30s linear infinite;
      width: max-content;
    }

    .menu-item {
      flex: 0 0 auto;
      background: #f9f9f9;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      text-align: center;
      width: 220px;
      scroll-snap-align: center;
      transition: transform 0.3s ease;
    }

    .menu-item:hover {
      transform: scale(1.05);
    }

    .menu-item img {
      width: 100%;
      height: 160px;
      object-fit: cover;
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
    }

    .menu-item h4 {
      margin: 12px 0;
      font-size: 16px;
      padding: 0 10px;
    }

    @keyframes scrollMenu {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }

    /* Fin de seccion menu*/

    /* Menú hamburguesa */
    .nav-container {
      width: 100%;
      max-width: 1200px;
      padding: 10px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: white;
    }

    .nav-logo {
      font-weight: bold;
      letter-spacing: 2px;

    }

    .nav-toggle {
      display: none;
      font-size: 24px;
      cursor: pointer;
    }

    .nav-links {
      list-style: none;
      display: flex;
      gap: 20px;
    }

    .nav-links li a {
      text-decoration: none;
      color: white;
      font-weight: bold;
    }

    .hero {
      position: relative;
      min-height: 100vh;
      padding-top: 100px;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-left: 20px;
      padding-right: 20px;
      z-index: 1;
    }

    .hero h2 {
      font-size: 18px;
      letter-spacing: 2px;
      margin-bottom: 10px;
    }

    .hero h1 {
      font-family: 'Pacifico', cursive;
      font-size: 48px;
      line-height: 1.3;
    }

    .social-icons {
      margin: 20px 0;
    }

    .social-icons a {
      color: white;
      margin: 0 10px;
      font-size: 24px;
    }

    .fecha {
      font-size: 16px;
      margin-top: 10px;
    }

    .nosotros {
      background-color: #f6f4e8;
      color: #333;
      padding: 60px 20px;
      position: relative;
      z-index: 2;
    }

    .nosotros-video {
      flex: 1;
      max-width: 280px; /* Controla el ancho máximo */
    }

    .nosotros-contenido {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      align-items: center;
      justify-content: center;
    }

    .nosotros-imagen {
      position: relative;
      width: 100%;
      max-width: 800px;
      margin: 0 auto;
    }

    .nosotros-imagen img {
      width: 100%;
      display: block;
    }

    .video-overlay {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      text-align: center;
    }

    .video-overlay p {
      font-size: 24px;
      font-weight: bold;
    }

    .play-btn {
      background: none;
      border: 2px solid white;
      color: white;
      font-size: 30px;
      padding: 10px 18px;
      cursor: pointer;
    }

    .nosotros-texto {
      margin-top: 40px;
      text-align: center;
    }

    .nosotros-texto h2 {
      font-size: 28px;
      letter-spacing: 2px;
      color: #1c563c;
      margin-bottom: 20px;
    }

    .video-overlay-nosotros {
      position: absolute;
      bottom: 10%;
      left: 5%;
      color: white;
      z-index: 2;
    }

    .play-btn-nosotros {
      background: rgba(0, 0, 0, 0.5);
      border: none;
      color: white;
      font-size: 2rem;
      cursor: pointer;
    }

    /*.video-wrapper {
      position: relative;
      width: 100%;
      padding-top: 177.77%; /* 16:9 is 56.25%, 9:16 is 177.77% 
      overflow: hidden;
    }*/

    .video-wrapper {
      position: relative;
      width: 100%;
      aspect-ratio: 9 / 16; /* Esto mantiene la proporción vertical */
      overflow: hidden;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

    .video-wrapper video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .texto-columnas {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      gap: 40px;
      flex-wrap: wrap;
    }

    .texto-columnas p {
      width: 300px;
      font-size: 14px;
      line-height: 1.6;
    }

    .icono-central {
      font-size: 32px;
      color: #1c563c;
      line-height: 1;
    }

    .floating-buttons {
      position: fixed;
      bottom: 90px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 12px;
      z-index: 998;
    }

    .floating-buttons a {
      background: #25D366;
      color: white;
      padding: 12px 14px;
      border-radius: 50%;
      font-size: 18px;
      text-align: center;
      text-decoration: none;
      box-shadow: 0 4px 8px rgba(0,0,0,0.3);
      transition: transform 0.2s ease;
    }

    .floating-buttons a.location-btn { background: #FF5722; }
    .floating-buttons a.call-btn { background: #2196F3; }
    .floating-buttons a:hover { transform: scale(1.1); }

    @media (max-width: 768px) {
      .hero h1 {
        font-size: 32px;
      }

      .top-fixed {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
      }

      nav {
        flex-direction: column;
        align-items: center;
      }
      .nav-links {
        flex-direction: column;
        background: rgba(0, 0, 0, 0.9);
        position: absolute;
        top: 80px;
        right: 0;
        width: 200px;
        padding: 20px;
        display: none;
        z-index: 1001;
      }

      .nav-links.active {
        display: flex;
      }

      .nav-toggle {
        display: block;
        color: white;
      }
      .nosotros-video {
        max-width: 100%;
      }

      .video-wrapper {
        aspect-ratio: 9 / 16;
        width: 100%;
      }
    }