 /* Navbar */
    .navbar {
      background-color: rgba(0, 0, 0, 0.7) !important;
    }
    .navbar-nav .nav-link {
      color: white !important;
      font-weight: 500;
    }
    .navbar-nav .nav-link:hover {
      color: #ffc107 !important;
    }
    /* Secciones */
    section {
      padding: 80px 0;
    }
    .section-title {
      text-align: center;
      margin-bottom: 40px;
    }


      .logo {
    height: 50px;
  }

.transparent-iframe {
            background-color: transparent;
            border: none;
            width: 100%;
            height: 700px;
            align-self: center;
            align:center;
        }

  body {
  background: rgba(255, 255, 255, 0  ); 

}

  /* Hero Slider */
  .hero-slide {
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
  }

  /* Animación de entrada de imagen */
  .carousel-item-next.carousel-item-start,
  .carousel-item-prev.carousel-item-end {
    transform: translateX(0);
  }

  .carousel-item-next,
  .active.carousel-item-end {
    transform: translateX(100%);
    transition: transform 1s ease-in-out;
  }

  .carousel-item-prev,
  .active.carousel-item-start {
    transform: translateX(-100%);
    transition: transform 1s ease-in-out;
  }

  /* Animación de texto y botón */
  .animate-caption {
    animation: captionIn 1s ease forwards;
  }

  @keyframes captionIn {
    from {
      opacity: 0;
      transform: translateX(300px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

   /* Ajuste de caption */
  .producto-caption {
    top : 20%;
  }

  /* Ajuste de caption */
  .carousel-caption {
    bottom : 20%;
  }

  /* Estilo de controles con hover */
  .carousel-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    height:fit-content;
  }

  .carousel-control-prev,
  .carousel-control-next {
    pointer-events: auto;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .carousel-control-prev {
    left: 50px;
    position: absolute;
  }

  .carousel-control-next {
    right: 50px;
    position: absolute;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    transition: background-color 0.3s ease;
  }

  .carousel-control-prev:hover .carousel-control-prev-icon,
  .carousel-control-next:hover .carousel-control-next-icon {
    background-color: rgba(255, 255, 255, 0.5);
  }

  /* Indicadores circulares centrados */
  .carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    
  }

  .carousel-indicators button {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-color: white;
    border: none;
    opacity: 0.5;
    transition: opacity 0.3s ease;
  }

  .carousel-indicators .active {
    opacity: 1;
  }

  /* Parallax fondo */
  .parallax-productos {
    background-image: url('../img/5th-section.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
  
  }

  /* Álbum horizontal */
  .album-scroll {
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .producto-card {
    max-width: 180px;
    border-radius: 15px;
    overflow: hidden;
    background-color: transparent;
    border: none;
    flex-shrink: 0;
    padding: 0px;
    margin: 0px;

  }

  .producto-info {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px;
    color: #ad8c21;
    border-radius: 0 0 15px 15px;
    backdrop-filter: blur(4px);
  }

  .producto-info h4 {
    font-weight: bold;
    color: #ad8c21;
     line-height:95%; 
  }

  .producto-info h6 {
    font-weight: 500;
    color: #ad8c21;
         line-height:95%; 
    
  }

  .producto-info p {
    font-size: 0.95rem;
    color: #ffffff;
    margin-bottom: 0;
        line-height: 1.2; /* 1.5 veces el tamaño de la fuente */
  }

    .producto-box {
        background-color: rgba(0,0,0,0.6);
        padding: 0px 20px 0px 20px;
        border-radius: 10px;
        backdrop-filter: blur(4px);
        bottom : 10%;
        height:fit-content;
        
    
       
  }

  .producto-box-titulo {
      margin-top:4%;
        color: #ad8c21;
         line-height:85%; 
       
  }
 .producto-box p {
        max-height: 25vh;
        overflow: auto;
        margin-bottom: 20px;
         line-height:120%; 
        
      

  }
  


  /* Botones de scroll */
  .scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255,255,255,0.3);
    border: none;
    font-size: 2rem;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    overflow: hidden;

  scrollbar-width: none; /* Oculta scroll en Firefox */
  }

  .scroll-oculto::-webkit-scrollbar {
  display: none; /* Oculta scroll en Chrome, Safari, Edge */
}

  .scroll-btn:hover {
    background-color: rgba(255,255,255,0.5);
  }

  .left-btn { left: -10px; }
  .right-btn { right: -10px; }

  /* Fondo sugerido (opcional). Reemplaza por tu imagen si querés */
  .bar-section {
    background-image: url('../img/Micro3.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* leve efecto parallax */
  }

  /* Contenedor con transparencia y puntas redondeadas */
  .bar-overlay {
    max-width: 980px;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(4px);
    border-radius: 16px;
    padding: 32px;
    color: #222;
  }

  .bar-text p {
    color: #ffffff;
    line-height: 1.6;
  }

  /* Chips de horarios */
  .bar-hours .chip {
    display: inline-block;
    background: rgba(26, 26, 26, 0.9);
    color: #a7a7a7;
    padding: 10px 14px;
    border-radius: 5px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    
  }

  /* Responsivo */
  @media (max-width: 576px) {
    .bar-overlay { padding: 20px; }
    .bar-hours .chip { display: block; margin-bottom: 8px; }
  }




  .historia-section {
    background-color: #000; /* Fondo general oscuro */
  }

  .historia-slider-wrapper {
    overflow: hidden;
  }

  .historia-slider {
    display: flex;
    gap: 20px;
    animation: slideHistoria 30s linear infinite;
  }

  .historia-card {
    flex: 0 0 80%;
    border-radius: 15px;
    overflow: hidden;
    background-color: transparent;
    position: relative;
  }

  .historia-card img {
    width: 100%;
    height: auto;
    display: block;
  }

  .historia-info {
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(4px);
    padding: 20px;
    color: #fff;
  }

  .historia-info h4 {
    margin-bottom: 10px;
    font-weight: bold;
  }

  .historia-info p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
  }

  /* Animación automática horizontal */
  @keyframes slideHistoria {
    0% { transform: translateX(0); }
    33% { transform: translateX(-10%); }
    66% { transform: translateX(-20%); }
    100% { transform: translateX(0); }
  }

  @media (max-width: 768px) {
    .historia-card { flex: 0 0 100%; }
  }