/* ########## VISTA PARA ESCRITORIO ########## */

footer {
    background-color: #0f0f0f;
    color: #fff;
    padding: 30px 15% 15vh 15%;
    text-align: left;
    position: relative;
    height: 200px;
    font-size: 0.7em;
}

/* ########## VISTA PARA SMARTPHONE ########## */

@media (max-width: 768px) {

footer{
    padding: 5% 5% 15vh 5%;
    font-size: 0.7em;
    }
    
}