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;
}

.entrada{
    display:table;
    width:100%;
    margin:auto;
    max-width:680px;
    padding-top:80px;
    margin-bottom:30px;
}

.entrada .txt1{
    display: table;
    width: 100%;
    font-family: "Aleo", serif;
    font-weight: 900;
    font-size:48px;
    line-height:48px;
    color:#6d3c8c;
    text-align:center;
    padding-bottom:18px;
}

.entrada .txt1 span{
    text-decoration:underline;
}

.entrada .txt2{
    display: table;
    width: 100%;
    font-family: "Aleo", serif;
    font-weight: 700;
    font-size:24px;
    line-height:34px;
    color:#6d3c8c;
    text-align:center;
    margin-bottom:30px;
}

.entrada .drop {
    display: table;
    width: 100%;
    padding: 16px;
    border-radius: 16px;
    background-color: rgba(139,100,163,0.2);
    margin:auto;
}

     .drop .select {
        display: table;
        width: 100%;
        font-family: "Aleo", serif;
        font-weight: 700;
        font-size: 22px;
        line-height: 22px;
        color: #fff;
        padding: 20px;
        padding-left: 25px;
        border-radius: 10px;
        border: none;
        background-color: #6d3c8c;
        appearance: none; /* remove a aparência padrão */
        -webkit-appearance: none; /* Safari/Chrome */
        -moz-appearance: none; /* Firefox */
        background-image: url('data:image/svg+xml;utf8,<svg fill="%23fff" height="10" viewBox="0 0 10 6" width="10" xmlns="http://www.w3.org/2000/svg"><path d="M0 0l5 6 5-6z"/></svg>');
        background-repeat: no-repeat;
        background-position: right 20px center;
        background-size: 10px 6px;
        cursor: pointer;
        z-index: 120000 !important;
    }



 .drop .select:focus {
    outline: none;
    box-shadow: none;
    border-color: #ccc; /* mantem a mesma borda ao focar */
}

    /* Campo principal do Select2 */
     .drop .select2-container--default .select2-selection--single {
        display: table;
        width: 100% !important;
        font-family: "Aleo", serif;
        font-weight: 700;
        font-size: 22px;
        line-height: 22px;
        color: #fff;
        padding: 20px 25px;
        border-radius: 10px;
        border: none;
        background-color: #6d3c8c;
        cursor: pointer;
        height: auto !important; /* deixa o conteúdo expandir */
       
    }



    /* texto selecionado */
     .drop .select2-container--default .select2-selection__rendered {
        color: #fff !important;
        line-height: 22px;
        padding-left: 0; /* já tens padding no container */
    }

    /* seta de dropdown (substitui pelo teu SVG branco) */
     .drop .select2-container--default .select2-selection__arrow b {
        border: none !important;
        background-image: url('data:image/svg+xml;utf8,<svg fill="%23fff" height="10" viewBox="0 0 10 6" width="10" xmlns="http://www.w3.org/2000/svg"><path d="M0 0l5 6 5-6z"/></svg>');
        background-repeat: no-repeat;
        background-position: right center ;
        background-size: 10px 6px;
        width: 20px;
        height: 100%;
        display: inline-block;
    }

    /* remover outline ao focar */
     .drop .select2-container--default .select2-selection--single:focus {
        outline: none;
        box-shadow: none;
        border-color: #ccc;
    }

    /* dropdown (lista) */
     .drop .select2-container .select2-results {
        font-family: "Aleo", serif;
        font-size: 18px;
        font-weight: 500;
        color: #333;
    }

    /* item ativo ao passar o rato */
     .drop .select2-container--default .select2-results__option--highlighted[aria-selected] {
        background-color: #6d3c8c;
        color: #fff;
    }

.select2-container--default .select2-selection--single .select2-selection__clear {
    display:none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 6px;
    right: 25px;
    width: 20px;
}
.select2-dropdown {
    z-index: 111051;
}


.select2-estilo2 .select2-selection--single {
    font-size: 16px !important;
    line-height: 16px !important;
    padding: 6px 15px !important;
    padding-top: 10px !important;
    margin-bottom: 2px !important;
    border-radius: 8px !important;
}
.select2-estilo2 .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: -3px;
    right: 20px;
    width: 20px;
}

.select2-estilo3 .select2-selection--single {
    background-color: #6d3c8c !important;
    opacity: 0.5 !important;
}




