﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, th {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: top;
    text-decoration: none;
    vertical-align: baseline;
}

* {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/*nao deixa o width ser afetado pelo padding*/
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Aleo", serif;
    margin: 0;
    padding: 0;
    color: #0a0a0a;
    background-color: #fff;
    background-color: #f9f9f9;
    overflow-x: hidden;
    background-image: url(../img/fundo-01.jpg);
    background-position: top;
    background-repeat: repeat;
    background-size: cover;
}

b {
    font-weight: 400;
}

.transition {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#psd {
    display: none;
}
#ps {
    display: none;
}
#independente {
    display: none;
}
#cds {
    display: none;
}
#chega {
    display: none;
}
#ns {
    display: none;
}
#cdu {
    display: none;
}
#jpp {
    display: none;
}

.entrada {
    display: table;
    width: 100%;
    margin: auto;
    max-width: 550px;
    padding-top: 60px;
    margin-bottom: 20px;
}

.entrada .img{
    display: table;
    width: 100%;
    max-width:200px;
    margin:auto;
    margin-bottom:30px;
}

.entrada .txt1{
    display: table;
    width: 100%;
    margin:auto;
    max-width:380px;
    font-family: "Aleo", serif;
    font-weight: 900;
    font-size:42px;
    line-height:42px;
    color:#312c2d;
    text-align:center;
    padding-bottom:15px;
}

    .entrada .txt1 span {
        text-decoration: underline;
        color: #656262;
    }

.entrada .txt2{
    display: table;
    width: 100%;
    max-width:500px;
    margin:auto;
    font-family: "Aleo", serif;
    font-weight: 500;
    font-size:23px;
    line-height:33px;
    color:#312c2d;
    text-align:center;
    margin-bottom:35px;
}

.entrada .bts{
    display: table;
    width: 100%;
    max-width:550px;
    margin:auto;
    display: flex;
    flex-wrap: wrap;              /* permite quebrar linha */
    justify-content: center;      /* centra horizontalmente */
    align-items: center;          /* centra verticalmente */
    gap: 0.6%;             
}

.entrada .bts .selectchoise {
    float: left;
    display: table;
    width: 20%;
    padding: 4px;
    border-radius: 16px;
    background-color: rgba(139,100,163,0.2);
    margin-bottom:0.6%;       
}

.entrada .bts .selectchoise div {
    display: table;
    width: 100%;
    font-family: "Aleo", serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-align:center;
    text-transform:uppercase;
    padding: 12px;
    padding-bottom: 10px;
    padding-left: 12px;
    border-radius: 14px;
    border: none;
    background-color: #6d3c8c;
    cursor: pointer;
    z-index: 120000 !important;
}

/*.entrada .bts .select::after {
    content: "✓";
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}*/

.entrada .bts  .selectchoise:hover{
    background-color: rgba(139,100,163,0.4);
}

.ct{
    display:table;
    margin:auto;
    width:100%;
    max-width:900px;
}

.areamapa {
    display: table;
    margin: auto;
    width: 100%;
    position:relative;
}

.zoom {
    display: none;
    width: 50px;
    height:50px;
    position: absolute;
    top: 0px;
    right: 20px;
    cursor:pointer;
    background-image:url(../img/zoom.svg);
    background-position:center;
    background-size:cover;
}

.zoom img{
    width:100%;
}

.mapa {
    /*display:table;*/
    margin: auto;
    width: 900px;
    max-width: 900px;
    overflow: hidden;
    overflow-x: hidden;
}

    .mapa .scroll {
        display: table;
        width: 400px;
    }

    .mapa img {
        display: table;
        margin: auto;
        width: 100%;
    }



.entrada2 {
    display: table;
    width: 90%;
    margin: auto;
    max-width: 500px;
    padding-top: 50px;
    margin-bottom: 0px;
    border-top: 2px solid #312c2d;
    margin-top: 60px;
}

    .entrada2 .img {
        display: table;
        width: 100%;
        max-width: 200px;
        margin: auto;
        margin-bottom: 30px;
    }

    .entrada2 .txt1 {
        display: table;
        width: 100%;
        margin: auto;
        max-width: 500px;
        font-family: "Aleo", serif;
        font-weight: 900;
        font-size: 28px;
        line-height: 36px;
        color: #312c2d;
        text-align: center;
        padding-bottom: 10px;
    }

        .entrada2 .txt1 span {
            text-decoration: underline;
        }

    .entrada2 .txt2 {
        display: table;
        width: 100%;
        max-width: 500px;
        margin: auto;
        font-family: "Aleo", serif;
        font-weight: 500;
        font-size: 22px;
        line-height: 32px;
        color: #312c2d;
        text-align: center;
        margin-bottom: 35px;
    }



.dados {
    overflow: hidden;
    width: 1500px;
    max-width: 1500px;
    margin: auto;
    cursor:grab;
    opacity:0.9;
}

.dados .scroll{
    display:table;
    width: 5500px;
}

.dados img{
    display:table;
    width: 100%;
}

.Footer {
    padding: 20px;
    padding-top: 50px;
    padding-bottom: 100px;
    text-align: center;
    font-family: "Aleo", serif;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    font-weight: 500;
    color: #312c2d;
}

    .Footer a {
        cursor:pointer;
    }

.Footer b {
    font-weight: 800;
}

    .Footer div {
        text-align: center;
        width: 100%;
        display: table;
        padding-bottom: 10px;
        font-weight:200;
        cursor: pointer;
        color: #6d3c8c;
    }





.grafic3 {
    display: table;
    width: 90%;
    max-width:485px;
    margin:auto;
    margin-bottom:30px;
    margin-top:20px;
}

    .grafic3 .bar {
        display: table;
        width: 100%;
        height: 36px;
        background-color: #eceef4;
        position: relative;
        border-radius: 20px;
        /*border-top-left-radius:0px;
    border-bottom-left-radius:0px;*/
        margin-bottom: 5px;
        position: relative;
        z-index: 1;
    }

        .grafic3 .bar .barvalue {
            display: table;
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 36px;
            background-color: #a7b6ca;
            border-radius: 20px;
            /*    border-top-left-radius:0px;
    border-bottom-left-radius:0px;*/
            z-index: 2;
            transition: 2s;
        }

        .grafic3 .bar .txt1 {
            display: table;
            width: 100%;
            position: absolute;
            left: 15px;
            top: 0px;
            font-size: 16px;
            line-height: 38px;
            font-weight: 400;
            text-align: left;
            color: #312c2d;
            z-index: 3;
        }


        .grafic3 .bar .txt2 {
            display: table;
            width: 100%;
            position: absolute;
            top: 0px;
            right: 15px;
            font-size: 16px;
            line-height: 38px;
            font-weight:700;
            text-align: right;
            color: #312c2d;
            z-index: 3;
        }

    .grafic3 .partido {
        display: table;
        width: 100%;
        font-size: 16px;
        line-height: 16px;
        font-weight: 800;
        text-align: left;
        color: #312c2d;
        z-index: 3;
        padding-left: 15px;
        padding-bottom:6px;
    }

    .grafic3 .space {
        display: table;
        width: 100%;
        padding-bottom: 20px;
    }
