span.badge.bg-danger.featured-article-badge {
    display: none;
}

/*Ajustes a la cabecera*/
/* Top 2 */
#sp-top2{
    background:#575a5c;
    color:#cccccc ;
    padding: 8px 0;
}
#sp-top2 ul.sp-contact-info{
    float: right;
}

/*Menu e icono de hamburgesa*/
#sp-menu .sp-megamenu-wrapper{
    display: flex!important;
    flex-direction: row;
    justify-content: flex-end;
}

li {
    list-style-image: url(/images/bullet.gif);
    list-style-type: none;
    list-style-position: outside;
    margin-bottom: 3px;
    margin-top: 3px;
}
