
/* ===================== FOOTER ===================== */
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: rgba(10,10,10,0.9);
    z-index: 1000;
}
/* ===================== MEDIA QUERY MÓVIL ===================== */
@media (max-width: 768px) {
    .footer {
        height: 50px;
    }

}
