@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Open+Sans&display=swap');


/* ========== RESET ========== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  color: #000;
}
/* ========== CONTAINER ========== */
.container {
  width: 100%;
  margin: 0 auto;
}

 /* ESTILOS DE NOTIFICACIONES - */


@keyframes pop {
  0% { transform: scale(1); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}


/* ========== HEADERS ========== */
.header,
.header2 {
  position:sticky;
  top: 0;
  z-index: 1000;
  background-color: #222;
  border-bottom: 1px solid #353635;
  border: n;
  padding: 10px 16px;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.header2 {
  position: static;
}
.section {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  padding-top: 10px 10px 5px 50px;
  font-size: clamp(30px, 4vw, 12px);
  letter-spacing: clamp(2px, 0.5vw, 4px);
  width: 50%;
  text-align: center;
  word-wrap: break-word;
  line-height: 2.4em;
  animation: fadeSlide 0.6s ease-out forwards;
}

.logo2 {
  color: #000000;
  font-weight: bold;
  padding-top: 10px;
  font-size: clamp(40px, 4vw, 12px);
  letter-spacing: clamp(2px, 0.5vw, 4px);
  width: 100%;
  text-align: center;
  word-wrap: break-word;
  line-height: 2.4em;
  animation: fadeSlide 0.6s ease-out forwards;
}

.intro {
  background-size: cover;        
  padding: 240px 0 465px;
  background-position: center;    
  background-repeat: no-repeat;   
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 50%;
  padding: 80px 60px;
  box-sizing: border-box;
}
.column2 {
  flex-direction: column;
  align-content: center;
  width: 50%;
  padding: 90px 60px;
  box-sizing: border-box;
}
.p-fancy {
  font-style: italic;
  font-family: 'Georgia', 'Times New Roman', serif; /* o prueba con 'Playfair Display', 'Merriweather', etc. */
  font-size: 1.5rem;
  color: #FFFFFA;
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInSlideUp 10s ease-out forwards;
  animation-delay: 2.5s;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 2.0);
}

.p-elegant {
  font-style: normal;
font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  color: #f5f5f5;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInLift 6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 1.8s;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
.intro .column p {
  color: #fff;
  text-align: justify;
  font-weight: lighter;
  line-height: 25px;
  width: 80%;
  margin: 2% auto 0;
}
.profile {
  width: 80%;
  height: auto;
  align-content: center;
  border-radius: 5px;
}
/* ========== GALLERY THUMBNAILS ========== */

/* ░░░ GALERÍA DE CATEGORÍAS PRINCIPALES (Index.html) ░░░ */
.gallery {
  background-color: #ececec;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 30px 0;
}
/* 4 columnas en escritorio para .thumbnail */
.dimensiones {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  min-width: 300px;
}
.dimensiones th,
.dimensiones td {
  padding: 0.5rem;
  text-align: center;
  border: 1px solid #ccc;
}

/* ░░░ VISTA DETALLADA DE PRODUCTO INDIVIDUAL ░░░ */

  .vaciarcarrito:hover {
  color: rgb(255, 255, 255);
  background-color: #d05319;
  transform: translateY(-4px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.text_column_alt {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #707070;
  margin-top: 0.2rem;
  margin-bottom: 4.2rem;
  padding: 0.2rem 0;
  text-align: justify;
  max-height: 9.5rem; /* Ajusta según el layout general */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.carrusel-producto {
  position: relative;
  max-width: 600px;
  margin: 0 auto 20px; 
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 6px rgba(0,0,0,0.05);
}
.carrusel-producto-wrapper {
  display: flex;
  transition: transform 0.5s ease;
}
.carrusel-producto-item {
  min-width: 100%;
  display: block;
  object-fit: contain;
  border-radius: 6px;
}
.carrusel-producto-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffffee;
  border: 2px solid #ddd;
  border-radius: 50%;
  padding: 8px;
  cursor: pointer;
  font-size: 1.2em;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.carrusel-producto-btn.prev { left: 10px; }
.carrusel-producto-btn.next { right: 10px; }
.carrusel-producto-item.active {
  opacity: 1;
}
/*animaciones*/
/* ========== CARDS ========== */
.cards,
.cards2 {
  width: 100%;
  object-fit: cover;
  border-radius: 8px; /* Slightly rounded corners for images */
  transition: transform 0.3s;
  display: block;
}
.cards:hover {
  transform: scale(1.05);
}

 
/* Efecto de icono de búsqueda opcional */

.cards2 {
  height: 400px;
  max-width: 800px;
  opacity: 0.8;
}
/* ========== TEXT & TAGS ========== */
.tag {
  color: #5d5e5d;
  padding: 4px 20px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clamp-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden; 
  text-overflow: ellipsis;
  padding: 0 20px;
  font-weight: lighter;
  line-height: 25px;
  color: #000;
}
.text_column {
  padding: 0 20px;
  font-weight: lighter;
  line-height: 25px;
  color: #000;
  text-align: justify;
}

.backgroundimage {
  background-image: url("/frontend/images/assets/backgroundpromocionesjpg.jpg"); /* tu imagen */
  background-size: cover;   /* hace que la imagen cubra todo el contenedor */
  background-position: center; /* centra la imagen */
  background-repeat: no-repeat; /* evita que se repita */
  width: 100%;   /* ancho completo */
  height: 100vh; /* ocupa toda la altura de la pantalla */
}

.galeriapromociones {
display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 10px 0;
align-content: center;
}


/* ========== LOBBY ========== */
.lobby {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
}
.lobby-background-image {
  background-image: url("/frontend/images/assets/backgroundpromocionesjpg.jpg");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
}

.lobby .carousel-column,
.lobby .carousel,
.lobby .column {
  position: relative;
  z-index: 1;
}
.carousel-column {
  width: 50%;
  padding: 60px 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel {
  position: relative;
  overflow: hidden;
  width: 50%;
}
.carousel-slide {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ajusta sin deformar */
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.carousel-slide.active {
  opacity: 1;
  position: relative;
}
.carrito {
  width: 100%;
  max-width: 800px;
  margin: 40px auto;
  background-color: #f8f8f8;
  border: 2px solid #ddd;
  border-radius: 6px;
  padding: 30px 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  animation: menuFadeIn 1s ease;
}

.wishlist{
  width: 100%;
  max-width: 800px;
  margin: 40px auto;
  background-color: #f8f8f8;
  border: 2px solid #ddd;
  border-radius: 6px;
  padding: 30px 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  animation: menuFadeIn 1s ease;

}

.carrito-lista {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
  overflow: hidden;
}

.carrito-lista li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  font-size: 1rem;
  color: #333;
}
.wishlist-contenido h2{
  font-size: 32px;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
}
.carrito-contenido h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
}

#carrito-lista .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  color: #444;
}

.carrito-resumen {
  margin-top: 30px;
  text-align: center;
}

#carrito-total {
  font-size: 24px;
  color: #28a745;
  font-weight: bold;
}

/* ========== FOOTER & TABLES ========== */
.footerindex{
  color: #fff;
  display: flex;
  margin-top: 40px;
  text-align: center;
  width: 100%;
}

.footer {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  width: 100%;
  padding-bottom: initial;
}
.footer table {
  border-collapse: collapse;
}
.footer th,
.footer td {
  border: 1px solid #ccc;
  padding: 5px 10px;
  text-align: center;
  font-size: 14px;
}
.copyright {
  text-align: center;
  padding: 20px 0;
  background-color: #717070;
  color: #fff;
  text-transform: uppercase;
  font-weight: lighter;
  letter-spacing: 2px;
}

.input-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.input-group label {
  font-weight: 600;
  margin-bottom: 6px;
  color: #555;
}

.input-group input,
.input-group textarea {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}
.input-group input:focus,
.input-group textarea:focus {
  border-color: #9c27b0;
  outline: none;
}


/* ========== RESPONSIVE ========== */
/* ░░░ RESPONSIVE SETTINGS ░░░ */
/* Tablet: 2 por fila */
@media (max-width: 1024px) {
    .thumbnail,
    .thumbnail2 {
    flex: 1 1 45%;
    max-width: 45%;
  }
  .social-buttons{
display:none;
  }
  .menu-toggle {
    width: flex;
    font-size: clamp(17px, 2vw, 10px);
    margin-right:10px;
    margin-left: 10;
  }
  .menu-content {
    width: 50%;
  }
  .menu-content button {
    font-size: 100%;
    padding: 5px 10px ;
  }
}
/* Móvil: 1 por fila */
@media (max-width: 767px) 
{


  .header {
    display: flex;
    flex-direction: row; /* Cambia de column a row */
    align-items: center;
    justify-content: flex-start;
    padding: 6px 8px;
    height: 176px; /* Más compacto */
    gap: 5px; /* Espacio entre elementos */
  }
.thumbnail2 {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 15px;
    margin-bottom: 20px;
  }

  .thumbnail2 img.cards {
    width: 100%;
    height: auto;
    border-radius: 6px;
  }

  .thumbnail2 h4,
  .thumbnail2 p {
    font-size: 1rem;
    margin: 5px 0;
  }

.dimensiones {
    font-size: 0.5rem;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    overflow-x: auto;
    display: block;
    margin-top: 10px;
  }

  .dimensiones th {
    background-color: #f0f0f0;
    font-weight: 600;
  }

  .dimensiones th,
  .dimensiones td {
    padding: 10px;
    white-space: nowrap;
    text-align: center;
  }

  .carrito-count {
    top: -4px;
    right: -4px;
    width: 16px;
    height: 16px;
    font-size: 10px;
  }
  .vaciarcarrito {
    width: 35%;
    box-sizing: border-box;
    color: #fff;
    font-size: clamp(15px, 2vw, 11px);
    padding-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .header-left,
  .header-center,
  .header-right {
    justify-content: center;
    margin-bottom: 8px;
    width: 100%;
  }
  
  .contact-button {
    width: 35%;
    box-sizing: border-box;
    color: #fff;
    font-size: clamp(15px, 2vw, 11px);
    letter-spacing: clamp(1px, 0.5vw, 2px);
    padding-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .menu-toggle {
  width: 100%;
  margin: 0;
  align-self: last baseline;
  border: 4px solid #ccc;
  border-radius: 4px;
  }
  .menu-content {
    width: 180%;
  }
  .menu-content button {
    font-size: 100%;
    padding: 5px 10px ;
  }
  
  .social-buttons {
    justify-content: center;
    padding: 2px 10px ;
    gap: 4px;
    margin: 2px 0 0 0;
  }
  .homebutton2 {
    margin-top: 2;
    margin-bottom: 2;
    margin-left: 2;
    margin-right: 2;
  }
  .clamp-text,
  .text_column {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .intro {
    background-position: center;
    background-size: cover;
    padding: 340px 0 565px;
  }
  .gallery {
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .clamp-text,
    .text_column {
    display: block;
    overflow: visible;
  }
  .thumbnail {
    flex: 1 1 47%;
    max-width: 47%;
  }
  .thumbnail2 {
    flex: 1 1 47%;
    max-width: 47%;
  }
  .column {
    width: 100%;
    padding: 40px 20px;
    text-align: justify; /* Si quieres mejorar la legibilidad */
  }
  .profile,
  .text_column {
    width: 100%;
    float: none;
  }
  .cards,
  .cards2 {
    height: auto;
  }
  .homebutton2{
    display:none
    
}
  .welcome {
    width: 80%;
    text-align: center;
  }
  .header {
   display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
   align-items: center;
}
  }
  .logo {
    font-size: 25px;
    letter-spacing: 2px;
    text-align: center;
    padding: 0;
  }


.social-buttons {
    margin-top: 2px;
    gap: 9px;
  }
.socialbutton {
    width: 24px;
  }

.carousel-column {
    width: 50%;
    padding: 40px;

}

.panel-compra {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #fff;
  border: 2px solid #0f7d9e;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  z-index: 999;
}
.panel-compra button {
  margin: 4px;
  padding: 6px 12px;
  font-size: 14px;
}


/* ░░░ ANIMACIONES PERSONALIZADAS ░░░ */
@keyframes menuFadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  60% {
    opacity: 0.6;
    transform: translateY(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
 @keyframes fadeinSlide {
  0% {
    opacity: 0;
    transform: translate(-50%, 10px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
