/*CSS look bloque financiación programas*/
    .bk-fn-brand{
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20909.3%20886.4%22%20style%3D%22enable-background%3Anew%200%200%20909.3%20886.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%20%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%20%20%20%20.st0%7Bfill%3Anone%3Bstroke%3A%234B4849%3Bstroke-width%3A3%3Bstroke-miterlimit%3A10%3B%7D%0A%20%20%20%20.st1%7Bfill%3A%23DDC04E%3B%7D%0A%20%20%20%20.st2%7Bfill%3A%23C29C46%3B%7D%0A%20%20%3C%2Fstyle%3E%0A%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M461.2%2C229.5v273.4c0%2C5.6-4.5%2C10.1-10.1%2C10.1s-10.1-4.5-10.1-10.1V50.7H86v514.4%20%20%20C86%2C701.9%2C203%2C779.7%2C304.6%2C821.5c10.8%2C4.7%2C21.8%2C8.9%2C33%2C12.6c63.3%2C22.4%2C113.6%2C30.3%2C113.6%2C30.3%20%20%20s50.4-8%2C113.7-30.3%20%20c11.2-3.7%2C22.2-7.9%2C33-12.6c101.6-41.8%2C218.7-119.7%2C218.7-256.5V229.5H461.2z%22%2F%3E%0A%20%20%3Cg%3E%0A%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M816.5%2C229.5c0-98.1-79.5-177.7-177.7-177.7s-177.7%2C79.5-177.7%2C177.7l0%2C0H816.5L816.5%2C229.5z%22%2F%3E%0A%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M638.9%2C407.1c98.1%2C0%2C177.7-79.5%2C177.7-177.7H461.2C461.2%2C327.6%2C540.8%2C407.1%2C638.9%2C407.1%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 30px 5px;
    }
@media (max-width:1199px) {
    .bk-fn-brand{
        background-position: 160px 5px;
    }
}
@media (max-width:768px) {
    .bk-fn-title{text-align: center;}
    .bk-fn-brand{
        background-position: right -100px bottom 0;
        background-size: auto 100%;
    }
}
