
.barra-nav {
    background-color: #051433 ;
}

.barra-menu > li {
    margin-bottom: 0px !important ;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: transparent;
}

/* bordes barra navegación */
.nav-item {
    position: relative;
    display: inline-block;
    /* padding: 15px 0px;
    margin: 0px 20px; */
}

.nav-item::after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: auto;
    top: 11px;
    width: 5px;
    height: 5px;
    opacity: 0;
    margin-left: -3px;
    background-color: #ffffff;
    border-radius: 50px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
}


a.item-menu {
    /*  padding: 6px 0px; */
     position: relative;
     display: block;
     line-height: 30px;
     letter-spacing: 1px;
     font-size: 16px;
     font-weight: 500;
     color: white;
     padding: 0.5rem 1rem;
 }

.item-menu:hover,
.item-menu:focus,
.item-menu.active {
    color: var(--color-naranja);
}



.item-borde-naranja:hover::before,
.item-borde-naranja.active::before {
    opacity: 1;
    left: 40%;
}

.item-borde-naranja::before {
    position: absolute;
    content: '';
    left: 0%;
    bottom: -4px;
    top: auto;
    width: 50%;
    height: 5px;
    border-radius: 50px;
    opacity: 0;
    margin-left: -10px;
    background-color: #ffffff;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
}

.item-borde-naranja:hover::after,
.item-borde-naranja.active::after {
    opacity: 1;
    right: 40%;
}

.item-borde-naranja::after {
    position: absolute;
    content: '';
    right: 0%;
    left: auto;
    bottom: -4px;
    top: auto;
    width: 50%;
    height: 5px;
    border-radius: 50px;
    border: none !important;
    opacity: 0;
    margin-right: -11px;
    background-color: #ffffff;
    transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
}

/* ---------------------------------------------------------------------------------------------------------------------- */




a.nav-link.active {
    background-color: transparent !important;
}

.menu-inteligente{
    border-bottom: 0px solid #dee2e6;
}

.nav-item {
    margin-bottom: 10px !important;
}

.menu-inteligente > .nav-item > .active{
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    color: black ;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
background-color: transparent;
}

ul.navbar-nav.ml-auto {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}



