#body-footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 40px 0;
    border-top: 1px solid #34495e;
    position: relative;
}

.site-info-widget {
    text-align: center;
}

.footer-logo {
    margin-bottom: 20px;
}

#imagen-logo {
    max-width: 40%;
    height: auto;
}

.texto-logo {
    font-size: 18px;
    color: #ecf0f1;
    margin-bottom: 20px;
}

.social-links {
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 0;
}

.link-facebok {
    display: inline-block;
    margin: 0 15px;
}

#direccion-facebok {
    color: #3b5998;
    text-decoration: none;
    font-size: 24px;
}

.link-twitter {
    display: inline-block;
    margin: 0 15px;
}

#direccion-twitter {
    color: #1da1f2;
    text-decoration: none;
    font-size: 24px;
}

.link-instagram {
    display: inline-block;
    margin: 0 15px;
}

#direccion-instagram {
    color: #e4405f;
    text-decoration: none;
    font-size: 24px;
}

.link-linkedin {
    display: inline-block;
    margin: 0 15px;
}

#direccion-linkedin {
    color: #0077b5;
    text-decoration: none;
    font-size: 24px;
}

#titulo-footer {
    font-size: 20px;
    color: #ecf0f1;
    margin-bottom: 20px;
}

.list-enlace {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-item {
    margin-bottom: 10px;
}

#list-tran {
    color: #ecf0f1;
    text-decoration: none;
    transition: color 0.3s;
}

#titulo-contacto {
    font-size: 20px;
    color: #ecf0f1;
    margin-bottom: 20px;
}

.contact-info {
    font-size: 16px;
    color: #ecf0f1;
    margin-bottom: 20px;
}

.contact-infos {
    list-style: none;
    padding: 0;
    margin: 0;
}

.callCenter-contact {
    margin-bottom: 15px;
}

#Llama-callcenter {
    color: #ecf0f1;
    text-decoration: none;
    transition: color 0.3s;
}

#icono-callcenter {
    color: #3498db;
}

.correo-informativo {
    margin-bottom: 15px;
}

#link-correo-info {
    color: #ecf0f1;
    text-decoration: none;
    transition: color 0.3s;
}

#icono-correo {
    color: #e74c3c;
}

.calle-colonia {
    color: #ecf0f1;
}

#icono-colonia {
    color: #2ecc71;
}

.footer-copyright {
    text-align: center;
    padding-top: 20px;
}

#copy-text {
    font-size: 14px;
    color: #ecf0f1;
    margin-bottom: 10px;
}

#copy {
    color: #1abc9c;
    text-decoration: none;
}

.back-to-top {
    color: #1abc9c;
    text-decoration: none;
    font-size: 24px;
}

.line-three {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    opacity: 0.3;
}

.line-four {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    opacity: 0.3;
}

@media (max-width: 560px) {
    #titulo-footer {
        text-align: center;
        font-size: 20px;
        color: #ecf0f1;
        margin-bottom: 20px;
    }

    .list-enlace {
        text-align: center;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    #titulo-contacto {
    text-align: center;
    font-size: 20px;
    color: #ecf0f1;
    margin-bottom: 20px;
}

.contact-info {
    text-align: center;
    font-size: 16px;
    color: #ecf0f1;
    margin-bottom: 20px;
}

.contact-infos {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.callCenter-contact {
    text-align: center;
    margin-bottom: 15px;
}

}