/* Estilo general del carrusel */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=GFS+Didot&display=swap');
body{
    font-family: "Manrope", sans-serif !important;
}
.textos{
    font-weight: 500;
}
.nombres{
    font-weight: 700;
}
.text-primary{
    color:#A83C34 !important;
}
.accordion-button:not(.collapsed) {
    color:#A83C34 !important;   
}
.accordion-button{
    color: #717171;
}

.overlay-content {
    position: absolute;
    font-family: "Georgia", serif;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 50px;
    text-align: left;
}

/* Sección izquierda */
.left {
    flex: 1;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.left h1 {
    color: white !important;
    font-size: 9rem;
    line-height: 1;
    margin-bottom: 20px;
}

.discount {
    text-transform: none;
    font-size: 3.5rem;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    color: white;
    margin-bottom: 50px;
}

/* Sección derecha */
.right {
    flex: 1;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/* FECHA */
.date {
    font-family: "Playfair Display", serif;
    font-size: 4.5rem;
    line-height: 1.2;
    color: white;
    margin-bottom: auto;
}

/* FW25 y Colección */
.fw25 {
    font-family: "Playfair Display", serif;
    font-size: 5.5rem;
    font-weight: normal;
    color: white;
    margin-top: auto;
    margin-bottom: 10px;
}

.fw25 .numeros_prev {
    font-size: 7rem;
}

.collection {
    font-size: 2rem;
    color: white;
    margin-bottom: 0;
}
#mobile{
    display: none;
}
#descktop{
    display: block;
}

/* RESPONSIVE DESIGN PARA MOBILE */
@media screen and (max-width: 768px) {
    .overlay-content {
        flex-direction: column;
        align-items: flex-start; /* Alinea todo el contenido a la izquierda */
        text-align: left;
        padding: 10px 20px; /* Asegura espacio a la izquierda */
    }

    /* AJUSTE DE IMAGEN DE FONDO EN MOBILE */
    .background-image {
        object-position: 8% center; /* Mueve el enfoque de la imagen hacia la izquierda */
    }

    /* POSICIONAR TEXTOS COMO EN LA IMAGEN MOBILE */
    .left {
        align-items: flex-start; /* Asegura que todo quede a la izquierda */
        width: 100%;
        position: absolute;
        top: 10%;
    }

    #mobile {
        display: block !important;
    }

    #descktop {
        display: none !important;
        visibility: hidden;
    }

    .left h1 {
        font-size: 6rem;
        text-align: left;
        font-weight: bolder;
        margin-bottom: 10px;
        padding-left: 10px; /* Ajusta la posición sin usar margin-right */
    }

    .discount {
        font-size: 2rem;
        padding-left: 10px; /* Ajusta la alineación sin margin-right */
        margin-bottom: 20px;
    }

    .date {
        font-size: 2.8rem;
        position: relative;
        top: 55%;
        padding-top: 15px;
        padding-left: 10px; /* Asegura que siga alineado */
    }

    .fw25 {
        font-size: 2.5rem !important;
        position: absolute;
        bottom: 8%;
        padding-left: 10px; /* Mantiene la alineación */
    }

    .fw25 .numeros_prev {
        font-size: 3.5rem;
    }

    .collection {
        font-size: 1.6rem;
        position: absolute;
        bottom: 5%;
        padding-left: 10px; /* Alinea con el resto del contenido */
    }
}


/*
.product-banner {
    top: 0; 
    left: 0;
    background: rgba(255, 193, 7, 0.918); 
    color: #000; 
    z-index: 1; 
    font-size: 16px;
}

.product-badge {
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 20px; /
    border-radius: 5px;
    background-color: transparent; 
} */
 
.small-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 3px;
    z-index: 10;
}

.product-badge {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
}




