/* ================================================================================================
   ----------------------------------------Red de Transparencia----------------------------------------
================================================================================================ */

.footer-red-transparencia {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.footer-red-transparencia__contenido {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: var(--Gray-75); /* Gray/75 */
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
