:root {
    --cmain: #043347;
    --a1: #0C4D71;
    --a2: #076FA9;
    --a3: #0090A8;
    --r1: #4A0D62;
    --r2: #90278E;
    --r3: #7453A2;
    --v1: #016838;
    --v2: #00A38E;
    --v3: #38B97D;
    --b: #fff;
}

@font-face {
    font-family: opensans;
    src: url(fonts/open-sans.ttf)
}

@font-face {
    font-family: opensansi;
    src: url(fonts/open-sansitalic.ttf)
}

@font-face {
    font-family: oblikbold;
    src: url(fonts/oblik-bold.otf)
}

@font-face {
    font-family: oblikboldi;
    src: url(fonts/oblik-bolditalic.otf)
}

@font-face {
    font-family: opensansextrabold;
    src: url(fonts/open-sansextrabold.ttf)
}

@font-face {
    font-family: opensansb;
    src: url(fonts/open-sansb.ttf)
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    box-shadow: 0 2px 12px 0px rgb(0 0 0 / 35%);
    font-family: opensans;
    color: #043347;
    line-height: 1.3;
    overflow-x: hidden;
}

header {
    min-height: 70px;
    background-color: rgb(4 51 71 / 75%);
    color: var(--b);
    border-top: 5px solid var(--r3);
    /* background-blend-mode: darken; */
    position: relative;
    z-index: 999;
}

.imglogo {
    max-width: 400px;
    margin-bottom: -57px;
    transition: all .5s linear;
}

#banner {
    position: relative;
    min-height: 100px;
    background-image: url(images/banner_2@2x.png);
    width: 100%;
    z-index: 0;
    height: 400px;
    background-repeat: no-repeat;
    margin-top: -80px;
    border-bottom: 5px solid var(--r1);
    background-size: cover;
    background-position: center;
    z-index: 1;
}

#banner::after {
    content: '';
    width: 90px;
    height: 90px;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(images/arrow_banner.png);
    background-size: 100%;
    position: absolute;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.bannersobre {
    background-image: url(images/bannersobre@2x.png) !important;
    border-bottom: 5px solid var(--a1) !important;

}

.bannersobre::after {
    background-image: url(images/arrow_banner_a.png) !important;
}

.bannersobre .maintext {
    color: #fff;
    font-family: oblikbold;
    font-size: 3rem;
    margin-top: 80px;
    width: 100%;
    text-align: center;

}

.bannercontato {
    background-image: url(images/bannercontato@2x.png) !important;
    border-bottom: 5px solid var(--v1) !important;

}

.bannercontato::after {
    background-image: url(images/arrow_banner_v.png) !important;
}

.bannercontato .maintext {
    color: #fff;
    font-family: oblikbold;
    font-size: 3rem;
    margin-top: 80px;
    width: 100%;
    text-align: center;

}

.bannersobre .maintext::after {
    font-family: oblikbold;
    -webkit-text-stroke: 1px var(--b);
    color: transparent;
    text-transform: uppercase;
    font-size: 4rem;
    position: absolute;
    left: 50%;
    bottom: -5px;
    opacity: .2;
    content: 'Sobre Nós';
    text-align: center;
    z-index: -1;
    transform: translateX(-50%);
    width: 100%;
}

.bannercontato .maintext::after {
    font-family: oblikbold;
    -webkit-text-stroke: 1px var(--b);
    color: transparent;
    text-transform: uppercase;
    font-size: 4rem;
    position: absolute;
    left: 50%;
    bottom: -5px;
    opacity: .2;
    content: 'Contato';
    text-align: center;
    z-index: -1;
    transform: translateX(-50%);
    width: 100%;
}

.nopadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    border-bottom: 5px solid var(--r1);


}

.item1 {
    background-image: url(images/banner_2@2x.png);
}

.item2 {
    background-image: url(images/banner2_2@2x.png);
}

.item3 {
    background-image: url(images/banner3_2@2x.png);
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -40px;
    z-index: 99;
    position: relative;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: var(--v3);
    transform: scale(1.5);
    transition: all .5s linear;
}

.owl-theme .owl-dots .owl-dot:hover span {
    /* background: var(--a3); */
    opacity: .5;

}