.whatsapp-link {
    color: #25D366; /* Color verde de WhatsApp */
    text-decoration: underline;
    text-decoration-color: #25D366; /* Subrayado verde */
  }

  .whatsapp-link:hover {
    color: #128C7E; /* Color verde más oscuro al pasar el ratón */
    text-decoration-color: #128C7E;
  }
  .instagram-link {
    color: #E1306C; /* Color morado de Instagram */
    text-decoration: underline;
    text-decoration-color: #E1306C; /* Subrayado morado */
  }

  .instagram-link:hover {
    color: #C13584; /* Color morado más oscuro al pasar el ratón */
    text-decoration-color: #C13584;
  }

  .gmail-link {
    color: #D44638; /* Color rojo de Gmail */
    text-decoration: underline;
    text-decoration-color: #D44638; /* Subrayado rojo */
  }

  .gmail-link:hover {
    color: #B23121; /* Color rojo más oscuro al pasar el ratón */
    text-decoration-color: #B23121;
  }
      /* Imagen de portada para pantallas grandes */
      .portada-desktop {
        display: block;
        width: 100%;
        height: 100vh;
        object-fit: cover;
      }
  
      .text-overlay {
        position: absolute;
        top: 10%;
        left: 5%;
        width: 90%;
        /* text-align: left; */
        color: #FFFFFF;
    }
    /* Título principal */
    .title {
        font-size: 5.5em;
        width: 40%;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    /* Características */
    .features {
        margin-bottom: 25px;
        text-align: right;
        width: 50%;
        float: right;
    }

    .feature-box {
        display: inline-block;
        padding: 8px 15px;
        margin: 5px 0;
        border: 2px solid white;
        border-radius: 25px;
        font-size: 2.3em;
        font-weight: normal;
        line-height: 1.2;
        color: white;
    }

    /* Marca */
    .brand {
        font-size: 2.2em;
        font-weight: bold;
        display: inline-block;
        color: white;
        text-align: right;
        width: 100%;
        padding-top: 8%;
    }
   
/* Aseguramos que las columnas tengan el mismo tamaño */
.container-lg {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .logo-container,
  .nombre-container,
  .menu-container {
    flex-grow: 1; /* Cada bloque crece de manera equitativa */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .logo-container {
    justify-content: flex-start; /* Alinea el logo a la izquierda */
  }
  
  .menu-container {
    justify-content: flex-end; /* Alinea el menú a la derecha */
  }
  
.carousel {
    position: relative;
    overflow: hidden;

    max-width: 800px;
    margin: auto;

}

.slides {
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    min-width: 100%; /* Cada slide ocupa el 100% del contenedor */
}

.slide img {
    width: 100%; /* La imagen se ajusta al contenedor */
}

/* Estilos para los puntitos */
.indicators {
    text-align: center;
    padding: 10px 0;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: #bbb; /* Color de los puntitos inactivos */
    border-radius: 50%; /* Forma circular */
    display: inline-block;
    cursor: pointer; /* Cursor de puntero para indicar que es clickeable */
    transition: background-color 0.3s; /* Suaviza la transición del color */
}

.dot.active {
    background-color: #717171; /* Color de los puntitos activos */
}

/* Estilo para el nombre */
.nombre {
    font-weight: bold;
    font-family: "Manrope", sans-serif !important;
    font-size: 40px;
    text-align: center;
    margin-top: 20px;
}

#contenedor-logo img{
    width: 20%;
}
.mini-cart-item{
margin-bottom: 4%;
}
/* Responsividad para dispositivos móviles */
@media only screen and (max-width: 768px) {
    #contacto_link{
        display: none;
    }
    /* El nombre se achica proporcionalmente en móviles */
    .nombre {
        font-size: 28px; /* Ajusta el tamaño de la fuente en pantallas más pequeñas */
    }
}
@media only screen and (max-width: 780px) {
    .nombre {
        display: none;
    }
    #contenedor-logo img{
        width: 30%;
    }

}
@media only screen and (max-width: 480px) {
    /* Más reducción para pantallas muy pequeñas */
    .nombre {
        display: none;
    }
    h2{
        font-size: 15px !important;
        letter-spacing: 0 !important;
    }
    .btn-right a{
        font-size: 12px !important;
    }
    #navbar li{
        font-size: 12px !important;
    }
    #contenedor-logo img{
        width: 50%;
    }
}

