a {transition: color 250ms linear !important;}
  

/* Logo header*/
.logo-4enred{
    width: 130px !important;
  }

/* Margen top menu Escritorio*/
.bd-hmenu-9{
    margin-top:35px !important;
}

/* Margen top redes sociales Escritorio*/
.bd-socialicons-9{
    margin-top: 33px !important;
}

/* Margen top menu Mobile */
@media only screen and (max-width: 767px){
    .bd-hmenu-9{
    margin-top:15px !important;
}
}

/* Margen top redes sociales Mobile */
@media only screen and (max-width: 767px){
    .bd-socialicons-9{
        margin-top: 15px !important;
    }
}


/* Padding footer */
.bd-layoutcontainer-20 > .bd-container-inner > .container-fluid > .row > div {
    padding: 2.5em 1em !important;
}

