@import url("https://fonts.googleapis.com/css?family=Gotu&display=swap");

body {
    font-family: sans-serif;
}

.row {
    margin: 0;
}

.menu-divisoria {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #000;
    font-size: 1.5rem;
}
.msg-topo {
    position: absolute;
    left: 80px;
    padding: 0rem !important;
}

.msg-topo span {
    line-height: 1.2 !important;
}

.redboa-fixed-sidebar {
    width: 100%;
    height: 35px;
    background-color: #fff;
    padding: 0;
    margin: 0;
    color: #fff;
    position: fixed;
    bottom: 22px;
    align-items: center;
    z-index: 99;
    cursor: pointer;
}
.icon-menu i {
    margin-right: 0.5rem;
}
.div-cc {
    text-align: center;
    height: 22px;
    width: 100%;
    background-color: #fff;
    padding: 0;
    margin: 0;
    color: #fff;
    position: fixed;
    bottom: 0px;
    align-items: center;
    z-index: 99;
    cursor: pointer;
    font-weight: bold;
}

.carrinho-menu i {
    padding-top: 0rem;
    padding-left: 2rem;
    font-size: 1rem;
}

.carrinho-menu h3 {
    font-size: 1.5rem;
    left: 0.3rem;
    top: 0.2rem;
    position: relative;
    color: #000;
}

.icon-numero-itens {
    background-color: #000;
    color: #fff;
    height: 30px;
    border-radius: 100%;
    padding: 0.5rem;
    font-size: 1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    left: 0.8rem;
}

.preco-header {
    display: flex;
}

.cc-header h3 {
    font-size: 1rem;
    color: #000;
}

.cc-header h3 a {
    color: #bb6729;
}

.horario-logo {
    color: #000;
    position: fixed;
    height: 85px;
    z-index: 999;
    padding: 0;
    margin: 0;
    top: 0;
}

.nome-empresa {
    display: none;
    margin-right: 1rem;
}

.menu-icon {
    position: absolute;
    top: 4rem;
    right: 0rem;
    background: #000;
    color: #fff;
    padding: 1rem;
    display: none;
}

.menu-icon li {
    display: block;
    margin-bottom: 1rem;
}

.icone-login {
    background-color: #000;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 1rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.status-trabalho {
    margin-right: 0.5rem;
    width: auto;
}

.bolha-fechado {
    width: 15px;
    height: 15px;
    position: relative;
    margin-right: 0.2rem;
    border-radius: 100%;
}

.logo a img {
    width: 20%;
}

.horario-logo .logo {
    width: 80px;
}

.horario-logo .logo img {
    width: 100%;
}

.horario-logo span {
    font-size: 0.8rem;
    line-height: 1.5;
    margin-left: 0.3rem;
}
#comprar-logado {
    margin-left: 2.5rem;
}

.sprite-ajuda {
    background-position: -0px -4112px;
    width: 70px;
    height: 70px;
}
.float {
    background-color: #25d366 !important;
    color: #fff !important;
    bottom: 155px !important;
}

.my-float {
    margin-top: 16px;
}

.titulo-agrup {
    background-color: #000;
    color: #fff;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-radius: 12px;
}

.titulo-agrup div ul li {
    display: block;
}

#hr {
    margin-left: 1.5rem;
    align-self: end;
}
@media (max-width: 600px) {
    .cc-header {
        padding: 0;
    }

    .cc-header h3 {
        font-size: 0.7rem;
    }

    .carrinho-menu i {
        padding-left: 0.5rem;
        font-size: 1rem;
    }
    .col-2,
    .col-4,
    .col-3,
    .col-8 {
        padding: 0;
        margin: 0;
    }

    .titulo-agrup {
        padding: 10px 15px !important;
    }

    .redboa-fixed-sidebar div a h3 {
        font-size: 1.1rem;
    }

    .horario-logo span {
        display: block;
        margin-left: 0.1rem;
    }

    .status-trabalho {
        margin-right: 0.2rem !important;
        font-size: 0.8rem;
        font-weight: bold;
    }

    #comprar-logado {
        margin-left: 1.5rem;
    }

    .preco-header {
        justify-content: center;
    }
}

@media (max-width: 420px) {
    .horario-logo span {
        font-size: 0.7rem;
    }
    #hr {
        margin-top: -14px;
        margin-left: 14px;
    }
}
