.box-hamb {
    display: block;
    z-index: 1;
}

.menu-principal>ul {
    flex-wrap: wrap;
    width: 100%;
}

.menu-principal>ul>li {
    width: 100%;
    text-align: center;
}

.menu-principal>ul>li>ul {
    background: #ffffff33;
    position: relative;
    top: inherit;
    left: inherit;
}

.menu-principal>ul>li>a {
    margin-left: 0rem;
    /* margin-top: ; */
}

.menu-principal.openned {
    transform: translateX(0) !important;
}


.header {
    position: fixed;
    z-index: 1001;
    height: 90px;
    width: 100vw;
    top: 0;
    left: 0;
    transition: transform 0.5s, box-shadow 0.5s, background-color 0.5s, height 0.2s;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background-color: transparent; */
    color: var(--color-very-dark-grey);
}

.menu-principal a::after {
    content: '';
    background-color: #999999;
    width: 0;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    z-index: -1;
    transition: width .4s ease-in-out;
}

.menu-principal a:hover::after {
    width: 100%;
}

.hamburger {
    font: inherit;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 33px;
    height: 24px;
}

.hamburger--squeeze .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: 75ms;
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}

.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease .12s, opacity 75ms ease;
}

.hamburger-inner:before {
    top: -10px;
}

.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
}

.hamburger-inner:after {
    bottom: -10px;
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: "";
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 33px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 0;
    /* background-color: var(--main-color); */
    background-color: var(--color-flash-green);
}

.hamburger--squeeze.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease, opacity 75ms ease .12s;
    opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg);
}

.hamburger+span {
    font-weight: bold;
    padding-left: 10px;
}

.header .box-menu {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.header .box-logo {
    position: relative;
    transition: top .5s;
}

.menu-principal>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.menu-principal>ul>li {
    position: relative;
}

.menu-principal>ul>li>ul {
    display: none;
    position: absolute;
    top: 125%;
    left: 0%;
    background-color: #ffffff;
    padding: 1em;
}

.menu-principal>ul>li>ul li {
    white-space: nowrap;
    width: 100%;
}

.menu-principal>ul>li:hover>ul {
    display: flex;
    flex-wrap: wrap;
}

/* .menu-principal>ul>li>a {
    margin-left: calc(18 / 17 * 1rem);
} */

.menu-principal a {
    text-decoration: none;
}

.menu-principal a i {
    margin-right: .2rem;
}

.menu-principal .current-menu-item a {
    font-weight: 600;
}

.ze-logo {
    height: 130px;
    display: block;
    transition: all .5s;
}

.scroll-down .ze-logo,
.scroll-up .ze-logo {
    height: 100%;
    transition: all .5s;
}

.scroll-down .header .ze-logo,
.scroll-up .header .ze-logo {
    height: 100px;
    padding: .5rem;
}

.top-menu {
    display: flex;
    list-style: none;
    position: absolute;
    top: 0;
    right: 0;
    align-items: center;
}

.top-menu ul {
    display: flex;
    list-style: none;
}

.top-menu a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 1rem;
    font-size: .9rem;
    font-weight: 700;
}

#main-navbar {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 50px);
    background-color: #1d1f2a;
    display: block;
    flex-direction: inherit;
    justify-content: center;
    align-items: start !important;
    transform: translateX(-100%);
    transition: transform 1s ease-in-out;
}

.openned #main-navbar {
    transform: translateX(0);
}

.menu-principal a {
    width: 100%;
    margin-left: 0;
    margin-bottom: .25rem;
    padding: .5rem 1rem;
    display: inline-block;
    font-size: 1.5rem;
    position: relative;
    color: #ffffff;
    text-align: left;
    font-weight: 300;
    color: #ffffff;
}

.menu-principal svg {
    height: 2rem;
    fill: #ffffff;
}

.header .lang-switch {
    border: none;
}

.menu-principal .menu-item-has-children>a:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45.463' height='24.731' viewBox='0 0 45.463 24.731'%3E%3Cpath id='Path_7066' data-name='Path 7066' d='M-14815,4843l19.9,19.9-19.9,19.9' transform='translate(4885.635 14817.827) rotate(90)' fill='none' stroke='%2316c64f' stroke-linecap='round' stroke-linejoin='round' stroke-width='4'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: 90% center;
    background-size: contain;
    content: '';
    width: 2rem !important;
    height: 2rem !important;
    background-color: inherit;
    left: 90% !important;
    top: 50% !important;
    transform: translateY(-50%);
}

#menu-top-menu {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.top-menu a {
    font-size: 1.2rem;
}

