.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown-toggle::after {
    border-right: 0 !important;
    border-left: 0 !important;
}

.div-navbar {
    background: #FAFAFA;
    position:fixed;
    z-index:3;
}
.nav-link, .dropdown-item {
    font: normal normal normal 17px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
    color: #011E41 !important;
    transition: color 0.4s ease 0s
}
.nav-link:hover, .dropdown-item:hover {
    color:#6CC044 !important;
    transition: color 0.4s ease 0s
}
.dropdown-item:focus {
    /*background: #6CC044;*/
    color: #011E41 !important;
    background: transparent;
}
.c-purple {
    color:purple;
}
.logo {
    width: 164px; 
    height: 66px; 
}
#change_languaje {
    filter: grayscale(110%);
    transition: 1s;
}
#change_languaje:hover {
    filter: grayscale(0%);
    transition: 1s;
}
.submenu {
    border: #f8f9fa solid 1px !important;
}