﻿body {
    font-family: 'Roboto', sans-serif;
    background-color: #f5f5f5;
}


h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

/* NAVBAR */
.navbar-industrial {
    background-color: #1f1f1f;
    border-bottom: 3px solid #f39c12;
}

    .navbar-industrial .nav-link {
        color: #e0e0e0;
    }

        .navbar-industrial .nav-link:hover {
            color: #f39c12;
        }

/* FOOTER */
.footer-industrial {
    background-color: #1f1f1f;
    color: #ccc;
}

.footer-title {
    color: #f39c12;
    margin-bottom: 15px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

    .footer-links li a {
        color: #ccc;
        text-decoration: none;
    }

        .footer-links li a:hover {
            color: #f39c12;
        }

.footer-bottom {
    background-color: #151515;
    color: #888;
    font-size: 14px;
}

/* LOGO NAVBAR */
.logo-navbar {
    height: 45px;
    width: auto;
}

.brand-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 18px;
}

/* NAVBAR ITEM ACTIVO */
.navbar-industrial .nav-link.active {
    color: #f39c12 !important;
    font-weight: 700;
    position: relative;
}

    .navbar-industrial .nav-link.active::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -6px;
        width: 100%;
        height: 3px;
        background-color: #f39c12;
    }

/* ========================= */
/* BOTÓN INDUSTRIAL PRINCIPAL */
/* ========================= */
.btn-industrial {
    background-color: #f39c12;
    border: 2px solid #f39c12;
    color: #1f1f1f;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 28px;
    transition: all 0.3s ease;
}

    .btn-industrial:hover {
        background-color: transparent;
        color: #f39c12;
        border-color: #f39c12;
    }

/* ========================= */
/* SECCIÓN DIFERENCIALES */
/* ========================= */

.section-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #1f1f1f;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-subtitle {
    color: #6c757d;
    font-size: 16px;
    margin-top: 10px;
}

/* Feature Box */
.feature-box {
    background-color: #ffffff;
    padding: 35px 25px;
    border-radius: 8px;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

    /* Iconos */
    .feature-box i {
        font-size: 42px;
        color: #f39c12;
        margin-bottom: 20px;
    }

    /* Títulos */
    .feature-box h4 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        margin-bottom: 12px;
        color: #1f1f1f;
    }

    /* Texto */
    .feature-box p {
        color: #555;
        line-height: 1.6;
    }

.card-img-wrapper {
    height: 220px; /* MISMO ALTO PARA TODAS */
    background-color: #ffffff; /* Fondo neutro industrial */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .card-img-wrapper img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain; /* NO DEFORMA */
    }

/* ========================= */
/* CARD INDUSTRIAL */
/* ========================= */

.card-industrial {
    border: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.card-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

/* ========================= */
/* SECCIÓN REDES SOCIALES */
/* ========================= */

.social-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px;
    border-radius: 6px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
}

    /* WhatsApp */
    .social-card.whatsapp {
        background-color: #25d366;
        color: #ffffff;
    }

        .social-card.whatsapp:hover {
            background-color: #1ebe5d;
            color: #ffffff;
        }

    /* Facebook */
    .social-card.facebook {
        background-color: #1877f2;
        color: #ffffff;
    }

        .social-card.facebook:hover {
            background-color: #125ecb;
            color: #ffffff;
        }

    /* Iconos */
    .social-card i {
        font-size: 28px;
    }

/* ========================= */
/* CONTACT STRIP */
/* ========================= */

.contact-strip {
    padding: 18px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* Info contacto */
.contact-info {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    font-size: 14px;
}

    .contact-info span {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #dddddd;
    }

    .contact-info i {
        color: #f39c12;
    }

/* Redes sociales */
.social-links {
    display: inline-flex;
    gap: 12px;
}

.social-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ffffff;
    background-color: rgba(255,255,255,0.1);
    transition: all 0.3s ease;
}

    /* Hover elegante */
    .social-icon:hover {
        background-color: #f39c12;
        color: #1f1f1f;
    }

    /* Colores sutiles (opcional) */
    .social-icon.whatsapp:hover {
        background-color: #25d366;
        color: #ffffff;
    }

    .social-icon.facebook:hover {
        background-color: #1877f2;
        color: #ffffff;
    }

/* ========================= */
/* CONTACTO & UBICACIÓN */
/* ========================= */

.contact-location {
    background-color: #f8f9fa;
}

/* Caja de datos */
.contact-box {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

    .contact-box p {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 15px;
        margin-bottom: 12px;
        color: #333;
    }

    .contact-box i {
        color: #f39c12;
        font-size: 18px;
    }

    .contact-box a {
        color: #333;
        text-decoration: none;
    }

        .contact-box a:hover {
            text-decoration: underline;
        }

/* Iconos redes */
.contact-icons {
    display: flex;
    gap: 12px;
}

    .contact-icons a {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #e9ecef;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #1f1f1f;
        font-size: 18px;
        transition: all 0.3s ease;
    }

        .contact-icons a:hover {
            background-color: #f39c12;
            color: #ffffff;
        }

/* Mapa */
.map-wrapper {
    width: 100%;
    height: 100%;
    min-height: 260px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

    .map-wrapper iframe {
        width: 100%;
        height: 100%;
        border: 0;
    }

/* ========================= */
/* MAPA */
/* ========================= */

.map-container {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* ========================= */
/* SOCIAL ICONS */
/* ========================= */

.social-icons {
    display: flex;
    gap: 12px;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f1f1f;
    transition: all 0.3s ease;
    text-decoration: none;
}

    .social-icon:hover {
        background-color: #f39c12;
        color: #ffffff;
    }

    /* Colores específicos */
    .social-icon.whatsapp:hover {
        background-color: #25d366;
    }

    .social-icon.facebook:hover {
        background-color: #1877f2;
    }

    .social-icon.instagram:hover {
        background-color: #c13584;
    }


/* ========================= */
/* FORMULARIO CONTACTO */
/* ========================= */

.contact-form-box {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}


/* ========================= */
/* EMPRESA */
/* ========================= */

.empresa-img-box {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

    .empresa-img-box img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }


/* ========================= */
/* PRODUCTOS */
/* ========================= */

.category-card {
    border: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: transform .2s ease;
}

    .category-card:hover {
        transform: translateY(-4px);
    }

    .category-card img {
        height: 220px;
        object-fit: cover;
    }

.img-producto {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.product-img {
    height: 220px;
    object-fit: cover;
}

.card-industrial {
    border: 1px solid #dee2e6;
    border-radius: 6px;
}

