#menu-menu-redes-sociais-1 {
    gap: 0;
    margin-bottom: 20px;
}
.footer-menu ul {
    display: flex;
    gap: 30px;
}
.copyright {
    background-color: #E5E7EB;
    padding: 20px;
}

.copyright .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright .container span {
    color: #1F325B;
}
.copyright-text {
    font-size: 10px;
    line-height: 12px;
    padding-right: 5px;
}

.footer-menu-copyright ul {
    display: flex;
    /* gap: 10px; */
}

.footer-menu-copyright ul li:nth-child(2)::before {
    content: "|";
    margin: 0 10px;
    color: #1F325B;
}

.footer-menu-copyright ul li a {
    color: #1F325B;
    text-decoration: none;
    font-size: 10px;
    line-height: 12px;
}
.footer-container-inner {
    position: relative;
}
.icons-container::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 1px;
    background-color: #fff;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 10px);
    display: block;
}

.icons-container .menu-redes-sociais a::before {
    font-size: 16px;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.icons-container .menu-redes-sociais a {
    padding: 7px;
	border-radius: 90px;
	margin-top: -13px;
	border-style: solid;
	border-width: thin;
	border-color: #fff;
    margin-right: 5px;
}

 
.footer-menu-copyright {
    font-size: 10px;
    line-height: 14px;
}
@media (max-width: 990px) {
    .copyright .container {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .copyright {
        padding: 10px 0;
    }
    .copyright-text {
        font-size: 12px;
        line-height: 14px;
    }
    .footer-menu-copyright {
        display: flex;
        font-size: 13px;
    }
    .footer-menu-copyright ul li a {
        font-size: 12px;
        line-height: 14px;
    }
    .footer-container {
        padding: 32px 0;
    }
}
