@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

body {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

body>.container-fluid,
body>.container {
    padding-top: 100px;
}

li.nav-item {
    font-weight: 400;
}

a.nav-link.active,
a.active {
    font-weight: 700;
}

.navbar-brand b {
    font-weight: 900;
}

.banner-search {
    margin-top: -370px;
    padding: 70px;
}

a.nav-link.active,
a.active {
    font-weight: 700;
    border: 2px solid;
    padding: 0px 0 0 4px;
    margin-top: 6px;
    border-color: #96BB7C;
    color: #96BB7C !important;
    border-radius: 3px;
}

.text-theme {
    color: #252B42;
    text-shadow: 0px 3px 0px #0000002e;
}

#text-banner-search {
    font-size: 50px;
    font-weight: 900;
}

#parceiros-diamante {
    padding: 50px;
    padding-bottom: 100px;

    padding-top: 100px;
}

#parceiros-gold {
    background-color: white !important;
    padding: 50px;
    padding-bottom: 100px;

    padding-top: 100px;
}

#metricas-home {
    padding: 20px 0 20px 0;
}

#newsletter {
    background-color: #FAFAFA !important;
}

div#divisor {
    height: 7px;
    width: 100px;
    background-color: #96BB7C !important;
}

#divisor-vermelho {
    width: 100px;
    height: 2px;
    border-radius: 50px;
    background-color: red;
    opacity: initial;
    border-color: transparent;
}

.divisor-lista-empresas {
    margin-bottom: 80px;
}

.top-premiacao {
    margin-top: 50px;
}

.card-top-1 {
    background-color: #f7bc14;
    border-radius: 10px;
}

.trofeu {
    margin-top: -250px;
    width: 240px;
}

.trofeu.prata,
.trofeu.bronze {
    margin-top: -150px;
    width: 150px;
}

.service-card-images,
.parceiros-card-images {
    align-self: center;
    height: 250px;
    width: 100%;
    background-size: cover;
    background-position-y: center;
}

.parceiros-card-images {
    height: 160px !important;
}

.btn_conheça {
    height: 100%;
    align-content: end;
}

#lobo_b4i {
    width: 50px;
}

a.active {}

.select2-container .select2-selection--single {
    height: 37px !important;
    padding: .305rem .0rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 3px !important;
}

/* Ajustes scroll */

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #96BB7C;
    border: 0px none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
    background: #6b8657;
}

::-webkit-scrollbar-thumb:active {
    background: #4e613f;
}

::-webkit-scrollbar-track {
    border: 0px none #ffffff;
    border-radius: 3px;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

#paginateClick {
    overflow: overlay;
}

#link-paginate {
    display: flex;
}

#link-paginate {
    cursor: grab;
    overflow-x: auto;
    white-space: nowrap;
}

#link-paginate {
    cursor: grabbing;
}

.assinante,
tr {
    padding-bottom: 10px;
    border-radius: 10px;
    --bs-table-bg: none;

    &.diamante {
        background: #554023;
        background: linear-gradient(to right, #ffffff, gold);
    }

    &.gold {
        background: #554023;
        background: linear-gradient(to right, #ffffff, #e7e7e7);
    }
}

.gradienteSuccess {
    background: #554023;
    background: linear-gradient(to right, #ffffff, #96bb7c);
}