﻿/* ========== PRODUCTO HERO ========== */
.producto-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 420px;
    display: flex;
    align-items: center;
    padding: 90px 0 70px;
}

.producto-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10, 35, 65, 0.82);
}

.producto-hero-content {
    position: relative;
    z-index: 2;
}

.producto-badge {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    color: #a8d8ea;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 18px;
    border-radius: 20px;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    .producto-badge i {
        margin-right: 6px;
    }

.producto-hero h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
}

.producto-hero .lead {
    color: rgba(255,255,255,0.9);
    font-size: 17px;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto 25px;
}

/* ========== PROPUESTA DE VALOR ========== */
.section-propuesta {
    padding: 60px 0;
    background: #fff;
}

.propuesta-item {
    text-align: center;
    padding: 25px 15px;
    margin-bottom: 20px;
}

    .propuesta-item i {
        font-size: 40px;
        color: #1a3a5c;
        margin-bottom: 14px;
    }

    .propuesta-item h3 {
        font-size: 18px;
        font-weight: 700;
        color: #1a3a5c;
        margin-bottom: 10px;
    }

    .propuesta-item p {
        font-size: 14px;
        color: #666;
        line-height: 1.7;
    }

/* ========== FUNCIONALIDADES (PRODUCTO) ========== */
.section-funcionalidades {
    padding: 60px 0;
    background: #f5f8fb;
}

.func-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    padding: 22px 18px;
    margin-bottom: 20px;
    min-height: 220px;
    transition: all 0.3s ease;
}

    .func-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.08);
        border-color: #1a3a5c;
    }

.func-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 12px;
}

    .func-icon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.func-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: #1a3a5c;
    margin-bottom: 4px;
}

.func-subtitle {
    font-size: 12px;
    color: #888;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
}

.func-card > p:last-child {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

/* ========== BENEFICIOS ========== */
.section-beneficios {
    padding: 60px 0;
    background: #fff;
}

.beneficios-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .beneficios-list li {
        font-size: 15px;
        color: #444;
        padding: 10px 0;
        border-bottom: 1px solid #f0f0f0;
        line-height: 1.6;
    }

        .beneficios-list li:last-child {
            border-bottom: none;
        }

        .beneficios-list li i {
            color: #27ae60;
            margin-right: 10px;
        }

/* ========== NUBE / SaaS ========== */
.section-nube {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}

.section-nube-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10, 35, 65, 0.88);
}

.section-nube-content {
    position: relative;
    z-index: 2;
}

.section-nube h2,
.section-nube .lead {
    color: #fff;
}

.section-nube .lead {
    color: rgba(255,255,255,0.8);
}

.nube-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .nube-list li {
        font-size: 15px;
        color: rgba(255,255,255,0.9);
        padding: 10px 0;
        border-bottom: 1px solid rgba(255,255,255,0.12);
        line-height: 1.6;
    }

        .nube-list li:last-child {
            border-bottom: none;
        }

        .nube-list li i {
            color: #a8d8ea;
            width: 22px;
            margin-right: 8px;
        }

/* ========== SERVICIOS PERSONALIZADOS ========== */
.section-serv-personalizados {
    padding: 60px 0;
    background: #f5f8fb;
}

.serv-pers-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    padding: 25px;
    margin-bottom: 20px;
    min-height: 200px;
}

    .serv-pers-card h3 {
        font-size: 18px;
        font-weight: 700;
        color: #1a3a5c;
        margin-bottom: 14px;
    }

        .serv-pers-card h3 i {
            margin-right: 8px;
            color: #2c5f8a;
        }

    .serv-pers-card ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .serv-pers-card ul li {
            font-size: 14px;
            color: #555;
            padding: 6px 0 6px 20px;
            position: relative;
            border-bottom: 1px solid #f0f0f0;
        }

            .serv-pers-card ul li:last-child {
                border-bottom: none;
            }

            .serv-pers-card ul li::before {
                content: "\f00c";
                font-family: FontAwesome;
                position: absolute;
                left: 0;
                color: #27ae60;
                font-size: 12px;
            }

@media (max-width: 767px) {
    .producto-hero {
        min-height: 350px;
        padding: 70px 0 50px;
    }

        .producto-hero h1 {
            font-size: 24px;
        }

    .func-card {
        min-height: auto;
    }
}



/* ========== VERSIONES (Escritorio / Web) ========== */
.section-versiones {
    padding: 60px 0;
    background: #fff;
}

.version-card {
    background: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    padding: 30px 25px;
    margin-bottom: 20px;
    text-align: center;
    min-height: 220px;
    transition: all 0.3s ease;
    position: relative;
}

    .version-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    }

.version-card-destacada {
    border-color: #1a3a5c;
    background: #f5f8fb;
}

.version-recomendada {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #27ae60;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 14px;
    border-radius: 12px;
}

.version-icon {
    margin-bottom: 15px;
}

    .version-icon i {
        font-size: 40px;
        color: #1a3a5c;
    }

.version-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a3a5c;
    margin-bottom: 10px;
}

.version-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

/* ========== AUDIENCIA QMS ========== */
.section-audiencia-qms {
    padding: 50px 0 30px;
    background: #fff;
}

.audiencia-qms-item {
    padding: 20px 10px;
    margin-bottom: 20px;
}

    .audiencia-qms-item i {
        font-size: 36px;
        color: #1a3a5c;
        margin-bottom: 12px;
    }

    .audiencia-qms-item h3 {
        font-size: 15px;
        font-weight: 700;
        color: #333;
    }

/* ========== MULTI-NORMA ========== */
.section-multinorma {
    padding: 60px 0;
    background: #fff;
}

/* ========== BENEFICIOS CALIDAD ========== */
.section-beneficios-calidad {
    padding: 60px 0;
    background: #f5f8fb;
}

/* ========== QMS STEPS (dentro de section-nube) ========== */
.qms-step {
    padding: 20px 15px;
}

    .qms-step h3 {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .qms-step p {
        color: rgba(255,255,255,0.85);
        font-size: 14px;
        line-height: 1.6;
    }