.pagina_texto_enriquecido_contenedor {
    padding: 1em 1em !important;
}


.pagina_titulo_texto_enriquecido_contenedor {
    padding: 2rem 0rem 2rem 0rem;
}

.pagina_texto_enriquecido {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 1.125rem;
    padding: 0rem 0rem;
    word-wrap: break-word;
    color: #303555;
}

.pagina_texto_enriquecido h4 {
    line-height: 1.8em;
    color: #303555;
}

.pagina_texto_enriquecido strong {
    color: #303555;
    font-family: Poppins;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.pagina_texto_enriquecido a {
    color: #6B96CF;
    font-family: Poppins;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration-line: underline;
}

.pagina_parrafo_titulo {
    color: #3463AC;
    font-family: Poppins;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.75rem;
    align-self: center;
}

/* --------------- M E D I A S  Q U E R I E S --------------- */
/* XXL */
@media (max-width: 1600px) {}

/* XL */
@media (max-width: 1400px) {}

/* LG */
@media (max-width: 1200px) {}

/* MD */
@media (max-width: 992px) {}

/* SM */
@media (max-width: 768px) {
    .pagina_texto_enriquecido_contenedor {
        padding: 2em 20px;
    }

    .pagina_parrafo_titulo {
        font-size: 1.5rem;
        font-weight: 600;
        line-height: normal;
    }
}

/* XS */
@media (max-width: 575px) {
    .pagina_texto_enriquecido {
        padding: 0;
    }

    .pagina_texto_enriquecido hr {
        border: 1px solid #CB1823;
        width: 60%;
        align-self: center;
        opacity: 1;
    }

    .pagina_titulo_texto_enriquecido_contenedor {
        padding-bottom: 1rem;
        align-items: center;
    }
}