.maintext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 40px;
    z-index: 99;
    max-width: 450px;
}

.baloonsb {
    position: absolute;
    bottom: -10%;
    left: -5%;
    z-index: 99;
    opacity: 30%;
}

.menu_ .info {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: rgb(12 77 113 / 85%);
    color: var(--b);
    padding: 2%;
    max-width: 275px;
    font-size: 14px;
    height: auto;
    z-index: 15;
}

.menu_ .info::after {
    content: '';
    position: absolute;
    /* max-width: 275px; */
    height: auto;
    width: 100%;
    height: 100%;
    top: 13px;
    left: 13px;
    border: 1.5px solid var(--v3);
    /* overflow: hidden; */
}

.menu {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-around;
    color: var(--b);
}

.menu_ {
    padding: 5px;
    margin: 10px 0px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    background-image: url(images/bg_select.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    margin-top: 30px;
    background-color: #ddd;
}

select {
    height: 35px;
    padding: 0px 5px;
    border: none;
}

.txt_search {
    position: absolute;
    font-size: 11px;
    margin-top: -26px;
}

header ul {
    list-style: none;
    margin-bottom: 0px;
    padding: 0px;
    font-size: 20px;
}

header ul li {
    display: inline-block;
    margin: 0 30px;
    font-family: oblikbold;
    cursor: pointer;
    font-weight: 500;
}

header ul li a {
    transition: all 1s linear;
    border-bottom: 0px;
    color: var(--b);
    position: relative;
    text-decoration: none;
}

header ul li a.active {
    font-weight: bold;
    text-decoration: none;
    position: relative;
}

header ul li a:hover {
    color: var(--r3) !important;
}

header ul li a.active:before {
    content: '';
    width: 50px;
    height: 50px;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(images/bg_active.png);
    background-size: 47px;
    position: absolute;
    background-position: center top;
    background-repeat: no-repeat;
}

.home_icon {
    position: absolute;
    left: -25px;
    max-width: 16px;
    bottom: 5px;
}

.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: var(--a1);
    min-height: 50px;
}

.fixed-header a.active:before {
    top: -15px;
}

.fixed-header .imglogo {
    max-width: 250px;
    margin-top: 0px;
}

.fixed-header .menu {
    padding-top: 4px;
}

.fixed-header ul {
    font-size: 17px;
}

footer {
    /* text-align: right; */
    min-height: 61px;
    background: linear-gradient(44deg, var(--v2) 20%, var(--a2), var(--r2) 85%);
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 5px solid var(--r3);
}

footer .right {
    text-align: right;
}

footer small span {
    font-size: 12px;
    text-transform: initial;
    font-family: opensans;
    cursor: pointer;
    color: #fff;
    transition: all .5s linear;

}

footer a {
    text-decoration: none;
    color: #fff;
    font-family: oblikbold;
    text-transform: uppercase;
    font-size: 20px;
    transition: all .5s linear;
}

footer a:hover, footer span:hover {
    opacity: .5;
    color: #fff;
}

footer p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 14px;
}

footer img {
    position: absolute;
    bottom: 0px;
    left: -40px;
    max-width: 250px;
    opacity: 76%;
}

#social span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

#social img {
    max-height: 20px;
    margin: 0 2px;
}

#social ul {
    display: inline-block;
}

#social li {
    margin: 0px;
}

#social a {
    text-decoration: none;
    width: 33px;
    height: 33px;
    background: linear-gradient(44deg, var(--v2) 20%, var(--a2), var(--r2) 85%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--b);
    margin: 2px;
    box-shadow: 0px 3px 10px 0px #00000059;
}

section {
    padding: 30px 0;
}

.green {
    background-color: #e1f5ec;
}

.purple {
    background-color: #eae5f1;
}

#graficos {
    position: relative;
    background-image: url(images/bg_charts.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    min-height: 350px;
    padding-bottom: 120px;
}

#numeros {
    position: relative;
}

#numeros::before {
    content: '';
    background: linear-gradient(0deg, #fff, transparent);
    position: absolute;
    width: 100%;
    top: -100px;
    left: 0px;
    height: 100px;
    z-index: 3;
}

