.center-dropdown-menu {
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 100% !important;
}
.dropdown-toggle::after {
    content: none;
}
.dropdown-hover .dropdown-menu-custom{
    text-align: center;
    padding: 0.5rem 1.2rem;
    transition: 1s !important;
}
.dropdown-hover:hover .dropdown-menu-custom {
    position: absolute;
    display: block;
    transition: 2s cubic-bezier(0.075, 0.82, 0.165, 1) !important;
}
.dropdown-hover:hover .nav-link-arrow {
    fill: #1d73b2;
    transform: translate(0, 1.3rem);
    opacity: 1;
}
.dropdown-menu-custom{
    background: #072146;
}
.dropdown-menu-custom .dropdown-item{
    color: #c8c8c8;
    font-family: "BentonSansBBVA-Medium";
    font-size: 13px;
    padding: 1.25rem 0.5rem;
}
.dropdown-menu-custom .dropdown-item.disabled{
    color: #707070;
}
.dropdown-menu-custom .dropdown-item:not(:last-child) {
    border-bottom: 2px solid #004481;
}
.dropdown-menu-custom .dropdown-item:hover,
.dropdown-menu-custom .dropdown-item:focus {
    background: none;
    color: #FFFFFF;
}
.dropdown-menu-custom .dropdown-item.active{
    color: #FFFFFF;
    background: none;
}
.menu_mi_formacion,
.menu_mis_alumnos{
    /* margin-inline: 18px; */
}
.dropdown-hover.show .nav-link-arrow {
    transform: translate(0, 1.3rem);
    fill: #1d73b2;
    opacity: 1;
}
.text-white {
    color: white;
}