.categorias {
    width: 95%;
    margin: auto;
    max-width: 500px;
    margin-top: 25px;
    justify-content: center; /* centra horizontalmente */
    flex-wrap: wrap;
    gap: 3px; /* opcional, espaço entre as divs */
    display:none;
}

    .categorias a {
        display: table;
        background-color: #6d3c8c;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 2px;
        border-radius: 50px;
        font-family: "Aleo", serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 36px;
        color: #fff;
        display: flex;
        align-items: center; /* centra conteúdo vertical dentro da div */
        justify-content: center; /* centra conteúdo horizontal dentro da div */
    }

.categorias a:hover{
    background-color:#6d3c8c;
    color: #fff;
}




.paineis {
    width: 300px;
    overflow: hidden;
    overflow-x: hidden;
    max-width: 300px;
    cursor: grab;
}

.scroll {
    display:table;
    width: 3150px;
}

.paineis .painel{
    display: table;
    width: 100%;
    float:left;
    max-width:450px;
    padding:65px;
    border-right:1px solid rgba(139,100,163,0.3);
    padding-top:30px;
    padding-bottom:20px;
    position:relative;
}

/*.paineis .painel:hover {
    background-color:rgba(255,255,255,0.4);
}*/

.paineis .painel .hover2{
    opacity:0.5 !important;
    transition:0.3s;
}

/*.paineis .painel:hover  .hover2{
    opacity:1 !important;
}*/

.paineis .painel .hover{
    opacity:1 !important;
    transition:0.3s;
}

.paineis .painel:hover  .hover{
    opacity:1 !important;
}

.paineis .painel:hover  .btcompara{
    display: table;
}

.paineis .btcompara {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 10px;
    right: 15px;
    border-radius: 100px;
    border: 2px solid #6d3c8c;
    background-color: #6d3c8c;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(109, 60, 140, 0.5);
    animation: pulseBorder 1.5s infinite;
}

