*{
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
}
html,body{
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    background: rgba(0,0,0,0.06);
}
a{
    text-decoration: none;
}
.conteudo{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.waubutton.wau.push{
    display: none !important;
}
.carregando-on:before{
    content: "\e97f";
    font-family: 'eleicoes' !important;
    display: inline-block;
    animation-name: girando;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: girando;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
@-webkit-keyframes girando {
    from {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.topo{
    float: left;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.logo{
    float: left;
    margin-top: 7px;
    padding: 5px;
    border-radius: 4px;
    margin-right: 20px;
}
.back-logo{
    background: #fff;
}
.logo img{
    float: left;
    width: 146px;
    height: 60px;
}
.tt-eleicoes{
    position: relative;
    float: left;
    padding: 20px 0;
}
.tt-eleicoes span{
    float: left;
    width: 100%;
    color: #fff;
    font-size: 22px;
    font-weight: 900;
}
.tt-eleicoes span:nth-of-type(2){
    margin-top: 5px;
    font-size: 15px;
    font-weight: 300;
}
.botao-site{
    position: absolute;
    top: 25px;
    right: 0;
    padding: 10px 20px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 300;
    background: rgba(255,255,255,0.1);
    -webkit-transition: .9s;
    -moz-transition: .9s;
    -webkit-transition: .9s;
    -o-transition: .9s;
}
.botao-site:before{
    content: "\e900";
    font-family: 'eleicoes' !important;
    position: relative;
    top: 1px;
    margin-right: 10px;
}
.botao-site:hover{
    background: rgba(0,0,0,0.1);
}
.local{
    position: relative;
    float: left;
    width: 100%;
    padding: 20px 0;
    background: rgba(255,255,255,0.9);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.local .atualizando{
    float: left;
    width: 30px;
    height: 1px;
    margin-top: 5px;
    text-align: center;
    font-size: 15px;
    color: #000;
    font-weight: 300;
}
.local .icon-local{
    float: left;
    margin-top: 4px;
    font-size: 16px;
    color: #000;
}
.local .local-txt{
    float: left;
    margin-left: 5px;
    margin-top: 4px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
}
.pos-select{
    position: absolute;
    right: 0;
    top: -10px;
}
.pos-select span{
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    color: #000;
    font-weight: 300;
}
.pos-select .select{
    float: right;
    padding: 5px 25px 5px 15px;
    font-size: 14px;
    font-weight: 300;
    background: #fff;
    border: none;
    color: #fff;
    border-radius: 4px;
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.3);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.3);
    -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.3);
    -o-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.3);
    text-transform: capitalize;
}
.pos-select #municipio{
    margin-left: 10px;
}
.info-apuracao{
    float: left;
    width: 96%;
    padding: 20px 2%;
    background: #fff;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.08);
}
.disabled{
    background: rgba(0,0,0,0.1);
}
.selecionado{
    background: #00a400;
}
.pos-tabs{
    float: left;
    width: 100%;
}
.tabs{
    float: left;
    width: 100%;
    margin: 20px 0;
    overflow: hidden;
    text-align: center;
}
ul.tabs li{
    position: relative;

    color: #fff;
    background: rgba(0,0,0,0.5);
    border-radius: 40px;
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
}
ul.tabs li:last-child:before{
    display: none;
}
.tab-content{
    display: none !important;
}
.tab-content.current{
    display: inherit !important;
}
.input-secao{
    float: left;
}
.item-secao .sp-replacer{
    float: right;
    padding: 6px 4px;
    border-radius: 4px;
}
.fonte-padrao option{
    font-size: 16px;
    font-weight: bold;
}
@media (max-width: 1270px) {
    ul.tabs li{
        margin: 1px;
    }
}
@media (max-width: 750px) {
    .pos-tabs{
        overflow-x: auto;
    }
    .tabs {
        width: 655px;
    }
    ul.tabs li{
        margin: 0 1px;
    }
    ul.tabs li:last-child{
        margin: 0 0 0 1px;
    }
}
.tt-publicidade{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin-bottom: 5px;
}
.ads-ele1{
    float: left;
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
    background: whitesmoke;
}
.itens-ads{
    margin: 0 auto;
    overflow: hidden;
}
.item-ads{
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
}
.ads-ele1 .item-ads:nth-child(1){
    display: block;
}
.ads-img, .ads-html{
    float: left;
    position: relative;
    width: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ads-mega-1{
    width: 728px;
    height: 90px;
}
.ads-mega-2{
    width: 970px;
    height: 90px;
}
.ads-mega-3{
    width: 970px;
    height: 150px;
}
.ads-mega-4{
    width: 970px;
    height: 250px;
}
@media (max-width: 1150px) {
    .ads-mega-2{
        width: 900px;
        height: 103px;
    }
    .ads-mega-2 .ads-html{
        height: 90px;
    }
    .ads-mega-3{
        width: 900px;
        height: 143px;
    }
    .ads-mega-3 .ads-html{
        height: 90px;
    }
    .ads-mega-4{
        width: 900px;
        height: 233px;
    }
}
@media (max-width: 980px) {
    .ads-mega-1{
        width: 90%;
        max-width: 728px;
        height: 100px;
    }
    .ads-mega-1 .ads-html{
        height: 90px;
    }
    .ads-mega-2{
        width: 90%;
        height: 100px;
    }
    .ads-mega-3{
        width: 90%;
        height: 140px;
    }
    .ads-mega-4{
        width: 90%;
        height: 215px;
    }
}
@media (max-width: 750px) {
    .ads-mega-1{
        height: 90px;
    }
    .ads-mega-2{
        height: 90px;
    }
    .ads-mega-3{
        height: 110px;
    }
    .ads-mega-4{
        height: 180px;
    }
}
@media (max-width: 600px) {
    .ads-mega-4{
        height: 140px;
    }
    .ads-mega-1, .ads-mega-2, .ads-mega-3, .ads-mega-1 .ads-html, .ads-mega-2 .ads-html, .ads-mega-3 .ads-html, .ads-mega-4 .ads-html{
        height: 70px;
    }
}
@media (max-width: 451px) {
    .ads-mega-1, .ads-mega-2, .ads-mega-3, .ads-mega-4{
        height: 140px;
    }
}
@media (max-width: 380px) {
    .ads-mega-1, .ads-mega-2, .ads-mega-3, .ads-mega-4{
        height: 100px;
    }
}
.local-apuracao{
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 0;
    margin-top: 20px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    font-size: 15px;
    color: #000;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.08);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.local-apuracao:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
    background: rgba(255,255,255,0.8);
}
.local-apuracao b{
    position: relative;
    z-index: 1;
}
.local-apuracao .local-txt-2{
    font-weight: 400;
}
.info-apuracao .secoes-totalizadas{
    float: left;
    font-size: 16px;
    color: #000;
    font-weight: 300;
}
.info-apuracao .secoes-totalizadas span{
    font-weight: 900;
}
.info-apuracao .quantidade-secoes{
    float: right;
    font-size: 15px;
    color: #000;
    font-weight: 300;
}
.info-apuracao .quantidade-secoes span{
    font-weight: 900;
}
.info-apuracao .back-progresso{
    position: relative;
    float: left;
    width: 100%;
    height: 5px;
    margin: 10px 0;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(0,0,0,0.1);
}
.info-apuracao .progresso{
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    border-radius: 10px;
    -webkit-transition: .9s;
    -moz-transition: .9s;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: width 2s;
}
.info-apuracao .ultima-atualizacao{
    float: left;
    font-size: 13px;
    font-weight: 300;
}
.info-apuracao .ultima-atualizacao span{
    font-weight: 900;
}
.info-apuracao .outros-votos{
    float: right;
    font-size: 13px;
    font-weight: 300;
}
.info-apuracao .validos, .info-apuracao .brancos, .info-apuracao .nulos{
    float: left;
}
.info-apuracao .brancos, .info-apuracao .nulos{
    margin-left: 10px;
}
.info-apuracao .outros-votos span{
    font-weight: 900;
}
.tt-cargo{
    float: left;
    width: 100%;
    margin: 30px 0 20px 0;
    font-size: 24px;
    font-weight: 900;
}
.lista-prefeitos{
    float: left;
    width: 100%;
}
.item-candidato{
    position: relative;
    float: left;
    width: 27.33333333333333%;
    padding: 20px 2%;
    height: 200px;
    margin: 10px 1%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    -o-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
}
.item-candidato2{
    height: 220px;
}
.item-candidato3{
    height: 180px;
}
.item-candidato img{
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    border: 2px solid rgba(0,0,0,0.1);
}
.item-candidato .info-votos{
    float: right;
    text-align: right;
}
.item-candidato .porcentagem{
    display: block;
    font-size: 22px;
    font-weight: 900;
}
.item-candidato .quant-votos{
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #000;
}
.item-candidato .quant-votos span{
    font-weight: 900;
}
.item-candidato .info-partido{
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    color: #000;
    font-weight: 300;
}
.item-candidato .nome-candidato{
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    color: #000;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.item-candidato .nome-vice{
    float: left;
    width: 100%;
    margin-top: 5px;
    font-size: 13px;
    color: #000;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.item-candidato .situacao{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 15px;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
}
.item-candidato .situacao:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.8);
}
.item-candidato .situacao span{
    position: relative;
    display: block;
    padding: 5px 10px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    z-index: 1;
}
.item-candidato .apuracao{
    background: #b9b9b9;
}
.item-candidato .apuracao span:before{
    content: "\e97f";
    font-family: 'eleicoes' !important;
    position: relative;
    top: 1px;
    margin-right: 5px;
}
.item-candidato .eleito{
    background: #008000;
}
.item-candidato .eleito span:before{
    content: "\e901";
    font-family: 'eleicoes' !important;
    position: relative;
    top: 1px;
    margin-right: 5px;
}
.item-candidato .nao-eleito{
    background: #db0202;
}
.item-candidato .nao-eleito span:before{
    content: "\e90d";
    font-family: 'eleicoes' !important;
    position: relative;
    top: 1px;
    margin-right: 5px;
}
.item-candidato .seg-turno{
    background: #ff7100;
}
.item-candidato .seg-turno span:before{
    content: "\ea55";
    font-family: 'eleicoes' !important;
    position: relative;
    top: 1px;
    margin-right: 5px;
}
.item-candidato .suplente{
    background: #f9b856;
}
.item-candidato .suplente span:before{
    content: "\ea55";
    font-family: 'eleicoes' !important;
    position: relative;
    top: 1px;
    margin-right: 5px;
}
.item-candidato .back-progresso-candidato{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    overflow: hidden;
    background: rgba(0,0,0,0.1);
    opacity: .7;
}
.item-candidato .progresso-candidato{
    position: absolute;
    width: 1px;
    top: 0;
    left: 0;
    height: 10px;
    border-radius: 10px;
}
.lista-vereadores{
    float: left;
    width: 100%;
}
.lista-vereadores .item-candidato{
    height: 165px;
}
.rodape{
    float: left;
    width: 100%;
    margin: 20px 0;
    text-align: center;
    font-size: 14px;
}
.rodape a{
    color: #000;
}
@media (max-width: 1270px) {
    .conteudo{
        width: 1100px;
    }
}
@media (max-width: 1150px) {
    .conteudo{
        width: 900px;
    }
    .item-candidato .situacao{
        margin-top: 5px;
    }
}
@media (max-width: 980px) {
    .conteudo{
        width: 90%;
    }
    .item-candidato{
        width: 44%;
    }
    .tabs{
        text-align: left;
    }
}
@media (max-width: 750px) {
    .item-candidato{
        width: 94%;
    }
    .tt-eleicoes{
        width: 100%;
        text-align: center;
        border-top: 1px solid rgba(0,0,0,0.1);
        padding-top: 10px;
        margin-top: 10px;
    }
    .botao-site{
        top: 20px;
    }
    .pos-select{
        position: relative;
        float: left;
        width: 100%;
        border-top: 1px solid rgba(0,0,0,0.1);
        padding-top: 10px;
        top: 15px;
        margin-bottom: 10px;
        text-align: right;
    }
    .outros-votos{
        width: 100%;
    }
}
@media (max-width: 500px) {
    .lista-prefeitos, .lista-vereadores{
        width: 111%;
        margin-left: -5.5%;
    }
    .info-apuracao{
        width: 101%;
        margin-left: -5.5%;
        padding: 20px 5%;
        border-radius: 0;
    }
    .item-candidato{
        width: 90%;
        margin: 10px 0;
        padding: 20px 5%;
        border-radius: 0;
    }
    .pos-select .select{
        width: 100%;
        padding: 10px;
        margin-left: 0;
    }
    .pos-select #municipio{
        margin-top: 5px;
        margin-left: 0;
    }
}
@media (max-width: 350px) {
    .botao-site{
        position: relative;
        float: left;
        text-align: center;
        top: 0;
        margin-bottom: 10px;
        width: 90%;
        padding: 10px 5%;
    }
}