﻿#titulo-mobile {
    display: none;
}

.mobile-user {
    display: none;
}

#carrinho-mobile {
    display: none;
}

/*DESKTOP*/
@media (min-width: 768px) {
    .mn-side:hover .mn-content {
        display: block !important;
    }
}

.nav-item{
    cursor:pointer
}

@media (max-width: 425px) {
    #navbarMenu {
        overflow: auto;
    }

    #notificaco-menu {
        text-align: left;
    }

    #menu-assistencia {
        justify-content: flex-start !important;
        height: unset !important;
    }

    #titulo-mobile {
        color: white;
        display: block;
    }

    #carrinho-mobile {
        display: block;
        right: 0;
        position: absolute;
    }

    .mobile-user {
        display: inline-block;
    }

    .mobile-user label {
        margin-bottom: unset;
    }

    #user {
        display: none;
    }

    .font_reduzida {
        font-size: 14px;
    }

    .versao {
        font-family: SF Pro Display;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0.012em;
        color: #6C6C6C;
    }

    .dropdown-item {
        padding-bottom: 1em;
    }

    .mobileMenu {
        transform: translateX(-101%);
        position: fixed;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0;
        transition: all ease 0.25s;
    }

        .mobileMenu.open {
            transform: translateX(0%);
        }

        .mobileMenu .navbar-nav {
            /*overflow-y: auto;*/
        }

    .overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
    }

        .overlay.open {
            display: block;
            z-index: 1029;
        }

    .font_reduzida label {
        display: inline-block;
        margin-bottom: .5rem;
        position: inherit;
        color: #FFF;
        line-height: unset;
        font-weight: unset;
    }


    #navbarMenu .dropdown-menu {
        border: 0px;
        border-left: solid 1px #C41B17;
        margin-left: 1.67em;
        background: #343a40;
    }

    #navbarMenu .nav-link {
        padding: 0 !important;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }

    #navbarMenu .nav-link:hover {
        color: #C41B17 !important;
    }

    #navbarMenu .dropdown-item:hover {
        background-color: transparent;
        border-color: white
    }

    #navbarMenu .dropdown .dropdown-toggle.no-after div {
        display: inline-block;
    }

    #navbarMenu .dropdown .dropdown-toggle.no-after::after {
        content: "\003e";
        display: inline-block;
        float: right;
        color: #C41B17;
        border: 0px none !important;
        margin-top: .5em;
    }

    #navbar-notificacoes .dropdown .dropdown-toggle.no-after::after {
        margin-top: unset !important;
    }

    #navbarMenu .dropdown .dropdown-toggle.after-user::after {
        content: "\003e";
        display: inline-block;
        float: right;
        color: #C41B17;
        border: 0px none !important;
    }


    #navbarMenu .dropdown .mn-side .mn-content {
        position: relative;
        background: #343a40;
        border: 0px;
        border-left: solid #C41B17 1px;
        padding-top: 1.5em;
        border-radius: 0px;
    }

    #voltar-menu-after {
        display: inline-block;
    }

        #voltar-menu-after::after {
            content: "\003c";
            cursor: pointer;
            color: #C41B17;
            margin-top: .5em;
        }

    #titulo-menu-principal {
        display: inline-block;
        margin-left: 1em;
    }

    .titulo-conteudo-menuFront {
        color: #C41B17;
        font-size: 16px;
        letter-spacing: 0.012em;
        font-weight: 500;
    }

    .titulo-voltar-menu {
        max-height: 410px;
        border-bottom: 1px solid #cecece;
        background: white;
    }
}

@media (max-width: 1010px) {
    #button-chat {
        width: 160px !important;
    }
        #button-chat span {
            font-size: 12px;
        }
}

@media (max-width: 890px) {
    #button-chat span {
        display: none;
    }

    #button-chat .button-vermelho:after {
        content: 'Chat'
    }

    #button-chat {
        width: 120px !important;
    }
}

@media (max-width: 850px) {
    #button-chat .button-vermelho:after {
        display: none;
    }

    #button-chat {
        width: 70px !important;
    }
}

@media (max-width: 800px) {
    #button-chat {
        display: none !important;
    }
}

@media (min-width: 426px) {
    #content-items-menu {
        z-index: 99;
    }
}


.button-rounded:hover {
    background:white!important;
    color:darkred!important;
    border: 1px solid #C41B17!important;
}

.notBgHover:hover {
    border-bottom: 0px !important;
}

.notbghover:hover {
    background-color: transparent !important;
}
.notBgHover

.nowrap-white {
    white-space: nowrap;
}

ul.menu-hoved li, #last-child-menuAdmin:hover {
  
    background-color:#f8f9fa ;
    color:#C41B17;
}

ul.menu-hoved:last-child li {
    background: #C41B17;
}


#li-chat:hover {
    background: unset;
}



/*
    Dropdowns - Dropsides
*/
.mn-side .mn-content {
    position: absolute;
    background: white;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    display: none;
}

.mn-side .mn-toggle {
    display: inline-block;
}

.mn-side::after {
    content: "\003e";
    display: inline-block;
    float: right;
    color: #C41B17;
}



#navbarMenuFront-acesso [type=submit] {
    border-radius: 100px;
    background: #C41B17;
    color: white;
    width: 95%;
    margin: 2%;
    margin-bottom: 1.5em;
    font-size: 15px;
}

#navbarMenuFront-acesso .dropdown-divider {
    margin-bottom: 1em;
}

#navbarMenuFront-acesso .dropdown-divider-text {
    text-align: -webkit-center;
    margin-top: -30px;
    border-right: #f8f9fa solid 0.5em;
    border-left: #f8f9fa solid 0.5em;
    margin-bottom: 0.5em;
}

    #navbarMenuFront-acesso .dropdown-divider-text span {
        background: #f8f9fa;
        width: 20%;
    }

#navbarMenuFront-acesso .group-form {
    margin: 10px;
}

    #navbarMenuFront-acesso .group-form span {
        font-size: small;
    }

    #navbarMenuFront-acesso .group-form input {
        background: #f8f9fa;
        border: 0px;
        border-bottom: 0px solid red;
        width: 100%;
    }

#navbarMenuFront-acesso a.esqueci {
    float: right;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #8A8A8A;
}

#content-items-menu {
    flex-flow: nowrap;
    align-items: center;
    justify-content: center;
}

#navbarMenuFront-acesso a.cliente-novo {
    padding: 10px;
    color: #C41B17;
    font-weight: bold;
}

#navbarMenu {
    min-width: 70vw;
    background-color: #f8f9fa;s
}

ul:hover {
    color: #C41B17!important;
}
.button-vermelho {
    color: #fff !important;
    border-radius: 178px;
    border: 2px solid #C41B17;
    background-color: #C41B17;
    padding: 5px;
    width: 200px;
    height: 36px;
    text-align: center;
    text-decoration: none;
}
#button-chat {
    display: flex;
    justify-content: center;
    padding: 0 10px;
    font-size: 15px;
    cursor: pointer;
}
.button-vermelho:hover {
    background-color: #fff;
    color: #C41B17!important;
    text-decoration: none;
}
.d-block {
    display: block;
}

#menu-assistencia {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center
}

    #menu-assistencia a {
        width: 100%
    }

#menu {
    height: 75px;
}

#border-consultOS {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#text-OS-menu {
    margin-bottom: 0;
}

.div-OS-menu {
    display: flex;
    align-items: center;
}

.div-OS-menu svg {
    margin-left: 1.5rem !important;
}