.tp-product-thumb-3{
border-radius: 20% ;
}
.bb-product-gallery-thumbnails .slick-slide.slick-current img{
border-radius: 10% 30% 50% 70%;
}
.auth-card.auth-card__horizontal .auth-card__banner{
  border-radius: 10% 30% 50% 70%;
}
.main-menu > nav > ul > li > a{
font-size: 11px;
}
.tp-header-top-2{
background-color: #000000 !important;
color:#ffffff !important;  
}
.morada{
  border-radius: 5%;
}
.frame{
  border: 0;
  --aspect-ratio: 16 / 9;
  aspect-ratio: var(--aspect-ratio);
  min-width: max(calc(100cqh * var(--aspect-ratio)), 100vw);
  width: 100%;
}
    .video-section {
      position: relative;
      width: 100%;
      height: 60vh; /* altura ajustable */
      overflow: hidden;
      display: flex;
      align-items: end;
      justify-content: center;
      color: white;
    }

    /* Contenedor del video dentro del div */
    .video-container {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      transform: translate(-50%, -50%);
      z-index: -1; /* detrás del contenido */
      pointer-events: none;
    }

    .video-container iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      min-width: 100%;
      min-height: 100%;
      border: 0;
    }

    /* Overlay oscuro para mejorar legibilidad del texto */
    .video-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0.3);
      z-index: 0;
      pointer-events: none;
    }

    /* Texto encima del video */
    .video-content {
      position: relative;
      z-index: 1;
      text-align: left !important;
    }

    /* Resto del contenido de la página */
    .page-content {
      padding: 2rem;
    }


.header .lead {
  max-width: 620px;
}

// Style next prev icons

.lg-toolbar-next:before {
  content: "\e094";
}
.lg-toolbar-prev:before {
  content: "\e095";
}

/** Below CSS is completely optional **/

.gallery {
    display: flex;
    gap: 10px;
    padding: 20px;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .gallery img {
    display: block;
    object-fit: cover;
    border-radius: 8px;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease forwards;
    cursor: pointer;
  }

  /* Animación de entrada */
  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* Primera imagen más baja */
  .gallery img:first-child {
    height: 250px;
    animation-delay: 0.1s;
  }

  /* Imágenes altas */
  .gallery img:not(:first-child) {
    height: 500px;
  }

  /* Delay escalonado */
  .gallery img:nth-child(2) { animation-delay: 0.2s; }
  .gallery img:nth-child(3) { animation-delay: 0.3s; }
  .gallery img:nth-child(4) { animation-delay: 0.4s; }

  /* Responsive */
  @media (max-width: 768px) {
    .gallery {
      flex-direction: column;
      align-items: center;
    }
    .gallery img {
      height: auto !important;
      width: 90%;
    }
  }

  /* Lightbox */
  .lightbox {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }
  .lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 8px;
  }
#galeria{
background-color: black;
}
/* suscribir banner */
.pb-65{
padding-bottom: 6px;
}
.pt-70 {
  padding-top: 24px;
}