

body {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    color: #0a0a0a;
    background-color: #fff;
    background-color: #f9f9f9;
    overflow-x:hidden;
}

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;
}
.container {
    display: table;
    width: 98%;
    max-width: 1200px;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 80px;
    overflow-x: hidden;
}

/*button {
    margin:1px;
    margin-left:25px;
    margin-right:0px;
    cursor:pointer;
    background-color:transparent;
    border:none;
    padding-top:5px;
    width:18px;
    height:24px;
    background-image:url(../img/more.png);
    background-repeat:no-repeat;
    background-size:18px;
    background-position:center center;
    border:none;
}*/


/*button:hover {
    background-image:url(../img/more3.png);
}*/

.details button {
    background: url('../img/more2.png');
    background-repeat:no-repeat;
    background-size:18px;
    background-position:center center;
    border:none;
}

.titulo {
    display: table;
    font-family: 'Oswald', sans-serif;
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 15px;
    font-weight: 400;
    letter-spacing: -1px;
    color: #1b7792;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
}

    .titulo div {
        display: table;
        width: 100%;
        max-width: 550px;
        margin:auto;
        padding-top: 15px;
        padding-top: 20px;
    }

    .titulo img {
        display: table;
        width: 100%;
        max-width:120px;
        margin: auto;
    }

    .titulo span {
        color: #1b7792;
        font-weight:600;
        display:table;
        text-align:center;
        width:100%;
    }

.titulo2 {
    display: table;
    width: 100%;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    line-height: 34px;
    margin:auto;
    margin-bottom: 40px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(0,0,0,0.6);
    text-align: center;
    max-width: 550px;
}

.menu {
    display: table;
    font-size: 13px;
    line-height: 83px;
    font-weight: 400;
    margin: auto;
    margin-bottom: 55px;
    text-transform: uppercase;
}

.menu div {
    float: left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: #0a0a0a;
    width: 85px;
    height: 85px;
    text-align: center;
    margin-left: 13px;
    margin-right: 13px;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,0.1);
    margin-top:10px;
    background-image: url(../img/drop.svg);
    background-position: center bottom 16px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
}

.menu div:hover {
    margin-top: 0px;
    cursor: pointer;
    color: #fff;
    background-color: #1b7792 !important;
    background-image: url(../img/drop2.svg) !important;
}

.menuSelected {
    cursor: pointer;
    background-color: #1b7792 !important;
    border: 1px solid #1b7792;
    color: #fff !important;
    background-image: url(../img/drop2.svg) !important;
}

.AreaLeft{
    width:100%;
    float:left;
}



.Filter {
    display: table;
    width: 100%;
    margin: auto;
    margin-bottom: 0px;
    border: 1px solid #f1f1f1;
    border-bottom: none;
    background-color: #f9f9f9;
    background-color: #1b7792;
    border: none;
    color: #fff;
}

.Drop {
    float: left !important;
    height: 56px;
    width: 24% !important;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #1b7792;
    font-weight: 400;
    background-color: #f9f9f9;
    border: none;
    text-transform: uppercase !important;
    cursor: pointer;
    border-right: 1px #eee solid !important;
    background-color: #1b7792;
    border: none;
    color: #fff;
}

    .Drop option {
        box-shadow: none !important;
        border: none !important;
        background-color: #fff !important;
        color: #0069a6 !important;
        font-family: 'Oswald', sans-serif;
        font-size: 13px;
        line-height: 13px;
        font-weight: 300;
        padding: 0px;
    }

.Drop:hover {
    /*color: #0a0a0a !important;*/
    background-color: #8dc63f;
    background-image: url(../img/drop2.svg);
}

    .Drop .btn-default {
        color: #1b7792;
        background-color: #f9f9f9;
        background-image: url(../img/drop.svg) !important;
    }

.Drop .btn-default:hover {
   /*color: #0a0a0a !important;*/
}



.Drop2 {
    float: left !important;
    height: 56px;
    width: 25% !important;
    padding-left: 0px;
    padding-right: 0px;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    background-color: #1b7792;
    border: none;
    text-transform: uppercase !important;
    cursor: pointer;
    background-image: url(../img/drop2.svg);
}

.Drop2 option  {
    box-shadow: none !important;
    border:none !important;
    background-color:#fff !important;
    color:#0a0a0a !important;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    line-height: 13px;
    font-weight: 300;
    padding:0px;
}

.Drop2:hover {
    color: #fff;
    background-color: #8dc63f;
     background-image: url(../img/drop2.svg);
}

.Drop2 .btn-default:hover {
    /*color: #0a0a0a !important;*/
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    background-image: url(../img/drop.svg);
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
}

