@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@200;300;500;600&family=Poppins:wght@200;300;600&display=swap');

.bannerPincipal {

    background-position: top center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
}

.langs img {
    width: 20%;
}

.bannerHome {
    padding-top: 10%;
}

.h1Tituloos {
    font-size: 45px;
}

a {
    color: #0d6efd;
    text-decoration: none;
}

.navigation-clean-button {
    background: #fff0;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #333;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
    transition: color .75s ease-in-out, background-color .75s ease-in-out, border-color .75s ease-in-out, box-shadow .75s ease-in-out;
}

.w85 {
    width: 85%;
}

/* MENU */


#mainMenu li>a {
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 700;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.main-header.fixed-nav #mainMenu li>a {
    color: #fff;
    text-decoration: none;
}

#mainMenu li:not(:last-of-type) {
    margin-right: 15px;
}
.boxInterno {
    width: 140px;
    height: 140px;
    background-color: #ffffff;
    margin-top: -77px;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0px 7px 13px #0000002e;
}
.logo {
    background-image: url(../img/logo.png);
    width: 96px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 106px;
}

#mainMenu li>a::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    background: #24428d;
    bottom: -6px;
    left: 18px;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: center;
    z-index: -1;
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

#mainMenu li>a:hover::before,
#mainMenu li>a.active::before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.main-header.fixed-nav #mainMenu li>a::before {
    background: #000;
}

