<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Breadcrums*/
.breadcrums{
    background: #d4edfc;
    padding: 15px;
    font-family: "BentonSansBBVA-Book";
    font-size: 16px;
    text-align: left;
    color: #004481;
}
.breadcrums span{
    margin: 0px;
    padding: 0px;
}
.breadcrums a{
    font-family: "BentonSansBBVA-book";
    font-size: 16px;
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #004481;
    text-decoration: underline;
}
.breadcrums a:hover{
    color: #1465A5;
    text-decoration: underline;
}
.linkBreadcrums{
    
}
/* Breadcrums */</pre></body></html>