#tabelaGeral {
    overflow: hidden;
}

.textboox {
    display: table;
    height: 54px;
    width: 100%;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    line-height: 22px;
    padding-left: 32px;
    padding-right: 12px;
    font-weight: 400;
    color: #fff;
    background-color: #f9f9f9;
    background-color: #1b7792;
    border: none;
    text-transform: uppercase;
    background-image: url(../img/search.svg);
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}


input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
}

.AreaRight {
    float: left;
    display:table;
    width: 28%;
    height:635px;
    position: relative;
    background-color: #f9f9f9;
    /*border-bottom: 1px solid #111111;*/
}

#chartdiv {
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-width: 200px;
    max-height: 635px;
    border: 1px solid #f1f1f1;
    border-left: none;
    border-bottom: none;
    border-left: 1px solid #f1f1f1;
}

#chartdiv svg {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;

    /*-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;*/
}

polygon:hover {
    fill: rgba(0,0,0,0.75) !important;
    opacity: 1 !important;
    cursor: pointer;
    stroke-width: 0.5;
    
        /*-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;*/
}

/*.AreaRight img {
    display: table;
    width: auto;
    max-width: 350px;
    margin: auto;
}*/

#placeholder {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 260px;
    background-color: #0a0a0a;
    padding: 5px;
    padding-top: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#placeholder .Close {
    position:absolute;
    right:10px;
    top:10px;
    cursor:pointer;
    width:20px;
    height:20px;

    background-image:url(../images/close.svg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:20px 20px;
    cursor:pointer;
}

#placeholder .Text3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400 !important;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #fff;
    text-transform: uppercase;
    text-align:center;
}

#placeholder .Text4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #fff;
    margin-top: 0px;
    text-align:center;
}

.AreaRight .bt {
    display: table;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 7px;
    background-color: #f1f1f1;
    font-size: 11px !important;
    line-height: 11px;
    font-weight: 400;
    color: #0a0a0a;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-transform: uppercase;
    cursor: pointer;
}

.AreaRight .bt img{
    width:20px;
    
}

.AreaRight .bt:hover {
    background-color: #ddd;
    color: #fff;
}


.contentInfo {
    display: table;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    padding-bottom: 30px;
    margin: -10px;
}

.contentInfo:hover {
    background-color:#fff !important;
    font-weight:300 !important;
}

.contentInfo div{
    padding-bottom:15px;
}

.tabelaMaisInfo:hover {
    background-color:#fff !important;
    font-weight:300 !important;
}

.tabelaMaisInfo td:hover {
    background-color:#fff !important;
    font-weight:300 !important;
}

.tabelaMaisInfo tr:hover {
    background-color:#fff !important;
    font-weight:300 !important;
}

.tabelaLegenda {
    display: none;
    width: 100%;
    padding: 30px;
    font-size: 14px !important;
    line-height: 14px;
    font-weight: 300;
    color: #999;
    text-transform: uppercase;
    border: 1px solid #f1f1f1;
    border-top: none;
}

.tabelaLegenda div {
    display: table;
    float:left;
    margin-right:15px;
    margin-bottom:15px;
}

.tabelaLegenda span {
    /*display: table;*/
    float:left;
    margin-right:5px;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color:#000;
}

.titleLeg {
    display:table;
    width:100%;
    font-size: 14px !important;
    line-height: 14px;
    font-weight: 400;
    color: #0a0a0a;
    text-transform: uppercase;
}

.loaderEstado {
    padding-top: 175px;
    padding-bottom: 175px;
    /*font-weight:500;*/
}




.ContainerData{
    display:table;
    width:100%;
    position:relative;
}

.containerpage {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #fff;
    /*width: 40%;*/
    width: 470px;
    height: 400px;
    border: #ddd solid 1px;
}

.Page {
    width:100%;
    padding: 30px;
    overflow-y: auto;
    max-height: 500px;
}

.Page .question{
    border:1px solid #0a0a0a;
    font-size: 11px;
    line-height: 32px;
    font-weight: 400;
    color: #0a0a0a;
    text-align:center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: inline-table;
    width: 18px;
    height: 12px;
    line-height: 16px;
    margin-left: 3px;
    margin-top:4px;
    vertical-align: top;
    cursor:pointer;
}

.Page .question2{
    border:1px solid rgba(0,0,0,0.4);
    font-size: 11px;
    line-height: 32px;
    font-weight: 400;
    color: rgba(0,0,0,0.4);
    text-align:center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: inline-table;
    width: 18px;
    height: 12px;
    line-height: 16px;
    margin-left: 3px;
    vertical-align: top;
    cursor:pointer;
}

