header {
    color: #7C7C7C;
    font-size: 16px;
    font-weight: 600;
    background: #FFFFFF;
    z-index: 111;
    top: 0;
    left: 0;
    letter-spacing: .5px;
    max-height: 128px;
}
header img {
    max-width: 264px;
    height: 84px;
}
.navbar {
    font-size: initial;
}
header nav {
    background-color: inherit !important;
    font-size: 15px !important;
}
header .private {
    color: #595959;
    background-color: #F9F9F9;
    font-size: 14px;
    font-weight: 600;
}
header .private > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .private button {
    font-family: inherit;
    font-size: inherit;
    color: #009687 !important;
}
header .private i,
header .btn-link.buscar i {
    margin-left: 1em;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
header .btn-link,
header .btn-link:hover {
    text-decoration: none !important;
}
#ulNavFixed {
    font-weight: 600;
}
#ulNavFixed li + li {
    margin-left: 1em;
}
header a:hover,
#ulNavFixed .active {
    color: #009788;
}
#formLogueo {
    min-width: 190px
}
#formLogueo .btn {
    background-color: #009688;
    border-color: #009688; 
    color: #FFFFFF !important;
    border-radius: .4em;
}
#menuNav .modal-dialog {
    margin: 0;
}
#menuNav .modal-dialog .modal-content {
    border-radius: 0;
}
#menuNav .modal-footer {
    align-items: initial;
    justify-content: initial;
}
#menuNav .activeImportat,
#menuNav .activeIdioma {
    color: #D7BE89 !important;
}
#menuNav .idiomas li + li {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid rgb(68, 68, 71);
}
#menuNav .info form input {
    border: none;
    outline: none;
    font-size: inherit;
    font-family: inherit;
}
#menuNav .info form i {
    right: 10px;
    top: calc(50% - 8px);
}