.main-header {
    position: fixed;
    top: 25px;
    left: 0;
    z-index: 99;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.main-header.fixed-nav {
    top: 0;
    background: #fff;
    -webkit-box-shadow: 0 8px 12px -8px rgba(0, 0, 0, 0.09);
    box-shadow: 0 8px 12px -8px rgba(0, 0, 0, 0.09);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.main-header.fixed-nav .navbar-brand>img:last-of-type {
    display: block;
}

.main-header.fixed-nav .navbar-brand>img:first-of-type {
    display: none;
}

.navbar-brand {
    color: #fff;
}

.main-header .navbar-brand img {
    max-width: 40px;
    animation: fadeInLeft 0.4s both 0.4s;
}

/* main-header end */
@media (max-width: 991px) {

    /*header starts*/
    .collapse.in {
        display: block !important;
        padding: 0;
        clear: both;
    }

    .navbar-toggler {
        margin: 0;
        padding: 0;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 25px;
        right: 0;
        border: none;
        border-radius: 0;
        outline: none !important;
    }

    .main-header .navbar {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .main-header .navbar-nav {
        margin-top: 70px;
    }

    .main-header .navbar-nav li .nav-link {
        text-align: center;
        padding: 20px 15px;
        border-radius: 0px;
    }

    /**/
    .main-header .navbar-toggler .icon-bar {
        background-color: #fff;
        margin: 0 auto 6px;
        border-radius: 0;
        width: 30px;
        height: 3px;
        position: absolute;
        right: 0;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }


    .main-header .navbar .navbar-toggler .icon-bar:first-child {
        margin-top: 3px;
    }

    .main-header .navbar-toggler .icon-bar-1 {
        width: 10px;
        top: 0px;
    }

    .main-header .navbar-toggler .icon-bar-2 {
        width: 16px;
        top: 12px;
    }

    .main-header .navbar-toggler .icon-bar-3 {
        width: 20px;
        top: 21px;
    }

    .main-header .current .icon-bar {
        margin-bottom: 5px;
        border-radius: 0;
        display: block;
    }

    .main-header .current .icon-bar-1 {
        width: 18px;
    }

    .main-header .current .icon-bar-2 {
        width: 30px;
    }

    .main-header .current .icon-bar-3 {
        width: 10px;
    }

    .main-header .navbar-toggler:hover .icon-bar {
        background-color: #fff;
    }

    .main-header .navbar-toggler:focus .icon-bar {
        background-color: #fff;
    }

    /*header ends*/
}


.navigation-clean-button.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
}

.navigation-clean-button.navbar-light .navbar-nav a.active,
.navigation-clean-button.navbar-light .navbar-nav a.active:focus,
.navigation-clean-button.navbar-light .navbar-nav a.active:hover {
    color: #ffffff;

    pointer-events: none;

}

.navigation-clean-button.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.navbar-light .navbar-brand {
    color: rgb(255 255 255 / 90%) !important;
}

.navigation-clean-button.navbar-light .navbar-nav .nav-link:focus,
.navigation-clean-button.navbar-light .navbar-nav .nav-link:hover {
    color: #24428d !important;
    background-color: transparent;
}

.navigation-clean-button .actions .login {
    margin-right: 1rem;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.bgDiferente .login {
    margin-right: 1rem;
    text-decoration: none;
    color: #2e2e2e !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.navigation-clean-button .navbar-text .action-button,
.navigation-clean-button .navbar-text .action-button:active,
.navigation-clean-button .navbar-text .action-button:hover {
    background: #24428d;
    border-radius: 20px;
    font-size: inherit;
    color: #fff;
    box-shadow: none;
    border: none;
    text-shadow: none;
    padding: 0.5rem 1rem;
    transition: background-color 0.25s;
    font-size: inherit;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

h1,
h2 {
    color: #fff;
    font-size: 76px;
    line-height: 70px;
    text-transform: uppercase;
    font-family: 'Kanit', sans-serif;
    font-weight: 800;
}

h2 {

    font-size: 38px;
    line-height: 40px;
    font-weight: 400;
}

.logo {
    background-image: url(../img/logo.png);
    width: 110px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 128px;
}

#principal {
    padding: 120px 0;
}

.display__flex__centralizado {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#sync2 {

    margin-top: -320px;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    height: calc(100vh + 35px);
}

#sync1 .item {
    height: 100vh;
    background-size: cover;
    border-radius: 0 0 60px 60px;
    box-shadow: 0px 6px 20px 9px #0000004a;
}

#sync2 .owl-stage-outer {
    height: 360px !important;
    padding: 30px 45px;
}

#sync2 .owl-stage {
    left: -50px;
}

.current {
    transition: 1s;
}

.miniaturas {
    border-radius: 0px;
    opacity: 1;
    cursor: pointer;
}


.rowI {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    height: 100vh;
    /* text-align: left; */
    /* justify-content: flex-start; */
}

.hv100 {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    text-align: left;
}

.paragrafoBanner {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.itemBoox {
    background-color: white;
    height: 200px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box {
    height: 70px;
    overflow: hidden;
    margin-top: 0px;
}

.itemBoox h3 {
    text-transform: uppercase;
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #5d5d5d;
}

#mainMenu li>a {
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 700;
    position: relative;
    z-index: 1;
    text-decoration: none;
    font-family: 'Kanit', sans-serif;
}

.razoes {
    height: 75vh;
    background-color: #24428d;
    padding: 0 0;
    background-image: url(../img/bgEnergy.jpg);
    margin-top: -15%;
    padding-bottom: 40% !important;
}

h2::before {
    content: '';
    height: 5px;
    width: 120px;
    background-color: #ffd800;
    display: block;
    margin-bottom: 20px;
    border-radius: 40px;
}

.linha {
    height: 330px;
    width: 1px;
    background-color: gold;
}

.margimh2 {
    padding: 310px 0;
}

.bolinhas {
    color: #ffcc00;
    font-size: 50px;
    border: solid 1px #ffcc00;
    border-radius: 120px;
    padding: 10px;
    margin-left: -36px;

}

h3 {
    font-size: 18px;
    color: #ffffffd1;
    margin-top: 20px;
    font-family: 'poppins', sans-serif;
    font-weight: 600;
    margin-right: 30px;
}

.razoes p {
    color: #fff;
    font-family: 'poppins', sans-serif;
    padding-right: 40px;
}

.nfts h2::before {
    content: '';
    height: 5px;
    width: 120px;
    background-color: #ffd800;
    display: block;
    margin-bottom: 20px;
    border-radius: 40px;
}

.nfts h2 {
    color: #6D645B;
}

.nfts {
    padding: 100px 0 118px;
    background-image: url(../img/amarelo.jpg);
    background-repeat: no-repeat;
    background-color: #f6f8f5;
}

.nfts .boxes {
    display: flex;
    gap: 15px;
}

.nfts .box {
    background-color: #c9c9c996;
    width: 33%;
    padding: 30px;
    border-radius: 10px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    backdrop-filter: blur(0px);
}

.nfts img {
    border-radius: 15px;
}

.nfts h4 {
    font-size: 22px;
    color: #6D645B;
    margin-top: 20px;
    font-family: 'poppins', sans-serif;
    font-weight: 600;
    margin-right: 30px;
    text-align: center;
}

.nfts .felx {
    display: flex;
    gap: 10px;

}

.type {
    background-color: #949494;
    padding: 15px;
    width: 70%;
    border-radius: 15px 15px 15px 15px;
    color: #fff;
    font-size: 18px;
    font-family: 'poppins', sans-serif;

}

.value {
    background-color: #ffd700;
    padding: 15px;
    width: 30%;
    border-radius: 15px 15px 15px 15px;
    color: #131313;
    font-size: 18px;
    font-family: 'poppins', sans-serif;
    text-align: end;
    font-weight: 800;
}


.btnComprar {
    padding: 15px;
    margin-top: 20px;
    border-radius: 15px;
    text-align: center;
    background: rgb(255, 224, 0);
    background: radial-gradient(circle, rgba(255, 214, 1, 1) 0%, rgba(255, 214, 1, 1) 100%);
    text-transform: uppercase;
    font-family: 'poppins', sans-serif;
    font-weight: 600;
    transition: background-color all 0.5s;


}

.btnComprar:hover {
    padding: 15px;
    border-radius: 15px;
    text-align: center;
    background: rgb(255, 224, 0);
    background: radial-gradient(circle, rgb(131, 0, 238) 0%, rgb(69, 1, 255) 100%);
    text-transform: uppercase;
    font-family: 'poppins', sans-serif;
    font-weight: 600;
    color: white;
    transition: background-color all 0.5s;

}

.bgVideo {
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 720px;
    background-position: center top;
    margin-bottom: -70px;
    background-size: contain;
}

.border30 {
    border-radius: 20px;
    /* box-shadow: 25px 25px 0px 0px #400058; */
    border: solid 2px #214092;
}

.nuvens {
    background-image: url(../img/nuvens.png);
    height: 286px;
    /* background-color: aquamarine; */
    background-size: cover;
    margin-top: -90px;
    background-position-x: -150px;
    position: relative;
    z-index: 1;
}

.preto {
    color: rgb(0, 0, 0) !important;
}

.bgDiferente {
    background-color: #fff;
    transition: color .75s ease-in-out, background-color .75s ease-in-out, border-color .75s ease-in-out, box-shadow .75s ease-in-out;
    box-shadow: 7px 12.124px 57px 0px rgba(3, 3, 3, 0.05);
}

.mudar .logo {
    background-image: url(../img/logoColor.png);
    width: 79px;
    height: 64px;
    transition: all 0.3s linear;
}

.apresentacao h2 {

    color: #6D645B;
}

.tokenomics {
    background-color: #24428d;
    padding: 120px 0;
}

.tokenomics h2 {
    color: #fff;
}

.chart {

    height: 450px;
    top: 50%;
    left: 50%;

}

.doughnutTip {
    position: absolute;
    min-width: 30px;
    max-width: 300px;
    padding: 5px 15px;
    border-radius: 1px;
    background: rgba(0, 0, 0, 0.8);
    color: #ddd;
    font-size: 17px;
    text-shadow: 0 1px 0 #000;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0.06em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.doughnutTip::after {
    position: absolute;
    left: 50%;
    bottom: -6px;
    content: "";
    height: 0;
    margin: 0 0 0 -6px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.7);
    line-height: 0;
}

.doughnutSummary {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #d5d5d5;
    text-align: center;
    text-shadow: 0 -1px 0 #111;
    cursor: default;
}

.doughnutSummaryTitle {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -27%;
    font-size: 22px;
    letter-spacing: 0.06em;
}

.doughnutSummaryNumber {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -15%;
    font-size: 55px;
}

.chart path:hover {
    opacity: 0.65;
}

.textoGrafico {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    display: flex;
    list-style: none;
    gap: 20px;
    margin-top: 100px;
    flex-direction: column;
    align-items: flex-start;
}

.textoGrafico div {
    display: flex;
    gap: 20px;
    align-items: center;
}

.e-parent {
    display: flex;
}

.imgg {
    border-radius: 240px;
    width: 270px;
    margin: 0 auto;
    align-items: center;
    display: flex;
}

.team h3 {
    font-size: 22px;
    color: #23428d;
}

footer {
    margin: 120px 0;
}

footer img {
    width: 120px;
    margin-bottom: 30px;
}

footer p {
    font-size: 12px;
}

.textoGrafico .boxGrafico {
    width: 40px;
    height: 40px;
    border: solid 7px #00000038;
    border-radius: 100px;
    box-shadow: -1px 5px 9px 3px #00000038;
}

.margimButton {
    margin-bottom: 120px;
}

.somosNos {
    padding: 120px 0;
}

.somosNos h2,
h3 {}

.somosNos h3 {
    font-weight: 300;
    color: #6D645B;
}

.margim100 {
    margin-top: 100px;
}

.immgSoobre {
    width: 100%;
}

.Sobre {
    display: flex;
    width: 70%;
}

.team {
    padding: 120px 0;
}

.team h2 {
    color: #6D645B;
}

.parceiros {
    padding: 120px 0;
    background-color: #23428D;
}

.boxParceiro {
    text-align: center;
    background-color: #173886;
    border-radius: 10px;
    padding: 20px;

}

.blocos {
    border-radius: 20px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
    padding: 30px;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.5s;
}

.blocos a {
    border-radius: 20px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.5s;
}

.blocosH:hover {
    transition: 0.5s;
    transform: scale(1.05);
    box-shadow: 0px 8px 6px 0px #00000038;
    /* background-color: #131313; */
}

.bloco1 {
    background-color: #E2E2E2;
    text-align: center;
}

.bloco1 h3 {
    color: #000 !important;
    font-size: 28px;
    margin: 45px 45px 5px;
}

.bloco2 {
    background-color: #2A458C;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.bloco2 h3 {
    font-size: 28px;
}

.bloco2 .las {
    font-size: 50px;
    color: #fff;
}

.flutuantes {
    background-color: #fff;
    border-radius: 100px;
    padding: 16px 10px;
    width: 100px;
    border: solid 5px #e2e2e2;
    position: relative;
    margin-bottom: -46px;
    display: block;
    margin-left: 100px;
}

.bloco3 {
    background-color: #FFD810;
    height: 50%;
}

.bloco3-2 {
    background-color: #2A458C;
}

.bloco3-2 h3 {
    color: #ffffff !important;
}


.bloco3 h3 {
    color: #000;
    font-size: 28px;
}

.bloco3 .las {
    font-size: 50px;
    color: #fff;
}

.bloco4 {
    background-color: #e2e2e2;
    height: 50%;
}

.bloco4 h3 {
    color: #000;
    font-size: 28px;
}

.bloco4 .las {
    font-size: 50px;
    color: #fff;
}

.bloco1 .las {
    font-size: 50px;
    color: #fff;
}

.padding {
    padding: 40px;

}

.apresentacao {
    padding-top: 100px;
}

.mobile {
    display: none;
}

.escondeD {
    display: none !important;
}

.moeda {
    position: absolute;
    right: 60px;
    margin-top: -560px;
    z-index: 1000;
}

.moeda img {
    width: 410px;
}

@media screen and (max-width: 800px) {
    .h1Tituloos {
        font-size: 35px !important;
    }
    .paragrafoBanner {
        font-size: 15px !important;
    }
    .btnsActions a {
        font-size: 13px !important;
    }
}


@media (max-width:1440px) {
    #mainMenu li>a {
        font-size: 12px;
        letter-spacing: 1px;
        color: #fff;
        font-weight: 700;
        position: relative;
        z-index: 1;
        text-decoration: none;
        font-family: 'Kanit', sans-serif;
    }
    #mainMenu li:not(:last-of-type) {
        margin-right: 0px;
    }
    .moeda img {
        width: 270px;
    }

    .moeda {
        position: absolute;
        right: 190px;
        margin-top: -610px;
        z-index: 1000;
    }

    .navigation-clean-button .navbar-text .action-button,
    .navigation-clean-button .navbar-text .action-button:active,
    .navigation-clean-button .navbar-text .action-button:hover {
        background: #24428d;
        border-radius: 20px;
        font-size: inherit;
        color: #fff;
        box-shadow: none;
        border: none;
        text-shadow: none;
        padding: 0.5rem 1rem;
        transition: background-color 0.25s;
        font-size: inherit;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
    }

    .nfts h4 {
        font-size: 18px;
        color: #6D645B;
        margin-top: 20px;
        font-family: 'poppins', sans-serif;
        font-weight: 600;
        margin-right: 30px;
        text-align: center;
    }

    .nuvens {
        background-image: url(../img/nuvens.png);
        height: 286px;
        /* background-color: aquamarine; */
        background-size: cover;
        margin-top: -158px;
        background-position-x: -360px;
        position: relative;
        z-index: 1;
    }

    h3 {
        font-size: 15px;
        color: #ffffffd1;
        margin-top: 20px;
        font-family: 'poppins', sans-serif;
        font-weight: 600;
        margin-right: 30px;
    }

    h1,
    h2 {
        color: #fff;
        font-size: 38px;
        line-height: 34px;
        text-transform: uppercase;
        font-family: 'Kanit', sans-serif;
        font-weight: 800;
    }

    .padding {
        padding: 13px;

    }

    .w85 {
        width: 97%;
    }

    .linha {
        height: 200px;
        width: 1px;
        background-color: gold;
    }

    .margimh2 {
        padding: 195px 0;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1230px;
    }
}

