footer{
	padding-bottom: 50px;
	padding-top: 70px;
	font-size: 0.7rem;
	line-height: 1.7;
	background-color: #1c1d1c;
	color: #ddd;
}

footer ul {
    display: block;
    padding: 0;
}

footer ul.redes-footer {
    display: flex;
    gap: 10px;
    margin-top: 5px;
}

footer ul.redes-footer a img {
    margin: 0;
    object-fit: contain;
    object-position: center;
}

footer ul.redes-footer a {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--c-primary);
    padding: 0;
    border-radius: 50%;
}

footer ul.redes-footer a:hover {
    background-color: white;
}

footer ul.redes-footer a:hover img {
    filter: brightness(0);
}

footer ul li {
    display: block;
}

footer ul li a img {
    height: 14px;
    filter: brightness(0) invert(1);
}

footer ul li a {
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 13px;
}

footer ul li a:hover{
	color: var(--c-primary);
}

footer .line {
    border: 1px dashed var(--c-primary);
    margin-top: 25px;
    margin-bottom: 25px;
	opacity: 0.5;
}

.copy {
    font-size: 10px;
}

.title-footer {
    font-size: 1rem;
    font-weight: 500;
}