@keyframes pulseBorder {
    0% {
        box-shadow: 0 0 0 0 rgba(109, 60, 140, 0.5);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(109, 60, 140, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(109, 60, 140, 0);
    }
}

.paineis .painel .back {
    display: table;
    width: 100%;
    height: 50px;
    background-image: url(../img/fundo.svg);
    background-size: 100%;
    background-repeat: repeat-y;
    margin-top: 60px;
}

.paineis .painel .ctleftright1 {
    display: flex;
    align-items: flex-end; /* alinha os filhos verticalmente ao fundo */
    width: 100%;
    font-family: "Aleo", serif;
    color: #6d3c8c;
    margin-bottom:30px;
}

.paineis .painel .ctleftright2 {
    display: flex;
    align-items: flex-end; /* alinha os filhos verticalmente ao fundo */
    width: 100%;
    font-family: "Aleo", serif;
    color: #6d3c8c;
    margin-right:5%;
    margin-bottom:5px;
}



.paineis .painel .img1 {
    width: 20%;
    margin-right: 6%; 
}

.paineis .painel .img2 {
    width: 18%;
    margin-right: 6%; 
}

.paineis .painel .img3 {
    width: 50%;
    margin-right: 5%; 
}

.paineis .painel .img4 {
    width: 32%;
    margin-right: 6%; 
}

.paineis .painel .img5 {
    width: 80%;
    margin-bottom:15px;
}

.paineis .painel .img6 {
    width: 28%;
    margin-right: 6%; 
}



.paineis .painel .ct1 {
    width: 74%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.paineis .painel .ct2 {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.paineis .painel .ct3 {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.paineis .painel .ct4 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.paineis .painel .ct5 {
    width: 66%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


.paineis .painel .type1{
    display: table;
    width: 100%;
    font-family: "Aleo", serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 34px;
    color: #6d3c8c;
    padding-bottom:8px;
    text-decoration:underline;
}

.paineis .painel .type2{
    display: table;
    width: 100%;
    font-family: "Aleo", serif;
    font-weight: 900;
    font-size: 28px;
    line-height: 32px;
    color: #6d3c8c;
    padding-bottom:25px;
}

.paineis .painel .type3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 900;
    padding-bottom:18px;
}

.paineis .painel .type4 {
    font-size: 76px;
    line-height: 52px;
    font-weight: 900;
}

.paineis .painel .type5 {
    font-family: "Aleo", serif;
    font-size: 34px;
    line-height: 34px;
    font-weight: 900;
}

.paineis .painel .type6 {
    font-family: "Aleo", serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 900;
}

.paineis .painel .type7{
    display: table;
    width: 100%;
    font-family: "Aleo", serif;
    font-weight: 900;
    font-size: 28px;
    line-height: 32px;
    color: #6d3c8c;
    margin-top:22px;
    padding-bottom:25px;
    padding-top:20px;
    border-top: 1px solid rgba(139, 100, 163, 0.3);
}

.paineis .painel .type8 {
    font-family: "Aleo", serif;
    font-size: 58px;
    line-height: 35px;
     color: #6d3c8c;
    font-weight: 900;
}

.paineis .painel .type9 {
    display: table;
    width: 100%;
    font-family: "Aleo", serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    color: #6d3c8c;
    padding-top:30px;
    padding-bottom:10px;
}

.paineis .painel .type10 {
    font-family: "Aleo", serif;
    font-size: 58px;
    line-height: 75px;
    font-weight: 900;
}

.paineis .painel .type11 {
    display: table;
    width: 100%;
    font-family: "Aleo", serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 20px;
    color: #6d3c8c;
    padding-top:0px;
}

.paineis .painel .type12 {
    font-size: 60px;
    line-height: 52px;
    font-weight: 900;
}

.paineis .painel .type13 {
    font-family: "Aleo", serif;
    font-size: 30px;
    line-height: 34px;
    font-weight: 900;
}

.paineis .painel .type14 {
    font-family: "Aleo", serif;
    font-size: 42px;
    line-height: 26px;
     color: #6d3c8c;
    font-weight: 900;
}

.paineis .painel .type15 {
    display: table;
    width: 100%;
    font-family: "Aleo", serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 20px;
    color: #6d3c8c;
    padding-top: 15px;
}



.grafic1{
    display:table;
    width:100%;
    height:175px;
}

.grafic1 .bar{
    display: table;
    width: 26%;
    height:146px;
    background-color:rgba(139,100,163,0.5);
    position:relative;
    border-radius:10px;
    margin-right:10%;
    position:relative;
    z-index:1;
    float:left;
}

.grafic1 .bar .barvalue{
    display: table;
    position:absolute;
    left:0px;
    bottom:0px;
    width: 100%;
    background-color:#6d3c8c;
    border-radius:10px;
    z-index:2;
    transition:2s;
}

.grafic1 .bar .txt1{
    display: table;
    width:100%;
    position:absolute;
    left:0px;
    bottom:15px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 900;
    text-align:center;
    color:#fff;
    z-index:3;
}

.grafic1 .bar .txt2{
    display: table;
    width:100%;
    position:absolute;
    bottom:-25px;
    left:0px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 900;
    text-align:center;
    color:#6d3c8c;
    z-index:3;
}

.grafic1 .bar .txt3{
    display: table;
    width:100%;
    position:absolute;
    left:0px;
    bottom:15px;
    font-size: 28px;
    line-height: 28px;
    font-weight: 900;
    text-align:center;
    color:#fff;
    z-index:3;
}

.grafic1 .bar .txt4{
    display: table;
    width:100%;
    position:absolute;
    left:0px;
    bottom:15px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 900;
    text-align:center;
    color:#fff;
    z-index:3;
}



.grafic2 {
    display: table;
    width: 100%;
    font-family: "Aleo", serif;
}

.grafic2 .bar{
    display: table;
    width: 100%;
    margin-bottom:5px;
}

.grafic2 .bartitle .left{
    display: table;
    float:left;
    width: 66%;
    border-radius:20px;
    font-size: 14px;
    line-height: 14px;
    font-weight:900;
    text-align:left;
    color:#6d3c8c;
    padding-bottom:10px;
    margin-right:1%;
}

.grafic2 .bartitle .middle{
    display: table;
    float:left;
    width: 16%;
    border-radius:20px;
    font-size: 14px;
    line-height: 14px;
    font-weight:900;
    text-align:center;
    color:#6d3c8c;
    padding-bottom:10px;
    margin-right:1%;
}

.grafic2 .bartitle .right{
    display: table;
    float:left;
    width: 16%;
    border-radius:20px;
    font-size: 14px;
    line-height: 14px;
    font-weight:900;
    text-align:center;
    color:#6d3c8c;
}

.grafic2 .bar .left{
    display: table;
    float:left;
    width: 66%;
    background-color: rgba(139, 100, 163, 0.5);
    padding:12px;
    padding-left:15px;
    border-radius:20px;
    font-size: 14px;
    line-height: 14px;
    font-weight:700;
    text-align:left;
    color:#fff;
    margin-right:1%;
}

.grafic2 .bar .middle{
    display: table;
    float:left;
    width: 16%;
    background-color: #6d3c8c;
    padding-top:12px;
    padding-bottom:12px;
    border-radius:20px;
    font-size: 14px;
    line-height: 14px;
    font-weight:900;
    text-align:center;
    color:#fff;
    margin-right:1%;
}

.grafic2 .bar .right{
    display: table;
    float:left;
    width: 16%;
    background-color: #6d3c8c;
    padding-top:12px;
    padding-bottom:12px;
    border-radius:20px;
    font-size: 14px;
    line-height: 14px;
    font-weight:900;
    text-align:center;
    color:#fff;
}





.grafic3{
    display:table;
    width:100%;
}

.grafic3 .bar{
    display: table;
    width: 100%;
    height:36px;
    background-color:rgba(139,100,163,0.5);
    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:#6d3c8c;
    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: 14px;
    line-height: 38px;
    font-weight: 900;
    text-align:left;
    color:#fff;
    z-index:3;
}


.grafic3 .bar .txt2{
    display: table;
    width:100%;
    position:absolute;
    top:0px;
    right:15px;
    font-size: 14px;
    line-height: 38px;
    font-weight: 900;
    text-align:right;
    color:#fff;
    z-index:3;
}



.area{
    display:table;
    width:100%;
    height:220px;
    background-image:url(../img/area.svg);
    background-repeat:repeat;
    background-size:100%;
    position:relative;
    border-radius:15px;
    background-color:#000;
    margin-top:40px;
}

.area div{
    display: table;
    position:absolute;
    top:30px;
    left:0px;
    width: 100%;
    font-size: 76px;
    line-height: 86px;
    font-weight:900;
    text-align:center;
    color:#fff;
}

.area div span{
    display: table;
    width: 65%;
    margin:auto;
    font-family: "Aleo", serif;
    font-size: 18px;
    line-height: 22px;
    font-weight:900;
    text-align:center;
    color:#fff;
}

.area div i{
    font-style:normal;
}





.backaba {
    width: 100%;
    display: none;
    background-color: rgba(255,255,255,0);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
}

.abalefty {
    display: block;
    position: fixed;
    top: 0px;
    right: -610px;
    width: 90%;
    max-width: 400px;
    height: 100%;
    background-color: #FFF;
    z-index: 11111;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    transition: 0.5s;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom:120px;
}

    .abalefty .ctaba2 {
        display: table;
        width: 100%;
        opacity: 1;
    }

    .abalefty .close {
        display: table;
        width: 40px;
        border-radius: 100px;
        background-color: #6d3c8c;
        padding: 10px;
        position: absolute;
        top: 20px;
        left: 25px;
        /*box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;*/
        cursor: pointer;
        z-index: 100;
        /*transition:0.3s;*/
    }

        .abalefty .close:hover {
            background-color: #000;
        }

        .abalefty .close img {
            display: table;
            width: 100%;
        }

.dataHtml{
    padding:30px;
    padding-top:0px;
}

.dataHtml .txt1{
    padding-top:40px;
    display: table;
    width: 100%;
    font-family: "Aleo", serif;
    font-weight: 900;
    font-size: 28px;
    line-height: 30px;
    color: #6d3c8c;
    padding-bottom: 10px;
    text-decoration: underline;
    opacity: 0.5
}

.dataHtml .txt2{
    display: table;
    width: 100%;
    font-family: "Aleo", serif;
    font-weight: 900;
    font-size: 22px;
    line-height: 28px;
    color: #6d3c8c;
    padding-top:35px;
    padding-bottom: 8px;
}

.dataHtml .txt3-title{
    display: table;
    width: 100%;
    margin:auto;
    font-family: "Aleo", serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #6d3c8c;
    padding-top:8px;
    text-align:left;
    padding-bottom: 4px;
}

.dataHtml .txt3{
    display: table;
    width: 96%;
    margin:auto;
    font-family: "Aleo", serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #6d3c8c;
    padding-top:0px;
    text-align:center;
    padding-bottom: 6px;
    border-bottom:1px solid rgba(139, 100, 163, 0.3);

}

.dataHtml .txt3 .left{
    width:50%;
    display:table;
    float:left;
    font-weight: 900;
    text-align:left;
    border-right:2px solid rgba(139, 100, 163,0.5);
}

.dataHtml .txt3 .right{
    width:50%;
    display:table;
     font-weight: 900;
    float:right;
    text-align:right;
}



.dataHtml .txt3-municipio{
    display: table;
    width: 100%;
    font-family: "Aleo", serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 16px;
    color: #6d3c8c;
    padding-top:4px;
    text-align:center;
    padding-bottom: 6px;
    
}

.dataHtml .txt3-municipio .left{
    display:table;
    width:49.5%;
    height:40px;
    float:left;
    text-align: left;
    background-color: rgba(109, 60, 140, 0.1);
    color: #6d3c8c;
    padding: 4px;
    padding-left:8px;
     padding-right:8px;
    border-radius: 5px;
    display: flex;
  justify-content: start; 
  align-items: center;    
}


.dataHtml .txt3-municipio .right{
    display:table;
    width:49.5%;
    height:40px;
    float:right;
   text-align: right;
    background-color: rgba(109, 60, 140, 1);
    color: #fff;
    padding: 4px;
    padding-left:8px;
     padding-right:8px;
    border-radius: 5px;

    display: flex;
  justify-content: end; 
  align-items: center;    
}

.legendaaba {
    font-family: "Aleo", serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #6d3c8c;
    padding-top:30px;
}

.legendaaba b{
    font-weight: 700;
}


.abalefty .drop {
    display: table;
    width: 90%;
    margin: auto;
    margin-top: 0px;
    padding: 10px;
    border-radius: 16px;
    background-color: rgba(139,100,163,0.2);
}

.abalefty .drop .select {
    display: table;
    width: 100%;
    max-width: 620px;
    font-family: "Aleo", serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    padding: 15px;
    padding-left: 15px;
    border-radius: 10px;
    border: none;
    background-color: #6d3c8c;
    appearance: none; /* remove a aparência padrão */
    -webkit-appearance: none; /* Safari/Chrome */
    -moz-appearance: none; /* Firefox */
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23fff" height="10" viewBox="0 0 10 6" width="10" xmlns="http://www.w3.org/2000/svg"><path d="M0 0l5 6 5-6z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 10px 6px;
    cursor: pointer;
}

.abalefty .drop .select:focus {
    outline: none;
    box-shadow: none;
    border-color: #ccc; /* mantem a mesma borda ao focar */
}

.txt2dataHtml {
    display: table;
    width: 100%;
    font-family: "Aleo", serif;
    font-weight: 900;
    font-size: 22px;
    line-height: 28px;
    color: #6d3c8c;
    padding: 30px;
    padding-top: 0px;
    padding-bottom: 12px;
    margin-top: 80px;
}



.Footer {
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 100px;
    text-align: center;
    font-family: "Aleo", serif;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 500;
    color: #6d3c8c;
}

.Footer b {
    font-weight: 900;
}

    .Footer div {
        text-align: center;
        width: 100%;
        display: table;
        padding-bottom: 10px;
        font-weight: 400;
        cursor: pointer;
        color: #6d3c8c;
    }





.Graphic{
    display:table;
    width:100%;
    position:relative;
    margin-bottom:10px;
    background-color:rgba(0,0,0,0.1);
    border-radius:6px;
}

.GraphicBar {
    display: table;
    width: 100%;
    height: 30px;
    background-color: rgba(109,60,140,0.5) !important;
    position: relative;
    margin-top:1px;
    margin-bottom: 1px;
    border-radius: 5px;
}

.GraphicBarV2 {
    background-color: rgba(109,60,140,1) !important;
}

.GraphicBarV2 span{
    color: #fff !important;
}

.GraphicBar span {
    display: table;
    width: 100%;
    min-width:200px;
    position: absolute;
    top: 9px;
    left: 8px;
    font-family: "Aleo", serif;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
    font-weight: 900;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}