﻿.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 30px;
    height: 30px;
    background: #323232;
    bottom: 0px;
    overflow: hidden;
    color: #FFF;
    z-index: 3;
    opacity: 0.97;
}

.footer-copyright {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-legal {
    font-size: 12px;
}


.footer-intradata {
    font-size: 9px;
}

.footer-cookies-policy {
    cursor: pointer;
    color: #fff !important;
    font-size: 12px;
    margin-left: 80px;
}

.footer-cookies-policy:hover {
    text-decoration: underline;
    color: #FF602C !important;
}

.footer-policies {
    cursor: pointer;
    color: #fff !important;
    font-size: 12px;
    margin-right: 80px;
}

.footer-policies:hover {
    text-decoration: underline;
    color: #FF602C !important;
}

.fixed {
    position:fixed;
    z-index: 0;
}


@media only screen and (max-width: 920px) {
    .footer-policies {
        display: none;
    }

    .footer-cookies-policy {
        display: none;
    }

    .footer-legal {
        font-size: 9px;
    }
}
