<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.titlefooter{text-transform:uppercase;font-size: 17px;}

footer{
    background: #11557f;
    overflow: hidden;
    padding: 30px 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footerlogo{
    border-left: 1px solid #417799;
    border-right: 1px solid #417799;
    padding: 0px 20px;
    max-width: 100%;
}
.borderright{
    border-right: 1px solid #417799;
}
.copyright {
    background: #0c496f;
    color: #fff;
    padding: 15px 15px;
    text-align: center;
    position: relative;
    font-size: 12px;
    line-height: 23px;
}
.copyright a {color: #fff;font-size: 12px;}
.titlesociau{
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: lighter;
    display: block;
}

@media (max-width: 767px)
{
.footerlogo{border:none;margin: 0 auto;display: block;}
.borderright{border:none;margin-top: 20px;}
}


@media (max-width: 450px)
{
footer {
    display: block;
    text-align: center;
}
}





</pre></body></html>