/* =========================================
ESTILOS EXCLUSIVOS DEL FOOTER
========================================= */

.site-footer {
background-color: #222222;
color: #cccccc;
padding: 50px 0 20px;
}

.site-footer h4 {
color: var(--color-blanco);
margin-bottom: 15px;
}

.footer-logo {
font-family: var(--fuente-titulos);
font-size: 1.5rem;
}

.site-footer p {
font-size: 0.9rem;
}

.site-footer address {
font-style: normal;
font-size: 0.9rem;
line-height: 2;
}

.site-footer ul {
list-style: none;
}

.site-footer ul li {
margin-bottom: 10px;
}

.footer-bottom {
text-align: center;
margin-top: 40px;
padding-top: 20px;
border-top: 1px solid #444444;
font-size: 0.9rem;
}