ul#ew-navbar {
    align-items: center;
}

a.nav-link {
    color: #fff;
    font-weight: bold;
    transition: transform 0.1s;
}
/* .nav-link > span:hover {
    transform: scale(1.2);
    transition: transform 0.3s;
} */

.nav-link:focus, .nav-link:hover {
    color: white;
    transform: scale(1.15);
    transition: transform 0.5s;
}

.wrapper.ew-layout {
    /* margin: 0px 20px; */
    box-shadow: 0 0 11px 5px #cccccc;
    /* border: 1px solid #ccc; */
    border-top: 0px;
    border-bottom: 0px;
}

aside.main-sidebar.sidebar-dark-blue {
    display: none;
}

a.nav-link.active {
    color: white !important;
    transition: transform 0.5s;
    border-bottom: 2px solid #ffffff;
}

#ew-navbar-end a.nav-link.active {
    border-bottom: 0px;
    color: white !important;
}

a.nav-link.active:hover {
    transform: scale(1.15);
}

nav.main-header {
    padding: 0 !important;
}
.main-header {
    display: flex;
    align-items: stretch;
}

.ew-navbar-end {
    display: flex;
    align-items: center;
    height: inherit;
}

.ew-navbar-end > * {
    align-self: stretch;
    display: flex;
    align-items: center;
}

/* #ew-navbar-end li.nav-item{
    border-left: 1px solid #064cb3;
} */

#ew-navbar-end a.nav-link {
    color: rgba(255,255,255,.5);
    padding-left: 5px;
}

#ew-navbar-end a.nav-link:hover {
    scale: 1.2;
}


/* responsive css */

@media (max-width: 575px) {
    aside.main-sidebar.sidebar-dark-blue {
        display: none;
    }
}

.headerRMA{
    height: 59px;
    width: 70%;
    margin: auto;
    background-color: white;
    box-shadow: 10px 0 5px -2px #cccccc, -10px 0 5px -2px #cccccc;
}

.logoTeldat{
    float:left
}

.titleRMA{
    float: right;
}

.navbar {
    color: white;
    background-color: #fff;
    background-image: linear-gradient(180deg, #86a6bf 10%, #1b5291 90%, #001d3f 100%) !important;
    display:none!important;
}

i.fa-solid.fa-bars.ew-icon {
    display: none;
}

a.nav-link.ew-tooltip[data-ew-action="redirect"] {
    display: none;
}


/* Dark Mode */
.navbar.dark-mode{
    background-image: linear-gradient(180deg, #004c88 10%, #000f21 90%, #001d3f 100%) !important;
}

/* New Nav*/
.new-main-header{
    position: absolute;
    top: 0;
    max-width: 100%;
    width: 100%;
    left: 0;
    right: 0;
}

.new-top-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 2em;
    background-position: center bottom 0px;
    background-image: linear-gradient(90deg,rgba(255,255,255,0.7) 0%,rgba(50,36,74,0.64) 100%),url(../_img/Header-Bar-scaled-1.jpg);
    height: auto;
    min-height: 39px;
    
}

.container-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    background: #fafafa;
    padding: 0 2em;
    min-height: 100px;
}

.container-menu .menu-nav{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.container-menu .logo,.container-menu .boton{
    width:25%;
}

.container-menu .item-menu-nav {
    width: 50%;
    display: flex;
    gap: 2em;
    list-style: none;
    flex-direction: row;
    /* align-content: center; */
    justify-content: flex-end;
    align-items: center;
    margin: 0;
}

.menu-enlaces{
    font-size:17px;
    font-weight: 600;
    color:#32244a;
}

.flag-item{
    display:flex;
    gap:1em;
}
/* Boton header*/ 
.container-menu .boton {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#btn-md {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.button {
    display: inline-flex;
    height: 50px;
    width: 150px;
    border: 2px solid #32244A;
    border-radius: 2em;
    background: #32244A;
    color: #f1f6f6;
    font-size: .8em;
    letter-spacing: 1.5px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.dub-arrow {
    width: 100%;
    height: 100%;
    background: #fff;
    left: -200px;
    position: absolute;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .35s ease-Out;
    bottom: 0;
}

#btn-md:hover .dub-arrow {
    left: 0;
}

#btn-md:hover {
    background: #fff;
    transition: background 0.4s ease-in-out;
}

#btn-md img {
    width: 40px;
    height: auto;
}