.header-fixed + .main-container .fourth-l-header {
  padding-top: 0;
}
header .breadcrumb li a {
  text-transform: none !important;
  font-style: italic;
  font-family: Georgia;
}



@media (max-width: 767px) {
    .header-fixed .alt-header .microsite.wrapper .top_bar_2 {
        /*height: auto;*/ /* soporte */
    }

    .header-fixed .alt-header .microsite.wrapper .top_bar_2 h4 a {
        width: calc(100% + 48px);
    }

    .megamenuOpen .header-fixed .alt-header .microsite.wrapper .top_bar_2 h4 a,
    .header-fixed.is-active .alt-header .microsite.wrapper .top_bar_2 h4 a {
        /*width: calc(100% - 32px);*/ /* soporte */
    }

    .header-fixed .alt-header h4 a {
        text-overflow: ellipsis;
        overflow: hidden;
        /*height: 64px;*/ /* soporte */
    }
}