.menu-principal>ul li {
    width: 100%;
    text-align: left;
    /* padding: 0.5rem 1rem; */
    border-bottom: #626264 1px solid;
}

#main-navbar .sub-menu {
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 0rem;
    border-top: #626264 1px solid;
    margin-top: 1rem;
}

#main-navbar .sub-menu>li {
    padding-left: 3rem;
}

#main-navbar .sub-menu>li:last-child {
    border-bottom: none;
}

.header .menu-principal>ul>li>a::after {
    content: "";
    opacity: 1;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0%;
    left: 0;
    border-radius: 0px;
    background-color: inherit;
}

.header .menu-principal>ul.menu-append>li a::after,
.header .menu-principal>ul.floating-menu>li a::after {
    content: none;
}

.our-services .section_app .tab-item,
.our-services .services-table-mobile .tab-item,
body.mobile .brand-services .section_app .tab-item,
body.mobile .brand-services .services-table-mobile .tab-item {
    font-size: 1.3rem;
    line-height: 2rem;
}

.our-services .container2>p,
body.mobile .brand-services .container2>p {
    padding-top: 2rem;
    max-width: 865px;
    font-family: "figtree";
}

.our-services .section_app,
.our-services .services-table-mobile,
body.mobile .brand-services .section_app,
body.mobile .brand-services .services-table-mobile {
    margin-top: 2rem;
    gap: 125px;
}

.our-services {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 2rem;
}

.brand-services {
    padding: 2rem 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.product-details .part-image {
    width: 100%;
}

.product-details .part-text p {
    display: inline-block;
    /* max-width: 85%; */
    font-weight: 300;
    padding-top: 30px;
}

.lang-switch a {
    display: flex !important;
    align-items: center;
    gap: 1rem;
    justify-content: start;
}

.lang-switch a span:last-child {
    border: #ffffff 1px solid;
    padding: 0.25rem;
    text-transform: capitalize;
    font-size: 0.7rem;
}

@media (min-width: 1200px) {
    .product-details .part-text p {
        max-width: 85%;
    }

    .product-details .part-image {
        width: 50%;
        flex-shrink: 2;
    }

    .product-details .part-image img {
        max-height: 850px;
    }

    .our-services,
    body.mobile .brand-services {
        position: relative;
        width: 100%;
        overflow: hidden;
        padding-top: 0;
        padding-bottom: 0;
    }

    .our-services .container2>p,
    body.mobile .brand-services .container2>p {
        padding-top: 85px;
        max-width: 865px;
        font-family: "figtree";
    }

    .our-services .section_app,
    .our-services .services-table-mobile,
    body.mobile .brand-services .section_app,
    body.mobile .brand-services .services-table-mobile {
        margin-top: 105px;
        gap: 125px;
    }

    .box-hamb {
        display: none;
    }

    #main-navbar {
        position: relative;
        background-color: transparent;
        transform: initial;
        transition: initial;
        height: initial;
        top: initial;
        left: initial;
        width: initial;
    }

    .menu-principal>ul {
        flex-wrap: initial;
        width: initial;
    }

    .menu-principal>ul li {
        width: initial;
        border: none;
        padding: initial;
    }

    .header .menu-principal a {
        font-size: 1.2rem;
    }

    .menu-principal a {
        width: initial;
        margin-bottom: initial;
        font-family: "Montserrat-Light", "Montserrat";
        font-size: 1.3rem;
        line-height: 1.5rem;
        font-weight: 300;
        color: var(--color-very-dark-grey);
    }

    .top-menu {
        list-style: none;
        position: relative;
        top: 0;
        right: 0;
        align-items: center;
        margin-bottom: 10px;
    }

    .header .menu-principal>ul>li>a {
        padding: 0;
        padding-bottom: 10px;
        margin-left: 1.2rem;
    }

    .header .menu-principal>ul>li a {
        position: relative;
    }

    .header .menu-principal>ul>li>a {
        padding-bottom: 10px;
        margin-left: 1.8rem;
    }

    .header .lang-switch a {
        font-size: 0.5882352941rem;
        line-height: 0.7058823529rem;
        margin: 0;
        font-family: "figtree";
        font-weight: 400;
        text-transform: none;
        color: var(--color-very-dark-grey);
    }

    .header {
        height: 90px;
    }

    .header .menu-principal #menu-menu-principal li:last-child a,
    .header .menu-principal #menu-menu-principal-fr li:last-child a {
        margin: 0 !important;
        margin-left: 1.8rem !important;
        margin-bottom: 10px !important;
    }
}

@media (min-width: 1400px) {
    .header .menu-principal>ul>li>a {
        margin-left: 1.8rem;
    }

    .header .menu-principal a {
        font-size: 1.3rem;
    }
}