.pt1 {
    position: absolute;
    max-width: 120px;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    opacity: .75;
}

.pt2 {
    position: absolute;
    bottom: 0px;
    right: 50%;
    max-width: 38px;
    transform: translateX(48%);
}

.pt3 {
    position: absolute;
    top: 12px;
    right: 23%;
    max-width: 120px;
}

.graf {
    position: absolute;
    right: -70px;
    top: -30px;
    max-width: 300px;
    opacity: .3;
}

.txt_inf {
    font-size: 14px;
}

#cand {
    position: relative;
    background-image: url(images/bg_cand.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 350px;
}

#cand .baloonsv {
    position: absolute;
    right: -61px;
    bottom: -23px;
    opacity: .2;
}

#cand .circlesb {
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
}

.box_princ {
    border: 1px solid #fff;
    padding: 10px;
    /* margin-top: 20px; */
    background: rgb(255 255 255 / 25%);
}

.box_princ h2 {
    font-family: oblikbold;
    font-size: 18px;
    background: linear-gradient(44deg, var(--a2), #4a0d62 85%);
    padding: 8px 15px;
    line-height: 1;
    color: #fff;
    width: calc(100% + 18px);
    margin-bottom: 20px;
    box-shadow: 0px 0px 20px -2px rgb(0 0 0 / 31%);
    position: relative;
    border-bottom: 2px solid #fff;
}

.pesq {
    color: #ffffff;
    text-align: right;
    line-height: 1;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
    mix-blend-mode: overlay;
    font-size: 1.75rem;
}

h1 {
    font-family: oblikbold;
    font-size: 2.3rem;
    color: var(--a1);
    position: relative;
}

h2 {
    color: var(--a1);
    font-size: 16px;
}

h1::after {
    font-family: oblikbold;
    -webkit-text-stroke: 1px var(--a1);
    color: transparent;
    text-transform: uppercase;
    font-size: 3rem;
    position: absolute;
    left: 0px;
    bottom: -2px;
    opacity: .2;
}

.h1_tot:after {
    content: 'Totalização';
}

.h1_cand:after {
    content: 'Principal';
    -webkit-text-stroke: 1px var(--b);
}

.h1_charts:after {
    content: 'Gráficos';
}

#divBusca {
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

#btnBusca {
    padding: 7px;
    max-width: 28px;
    background: linear-gradient(44deg, var(--v2) 20%, var(--a2), var(--r2) 85%);
}

#formBusca a {
    background: linear-gradient(44deg, var(--v2) 20%, var(--a2), var(--r2) 85%);
    display: inline-flex;
    width: 35px;
    align-items: center;
    justify-content: center;
}

#txtBusca {
    float: left;
    background-color: transparent;
    padding-left: 15px;
    font-style: italic;
    font-size: 16px;
    border: none;
}

input#txtBusca:focus {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#progresso {
    z-index: 3;
    position: relative;
}

#progresso>span {
    position: absolute;
    font-size: 10px;
    font-style: italic;
    top: -5px;
}

.zero {
    left: -20px;
}

.hundred {
    right: -30px;
}

#container_progresso {
    width: 100%;
    height: 7px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

#container_progresso>svg {
    position: absolute;
    height: 11px !important;
    border-radius: 7px;
    margin-top: -2px;
}

