.Header {
    height: 100px;
    z-index: 100;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}







.Header .Header_Image {
    position: fixed;
    width: 100%;
    height: 100px;
    z-index: 105;
    background: url("../images/Background_Header.png") center center no-repeat;
    background-size: cover;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Header .HeightHeader {
    height: 100px;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}







.Header .DivMenuLeft {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    pointer-events: none;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}




.Header .HamburgerMobile {
    /*display: none;*/
}

.Header .DivHamburger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 100px;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Header .DivHamburger .BtnHamburger {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #0b5d6c;
    border-radius: 100%;
    pointer-events: auto !important;
}

.HeaderSmall .HamburgerMobile {
    height: 70px !important;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}




.Header .LogoMenu {
    width: auto;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    pointer-events: auto;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Header .LogoMenu .LogoLink {
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    pointer-events: auto;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Header .LogoMenu .LogoGrupoAcert {
    width: auto;
    height: 70%;
    margin: 0 0 0 20px;
}













.Header .DivMenuRight {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100px;
    padding: 0 10px 0 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    pointer-events: none;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Header .DivMenuRight .DivSair {
    width: 70px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: auto;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Header .DivMenuRight .DivPerfil {
    width: auto;
    height: 100px;
    margin: 0 15px 0 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    pointer-events: auto;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Header .DivMenuRight .DivPerfil .AvatarCliente {
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Header .DivMenuRight .DivPerfil .AvatarCliente .BtnAvatar {
    width: 80px;
    height: 80px;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Header .DivMenuRight .DivPerfil .AvatarCliente .BtnAvatar:hover {
    width: 85px;
    height: 85px;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Header .DivMenuRight .DivPerfil .EditarPerfil {
    display: inline-block;
    width: 95px;
    background-color: #01acca;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 9px;
    line-height: 6px;
    letter-spacing: 0.5px;
    color: #0b5d6c;
    margin: 2px 0 0 0;
    padding: 8px 10px;
    outline: none;
    cursor: pointer;
    border: none !important;
}

.Header .DivMenuRight .DivPerfil .EditarPerfil:hover {
    background: #38bad1;
}

.Header .DivMenuRight .DivPerfil .Info {
    width: 0;
    height: 100px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 0 0 5px;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Header .DivMenuRight .DivPerfil .Info p {
    width: 130px;
    font-size: 11px;
    line-height: 15px;
}

.Show_InfoAvatar {
    width: 130px !important;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Header .DivMenuRight .DivPerfil .AvatarCliente .BtnAvatar img {
    width: 100%;
    height: auto;
    border-radius: 100%;
}




.Header .DivMenuRight .DivPerfil .Profile {
    position: absolute;
    top: 0;
    right: 0;
    width: 280px;
    height: auto;
    margin: 120px 100px 0 0;
    padding: 20px 30px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    z-index: 110;
    opacity: 0;
    pointer-events: none;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;

    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);
}

.Show_Profile {
    opacity: 1 !important;
    pointer-events: auto !important;
    margin: 100px 100px 0 0 !important;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Recua_Profile {
    margin: 70px 100px 0 0 !important;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Header .DivMenuRight .DivPerfil .Profile .CloseProfile {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    margin: 10px 10px 0 0;
    cursor: pointer;
}



.Header .DivMenuRight .DivNotification {
    width: 60px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: auto;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Header .DivMenuRight .DivNotification img {
    width: 25px;
    height: auto;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Header .DivMenuRight .DivNotification img:hover {
    width: 30px;
    height: auto;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.Header .DivMenuRight .DivNotification .badge {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #0b5d6c;
    margin: -15px 0 0 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #00a5c9;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Notification_Alert {
    background-color: #992c7b !important;
    color: white !important;
}

.MudaCor_Badge {
    color: white !important;
}

.Header .DivMenuRight .DivNotification .Notification {
    position: absolute;
    top: 0;
    width: 250px;
    height: auto;
    margin: 130px 0 0 0;
    padding: 20px 30px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    z-index: 110;
    opacity: 0;
    pointer-events: none;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;

    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);
}

.Show_Notification {
    margin: 100px 0 0 0 !important;
    opacity: 1 !important;
    pointer-events: auto !important;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Header .DivMenuRight .DivNotification .Notification ul {
    display: contents;
    margin: 0 !important;
}

.Header .DivMenuRight .DivNotification .Notification li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}

.Header .DivMenuRight .DivNotification .Notification li:last-child {
    border-bottom: 0px solid rgba(0, 0, 0, 0.06);
}

.Header .DivMenuRight .DivNotification .Notification .Notification a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.70);
    line-height: 18px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

.Header .DivMenuRight .DivNotification .Notification a:hover {
    color: #00a5c9;
}

.Header .DivMenuRight .DivNotification .Notification .CloseNotification {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    margin: 10px 10px 0 0;
    cursor: pointer;
}







.DivChangeColor {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    pointer-events: auto;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.DivChangeColor p {
    font-size: 10px !important;
}

.DivChangeColor .switch__container {
    width: 45px;
}

.DivChangeColor .switch {
    visibility: hidden;
    position: absolute;
    margin-left: -9999px;
}

.DivChangeColor .switch+label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
}

.DivChangeColor .switch--shadow+label {
    padding: 2px;
    width: 40px;
    height: 20px;
    /*background-color: #dddddd;*/
    border-radius: 20px;
}

.DivChangeColor .switch--shadow+label:before,
.DivChangeColor .switch--shadow+label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}

.DivChangeColor .switch--shadow+label:before {
    right: 1px;
    background-color: #f1f1f1;
    border-radius: 40px;
    transition: background 0.4s;
}

.DivChangeColor .switch--shadow+label:after {
    width: 22px;
    height: 22px;
    margin-top: -3px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.4s;
}

.DivChangeColor .switch--shadow:checked+label:before {
    background-color: #000;
}

.DivChangeColor .switch--shadow:checked+label:after {
    transform: translateX(20px);
}

/* Estilo Flat */
.DivChangeColor .switch--flat+label {
    padding: 2px;
    width: 120px;
    height: 40px;
    background-color: #dddddd;
    border-radius: 60px;
    transition: background 0.4s;
}

.DivChangeColor .switch--flat+label:before,
.DivChangeColor .switch--flat+label:after {
    display: block;
    position: absolute;
    content: "";
}

.DivChangeColor .switch--flat+label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #fff;
    border-radius: 60px;
    transition: background 0.4s;
}

.DivChangeColor .switch--flat+label:after {
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 56px;
    background-color: #dddddd;
    border-radius: 52px;
    transition: margin 0.4s, background 0.4s;
}

.DivChangeColor .switch--flat:checked+label {
    background-color: #232223;
}

.DivChangeColor .switch--flat:checked+label:after {
    margin-left: 30px;
    background-color: #232223;
}







.HeaderSmall,
.HeaderSmall .Header_Image,
.HeaderSmall .HeightHeader,
.HeaderSmall .LogoMenu,
.HeaderSmall .DivMenuRight,
.HeaderSmall .DivMenuLeft,
.HeaderSmall .DivMenuRight .DivSair,
.HeaderSmall .DivMenuRight .DivPerfil,
.HeaderSmall .DivMenuRight .DivPerfil .AvatarCliente,
.HeaderSmall .DivMenuRight .DivPerfil .Info,
.HeaderSmall .DivMenuRight .DivNotification {
    height: 70px !important;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.HeaderSmall .DivMenuRight .DivPerfil .AvatarCliente {
    width: 70px;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.HeaderSmall .DivMenuRight .DivPerfil .AvatarCliente .BtnAvatar {
    width: 60px;
    height: 60px;

}

.HeaderSmall .DivMenuRight .DivPerfil .AvatarCliente .BtnAvatar:hover {
    width: 55px;
    height: 55px;
}

.Show_Notification_Small {
    margin: 70px 0 0 0 !important;
}








nav {
    position: fixed;
    width: 60px;
    height: calc(100vh - 100px);
    /*height: 100vh;*/
    padding: 0;
    background: transparent;
    z-index: 103;
    cursor: pointer;
    overflow: hidden;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;


    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Move_Nav {
    height: calc(100vh - 70px);

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

nav .DivIcones {
    width: 60px;
    height: auto;
}

nav .BtnIcones {
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

nav .BtnIcones .IconeMenu {
    width: 40px;
    height: 40px;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.Show_Nav {
    width: 300px;
    border-right: 0px solid rgba(0, 0, 0, 0.15);

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;

    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);
}

.Hide_Nav {
    margin-left: -60px !important;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.NavBtnAtivo {
    border-right: 2px solid var(--corGeral) !important;
}

nav .Submenu {
    width: 270px;
    padding: 0 30px;
}

nav .Submenu h3 {
    margin-bottom: 25px;
}

nav .Submenu .TituloMenu {

    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 22px;
    margin: 0 0 20px 0;

}

nav .Submenu .menuSemClick {
    pointer-events: none !important;
}

nav .Submenu .subItem {
    margin-left: 10px;
}

nav .Submenu .ItemMenu {
    display: block;
    width: 250px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: var(--corFonte);
    padding: 0 0 0 25px;
    margin: 0 0 6px 0;
    background: url("../svg/SetaMenu.svg") left center no-repeat;
    pointer-events: auto !important;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

nav .Submenu .ItemMenu:hover {
    margin: 0 0 6px 10px;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

nav .Submenu .ItensMenu_Perfil .Avatar {
    width: 100px;
    height: 100px;
}

nav .Submenu .ItensMenu_Perfil .Avatar img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
}







.NavRight {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 35px;
    height: calc(100vh - 100px);
    margin: 100px 0 0 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 400;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Aumenta_NavRight {
    height: calc(100vh - 70px) !important;
    margin: 70px 0 0 0 !important;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.NavRight .DivIcones {
    width: 45px;
    height: 45px;
    margin: 0 -85px 10px 0;
    border-radius: 100%;
    background: #00a5c9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: auto;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.Show_BtnOpenFooterPrice {
    margin: 0 25px 25px 0 !important;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Show_BtnOpenSteps {
    margin: 0 25px 10px 0 !important;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.NavRight .BtnOpenFooterPrice img,
.NavRight .BtnOpenSteps img {
    width: 25px;
    height: auto;
}
























/* Responsive Mobile*/
@media (max-width: 450px) {

    .Header .DivMenuRight {
        padding: 0;
    }



    .Header .LogoMenu .LogoGrupoAcert {
        height: 55%;
        margin: 0 0 0 10px;
    }

    .Header .DivMenuRight .DivPerfil {
        display: none;
    }

    .Header .DivMenuRight .DivNotification .Notification {
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        margin: 100px 0 0 0;
    }

    .Show_Notification_Small {
        margin: 70px 0 0 0;
    }

    nav {
        align-items: flex-start;
        border-right: 1px solid rgba(0, 0, 0, 0.15);
        margin-left: -60px;

        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .Show_NavMobile {
        margin-left: 0;

        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    nav .DivIcones {
        height: 100%;
        border-right: 1px solid rgba(0, 0, 0, 0.15);
    }

    nav .ItensMenu {
        width: 230px;
        padding: 20px 0 0 0;
    }

    .OverlayMenuMobile {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 102;
        pointer-events: none;

        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .Show_OverlayMenuMobile {
        pointer-events: auto !important;

        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .CloseSubmenu {
        display: none;
    }

    .ChangeColorDesktop {
        display: none;
    }
}