body.section-la-fundacion .section-memoria-auditoria .subtitulo_pagina p,
body.section-the-foundation .section-memoria-auditoria .subtitulo_pagina p,
body.section-la-fundacion .section-memoria-auditoria #documentacion *,
body.section-the-foundation .section-memoria-auditoria #documentacion * {
    color: #464646 !important;
}

body.section-la-fundacion .section-memoria-auditoria #documentacion *:not(a),
body.section-the-foundation .section-memoria-auditoria #documentacion *:not(a) {
    font-size: 18px !important;
    line-height: 24px !important;
}

body.section-la-fundacion .section-memoria-auditoria .subtitulo_pagina p,
body.section-the-foundation .section-memoria-auditoria .subtitulo_pagina p {
    max-width: 800px !important;
    font-size: 20px !important;
    font-family: 'Roboto-Medium', Arial, sans-serif !important;
    line-height: 32px !important;
    text-align: left !important;
    margin: 1.5em auto 50px !important;
}

body.section-la-fundacion .section-memoria-auditoria #documentacion,
body.section-the-foundation .section-memoria-auditoria #documentacion {
    max-width: 800px !important;
    margin-bottom: 60px !important;
}

body.section-la-fundacion .section-memoria-auditoria #documentacion h2,
body.section-the-foundation .section-memoria-auditoria #documentacion h2 {
    color: #FF6200 !important;
    font-size: 40px !important;
    font-weight: normal !important;
    line-height: 1.2em !important;
    letter-spacing: 0.1rem!important;
    text-align: left !important;
    border: none !important;
}

body.section-la-fundacion .section-memoria-auditoria #documentacion h2:after,
body.section-the-foundation .section-memoria-auditoria #documentacion h2:after {
    content: '';
    height: 5px;
    background-repeat: no-repeat;
    border-left: 285px solid #ff8200;
    display: flex;
    align-items: flex-start;
    margin-top: 18px;
    margin-left: -100px;
}

body.section-la-fundacion .section-memoria-auditoria #documentacion .documentos .documento,
body.section-the-foundation .section-memoria-auditoria #documentacion .documentos .documento {
    width: 48.5% !important;
    min-height: auto !important;
    padding: 0 !important;
    background: none !important;
}

.section-memoria-auditoria #content #documentacion .documentos .documento a.descarga {
    width: 100%;
    min-height: 65px;
    padding: 10px 15px !important;
    flex-flow: row !important;
    background: #E1F3F6;
    border-radius: 5px;
    transition: all .5s ease;
}

.section-memoria-auditoria #content #documentacion .documentos .documento a.descarga:hover {
    color: #00809A !important;
    background: #c5ebf0;
}

.section-memoria-auditoria #content #documentacion .documentos .documento a.descarga:before {
    content: url(../../images/svg/ico-descargar.svg);
    width: 18px;
    min-width: 18px;
    padding: 10px 11px;
    margin-right: 10px;
    position: relative;
    background: #fff;
    border-radius: 100%;
    top: 0;
    transform: none;
}

.section-memoria-auditoria #content #documentacion .documentos .documento a.descarga:hover:before {
    background: #fff !important;
    color: #00809A;
}

body.section-la-fundacion .section-memoria-auditoria #documentacion .documentos .documento a.descarga span,
body.section-the-foundation .section-memoria-auditoria #documentacion .documentos .documento a.descarga span {
    color: #00809A !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: normal !important;
}

body.section-la-fundacion .section-memoria-auditoria #documentacion .documentos .documento a.descarga span span.peso,
body.section-the-foundation .section-memoria-auditoria #documentacion .documentos .documento a.descarga span span.peso {
    margin-left: 10px;
    opacity: .8;
}

@media (max-width: 600px) {
    body.section-la-fundacion .section-memoria-auditoria #documentacion .documentos .documento,
    body.section-the-foundation .section-memoria-auditoria #documentacion .documentos .documento {
        width: 100% !important;
    }
    body.section-la-fundacion .section-memoria-auditoria #documentacion .documentos .documento a.descarga,
    body.section-the-foundation .section-memoria-auditoria #documentacion .documentos .documento a.descarga {
        min-height: auto;
    }
}