.encabezado-footer{
    color: #000;
    font-weight: bold;
    text-transform: none;
    font-size: large;
}

.logo-footer{
    width: 17em;
    margin-top:  10px;
}

footer p, footer a {
    color: #444;
    font-weight: bold;
}

footer > section > div:nth-child(2n){
    text-align: center;
}

footer .copyright{
    margin-top: 20px;
    padding-top: 20px;
    border-top : 2px solid var(--secondary-color);
    margin-bottom: 50px;
    font-size: 15px;
}

footer .copyright > p{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.info-contacto{
    line-height: 15px;
    font-weight: normal;
}

.info-contacto > i{
    font-size: 15px;
}


@media only screen and (max-width: 768px) {    
    footer > section > div:nth-child(2n) {
        text-align: left;
        margin-top: 30px;
    }
}