@media (max-width:768px) {

    .escondeD {
        display: block !important;
    }

    .escondeM {
        display: none !important;
    }

    .moeda {
        position: absolute;
        right: 102px;
        margin-top: -340px;
        z-index: 1000;
    }

    .moeda img {
        width: 240px;
    }

    .desctop {
        display: none !important;
    }

    .desctop {
        display: none !important;
    }

    .w85 {
        width: 90%;
    }

    .razoes h3 {
        font-size: 18px;
        color: #ffffffd1;
        margin-top: 20px;
        font-family: 'poppins', sans-serif;
        font-weight: 600;
        margin-right: 30px;
        margin-left: 40px;
    }

    .linha {
        height: 180px;
        width: 1px;
        background-color: gold;
        margin-top: -136px;
        margin-left: 25px;
    }

    .margimh2 {
        padding: 85px 20px 0 55px;
    }

    .razoes {
        height: auto;
        background-color: #24428d;
        padding: 0 0;
        background-image: url(../img/bgEnergy.jpg);
        margin-top: -170px;
        padding-bottom: 80px;
    }

    .bolinhas {
        color: #ffcc00;
        font-size: 50px;
        border: solid 1px #ffcc00;
        border-radius: 120px;
        padding: 10px;
        margin-left: -10px;
    }

    .logo {
        background-image: url(../img/logo.png);
        width: 85px;
        background-size: cover;
        background-repeat: no-repeat;
        height: 100px;
    }

    .nfts .boxes {
        display: flex;
        gap: 15px;
        flex-direction: column;
    }

    .nfts .box {
        background-color: #c9c9c996;
        width: 100%;
        padding: 30px;
        border-radius: 10px;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 10px;
        backdrop-filter: blur(0px);
    }

    .nuvens {
        background-image: url(../img/nuvens.png);
        height: 286px;
        /* background-color: aquamarine; */
        background-size: cover;
        margin-top: -130px;
        background-position-x: -360px;
        position: relative;
        z-index: 1;
    }

    .bgVideo {
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 260px;
        background-position: center top;
        margin-bottom: 80px;
        background-size: contain;
    }

    .border30 {
        border-radius: 20px;
        /* box-shadow: 25px 25px 0px 0px #400058; */
        border: solid 2px #214092;
        width: 100%;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background-color: white;
        padding: 20px;
        border-radius: 20px;
    }

    .navbar-collapse #mainMenu li>a {
        font-size: 12px;
        letter-spacing: 1px;
        color: #000;
        font-weight: 700;
        position: relative;
        z-index: 1;
        text-decoration: none;
        font-family: 'Kanit', sans-serif;
    }

    .preto2 {
        color: rgb(0, 0, 0) !important;
    }

    .btnsActions {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    #doughnutChart{
        width: 100%;
    }

}

