.header {
    height: 14%;
    width: 100%;
    margin: 0;
    position: relative;
}

.link-header  {
    padding: 8px 0px;
    list-style-type: none;
    display: flex;
    width: 100%;
    justify-content: center;
}

.link-header a {
    text-decoration: none;
    color:#fff;
    font-size: 15px;
    font-weight: bold;
}

.link-header a:hover {
    text-decoration: none;
    color: #faaf3b;
}

.social-menu {
    padding: 8px;
    display: flex;
    list-style-type: none;
    justify-content: center;
}

.footer {
    margin-top: 25px;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}


.icon-logo{
    position: absolute;
    left: 10px;
}

.social-menu i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 25px;
    margin-right: 10px;
    transition: all 0.2s ease-in-out;
    display: flex;
    justify-content: center;
}

.social-menu i:before {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.fa-facebook {
    background-color: #1C3977;
}

.fa-linkedin {
    background-color: #28589c;
}

.fa-instagram {
    background: linear-gradient(45DEG, #405DE6, #5851DB, #833AB4, #c13584, #E1306C, #FD1D1D);
}

.social-menu i:hover {
    opacity: .7;
    border-radius: 5px;
}

@media screen and (max-width: 700px ){
    .footer{
        bottom: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    #logos-login{
        width: 300px;
    }
}

@media screen and (max-width: 320px){
    #logos-login{
        width: 250px;
    }
    .footer {
        margin-top: 0px;
    }
}
