/*Top Nav*/
.alert-main  {
    width: 100%;
    height: 35px;
    object-fit: cover;
}

.alert-text-img {
    height: 27px;
    margin-top: -26px;
    position: relative;
    top: 12px;
}

.alert-top p {
    position: relative;
    margin: -44px 0 0 0;
    font-family: Arial, sans-serif;
    font-size: 28px;
    color: #004884;
    font-weight: 900;
    text-align: center;
    top: 38px;
}

@media (max-width: 935px) {
    .alert-top p {
        padding: 5px;
        margin: -94px 0 0 0;
        top: 87px;
    }

    .alert-main {
        height: 82px;
    }
}

@media (max-width: 500px) {
    .alert-top p {
        font-size: 19px;
        padding: 5px;
    }
}


#link-nav {
    font-size: 14px;
}

#link-nav a {
    color: #7c7c7b;
}

#link-nav ul.menu-extra-items {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    height: 30px;
    align-items: center;
}

#link-nav li.menu-extra-item {
    padding-right: 10px;
    padding-left: 10px;
}

/*menu-extra-items*/
#top-nav .menu-extra1-items {
    padding: 0;
    margin: 0;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

#top-nav .menu-extra1-item {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-around;
    border-right: 1px solid #FFF;
    width: 100%;
    height: 36px;
    text-align: center;
}

/*menu-lang-items*/
#link-nav .menu-lang-items {
    padding: 0;
    margin: 0;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    height: 24px;
}

#link-nav .menu-lang-item {
    display: flex;
    padding-right: 10px;
    padding-left: 10px;

}

#link-nav .menu-lang-item a.current-item {
   font-weight: bold;
    color: #0072bc;

}

#link-nav .account-info {
    font-size: 12px;
    color: #7c7c7b;
    -webkit-box-pack: justify;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

#link-nav .account-info a {
    text-decoration: none;
    color: #7c7c7b;
}

#link-nav .account-info-icon {
    top: -2px;
    position: relative;
    padding-right: 3px;
    padding-left: 3px;
}

#link-nav .account-info-icon:hover {
    opacity: 0.7;
}

#link-nav.account-info-underline {
    text-decoration: underline;
}


#link-nav .section_items {
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    align-items: stretch;
}

#link-nav .section_items .section_item {
    position: relative;
    border-right: 1px solid #e9e9e9;
    border-top: 0;
    border-bottom: 0;
}

#link-nav .section_items .section_item:first-child {
    border-left: 1px solid #e9e9e9;
}



@media (max-width: 1200px) {

    #link-nav {
        font-size: 13px;
    }

    #link-nav .menu-lang-item {
        padding-right: 7px;
        padding-left: 7px;
    }
}




