.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#menuLateral{
    width: 240px;
    background-color: #FE5D00;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 60px 20px;
    height: 100vh;
    position: fixed;
    transition: all .5s;
    transition-delay: 0s;
}

.perfil{
    align-items: center;
    justify-content: center;
}

 .perfil img{


        transition: all .3s;
    }


.listaNav{
    width: 100%;
}


.listaNav a{
        display: flex;
        gap: 12px;
        padding: 12px 20px !important;
        border-radius: 12px;
        cursor: pointer;
        transition: all .3s;
        color: white !important
    }

.listaNav a.ativo{
        background-color: rgb(98, 0, 255)  !important;

}

a.ativo .elementor-icon-list-icon svg, a.ativo .elementor-icon-list-text{
    color: white !important;
    fill: white !important
}

.listaNav a:hover:not(a.ativo) {
        background-color: #232323;
}

.botaoPrincipal{
    transition: all .3s;
    border-radius: 12px
}

.botaoPrincipal:hover{
    transform: translateY(-2px);
    box-shadow: 4px 4px 8px rgba(255, 255, 255, 0.267) inset, -4px -4px 8px rgba(255, 255, 255, 0.267) inset, 0px 8px 12px rgba(33, 32, 34, 0.267);
}

#controle{
    position: absolute;
    top: 180px;
    right: -12px;
    transition: all .3s;
    cursor: pointer
}


#menuLateral .elementor-icon-list-text, #menuLateral .nomeUsuario{

    transition: opacity .3s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition-delay: .2s;
    opacity: 1;

}

#menuLateral.ativo li{
    gap: 0px;
}

#menuLateral.ativo .textoNav, #menuLateral.ativo .nomeUsuario{
    opacity: 0;
    width: 0px;
}

#menuLateral.ativo .botaoPrincipal{
    width: 0px;
    opacity: 0;
    overflow: hidden;
}

#menuLateral.ativo{
    width: 80px;
    padding: 60px 12px;
    transition-delay: .1s;
}

#menuLateral.ativo .perfil img{
    width: 52px;
}

#menuLateral.ativo #controle{
    transform: scaleX(-1);
}

header{
    display: none;
}

@media (max-width:767px){
    #menuLateral{
        transform:translateX(-100%);
        padding: 32px 16px;
        justify-content: center;
        gap: 40px;
    }
    nav ul{
        padding-bottom: 0px;
        gap: 20px;
    }

    #controle{
        display: none;
    }

    #menuLateral.mobile{
        transform:translateX(0%);
    }

    header{
        width: 100%;
        display: flex;
        justify-content: end;
        padding: 20px;
    }

    .menuMobile{
        font-size: 30px;
        cursor: pointer;
    }
}/* End custom CSS */