.barra {
    height: 10px;
    border-radius: 5px;
    background: linear-gradient(45deg, #55517d, #883084, #cca7d2, #79a5d4);
}

.info_barra {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 0px 20px -2px rgb(0 0 0 / 12%)
}

.info_barra .percent {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 10px;
    background: #EDEDED;
    position: relative;
    height: 100%;
}

.info_barra .percent::before {
    content: '';
    position: absolute;
    background-image: url(images/ar_left.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 15px;
    left: 0px;
}

.info_barra .percent::after {
    content: '';
    position: absolute;
    background-image: url(images/ar_right.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 15px;
    right: -15px;
}

.info_barra .percent .numb {
    font-family: opensansextrabold;
    color: var(--v2);
    -webkit-text-stroke: .5px var(--a1);
    font-size: 46px;
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.info_barra .percent .text {
    margin-left: 10px;
    ;
}

.info_barra .percent .text b {
    font-family: opensansb;
}

#progresso .datahora {
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: -20px;
}

.amostra {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px 25px 0px 50px;
    overflow: hidden;
    background-image: url(images/bg_amostra.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    font-size: 14px;
    color: var(--r1);
}

.amostra strong {
    font-size: 20px;
    color: var(--r2);
    font-family: opensansb;
}

div#myTabContent {
    border-radius: 0px 10px 10px 10px;
    padding-top: 10px;
}

.nav-tabs .nav-link {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 3px 25px;
    color: rgb(6 41 89 / 50%);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    ;
}

.nav-tabs .nav-link.active {
    border-bottom: 0px;
    color: #5b3563;
}

.categorias {
    border-top: 1px solid #EF4300;
}

.bts {
    display: flex;
}

.bt {
    padding: 2px 10px;
    border-radius: 0px 0px 10px 10px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -0.5px;
    background: #73A5D9;
    color: rgb(6 41 89 / 50%);
    margin: 0px 7px;
}

#categorias {
    border-top: 1px solid #cca7d2;
    display: flex;
    justify-content: space-between;
    padding: 0px 15px 15px 10px;
}

.listfull {
    color: #ef4300;
    font-size: 12px;
    font-style: italic;
}

.act {
    color: #fff;
}

#candidatos {
    padding: 15px;
}

.qd {
    background: linear-gradient(135deg, white 10%, rgba(255, 255, 255, .9), rgba(255, 255, 255, .3));
    padding: 10px;
    box-shadow: 0px 0px 20px -2px rgb(0 0 0 / 12%);
    border-left: 3px solid var(--r1);
    z-index: 1;
    position: relative;
}

.qd .flex {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    ;
}

.qd .foto {
    position: relative;
    width: 30%;
    max-width: 60px;
    height: auto;
    float: left;
    /* margin-right: 10px; */
    margin-left: 5px;
}

.qd .more {
    background-image: linear-gradient(0deg, var(--v1), var(--v2));
    position: absolute;
    bottom: 0;
    right: -15px;
    z-index: 2;
    width: 27px;
    height: 27px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qd .foto::before {
    content: '';
    width: 100%;
    height: calc(100% + 5px);
    background-color: var(--r3);
    opacity: .5;
    bottom: 0px;
    left: -5px;
    position: absolute;
}

.qd .foto img {
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: 2;
    position: relative;
}

.qd .info {
    display: inline-block;
    width: 70%;
    text-align: right;
}

.nome_cand {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
    font-family: oblikbold;
    position: relative;
    margin-left: 3px;
}

.nome_cand:before {
    content: '';
    width: 30px;
    height: 30px;
    bottom: 0;
    left: -35px;
    transform: rotate(270deg);
    background-image: url(images/arrow_banner.png);
    background-size: 100%;
    position: absolute;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.partido {
    color: var(--r2);
}

.porcentagem {
    color: var(--r2);
    font-weight: bold;
    font-family: opensansb;
    font-size: 2.3rem;
    line-height: 1;
}

.porcentagem span {
    font-size: 14px;
}

.info .flex, .box .flex {
    /* display: flex;
    justify-content: space-between;
    align-items: baseline; */
}

.ele {
    background: var(--r2);
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 20px;
    top: 2px;
    text-transform: uppercase;

}

.div {
    height: 2px;
    background: #90278e;
    margin: 0px -10px;
}

.votos {
    font-weight: bold;
    font-size: 18px;
    font-family: opensansb;
    line-height: 1.2;

}

.votos span {
    font-size: 12px;
}

.votos span, .porcentagem span {
    /* margin-left: -2px; */
}

#prog .barra {
    height: 5px;
}

.sombra {
    position: absolute;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    top: 4px;
    right: -3px;
    z-index: 0;
}

.cor {
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    z-index: 3;
    mix-blend-mode: multiply;
}

.sombra:before {
    content: '';
    position: absolute;
}

.pt {
    background: #cf0000;
}

.psl {
    background: linear-gradient(234deg, blue, green, yellow);
}

.tit {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 5px;
    color: #5b3563;
}

.box {
    border-radius: 10px;
}

.box2 {
    padding: 10px;
}

.nome_elei {
    font-weight: bold;
    text-transform: uppercase;
}

.box2 .porcentagem {
    font-size: initial;
    line-height: initial;
}

.box2 .votos span, .box2 .porcentagem span {
    font-size: 10px;
}

.graph {
    max-width: 150px;
}

.less .qd .foto {
    max-width: 50px;
}

.less .qd .porcentagem {
    font-size: 20px;
}

.less .qd .nome_cand {
    font-size: 18px;
    line-height: 1;
}

.less .qd .nome_cand::before {
    content: none;
}

.less .qd .votos {
    font-size: 14px;
    margin-left: 8px;
    float: left;
    margin-top: 3px;
}

.less .qd .more {
    width: 22px;
    height: 22px;
}

.less .votos span {
    font-size: 8px;
}

.less .partido {
    font-size: 12px;
    top: 0px;
    padding: 0px 3px;
    background: var(--r1);
    color: var(--b);
    left: 0px;
    z-index: 2;
    font-weight: bold;
}

.less .ele {
    top: 0px;
    right: 0px;
    padding: 0px 15px;
}

.less .ele, .less .partido {
    position: absolute;
}

.less .info {
    margin-top: 12px;
}

.less .qd {
    background-color: rgba(255, 255, 255, .9);
    margin-bottom: 10px;
}

#cand hr {
    margin: 15px 0px;
    color: #fff;
    height: 2px;
}

.chartbox {
    position: relative;
    z-index: 9;
    border: 1px solid #ededed;
    padding: 10px;
    /*padding-bottom: 20px;*/
    background: linear-gradient(135deg, white 10%, rgba(255, 255, 255, .9), rgba(255, 255, 255, .3));
    box-shadow: 0px 0px 20px -2px rgb(0 0 0 / 12%);
}

.chartbox_title {
    /* font-family: oblikbold;  */
    padding: 7px 10px;
    margin: -10px;
    margin-bottom: 10px;
    font-size: 14px;
    background: #ededed;
    position: relative;
    font-weight: bold;

}

.chartbox_title::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0px;
    z-index: 3;
    background: linear-gradient(44deg, var(--v2) 20%, var(--a2), var(--r2) 85%);
    left: 0px;
}

