
body {

    background: #f5f6f7;
    overflow-x: hidden;
}

.card-oferta {

    background: #e8fff0;
    border: 1px solid #b6f2c2;
}

.table-zebra tr:nth-child(even) {

    background: #f5f5f5;
}

.navbar-brand img {

    height: 40px;
}

@media (max-width: 576px) {

    .navbar-brand img {

        height: 32px;
    }
}

.link-ver-todos {

    text-decoration: none;
    color: #198754;
    font-weight: 600;
    transition: 0.2s;
}

.link-ver-todos:hover {

    text-decoration: underline;
    color: #145c32;
}

.container::-webkit-scrollbar {

    display: none;
}

#menu {

    scrollbar-width: none;
}

#menu::-webkit-scrollbar {

    display: none;
}

@media (max-width: 991px) {

    #menu {

        overflow-x: auto;
        white-space: nowrap;
        flex-wrap: nowrap !important;
        padding-bottom: 6px;
    }

    #menu .navbar-nav {

        flex-direction: row !important;
    }

    #menu .nav-link {

        padding:
            8px 14px !important;

        border-radius: 12px;

        background: #f1f3f5;

        font-size: 14px;

        white-space: nowrap;
    }

    #menu .d-flex {

        flex-wrap: nowrap;
    }

    #menu .btn {

        white-space: nowrap;
    }



    .menu-desktop-link{

        background:#f3f4f6;

        border:1px solid #e5e7eb;

        border-radius:999px;

        color:#374151 !important;

        padding:8px 16px !important;

        font-weight:600;

        transition:all .2s ease;
    }

    .menu-desktop-link:hover{

        background:#198754;

        border-color:#198754;

        color:#fff !important;

        transform:translateY(-1px);
    }





}
.btn-contato-empresa{

    transition: all .2s ease;

    border:none !important;

    font-weight:600;

}

.btn-contato-empresa:hover{

    transform:translateY(-2px);

    opacity:.88;

    box-shadow:
        0 4px 12px rgba(0,0,0,.18);

    color:#fff !important;

}

.acoes-fixas-mobile{

    position:sticky;

    top:0;

    z-index:1020;

    background:#fff;

    padding:10px 0;

    border-bottom:1px solid #eee;

    box-shadow:
        0 2px 10px rgba(0,0,0,.05);

}

@media (max-width: 991px){

    .mobile-acoes-fixas{

        position:sticky;

        top:0;

        z-index:1050;

        background:#fff;

        padding:10px 0;

        border-top:1px solid #eee;

        border-bottom:1px solid #eee;

        box-shadow:
            0 2px 10px rgba(0,0,0,.06);

        margin-top:10px;

    }

    .mobile-acoes-fixas .btn{

        white-space:nowrap;
        font-size: 12px;
        padding: 4px 8px;

    }

    .btn-mobile-sm{
        padding: .25rem .5rem;
        font-size: .875rem;
        border-radius: .25rem;
    }

}


.badge-menu{

    position:absolute;

    top:-7px;

    right:-18px;

    min-width:18px;

    height:18px;

    padding:0 5px;

    border-radius:999px;

    background:#198754;

    color:#fff;

    font-size:10px;

    font-weight:700;

    display:flex;

    align-items:center;

    justify-content:center;

    line-height:1;

    box-shadow:
        0 2px 6px rgba(0,0,0,.12);

}

.menu-com-badge{

    position:relative;

    display:inline-flex;

    align-items:center;

    padding-right:6px;

}

#barraFixaWrapper{

    position:sticky;

    top:0;

    z-index:1030;

    background:#fff;

    border-top:1px solid #dee2e6;

}