.bg-milante {
    background-color: #00b3b3;
}

.btn-milante {
    background-color: #00b3b3;
    color: white;
}

.btn-outline-milante {
    border: 1px solid #00b3b3;
    color: #00b3b3;
}

.btn-outline-milante:hover {
    background-color: #00b3b3;
    color: white;
}

.hero-milante {
    background: linear-gradient(135deg, #00b3b3, #008080);
}

.card-producto {
    transition: 0.3s;
}

.card-producto:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.product-img {
    height: 180px;
    object-fit: cover;
}
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: #25D366;
    color: white;
    font-size: 28px;
    padding: 15px 18px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    z-index: 999;
    transition: 0.3s;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    color: white;
}
