/**
 * MatzApp - Estilos de las paginas legales
 * Terminos y condiciones, Privacidad, Garantias, Cambios y devoluciones.
 * Paleta MATZ: navy #2e448e / acero #476faa
 */

.matz-legal {
    max-width: 900px;
    margin: 0 auto;
    padding: 10px 0 40px;
    color: #3a4250;
    font-size: 15px;
    line-height: 1.75;
}

.matz-legal p {
    margin: 0 0 16px;
}

/* ---- Cabecera de identificacion ---- */
.matz-legal-cabecera {
    background: #f6f8fc;
    border-left: 4px solid #2e448e;
    border-radius: 0 6px 6px 0;
    padding: 18px 22px;
    margin-bottom: 34px;
}

.matz-legal-cabecera p {
    margin: 0;
}

.matz-legal-empresa {
    color: #2e448e;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .3px;
}

.matz-legal-vigencia {
    color: #6b7688;
    font-size: 13px;
    margin-top: 4px !important;
}

/* ---- Titulos ---- */
.matz-legal h2 {
    color: #2e448e;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.35;
    margin: 38px 0 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e6ebf5;
}

.matz-legal h2:first-of-type {
    margin-top: 0;
}

.matz-legal h3 {
    color: #476faa;
    font-size: 17px;
    font-weight: 700;
    margin: 26px 0 12px;
}

/* ---- Listas ---- */
.matz-legal ul,
.matz-legal ol {
    margin: 0 0 18px;
    padding-left: 22px;
}

.matz-legal li {
    margin-bottom: 9px;
}

.matz-legal ul > li {
    list-style: none;
    position: relative;
    padding-left: 18px;
}

.matz-legal ul > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #476faa;
}

.matz-legal ol.matz-legal-lista {
    counter-reset: matzli;
    list-style: none;
    padding-left: 0;
}

.matz-legal ol.matz-legal-lista > li {
    counter-increment: matzli;
    position: relative;
    padding-left: 38px;
    margin-bottom: 12px;
}

.matz-legal ol.matz-legal-lista > li:before {
    content: counter(matzli);
    position: absolute;
    left: 0;
    top: 2px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    background: #2e448e;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

/* ---- Definiciones ---- */
.matz-legal-def {
    margin: 0 0 20px;
}

.matz-legal-def dt {
    color: #2e448e;
    font-weight: 700;
    font-size: 15px;
    margin-top: 16px;
}

.matz-legal-def dd {
    margin: 4px 0 0;
    padding-left: 16px;
    border-left: 2px solid #e6ebf5;
    color: #56606f;
}

/* ---- Bloques destacados ---- */
.matz-legal-destacado {
    background: #f6f8fc;
    border: 1px solid #e0e7f3;
    border-radius: 6px;
    padding: 18px 22px;
    margin: 0 0 24px;
}

.matz-legal-destacado p:last-child,
.matz-legal-destacado ul:last-child {
    margin-bottom: 0;
}

.matz-legal-aviso {
    background: #fff8f0;
    border-left: 4px solid #e8933a;
    border-radius: 0 6px 6px 0;
    padding: 16px 22px;
    margin: 0 0 24px;
}

.matz-legal-aviso p:last-child {
    margin-bottom: 0;
}

/* ---- Tabla resumen ---- */
.matz-legal-tabla-wrap {
    overflow-x: auto;
    margin: 0 0 30px;
    -webkit-overflow-scrolling: touch;
}

.matz-legal-tabla {
    width: 100%;
    min-width: 460px;
    border-collapse: collapse;
    font-size: 14px;
}

.matz-legal-tabla th {
    background: #2e448e;
    color: #fff;
    font-weight: 700;
    text-align: left;
    padding: 12px 14px;
}

.matz-legal-tabla td {
    padding: 12px 14px;
    border-bottom: 1px solid #e6ebf5;
    vertical-align: top;
}

.matz-legal-tabla tbody tr:nth-child(odd) td {
    background: #f9fbfe;
}

.matz-legal-tabla td:last-child {
    color: #2e448e;
    font-weight: 700;
    white-space: nowrap;
}

/* ---- Tarjeta de contacto ---- */
.matz-legal-contacto {
    background: #2e448e;
    color: #fff;
    border-radius: 8px;
    padding: 24px 26px;
    margin: 40px 0 0;
}

.matz-legal-contacto h3 {
    color: #fff;
    margin: 0 0 14px;
    font-size: 18px;
}

.matz-legal-contacto ul {
    margin-bottom: 14px;
}

.matz-legal-contacto ul > li:before {
    background: #9db0c9;
}

.matz-legal-contacto p:last-child {
    margin-bottom: 0;
}

.matz-legal-contacto a,
.matz-legal-contacto strong {
    color: #fff;
}

.matz-legal-contacto a {
    text-decoration: underline;
}

.matz-legal-contacto a:hover {
    color: #d8e2f2;
}

/* ---- Enlaces ---- */
.matz-legal a {
    color: #2e448e;
    text-decoration: underline;
}

.matz-legal a:hover {
    color: #20305f;
}

.matz-legal-vigencia-final {
    margin-top: 30px;
    padding-top: 16px;
    border-top: 1px solid #e6ebf5;
    color: #6b7688;
    font-style: italic;
    font-size: 14px;
}

/* ---- Movil ---- */
@media (max-width: 767px) {
    .matz-legal {
        font-size: 14.5px;
        padding-bottom: 24px;
    }

    .matz-legal h2 {
        font-size: 19px;
        margin-top: 30px;
    }

    .matz-legal h3 {
        font-size: 16px;
    }

    .matz-legal-cabecera,
    .matz-legal-destacado,
    .matz-legal-aviso {
        padding-left: 16px;
        padding-right: 16px;
    }

    .matz-legal-contacto {
        padding: 20px 18px;
    }

    .matz-legal-def dd {
        padding-left: 12px;
    }
}
