   /* Estilos Generales */
       
        body {
            font-family: 'Segoe UI', Arial, sans-serif;
            line-height: 1.7;
            color: #333333;
            background-color: #f8f9fa;
            
        }

        .contenedor-principal {
            max-width: 900px;
            margin: 30px auto;
            background: #ffffff;
            padding: 40px;
            border-radius: 12px;
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
        }

        .contenedor-principal h1 {
            text-align: center;
            color: #d63031;
            font-size: 2em;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .fecha-vigencia {
            text-align: center;
            color: #636e72;
            font-style: italic;
            margin-bottom: 40px;
            padding-bottom: 15px;
            border-bottom: 1px solid #e0e0e0;
        }

        section {
            margin-bottom: 35px;
        }

        .contenedor-principal h2 {
            color: #2d3436;
            font-size: 1.3em;
            background-color: #f1f2f6;
            padding: 10px 15px;
            border-left: 5px solid #d63031;
            border-radius: 4px;
            margin-bottom: 15px;
        }

        .contenedor-principal p {
            margin-bottom: 12px;
            font-size: 1em;
            text-align: justify;
        }

        ul {
            padding-left: 25px;
            margin-bottom: 12px;
        }

        ul li {
            margin-bottom: 8px;
            text-align: justify;
        }

        strong {
            color: #2d3436;
        }

        .aviso-importante {
            background-color: #fff3cd;
            border-left: 5px solid #ffc107;
            padding: 15px;
            border-radius: 4px;
            font-weight: 500;
            margin: 20px 0;
        }

        .pie-terminos {
            margin-top: 40px;
            padding-top: 20px;
            border-top: 1px solid #e0e0e0;
            text-align: center;
            font-weight: bold;
            color: #2d3436;
            font-size: 1.05em;
        }

        /* ------------------------------
   SEPARADOR DE SECCIÓN
------------------------------ */
.section-divider {
    text-align: center;
    margin: 8px 0;
    padding: 6px 12px;
}

.section-divider h3 {
    color: #f10159; /* Color rojo principal */
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin: 0 0 6px 0; /* Espacio debajo del título */
}

/*ESPACIOS BLANCOS*/

.espacio_fondoBlancos {
    color: #fff;
}