/**********************************************************************/
/* FOOTER *************************************************************/
/**********************************************************************/
.logo-footer {
    width: 200px !important;
}

img.iconsocial {
    width: auto !important;
    height: 40px !important;
    margin: 0 20px !important;
    transform: scale(1) !important;
    transition: .2s all ease;
}

img.iconsocial:hover {
    transform: scale(1.2) !important;
}

/**********************************************************************/
/* COPYRIGHT **********************************************************/
/**********************************************************************/
#copyright ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#copyright li {
    text-transform: uppercase !important;
    letter-spacing: 1px;
    font-weight: 700;
    border-top: 0;
    padding: 0;
    font-size: 13px;
    margin-right: 20px;
}

#copyright li a {
    color: #000;
    opacity: 0.3;
}

#copyright li a:hover {
    color: #000;
    opacity: 0.8;
}
