.footer {
    background: var(--col-primary);
    color: #FFF;
    margin-top: 35px;
    overflow: hidden;
    text-align: center;
    padding-top: 1.4em;
}

.footer .btn-secondary {
        color: #fff;
        border-color: #fff;
        min-width: 110px;
        opacity: 0.7;
        margin-bottom: 0.7em;
 }

.footer .btn-secondary &:hover, &.active {
    opacity: 1;
}

.footer .btn-icon-circle {
    width: 38px;
    height: 38px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    color: #fff;
    border-radius: 20px;
    margin: 0 5px;
    cursor: pointer;
    border: 2px solid;
}

.footer .btn-icon-circle i {
    line-height: 35px;
}


.footer-sites, .footer-menu {
    margin-bottom: 0.8em;
}

.footer-social {
    margin-bottom: 1em;
}


.footer-menu a, .footer-menu-secondary a {

    text-transform: uppercase;
    display: inline-block;
    margin: 0 5px;
    opacity: 0.8;
    font-size: 0.95em;
    transition: all .3s ease;
    color: white;
    text-decoration: none;

}

.footer-menu a:hover, .footer-menu-secondary a:hover {
    opacity: 1;
    text-decoration: underline;
}


    @media (max-width: 600px) {
        padding: 0 !important;

        .footer-menu, .footer-menu-secondary a {
            display: block;
            font-size: 15px !important;
            line-height: 30px;
        }
    }


.footer-menu-secondary {
    padding: 0.8em 0;
    background: rgba(0,0,0,0.15);

}

.footer-menu-secondary a {
    font-size: 0.85em;
    opacity: 0.6;
}

.footer-legal {
    background: var(--col-primary);
    color: #fff;
    text-align: center;
    font-size: 0.7em;
    text-transform: uppercase;
    padding: 0.7em;
    opacity: 0.6;
    margin-bottom: 0;
}
