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

html {
  scroll-behavior: smooth;
}

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: #a854ec;
    color: #a854ec !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 {}


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

.knewave-regular {
    font-family: "Knewave", system-ui;
    font-weight: 400;
    font-style: normal;
}

.bg-pink {
    background: #a854ec;
}
.text-pink {
    color: #a854ec;
}

.bg-extrato {
    height: 600px;
    display: inline-block;
    aspect-ratio: 1;
    background: linear-gradient(135deg, #1f0977, #a650ec);
    --m: conic-gradient(from -45deg at bottom, #0000, #000 1deg 89deg, #0000 90deg) bottom / 30px 51% repeat-x, conic-gradient(from 135deg at top, #0000, #000 1deg 89deg, #0000 90deg) top / 30px 51% repeat-x;
    -webkit-mask: var(--m);
    mask: var(--m);
}
.bg-calculos{
    height: 800px !important;
}