<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btn-social-head {

    display: inline-block;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
}

.btn-outline {
    padding: 0px;
    margin: 0;
    width: 30px;
    height: 30px;
    border: solid 2px #000;
    font-size: 15px;
    color: #000;
    background: 0 0;
    transition: all .3s ease-in-out;
    line-height: 27px;
}


.poli &gt; li {
    margin-left: 20px;
    margin-right: 20px;
    font-family: 'FondoSans', sans-serif;
    text-transform:uppercase;
    
}
    .poli &gt; li &gt; a {
        color: #000;
        text-decoration:none;
    }

.footer_fin {
    background: #BBBBBB;
}

    .footer_fin &gt; div &gt; div &gt; div &gt; p {
        text-align: center;
        color: #000;
    }

        .footer_fin &gt; div &gt; div &gt; div &gt; p &gt; a {
            color: #000;
            text-decoration:none !important;
        }</pre></body></html>