.vendas-btn {
    border-radius: 30px !important;
    text-transform: uppercase;

    background: #24428d;
    border-radius: 20px;
    font-size: inherit;
    color: #fff;
    box-shadow: none;
    border: none;
    text-shadow: none;
    padding: 0.5rem 1rem;
    transition: background-color 0.25s;
    font-size: inherit;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}
 

.footer-links {
    text-align: center;
    padding: 20px 0;
    
}
.footer-linksfooter-links a {
    margin: 0 10px;
    color: #333 !important;

}





.head-background {
    background: linear-gradient(to right, #142452 35%, #858B85, #FED713);
    
    height: 200px;
    width: 100%;
}

.head-background p {
    color: white; 
    padding: 10px; 
}


.container-termos {
    margin-top: -10% !important;
}


.divBox {
    position: relative;
    width: 100%;
}
  
.img {
    position: relative;
    display: inline-block;
}
    
.status-vendas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, #21a40d 50%, #27c80f 100%);
    border-radius: 50px;
    padding: 20px;
}

.status-vendas p {
    color: white;
    font-size: 15px;
    margin-bottom: -5%;
    font-weight: bold;
    text-align: center;
}



.section-margin {
    margin-bottom: 10%;
}


.team .row {
    display: flex;
    justify-content: center;
}

.team .col-md-4 {
    text-align: center;
}

.team .col-md-4 img {
    display: block;
    margin: 0 auto;
}

.btn-secondary {
    color: #fff;
    background-color: #23428d;
    border-color: #22428d;
    border-radius: 100px;
    padding: 6px 26px;
    margin-left: 20px;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #23428d;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}

.navigation-clean-button .dropdown-menu .dropdown-item:focus, .navigation-clean-button .dropdown-menu .dropdown-item:hover {
    background: #eee0;
    color: inherit;
}


@media screen and (max-width: 800px) {
    
    .container {
        margin-top: -10% !important;
    }

}