/**
 * InfoVentas - CSS Personalizado Generado Automáticamente
 * Generado el: 2025-06-03 22:06:53
 */

:root {
    --primary-color: #e30613;
    --primary-light: #ff3946;
    --primary-dark: #b00000;
    --text-color: #333333;
    --white: #ffffff;
    --border-color: #e1e1e1;
    --box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    --border-radius: 8px;
}

body {
    background-color: #ffffff !important;
    color: #333333 !important;
}

.product-card {
    background-color: #ffffff !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 8px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease !important;
}

.featured-categories,
.featured-products,
.advantages {
    background-color: #ffffff !important;
}

.category-card,
.advantage-card,
.testimonial-card {
    background-color: #ffffff !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 8px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}

.product-info h3,
.category-card h3,
.advantage-card h3,
.testimonial-card h4 {
    color: #333333 !important;
}

.section-title,
.featured-products h2,
.featured-categories h2,
.advantages h2,
.testimonials h2,
.products-header h3 {
    color: #e30613 !important;
}

.contact-hero h2,
.hero h1,
.banner h1,
.banner h2 {
    color: #ffffff !important;
}

.current-price,
.product-price .current-price {
    color: #e30613 !important;
}

.primary-btn,
.btn.primary-btn {
    background-color: #e30613 !important;
    border-radius: 8px !important;
}

.primary-btn:hover,
.btn.primary-btn:hover {
    background-color: #b00000 !important;
}

