.js-header-fix-moment .logo-aenor{
    display: none!important;
}

.js-header-fix-moment .logo-ecr{
    max-height: 20px;
}

.js-header-fix-moment #main-menu{
    display: none;
}

.js-header-fix-moment #top-bar{
    background-color:#008272 !important;
}
.js-header-fix-moment #top-bar a{
    color: white!important;
}

.js-header-fix-moment #top-bar li{
    border-color: white!important;
}

#top-bar li:last-child {
    border:none!important;
}

.enlaces-section{
    display:none;
}

.enlaces-section a{
    text-decoration:none;
}

.mini-logo{
    display:none;
}

#top-bar .enlaces-section img {
    max-width: 40px;
}

@media (min-width: 576px) {
    .js-header-fix-moment .enlaces-section{
        display:block;
    }
}
@media (min-width: 768px) {
    .js-header-fix-moment .mini-logo{
        display:inline-block;
    }
    .js-header-fix-moment .mini-logo img{
        max-height: 35px;
    }
}

@media (min-width: 992px) {
     #top-bar .enlaces-section img {
         max-width: 35px;
     }
}

@media (min-width: 1200px) {
     #top-bar .enlaces-section img {
         max-width: 40px;
     }
}
