@media screen and (max-width: 799px) and (min-width: 8px) {
    .navPages-action {
font-size: 20px!important;
font-weight: 300;
letter-spacing: -.1px!important;
line-height: 1 !important;
font-family: Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}
.display-menu{
margin-top: 50px;
margin-bottom: 50px;
color: #fff;
font-size: 3rem;
font-weight: 800;
}
.navPage-subMenu {
position: inherit;
top: 0;
width: 100%;
left: 0;
height: 100%;
overflow: auto;
}

.listnavigations {
text-align: initial;
}

.navPages {
padding: 56px 15px;
}

.navPage-subMenu.is-open {
z-index: 999;
width: 100%;
}
.is-closed
{
transition: 2s linear all;
}
.is-closed row{
opacity: 0.5;
}
.mobilerowadjest
{
    height: 265px;
}

.navPages-container,
.navPage-subMenu, .navPage-subMenu[aria-hidden="true"]  {
left: -1000px;
-webkit-animation: slide 0.5s forwards;
-webkit-animation-delay: 0.2s;
animation: slide 0.5s forwards;
animation-delay: 0.2s;
}

@-webkit-keyframes slide {
100% {
    left: 0;
}
}

@keyframes slide {
100% {
    left: 0;
}
}
.heroCarousel {
margin-top: -5.4rem;
}

}
