.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;
}


.NavSeta {
    width: 20px;
    height: auto;
}


.Header .Header_Image {
    position: fixed;
    width: 100%;
    height: 100px;
    z-index: 105;
    background: var(--menu);
    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_Image_acesso_audax {
    /* background: url("../images/barra_audax.png") center center no-repeat !important;*/
}

.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: var(--corGeral);
    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: 12%;
    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 .DisplayUser {
    position: relative;
    width: auto;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    pointer-events: auto;
    margin: 0 0 0 25px;
    padding: 0 0 0 20px;

    -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 .DisplayUser p {
    font-size: 14px;
    line-height: 18px;
    opacity: 0.8;
}

.Header .DisplayUser .BtnEmpresa {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    opacity: 0.8;
    color: var(--corCabecalho);
    padding-left: 20px;
    margin: 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;
}

.Header .DisplayUser .BtnEmpresa:hover {
    opacity: 1.0;
    margin-left: 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 .DisplayUser .BtnEmpresa:after {
    position: absolute;
    display: block;
    content: '';
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    margin: 0 -25px 0 0;
    background: url("../svg/CaretRight.svg") center center no-repeat;
    background-size: 12px;
    filter: var(--corCabecalhoFilter);
}*/

.Header .DisplayUser .BtnEmpresa svg {
    position: absolute;
    display: block;
    content: '';
    width: 13px;
    height: 17px;
    top: 0;
    left: 0;
    margin: 0 -25px 0 0;
    /*background: url("../svg/CaretRight.svg") center center no-repeat;*/
    background-size: 12px;
}


.Header .DisplayUser .BtnLoja {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    opacity: 0.8;
    color: var(--corCabecalho);
    padding-left: 20px;
    ;

    -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 .DisplayUser .BtnLoja:hover {
    opacity: 1.0;
    margin-left: 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 .DisplayUser .BtnLoja svg {
    position: absolute;
    display: block;
    content: '';
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    margin: 0 -25px 0 0;
    /*background: url("../svg/CaretRight.svg") center center no-repeat;*/
    background-size: 12px;
}

.Header .DisplayUser:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 1px;
    height: 30px;
    margin-top: 35px;
    background: rgba(255, 255, 255, 0.5);

    -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 .DisplayUser {
    margin: 0 0 0 -25px !important;
    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 .DisplayUser:after {
    margin-top: 20px !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 {
    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;
    text-align: center;
    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;
    visibility: hidden;

    -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;
    visibility: visible !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 .DivPerfil .Profile .BoxSenha {
    height: 0;
    overflow: hidden;

    -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_BoxSenha {
    margin-top: 10px;
    height: 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 .DivPerfil .Profile .BoxDados,
.Header .DivMenuRight .DivPerfil .Profile .BoxSenha {
    height: 0;
    overflow: hidden;

    -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 .BoxDados .FormDados,
.Header .DivMenuRight .DivPerfil .Profile .BoxSenha .FormSenha {
    padding: 20px
}

.Show_BoxDados {
    margin: 10px 0 10px 0;
    height: 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 .DivCarrinho {
    position: relative;
    top: 0;
    right: 0;
    width: 40px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 5px 0 10px;
    z-index: 999;
}

.Header .DivMenuRight .DivCarrinho a {
    pointer-events: auto;
}

.Header .DivMenuRight .DivCarrinho .IconeCarrinho {
    width: 33px;
    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 .DivCarrinho .IconeCarrinho:hover {
    width: 35px;
    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 .DivCarrinho .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: -25px 0 0 30px;
    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;
}




.DivPortaCarrinho {
    position: fixed;
    top: 0;
    margin-top: 100px;
    width: 100%;
    z-index: 1110;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    pointer-events: none;
}

.DivItensCarrinho {
    position: relative;
    background: white;
    width: 350px;
    height: auto;
    margin: 30px 50px 0 0;
    padding: 20px 0;
    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_DivItensCarrinho {
    margin: 0 50px 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;
}

.Recua_DivItensCarrinho {
    margin-top: -30px !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;
}

.DivItensCarrinho .ImagemProduto {
    width: 100%;
    height: auto;
    display: block;
}

.DivItensCarrinho ul {
    display: contents;
    margin: 0 !important;
}

.DivItensCarrinho li {
    display: block;
    position: relative;
    padding: 10px 0;
}

.DivItensCarrinho li .Excluir {
    position: absolute;
    right: 0;
    margin: -8px -10px 0 0;
    width: 35px;
    height: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.DivItensCarrinho li .IconeExcluir {
    width: 15px;
    height: auto;
}

.DivItensCarrinho .BordaBottom {
    border-bottom: 1px dotted var(--corGeral) !important
}

.DivItensCarrinho li:last-child {
    border-bottom: 0px solid rgba(0, 0, 0, 0.06);
}

.DivItensCarrinho .CloseCarrinho {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 15px;
    margin: 10px 10px 0 0;
    cursor: pointer;
}

.DivItensCarrinho .AlturaLinha {
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.DivItensCarrinho .AlturaLinha p {
    font-size: 9px;
}

.DivItensCarrinho .LinhaCinza1 {
    background: rgba(0, 0, 0, 0.04);
    height: 50px;
}

.DivItensCarrinho .LinhaCinza2 {
    background: rgba(0, 0, 0, 0.07);
    height: 50px;
}

.ConteudoItemCarrinho .LinhaCinza3 {
    background: rgba(0, 0, 0, 0.06);
    align-items: center;
    height: 30px;
}

.ConteudoItemCarrinho .LinhaCinza4 {
    background: rgba(0, 0, 0, 0.03);
    align-items: center;
    height: 30px;
}

.ConteudoItemCarrinho .BordaRightLinhaCinza {
    border-right: 1px solid rgba(0, 0, 0, 0.06);
}


@media (max-width: 450px) {

    .DivItensCarrinho {
        width: 90%;
        margin: 130px auto 0 auto !important;
    }

    .Show_DivItensCarrinho {
        margin: 100px auto 0 auto !important;
    }

    .ProdutosNoCarrinho {
        height: 420px;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .DivItensCarrinho li .Excluir {
        margin: 0 !important;
    }

    .DivItensCarrinho .ImagemProduto {
        width: 80% !important;
    }

    .Recua_DivItensCarrinho {
        margin-top: 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 .DivMenuRight .DivNotification {
    width: 45px;
    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 {
    margin-right: 10px !important;
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #0b5d6c;
    margin: -25px 0 0 30px;
    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;
    z-index: 1000;
    -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;
}



.DivSearch {
    width: 40px !important;
}

.Header .DivMenuRight .DivSearch,
.Header .DivMenuRight .DivSugestoesAcert,
.Header .DivMenuRight .DivDepositar,
.Header .DivMenuRight .DivNovidadesAcert {
    position: relative;
    top: 3px;
    right: 0;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.DivImgUser {
    width: 100px !important;
    pointer-events: auto;
    text-align: center;
}

.Header .DivMenuRight .DivSugestoesAcert {
    width: 40px !important;
}

.Header .DivMenuRight .DivNovidadesAcert {
    width: 75px !important;
}

.Header .DivMenuRight .DivSearch a,
.Header .DivMenuRight .DivSugestoesAcert a,
.Header .DivMenuRight .DivDepositar a,
.Header .DivMenuRight .DivNovidadesAcert a {
    pointer-events: auto;
}

.Header .DivMenuRight .DivSearch svg,
.Header .DivMenuRight .DivSugestoesAcert svg,
.Header .DivMenuRight .DivDepositar svg,
.Header .DivMenuRight .DivNovidadesAcert svg {
    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 .DivSearch svg:hover,
.Header .DivMenuRight .DivSugestoesAcert svg:hover,
.Header .DivMenuRight .DivDepositar svg:hover,
.Header .DivMenuRight .DivNovidadesAcert svg:hover {
    width: 35px;
    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;
}





.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,
.HeaderSmall .DisplayUser {
    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(120vh - 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(110vh - 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;

    max-height: 480px;
    overflow-y: auto;
    overflow-x: clip;
}

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 .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;
    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 .menuSemClick {
    pointer-events: none !important;
}

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

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%;
}


.SubSubmenu {
    height: 0px;
    overflow: hidden;
    margin-left: 7px;

    -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_SubSubmenu {
    /*height: 100px!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 {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 70px;
    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 .DivPortaBtns {
    width: 55px;
    height: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.NavRight .DivPortaBtns .BtnSteps {
    width: 45px;
    height: 45px;
    margin: 0 0 0 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;
}

.NavRight .DivPortaBtns .BtnSteps img {
    width: 35px;
    height: auto;
    display: block;
}

.NavRight .DivPortaBtns .BtnMotraValor {
    width: 45px;
    height: 45px;
    margin: 0 0 0 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;
}

.NavRight .DivPortaBtns .BtnMotraValor img {
    width: 35px;
    height: auto;
    display: block;
}

.DivPortaBtns .BtnAtualizar {
    width: 45px;
    height: 45px;
    margin: 0 0 0 0;
    border-radius: 100%;
    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;
}

.DivPortaBtns .BtnAtualizar svg {
    width: 45px;
    height: 45px;
    animation: pulse 1s infinite;
    animation-timing-function: linear;
}

.BtnSubmenu_Videos svg g {
    fill: var(--corGeral);
}

























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

    .DisplayUser {
        display: none !important;
    }

    .Header .DivMenuRight {
        padding: 0;
    }

    .Header .LogoMenu .LogoGrupoAcert {
        height: 45%;
        margin: 0 0 0 0px;
        width: 95px !important;
        object-fit: contain !important;
    }

    .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;
    }

    .subMenuMob {
        position: relative;
        top: 37%;
        transform: translateY(-46%);
    }

    .divMenuMob {
        position: relative;
        top: 65%;
        transform: translateY(-46%);
    }
}


.ModalPesquisaRapida {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: 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;
}

.ModalPesquisaRapida .DivMessagePesquisa,
.ModalDepositar .DivConteudoDepositar {
    position: relative;
    width: 350px;
    margin: 0 auto;
    border-radius: 12px;
    padding: 20px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1001;
    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_DivMessagePesquisa,
.Show_DivConteudoDepositar {
    opacity: 1 !important;
    pointer-events: auto !important;
    margin-top: 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;
}

.ModalPesquisaRapida .DivMessagePesquisa .IconePesquisa {
    width: 60px;
    height: auto;
    display: block;
    margin: 0 auto 5px auto;
}

.ModalPesquisaRapida .DivMessagePesquisa .DivCloseMessage,
.ModalDepositar .DivConteudoDepositar .DivCloseDepositar {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 10px 10px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ModalPesquisaRapida .DivMessagePesquisa .DivCloseMessage .BtnCloseMessage,
.ModalDepositar .DivConteudoDepositar .DivCloseDepositar .BtnCloseDepositar {
    width: 20px;
    height: 20px;
}


.ModalObrigaVoucher {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: 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;
}

.ModalObrigaVoucher .DivObrigaVoucher {
    position: relative;
    background-color: white;
    width: 350px;
    margin: 0 auto;
    border-radius: 12px;
    padding: 20px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1001;
    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_DivMessagePesquisa {
    opacity: 1 !important;
    pointer-events: auto !important;
    margin-top: 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;
}

.ModalObrigaVoucher .DivObrigaVoucher .IconePesquisa {
    width: 60px;
    height: auto;
    display: block;
    margin: 0 auto 5px auto;
}

.ModalObrigaVoucher .DivObrigaVoucher .DivCloseMessage {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 10px 10px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ModalObrigaVoucher .DivObrigaVoucher .DivCloseMessage .BtnCloseMessage {
    width: 20px;
    height: 20px;
}




.OverlayPesquisaRapida {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.80);
    z-index: 1000;
    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;
}

.Show_OverlayPesquisaRapida {
    opacity: 1 !important;
    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;
}




.DivChat {
    position: fixed;
    top: 0;
    right: 0;
    width: 90px;
    height: 90px;
    margin: 100px 0 0 0;
    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;
}

.Recua_DivChat {
    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;
}

.DivChat .IconeChatBot {
    width: 70px;
    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;
}

.DivChat .IconeChatBot:hover {
    width: 75px;
    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;
}

.IconeCarrinhoBall {
    width: 60px;
    height: auto;
    margin: 0 15px 0 0;
}

.ProdutosNoCarrinho {
    height: 320px;
    margin: 0 0;
    padding: 0 25px 0 30px;
    overflow: hidden;
    overflow-y: auto;
}

.Porta_ProdutosNoCarrinho {
    width: 280px;
}

.ProdutosNoCarrinho .card-content {
    margin: 0 0 5px 0;
}

.ProdutosNoCarrinho .card-header-carrinho {
    background: white;
    /*cursor: pointer;*/
}

.ConteudoItemCarrinho {
    padding: 5px 0;

}

.ConteudoItemCarrinhoFirstDiv {}

.ConteudoItemCarrinhoLastDiv {
    border-bottom: 0px dotted rgba(0, 0, 0, 0.2);
}

.BtnCloseItensCarrinho {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    margin: 0 0 0 0;
    pointer-events: none;
}

.BtnCloseItensCarrinho:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    /*background: url("../svg/CloseCard.svg") center center no-repeat;*/
    background-size: 15px;
}

.card-header-carrinho.collapsed .BtnCloseItensCarrinho:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    /*background: url("../svg/OpenCard.svg") center center no-repeat !important;*/
    background-size: 15px;
}

.BtnCloseItensCarrinho img {
    width: 20px;
    height: 20px;
}

.ProdutosNoCarrinho .Btn_Small_Blue {
    display: inline-block;
    background-color: #01acca;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 9px;
    line-height: 12px;
    letter-spacing: 1.5px;
    color: white;
    margin: 0 2px 0 2px;
    padding: 8px 10px;
    outline: none;
    cursor: pointer;
    border: none !important;
}

.OverlayCarrinho {
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1109;
    pointer-events: none;
    opacity: 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;
}

.Show_OverlayCarrinho {
    pointer-events: auto;
    opacity: 1;

    -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_OverlayCarrinho {
    height: calc(100% - 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;
}


@media (max-width: 450px) {

    /* .Header .DivMenuRight .DivItensCarrinho {
        right: 0;
        margin: 130px -65px 0 0 !important;
    } */

}






.CardEscolhaEmpresa {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    margin-bottom: 25px;
    border-radius: .75rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    cursor: pointer;


    -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;
}

.CardEscolhaEmpresa:hover {
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.04);

    -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;
}

.CardEscolhaEmpresa .BodyCardEscolhaEmpresa {
    width: 100%;
    height: 130px;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.CardEscolhaEmpresa .BodyCardEscolhaEmpresa img {
    width: 80px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.CardEscolhaEmpresa .BodyCardEscolhaEmpresa svg {
    width: 80px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.CardEscolhaEmpresa .FooterCardEscolhaEmpresa {
    width: 70%;
    height: 80px;
    border-top: 1px solid rgba(0, 0, 0, 0.09);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.CardEscolhaEmpresa .FooterCardEscolhaEmpresa p {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
}

.BtnCardEscolhaEmpresa {
    display: contents;
}

.ModalSugestoes,
.ModalDepositar {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: 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;
}

.ModalSugestoes .DivSugestoes {
    position: relative;
    background-color: white;
    width: 100%;
    margin: 0 auto;
    border-radius: 12px;
    padding: 20px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1001;
    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;
}

.ModalSugestoes .DivSugestoes .DivCloseMessage {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 10px 10px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ModalSugestoes .DivSugestoes .DivCloseMessage .BtnCloseMessage {
    width: 20px;
    height: 20px;
}

.Divlabel {
    position: absolute;
    top: 0;
    left: 0;
    width: 155px;
    height: 40px;
    margin: 10px 10px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.ModalPropaganda {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: 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;
}

.ModalVideo {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: 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;
}

.ModalPropaganda .DivMessagePropaganda {
    position: relative;
    width: 450px;
    margin: 0 auto;
    border-radius: 12px;
    padding: 20px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1001;
    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;
}

.ModalVideo #modal_video {
    position: relative;
    width: 271px;
    margin: 0 auto;
    border-radius: 12px;
    padding: 20px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1001;
    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_DivMessagePropaganda,
.Show_DivVideo {
    opacity: 1 !important;
    pointer-events: auto !important;
    margin-top: 0 !important;
    background-color: white;
    -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;
}

.ModalPropaganda .DivMessagePropaganda .DivCloseMessage {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 10px 10px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.DivMessagePropaganda .DivCloseMessage .BtnCloseMessage {
    width: 20px;
    height: 20px;
}

.HeaderSmall .LogoLink {
    height: 70px !important;
}

.Header .LogoMenuWidthAuto {
    width: auto !important;
}

.HeaderSmall .DisplayUserMaginLeft25Px {
    margin-left: 25px !important;
}

.DivPerfilMarginLeft10px {
    margin-left: 0px !important;
    margin-right: 0 !important;
}

.BtnAvatarWithHeight60px {
    width: 45px !important;
    height: 45px !important;

    border-radius: 50%;
    overflow: hidden;
}

.imgWidth60px {
    width: 45px !important;

}

@media (max-width: 450px) {
    .ModalPropaganda .DivMessagePropaganda {
        width: 100%;
    }
}

#modal_propaganda p.SmallTxt {
    margin-bottom: 10px;
}

@media (max-width: 450px) {
    .Header .DivMenuRight .DivSugestoesAcert {
        display: none !important;
    }

    .Header .DivMenuRight .DivNovidadesAcert {
        display: none !important;
    }

    .Header .DivMenuRight .DivSair {
        display: none !important;
    }

    .Header .DivMenuRight .DivCarrinho {
        margin-right: 15px !important;
    }

    .BtnMenuLeftNotDisplay {
        display: block !important;
    }
}

.BtnMenuLeftNotDisplay {
    display: none;
}

@media (max-height: 700px) {
    .Show_DivItensCarrinho {
        margin-top: 0 !important;
    }

    .ProdutosNoCarrinho {
        height: 240px !important;
        padding: 0 5px 0 5px !important;
    }

    .Porta_ProdutosNoCarrinho {
        width: 100% !important;
    }

}

@media (min-width: 540px) and (max-width: 912px) {
    .DisplayUser {
        display: none !important;
    }
}

@media(max-width: 540px) {
    .Header .DivMenuRight .DivSair {
        display: none !important;
    }

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

    .Header .DivMenuRight .DivCarrinho {
        margin-right: 15px !important;
    }

    .Header .DivMenuRight .DivSugestoesAcert {
        display: none !important;
    }

    /*#DivSearch {
        display: none !important;
    }*/

    #bannerHabilitaPropaganda .col-12 img {
        width: 100%;
    }

    h1 {
        font-size: 20px !important;
        font-weight: 500 !important;
        line-height: 25px !important;
    }

    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);
    }

    .divMenuMob {
        position: relative;
        top: 65%;
        transform: translateY(-46%);
    }

    .subMenuMob {
        position: relative;
        top: 37%;
        transform: translateY(-46%);
    }

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

    .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;
    }

    .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;
    }

}

@media (max-height: 700px) {
    .Move_Nav {
        height: calc(130vh - 100px);
    }

    nav {
        height: calc(130vh - 100px);
    }
}

@media (max-height: 480px) {
    .Move_Nav {
        height: calc(143vh - 70px);
    }

    nav {
        height: calc(159vh - 100px);
    }

    nav .BtnIcones {
        height: 50px;
    }

    nav .Submenu {
        max-height: 240px;
        overflow-y: scroll;
        overflow-x: clip;
    }
}

@media (max-height: 740px) {
    nav .BtnIcones {
        height: 50px;
    }
}

#bloco_notificacao.scroll_notificacoes {
    max-height: 410px;
    overflow-y: auto;
}

.alinhaCarrinho {
    margin: 4px 0 0 0 !important;
}

.alinhaNotificacao {
    margin: 6px 0 0 0 !important;
}

.alinhaSair {
    margin: 6px 0 0 5px !important;
}

@media (max-width: 540px) {
    .alinhaUser {
        width: 60px !important;
    }
}