footer{
    width: 100%;
    height: auto;
    background-color: rgb(2, 2, 2);
    box-sizing: border-box;
}
.datos{
    width: 90%;
    margin: auto;
    display: flex;  
    padding-top: 40px; 
    justify-content: center;
}
.logo-footer{
    width: 33.3%;
}
.contacto-footer{
    width: 33.3%;
}
.contacto-footer h5{
    color: #cccccc;
    font-family: 'Playfair Display SC', serif;
    font-weight: bold;
    font-size: 16px;
}
.contacto-footer ul{
    padding: 0;
}
.contacto-footer li{
    list-style: none;
}
.contacto-footer ul li{
    padding-bottom: 5px;
}
.contacto-footer ul li a{
    color: #cccccc;
    font-size: 14px;
    text-decoration: none;
}
.contacto-footer ul li a:hover{
    color: #D26039;
}
.links-footer{
    width: 33.3%;
}
.links-footer h5{
    color: #cccccc;
    font-family: 'Playfair Display SC', serif;
    font-weight: bold;
    font-size: 16px;
}
.links-footer ul{
    padding: 0;
}
.links-footer ul li{
    list-style: none;
    padding-bottom: 10px;
}
.links-footer ul li a{
    color: #cccccc;
    font-size: 14px;
    list-style: none;
    text-decoration: none;
    
}
.links-footer ul li a:hover{
    color: #D26039;
}
.autor{
    width: 90%;
    margin: auto;
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    border-top: 1px solid rgba(204, 204, 204, 0.3);
}



