/* Colores y Gradientes Estilo Estimator360 */
:root {
    --primary-red: #e63946;
    --dark-red: #c02a35;
    --zinc-dark: #18181b;
}

.hero-gradient {
    background: linear-gradient(135deg, #f13d4b 0%, #b31925 100%);
}

.skew-bg {
    clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
}

/* Navegación */
.nav-link {
    transition: all 0.3s ease;
    padding-bottom: 4px;
}

.nav-link:hover {
    color: var(--primary-red);
}

.nav-link.active {
    color: var(--primary-red);
    border-bottom: 2px solid var(--primary-red);
}

.logo-container {
    width: 160px;
    height: 45px;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Tarjetas de Producto */
.product-card {
    background: white;
    color: #333;
    padding: 1rem 2rem;
    border-radius: 4px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    position: relative;
}

.product-card.featured {
    border: 1px solid var(--primary-red);
    overflow: hidden;
}

.card-category {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.75rem;
    font-weight: 700;
    color: #999;
}

.card-title {
    font-size: 1.875rem;
    font-weight: 800;
    color: var(--primary-red);
    margin-top: 0.5rem;
}

.divider {
    height: 250px;
    width: 250px;
    background: var(--primary-red);
    margin: 2rem auto;
    margin-bottom: 5rem;
}

.card-btn {
    width: 100%;
    background: var(--primary-red);
    color: white;
    padding: 0.75rem;
    border-radius: 4px;
    font-weight: 700;
    transition: background 0.3s;
}

.card-btn:hover {
    background: var(--dark-red);
}

.video {
    display: flex;
    justify-content: center;
    align-items: center;
}
.py-24 {
    padding: 2rem;
}
/* Footer y Otros */
.footer-head {
    font-weight: 800;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
    color: #333;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    font-size: 0.875rem;
    color: #777;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: var(--primary-red);
}

.stat-item p {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #71717a;
    margin-top: 0.5rem;
    letter-spacing: 0.05em;
}

/*salud*/
.conatiner-salud {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Slider Core */
.slider2 {
    scroll-behavior: smooth; /* Hace que el salto entre IDs sea animado */
    -webkit-overflow-scrolling: touch;
}

/* Ocultar barra de scroll para estética */
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}
.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Estilo de los botones numéricos */
.slide-nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid white;
    border-radius: 50%;
    font-weight: bold;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.slide-nav-item:hover {
    background: white;
    color: var(--primary-red);
}

/* Ajuste de imágenes dentro del slide */
.slider2 li {
    min-height: 300px; /* Altura mínima para que no colapse */
}

.slider2 img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 15px rgba(0,0,0,0.1));
}


/*Dulces*/
.sub-menu {
    position: sticky; /* Se queda pegado arriba al hacer scroll */
    top: 80px;
    background: #000; /* El color negro que pediste antes */
    padding: 1rem;
    display: flex;
    justify-content: center;
    gap: 20px;
    z-index: 1000;
}

.sub-menu a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

.sub-menu a:hover {
    color: #f13d4b; /* Color rojo al pasar el mouse */
}

.product-card-dulce {
    background: rgba(255, 255, 255, 0.8); /* Blanco con 80% de opacidad */
    backdrop-filter: blur(10px);          /* Desenfoque del fondo rojo */
    -webkit-backdrop-filter: blur(10px);
    color: #333;
    padding: 1.5rem;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.3); /* Borde sutil */
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
}

.divider-dulce-2, .divider-dulce-4 {
    display: flex;           /* Activa flexbox */
    flex-direction: column;  /* Apila los elementos (imagen arriba, texto abajo) */
    align-items: center;     /* Centra horizontalmente imagen y texto */
    text-align: center;      /* Centra el texto en sus propias líneas */
    width: 250px;
}

.divider-dulce-2 img, .divider-dulce-4 img {
    max-width: 100px;         /* Evita que la imagen se salga del contenedor */
    height: auto;
    margin-bottom: 15px;     /* Espacio entre la imagen y el texto */
    border-radius: 4px;
}

.divider-dulce-2 p {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.2;
}

/*Dulces*/
.divider-dulce-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
}
.divider-dulce-3 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.divider-dulce-4 {
    display: flex;             /* Activa el modo flex */
    justify-content: center;    /* Centra horizontalmente */
    align-items: center;        /* Centra verticalmente */
    width: 300px;               /* Un ancho fijo o mayor para notar el centrado */
    height: 300px;              /* Un alto fijo para notar el centrado vertical */
    overflow: hidden;           /* Evita que la imagen se salga si es muy grande */
}

.divider-dulce-4 img {
    max-width: 200px;            /* La imagen no superará el ancho del padre */
    height: 250px;               /* Mantiene la proporción */
    display: block;             /* Elimina el espacio extra debajo de las imágenes */
}

.hero-gradient-2 {
    background: linear-gradient(135deg, #f13d4b 0%, #b31925 100%);
}

.skew-bg-2 {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}
 .hero-gradient-black {
    background: linear-gradient(135deg, #2c2c2c 0%, #000000 100%);
 }
 .skew-bg-3 {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}
 .divider-dulce-5 img{
    width: 100%;
 }
.product-card-dulce-6 img {
    width: 100%;
    height: 100%;
}

/*Contacto*/
.divider-contacto {
    display: flex;
    justify-content: center;
    align-items: center;
}
.divider-contacto img {
    max-width: 250px;
    padding: 10px;
}