.telefonos__header {
    display: inline-block;
}

.telefonos__header a {
    color: #fff;
}

.telefonos__header a:first-child {
    margin-right: 20px;
}

.fila-flex {
    display: flex;
    justify-content: space-between;
}

.fila-top .datos-contacto .dato-contacto {
    margin-right: 0 !important;
}

.link-contacto-head {
    color: #fff;
}

.link-contacto-head:hover {
    color: #fff;
}
.footer__contacto a {
    color: #969696;
    display: block;
    font-size: .8rem;
}
.footer__contacto a:hover {
    color: #F3FF40;
}
.footer__contacto a i {
    margin-right: 20px;
    text-align: center;
    width: 20px;
}
.linea-contact a {
    font-size: 1.1rem;
    font-weight: 400;
    color: #252525;
}