.carousel-control-prev-icon {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.carousel-control-prev-icon::after,
.carousel-control-next-icon::after {
    color: white;
}

/* Configuración general del contenedor de productos */
.product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}
#carousel-inner-images{
  height: 450px;
}
/* Configuración del contenedor de imágenes con tamaño fijo */
.card-img {
    height: 320px; /* Tamaño fijo */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Imágenes del producto */
.card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 1475px) {
    .product-card {
        display: block !important;
    }

    .product-card img {
        max-width: 100%;
        height: auto;
    }

    /* Configuración de la imagen en pantallas medianas */
    .card-img {
        height: 300px; /* Tamaño ajustado */
    }

}
@media (max-width: 1175px) {
    .product-card {
        display: block !important;
    }

    .product-card img {
        max-width: 100%;
        height: auto;
    }

    /* Configuración de la imagen en pantallas medianas */
    .card-img {
        height: 250px; /* Tamaño ajustado */
    }

}
/* Ajustes responsivos */
@media (max-width: 768px) {
    .product-card {
        display: block !important;
    }

    .product-card img {
        max-width: 100%;
        height: auto;
    }

    /* Configuración de la imagen en pantallas medianas */
    .card-img {
        height: 230px; /* Tamaño ajustado */
    }
    #carousel-inner-images{
    height: 400px;
  }
}

/* Ajustar las tarjetas en pantallas móviles */
@media (max-width: 576px) {
    .product-card {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .card-img {
        width: 100%;
        display: block;
        text-align: center;
        height: 200px; /* Tamaño ajustado para pantallas móviles */
    }

    .card-img img {
        max-width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .cart-concern {
        bottom: 0;
    }

    .form-container {
        background: white;
        padding: 30px;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        max-width: 600px;
    }
    #carousel-inner-images{
    height: 350px;
  }
}

/* Asegurarse de que el carousel de las imágenes funcione correctamente */
.carousel-item img {
    object-fit: cover;
    width: 100%;
    height: auto;
}

/* Estilos del mensaje */
.carrito-mensaje {
    font-size: 0.875rem; /* Tamaño de texto más pequeño */
    padding: 0.5rem 1rem; /* Espacio interno adecuado */
    max-width: 90%; /* Limitar el ancho del mensaje */
    z-index: 1000; /* Colocar el mensaje sobre otros elementos */
    white-space: normal; /* Permitir salto de línea */
    word-wrap: break-word; /* Ajuste de palabras en caso de ser muy largas */
    text-align: center; /* Centrar el texto */
    border-radius: 0.25rem; /* Borde redondeado */
}

/* Ajuste para pantallas pequeñas */
@media (max-width: 576px) {
    .carrito-mensaje {
        font-size: 0.8rem;
        max-width: 100%; /* Ancho completo en móviles */
        padding: 0.3rem 0.6rem; /* Reducir padding en móviles */
    }
}

.icono-mercado-pago {
    width: 90px; /* Ajusta el tamaño según sea necesario */
    height: auto; /* Mantiene la proporción del ícono */
    margin-right: 8px; /* Espacio entre el ícono y el texto */
    vertical-align: middle; /* Alinea verticalmente el ícono con el texto */
}

.btn_c {
    padding: 12px 24px; /* Tamaño por defecto */
    font-size: 16px; /* Tamaño de fuente por defecto */
}

@media (max-width: 576px) { /* Dispositivos móviles */
    .btn_c {
        padding: 10px 20px; /* Tamaño más pequeño */
        font-size: 16px; /* Tamaño de fuente más pequeño */
    }
    #myModal .modal-content {
        max-height: 600px;
    }
    #content-cart h4 {
        font-size: 10px;
    }
}

