<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width:1280px) {
    a.vinculo01, a.vinculo01:active, a.vinculo01:link, a.vinculo01:visited {
        padding: 10px 5px 10px 5px;
        margin: 15px 10px 15px 0px;
    }
}

@media (max-width:1175px) {
    #menu01 {
        display: none;
    }

    #menu_r {
        display: block;
    }
}

@media (max-width:910px) {
    #intro_contenido {
        width: calc(100% - 202px);
    }

    .aliados_imagen {
        width: calc(20% - 40px);
    }

    .ejes_imagen {
        width: 100%;
    }

    #mensajes_inicio {
        text-align: center;
    }

    #mensajes_inicio h1, #mensajes_inicio h2, #mensajes_inicio h3 {
        width: 100%;
        text-align: center;
        float: initial;
    }

    .cifras_detalles {
        width: 100%;
        text-align: center;
    }
}

@media (max-width:600px) {
    #objetivos {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #objetivos1, #objetivos2, #objetivos3 {
        width: 100%;
        background-size: cover;
        margin-bottom: 80px;
    }

    .aliados_img_contenedor {
        display: block;
        justify-content: inherit;
        align-items: inherit;
        text-align: center;
    }

    .aliados_imagen {
        width: 120px;
    }

    #mensajes_inicio h1 {
        font-size: 40px;
        line-height: 50px;
    }

    #mensajes_inicio h2 {
        font-size: 30px;
        line-height: 40px;
    }

    #mensajes_inicio h3 {
        font-size: 15px;
        line-height: 25px;
    }

    #contenidos1_c {
        padding-top: 100px;
    }

    #noticias_proyectos {
        margin-right: 0px;
        width: calc(100% - 0px);
        height: 420px;
        margin-left: 0px
    }

    .izquierda, .imagen01 {
        width: 100%;
        margin-right: 0px;
    }

    #det01 {
        width: calc(100% - 1px);
        height: 500px
    }

    #noticias_i {
        width: calc(100% - 22px);
        height: 500px;
    }
}

@media (max-width:540px) {
    #cifras {
        padding-bottom: 60px;
    }

    #cifras_animacion {
        height: 600px;
    }

    .cifras_imagen {
        height: 600px;
    }
}

@media (max-width:420px) {}</pre></body></html>