li {
    list-style: none;
    font-family: 'Roboto', sans-serif;
    cursor: pointer
}

.fwidth, .box-menu {
    min-height: 80px;
}

.box-menu {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: space-between;
    align-items: center;
    padding: 0 90px;
    line-height: 10px;
    width: 100%;
}

.img-flag {
    margin-right: 10px
}

.img-flag img,
.first-flag-img {
    width: 20px
}

nav {
    background: #004DBC;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-weight: 300;
    position: fixed;
    top: 0px;
    z-index: 1000;
    width: 100%;
    bottom: auto !important;
}

nav .first-block {
    display: grid;
    place-items: center;
    grid-template-columns: max-content auto;
    column-gap: 7%
}

nav .second-block {
    display: grid;
    place-items: center;
    grid-template-columns: max-content auto auto;
    column-gap: 20px
}

nav a {
    text-decoration: none;
    color: inherit
}

nav> :first-child {
    justify-self: end
}

nav> :last-child {
    justify-self: start
}

nav ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    font-weight: 500;
    display: flex;
    place-items: center;
    column-gap: 10px;
    font-size: 17px;
}

nav .first-block ul li {
    padding: 0px 30px 0 15px;
}

nav ul li:hover {
    text-decoration: underline;
    color: #72c4fc
}

.languajes {
    grid-template-columns: repeat(1, max-content);
    color: #fff
}

.languajes span {
    font-size: 10px;
}

.navItemDrop, .navItem {
    padding: 0px 30px 0 15px;
    height: 100%;
    background-image: url(../../images/navbar/arrow-dropdown.svg);
    background-repeat: no-repeat;
    background-position: 91% center;
    background-size: 10px;
}

.languajes .arrowDopdownLeng img {
    width: 10px;
    vertical-align: center;
    margin-left: 5px;
    margin-bottom: 2px;
}

.languajes-mobi {
    display: none
}

.languajes li:hover {
    text-decoration: none;
    color: #fff
}

nav li a {
    text-decoration: none;    
}

nav li a:hover {
    font-weight: 700;
    color: #72c4fc;
    text-decoration: none
}

nav li a::before {
    display: block;
    content: attr(title);
    font-weight: 700;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

nav .logo {
    height: 40px
}

.logo-mobi {
    display: none
}

nav .dropdown {
    display: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background: #004DBC;
    padding: 1em 0;
    border-radius: 20px;
    transition: .3s;
    z-index: 100;
    margin-top: .2em
}

nav ul li:hover>ul,
ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
    transition: .3s
}

.dropdown li {
    color: #fff;
    line-height: 180%;
    padding: 0 1em;
    transition: all .3s ease-in-out;
    font-weight: 300
}

.dropdown li a {
    display: block;
    width: 100%;
}

.dropdown li:hover {
    background: #003F74;
    text-decoration: none;
    color: #fff;
}

.dropdown li a:hover {
    color: #fff;
}

nav .compare {
    border-top: solid 1px rgb(255, 255, 255); 
    margin-top: 5px; 
    /* padding-top: 8px;  */
    font-weight: 600;
    padding: 7px 20px 10px;
    margin-bottom: -17px;
    border-radius: 0 0 20px 20px;
}


.trial {
    border: solid 2px #FC7E00;
    margin: 0;
    padding: 0;
    background: #FC7E00;
    text-transform: uppercase;
    color: #fff;
    border-radius: 20px;
    padding: 10px 30px;
    font-weight: 700;
    font-size: 15px;
    font-family: Roboto, sans-serif;
    transition: all .3s ease-in-out;
    cursor: pointer;
    outline: none;
    line-height: normal
}

.trial:hover {
    background: #E26B04;
    border-color: #E26B04
}

.fwidth .box-menu .second-block .bttnPrincipal {
    border: solid 2px #FC7E00;
    margin: 0;
    padding: 0;
    background: #FC7E00;
    text-transform: uppercase;
    color: #fff;
    border-radius: 20px;
    padding: 10px 30px;
    font-weight: 700;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    transition: all .3s ease-in-out;
    cursor: pointer;
    outline: none;
    line-height: normal;
}

.login {
    color: #fff
}

.login-bttn {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    border: solid 2px #fff;
    border-radius: 30px;
    padding: 10px 20px;
    background: #004DBC;
    transition: all .3s ease-in-out;
    cursor: pointer;
    outline: none;
    line-height: normal
}