@media (min-width: 577px) { /* Pantallas más grandes */
    .btn_c {
        padding: 12px 24px; /* Tamaño más grande */
        font-size: 18px; /* Tamaño de fuente más grande */
    }
}

.custom-li {
    cursor: pointer;
    width: 45%;
    padding: 15px;
    margin: auto;
    color: #212529;
    background-color: #dbdbdb;
}
.custom-li:hover {
    background-color: #e7e7e7;
}

#main-carousel{
  margin-bottom: 5%;
}
.imagen_slide{
  height: 700px !important;
  object-fit: cover;
}

/* Header fijo en la parte superior */
#header {
  position: sticky;  /* Esto hace que el header se quede fijo */
  top: 0;            /* Mantener el header en la parte superior */
  z-index: 1000;     /* Asegura que el header esté por encima de otros elementos */
  background-color: #fff; /* Si quieres un fondo blanco para el header (opcional) */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Sombra sutil para hacerlo destacar */
}

/* Opcional: para mejorar la visibilidad del texto cuando se hace scroll */
#header .site-header {
  position: relative; /* Asegura que el contenido de cabecera no se vea afectado */
}

/* Ajustes adicionales para el header si es necesario */
#header-nav {
  padding: 1rem 0; /* Puedes ajustar el padding según el diseño */
}

.category-card {
cursor: pointer;
          position: relative;
          color: white;
          border-radius: 8px;
          overflow: hidden;
          max-height: 270px;
      }
      .category-card img {
          width: 100%;
          height: 100%;
          object-fit: cover;
      }
      .category-text {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          background: rgba(0, 0, 0, 0.5); /* Fondo semitransparente */
          padding: 15px;
          text-align: center;
          font-size: 1.5em;
      }

/* Estilos generales para el contenedor de imágenes */
.carousel-item {
    position: relative;
    width: 100%;
  }
  
  .text-overlay-second {
    width: 85%;
    position: absolute;
    top: 10%;
    left: 10%;
    color: white;
    font-family: Arial, sans-serif;
  }
  
  .text-overlay-second h1 {
    color: white;
    font-size: 6em;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
  }
  
  .text-overlay-second p {
    float: right;
    text-align: right;
    color: #d7dce1;
    font-size: 1.8em;
    line-height: 1.5em;
    max-width: 600px;
    margin-top: 1em;
}
.wr{
    display: inline-block;
    width: 50%;
    float: inline-end;
    
}

@media (max-width: 768px) {
    .text-overlay-second h1 {
        font-size: 3em;
      }
      .text-overlay-second p {
        text-align: left;
        float: left;
        font-size: 0.9em;
        line-height: 1.5em;
        margin-top: 1em;
    }
    .text-overlay-second {
        top: 5%;
      }
      .wr{
        float: inline-start;
        margin-top: 20%;
        width: 80%;
      }
      
    .text-overlay {
        position: absolute;
        top: 5%;
        left: 10%;
        width: 80%;
        text-align: left;
        color: #FFFFFF;
    }

    /* Título principal */
    .title {
        width: 100%;
        font-size: 2.5em;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 30%;
    }

    /* Características */
    .features {
        margin-bottom: 25px;
        width: 100%;
    }

    .feature-box {
        display: inline-block;
        padding: 8px 15px;
        margin: 5px 0;
        border: 2px solid white;
        border-radius: 25px;
        font-size: 1em;
        font-weight: normal;
        line-height: 1.2;
        color: white;
    }

    /* Marca */
    .brand {
        font-size: 1.8em;
        font-weight: bold;
        margin-top: 30px;
        display: inline-block;
        color: white;
    }
   #carouselExample_fotosmain .carousel-item img{
        height: 100vh !important;
    }
}