.icon {
    font-size: 2rem;
    display: inline-flex;
    background: #1d63a5;
    width: 5rem;
    height: 5rem;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 1rem;
    color: #fff;
    box-shadow: 0px 5px 8px -2px rgb(0 0 0 / 25%);
}

.dados_box {}

.box {
    border-radius: 10px;
    text-align: center;
}

.box p {
    font-size: 14px;
}

.box b {
    font-size: 18px;
    font-family: oblikbold;
    color: var(--a1);
    line-height: 1;
}

.zap {
    border-radius: 50%;
    width: 55px;
    height: 55px;
    position: fixed;
    right: 20px;
    z-index: 999;
    display: flex;
    bottom: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: linear-gradient(0deg, var(--v1), var(--v3));
    color: #fff;
    font-size: 30px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0px 5px 8px -2px rgb(0 0 0 / 25%);
    transition: all .5s linear;
}

.zap:hover {
    color: rgb(255 255 255 / 66%);
}

.zap:after {
    opacity: .75;
    position: absolute;
    content: '';
    border: 2px solid #38b97d;
    border-top: 3px solid #38b97d;
    border-bottom: 3px solid #38b97d;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 32px;
    z-index: 0;
    animation: rotate 2s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.sobre_one {
    text-align: center;
    font-size: 1.3rem;
    font-family: 'oblikbold';
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 0;
    color: var(--a1);
}

.sobre_two {
    background-color: #ededed;
}

.img_sobre {
    max-width: 480px;
    width: 100%;
    margin-top: -50px;
}

.sobre_two .txt {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;
    flex-direction: column;
}

.contato {
    /* padding-top: 0px; */
    padding-bottom: 100px;
    background: #ededed;
}

.contatos {
    height: 100%;
}

.box_contatox {
    height: 50%;
    display: block;
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 25px 10px;
}

.box_contatox p {
    font-size: 14px;
    position: relative;
    z-index: 10;
}

.box_contatox a {
    transition: all .5s linear;
    text-decoration: none;
    color: #fff;

}

.box_contatox a:hover {
    color: rgb(255 255 255 / 50%);
}

.box_contatox h3 {
    font-family: oblikbold;
}

.box_contatox i {
    font-size: 3rem;
    padding-bottom: 20px;
    opacity: 0.5;
}

.txt_aux {
    font-family: oblikbold;
    -webkit-text-stroke: 1px var(--b);
    color: transparent;
    text-transform: uppercase;
    font-size: 5rem;
    position: absolute;
    bottom: -33px;
    opacity: .2;
    content: 'Sobre Nós';
    text-align: center;
    width: 100%;
    right: -22%;
}

/* Politica */
.modal-header {
    background: linear-gradient(45deg, var(--r1)50%, var(--r2) 80%, var(--r3));
    color: #fff;
    font-family: 'oblikbold';
    border-bottom: 3px solid var(--v2);
    border-radius: 0px;
    text-shadow: 1px 1px 3px #00000087;
}

.modal-body {
    font-size: 14px;
    padding: 2rem;
}

.btn-close {
    position: absolute;
    top: -50px;
    right: 0;
    font-size: 2rem;
    border-radius: 0px;
    background: transparent url(images/close.png) center/1em auto no-repeat;
}

.modal-content {
    border-radius: 0px;
}

.modal {
    background: rgb(4 51 71 / 90%);
}

.modal-footer {
    position: relative;
}

.privacidade {
    position: absolute;
    background-image: url(images/baloonsv.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 200px;
    height: 200px;
    background-size: cover;
    right: -10%;
    bottom: -130px;
}

.privacidade img {
    max-width: 90px;
    position: absolute;
    right: 30px;
    top: 55px;
    mix-blend-mode: hue;
}
.resp{
    position: absolute;
    background: linear-gradient(
        44deg, var(--v2) 20%, var(--a2), var(--r2) 85%);
        position: absolute;
    background: var(--r3);
    padding: 5px;
    top: 0px;
    right: 0px;
    width: 40px;
    cursor: pointer;
    cursor: pointer;
    height: 100%;
    align-items: center;
    display: inline-flex;
}
.resp img{
    width: 100%;
}
/* responsivo */
@media (max-width: 768px) {
    .imglogo {
        max-width: 250px;
    }

    .maintext {
        width: 100%;
        padding: 20px;
    }

    header, footer, footer .right {
        text-align: center;
    }

    h1 {
        font-size: 2rem;
    }

    h1:after {
        font-size: 2.5rem;
    }

    .txt_inf {
        font-size: 12px;
    }

    .box_princ h2 {
        font-size: 16px;
    }

    .graf {
        opacity: .05;
    }

    footer small {
        padding-bottom: 10px;
        display: block;
        border-bottom: 1px solid #fff;
        margin-bottom: 20px;
    }

    .pesq {
        font-size: 1.1rem;
    }

    .qd, .chartbox {
        margin-bottom: 10px;
    }

    .pt3 {
        top: 25px;
        max-width: 85px;
    }

    .box {
        margin-bottom: 40px;
    }

    .amostra strong {
        font-size: inherit;
    }

    /* .info_barra .percent .numb{font-size: 30px;} */
    #progresso {
        margin-top: 40px;
    }

    .percent, .amostra {
        width: 100%;
        justify-content: center;
    }

    .info_barra {
        flex-direction: column;
        height: auto;
    }

    .zero, .hundred {
        display: none;
    }

    .menu_ select {
        width: 100%;
    }

    .menu_ {
        margin-top: 30px;
        flex-direction: column;
    }

    .menu_ .info {
        position: relative;
        width: 100%;
        padding: 15px;
        max-width: initial;
        font-size: 12px;
        margin: -5px -5px 40px -5px;
    }

    .menu_ .info:after {
        top: 7px;
        left: 7px;
    }



    header ul li a.active:before {
        display: none;
    }
    .menu{
        display: none;
    }
    .resp{
        display: inline-flex;
    }
}