.pagescroll{
}

.PageClose {
    display: table;
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
}

.PageClose img {
    width: 30px;
}

.info{
    display:table;
    width:50%;
    margin:auto;
    padding-bottom:35px;
}

    .info .left {
        display: table;
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        border-left: 1px solid rgba(0,0,0,0.6);
        margin-bottom:20px;
    }

   


.info .infotxt1 {
    display: table;
    width:100%;
    font-size: 55px;
    line-height: 55px;
    font-weight: 600;
    color: #1b7792;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.info .infotxt2 {
    display: table;
     width:100%;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    color: #1b7792;
}

.txt1 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 500;
    color: #1b7792;
    text-transform: uppercase;
    margin-bottom: 10px;
    width: 88%;
}

.txt2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 200;
    color: #0a0a0a !important;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.pagecontainer{
    display:table;
    width:100%;
    margin-bottom:16px;
}

.pageleft {
    float: left;
    width:40%;
    
    display:table;
    padding-right:30px;
}

.pageright {
    float: left;
    width: 60%;
    display: table;
    border-left: 1px solid rgba(0,0,0,0.2);
    padding-left: 30px;
}

.pageleft2 {
    float: left;
    width: 50%;
    border-right: 1px solid rgba(0,0,0,0.2);
    display: table;
    padding-right: 30px;
}

.pageright2 {
    float: left;
    width: 50%;
    display: table;
    padding-left: 30px;
}

.txt3 {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #0a0a0a;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.txt4 {
    font-size: 52px;
    line-height: 52px;
    font-weight: 500;
    color: #0a0a0a;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.txt5 {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: rgba(0,0,0,0.4);
    text-transform: uppercase;
    margin-bottom: 5px;
}

.txt5 span{
    color: #0a0a0a;
}

.txt6 {
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
    color: #0a0a0a;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.txt7 {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    background-color: #1b7792 !important;
    padding: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-table;
    margin-left: 5px;
}

.txt8 {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: rgba(0,0,0,0.4);
    text-transform: uppercase;
    margin-bottom: 5px;
}

.txt9 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    color: #0a0a0a;
    text-transform: uppercase;
    margin-bottom: 10px;
    vertical-align: middle;
}

.txt9 img {
    width: 12px;
    vertical-align: middle;
}

.txt99 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 400;
    color: #0a0a0a;
    text-transform: uppercase;
    margin-bottom: 10px;
    vertical-align: middle;
}

.pagecollum{
    width:50%;
    float:left;
    padding-right:20px;
}

.pagecollum2 {
    width: 50%;
    float: left;
    padding-right: 20px;
}

.pagecollum3 {
    width: 33%;
    float: left;
    padding-right: 20px;
}

.pagecollum4 {
    width: 100%;
}

.div {
    width: 100%;
    display: table;
    height: 3px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    margin-top: 20px;
    margin-bottom: 20px;
}

.div2 {
    width: 100%;
    display: table;
    height: 3px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    margin-top: 10px;
    margin-bottom: 20px;
}

.arrowpage {
    font-size: 28px;
    line-height: 28px;
    font-weight: 500;
    color: #0a0a0a;
    text-transform: uppercase;
    vertical-align: middle;
}

.arrowpage img {
    width: 27px;
    vertical-align:top;
}

.arrowpage span{
    display:table;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: rgba(0,0,0,0.4);
        margin-bottom: 5px;
}

.Tablepage{
    width:100%;
    display:table;
}
.Tablepage td{
    padding:8px;
}

.txt10 {
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    color: #0a0a0a;
    background-color: #f1f1f1;
    text-transform:uppercase;
}

.txt11 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #0a0a0a;
}

.txt11 b{
    font-weight: 400;
}

.Tablepage tr:nth-child(odd) {
    background-color: #f1f1f1;
}

.txt12 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 400;
    color: #0a0a0a;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.txt13 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #0a0a0a;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.txt12 img {
    width: 22px;
    vertical-align: middle;
}



.Footer {
    padding:20px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 200;
    color: #999;
}

.Footer b {
    font-weight: 400;
}

.Footer div {
    text-align: center;
    width: 100%;
    display: table;
    padding-bottom: 10px;
    font-weight: 400;
    cursor: pointer;
    color: #1b7792;
}


.loader {
    position: absolute;
    top: 0px;
    left: 0px;
    display: table;
    z-index: 99999;
    background-color: rgba(249,249,249,0.8);
    width: 100%;
    height: 100%;
}

.loader img{
    width:150px;
    margin:auto;
    display:table;
    margin-top:368px;
}