.login-bttn:hover {
    background: #0068ff
}

nav span {
    font-weight: 700;
    color: #fff
}

nav .toggleIcon {
    display: none
}

#sidebarMenu {
    height: 100vh;
    position: fixed;
    background-color: #fff;
    width: 70vw;
    padding: 1em;
    top: 0;
    z-index: 9999;
    left: -75vw;
    transition: left .5s
}

#sidebarMenu ul {
    padding-left: 0
}

#sidebarMenu.active {
    left: 0
}

#sidebarMenu img {
    padding: 0 1em 2em
}

.sidebar-items-container {
    display: grid
}

.sidebar-items-container>div,
.sidebar-items-container>a {
    padding: 3vw 5vw;
    border-bottom: solid 1px #f1f1f1;
    color: #00568f
}

.sidebar-items-container summary {
    display: grid;
    grid-template-columns: 3fr 1fr;
    align-items: center
}

.sidebar-items-container summary::marker,
summary::-webkit-details-marker {
    display: none !important;
    content: '' !important
}

.sidebar-items-container details p {
    display: grid;
    padding: .5em 1em
}

.sidebar-items-container details p a {
    color: #00568f
}

a.work-with-us {
    display: inline-block
}

svg.control-icon {
    fill: #00568f;
    vertical-align: bottom
}

.work-with-us {
    cursor: pointer;
    border: 2px solid;
    background: #63ced3 !important;
    border-color: #63ced3 !important;
    color: #fff !important;
    padding: 5px 12px !important;
    border-radius: 30px !important;
    font-weight: 400;
    box-shadow: 0 5px 4.5px .5px rgba(0, 0, 0, 0.1);
    transition: all .6s;
    font-size: 16px
}

.work-with-us:hover {
    background: #2c4d86 !important;
    border-color: #2c4d86 !important;
    color: #fff !important
}

.brandSwiper-mobi,
#sidebarMenu {
    display: none
}

@media (min-width: 925px) {
    .work-with-us {
        cursor: pointer;
        border: 2px solid;
        background: #63ced3 !important;
        border-color: #63ced3 !important;
        color: #fff !important;
        padding: 10px !important;
        border-radius: 30px !important;
        font-weight: 400;
        box-shadow: 0 5px 4.5px .5px rgba(0, 0, 0, 0.1);
        transition: all .6s;
        font-size: 16px
    }

    .work-with-us:hover {
        background: #2c4d86 !important;
        border-color: #2c4d86 !important;
        color: #fff !important;
        text-decoration: none !important
    }
}

/* @media (min-width: 1100px) and (max-width: 1263px) {
    nav ul {
        gap: 40px;
    }
} */

@media (max-width: 1100px) {

    .brandSwiper-mobi,
    #sidebarMenu {
        display: block
    }

    .box-menu {
        padding: 10px 30px;
        display: flex;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: space-between;
        height: 30px;
    }

    nav> :first-child {
        justify-self: start
    }

    nav> :last-child {
        justify-self: end
    }

    nav .logo {
        height: auto;
        width: 25vw
    }

    nav .first-block,
    nav .second-block {
        display: none
    }

    .languajes-mobi {
        display: flex
;
        gap: 10px;
        font-weight: 500;
    }

    .logo-mobi {
        display: block
    }

    nav .toggleIcon {
        display: grid;
        row-gap: 3px;
        cursor: pointer
    }

    .toggleIcon div {
        width: 5vw;
        height: 3px;
        background: #fff;
        transition: .4s
    }

    .clicked .top {
        transform: rotate(-45deg) translate(-1.2vw, 1vw)
    }

    .clicked .mid {
        opacity: 0
    }

    .clicked .bot {
        transform: rotate(45deg) translate(-1vw, -1vw)
    }

    div#sidebarMenu {
        overflow-y: scroll
    }
}

@media (min-width: 500px) and (max-width: 1200px) {
    nav .logo {
        height: auto;
        width: 17vw
    }

    .box-menu {
        padding: 0 5%
    }
}

@media (min-width:750px) and (max-width: 1100px) {
    #sidebarMenu img {
        width: 25vw
    }
}

@media (min-width: 500px) and (max-width: 750px) {
    #sidebarMenu img {
        width: 30vw
    }
}

@media (max-width: 500px) {
    #sidebarMenu img {
        width: 40vw
    }

    .box-menu {
        min-height: auto;
        height: 50px;
    }

    .fwidth {
        min-height: auto;
    }
}