body {
    font-family: 'Titillium Web' !important;
}
th, td{
border:0px;
}
.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
.tituloBench{
	color:#fff !important;
	opacity:0;
}
.c3-line{stroke-width: 2px !important;}
.c3-axis-y path{
display:none}
.c3-axis-y .tick line{
display:none
}
.c3-chart-lines .c3-chart-line:nth-child(1) .c3-shapes:nth-child(2) path{
	fill:rgb(159 183 255)!important;
    opacity: 0.2!important;

}
.c3-chart-lines .c3-chart-line:nth-child(2) .c3-shapes:nth-child(2) path{
		fill:rgb(140 255 204)!important;
    opacity: 0!important;
}
.c3-chart-lines .c3-chart-line:nth-child(3) .c3-shapes:nth-child(2) path{
		fill:#8c8c8c!important;
    opacity: 0!important;
}
.c3-grid line {
    stroke: #e6e6e6 !important;
}
.c3-axis-x .tick line{
	display:none;
}
.c3-axis-x path, .c3-axis-x line {
    fill: none;
    stroke: #d6d6d6 !important;
}
text tspan{
    fill: #737373 !important;
    font-size: 11px;
}

.legenda1 {
    width: 15px;
    height: 15px;
    position: relative;
    float: left;
    background: #22346a;
    top: 5px;
    margin: 0 5px 0 0;
}
.legenda2 {
    width: 15px;
    height: 15px;
    position: relative;
    float: left;
    background: #00787e;
    top: 5px;
    margin: 0 5px 0 0;
}
.legenda3 {
    width: 15px;
    height: 15px;
    position: relative;
    float: left;
    background: #8c8c8c;
    top: 5px;
    margin: 0 5px 0 0;
}
.tabela2 table tbody tr:nth-child(1n+2){
    border-bottom: 2px solid #fff !important;
}
.tabela2 table tbody tr:nth-child(2){	
    background: #ebf0ff;
}
.tabela2 table tbody tr:nth-child(3){	
    background: #ebfeff;
}
.tabela2 table tbody tr:nth-child(4){	
    background: #f7f7f7;
}

.button1 {
  background-color: #ADD8E6; 
  color: black; 
  border: 2px solid #008CBA;
}

.button2 {
  background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
}

.button3 {
  background-color: white; 
  color: black; 
  border: 2px solid #f44336;
}

.button4 {
  background-color: white;
  color: black;
  border: 2px solid #e7e7e7;
}

.button5 {
  background-color: white;
  color: black;
  border: 2px solid #555555;
}
	
table {
 border-collapse: collapse;
 width: 100%;
}


th, td {
padding: 5px 5px;
  text-align: left;

}

.footer {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #eee;
}

.topnav {
        overflow: hidden;
   transition:all ease 0.5s;
    background: #fff;
    width: auto;
    display: table;
}
.topnav a {
     text-transform: uppercase;
    float: left;
    font-weight: 700;
    display: block;
    color: #22346a;
    text-align: center;
    padding: 4px 19px !important;
    text-decoration: none;
    font-size: 17px;
    margin: 0 0 0 9px;
    border: 1px solid #22346a;
}

.topnav a:hover {
    background-color: #22346a;
    color: white;
}

.topnav a.active{
         background: linear-gradient(90deg, rgba(34, 52, 106, 1) 0%, rgba(0, 120, 126, 1) 100%) !important;
    color: #fff !important;
    text-transform: uppercase !important;
    text-align: center;
     transition:all ease 0.5s;
    font-weight: 700 !important;
}

.topnav .icon {
  display: none;
}

.tamanho {
    /*background: #F6F6F6;*/
    width: auto;
    height: auto;
  padding: 3px 0 25px;
    float: right;
    clear: both;
}
#chart{
	    float: none;
    clear: both;
}
.tabela {
    width: 100%;
    padding-top: 10px;
    padding-left: 0px;
    display: table;
}
.tabela2{
	margin-top:43px;
}
.tituloTabela{
    color: #22346A;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #22346A;
	}
	.tituloTabela2 th{
    color: #22346A;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #22346A;
	}
	.tituloTabela2 th:nth-child(1n+2){
		text-align:center;
	}
	.tabela2 table tbody tr td:nth-child(1n+2){
		text-align:center;
	}
.tabela tr td {
color: #000000;
    font-size: 15px;
    font-weight: 400;

}
@media screen and (max-width: 900px) {
.topnav {      
    width: 100%;
}
}


@media screen and (max-width: 800px) {
	.tabela tbody{
	display: flex;
    flex-direction: row;
	}
	.tituloBench{
	color:#f9f9f9!important;
	}
	.tabela td:empty{
		display:none !important;
	}
	.tabela tr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
	    width: 100% !important;
    max-width: 100%;
}   
.tabela tr th, .tabela tr td{
     height: 50px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    text-align: left;
	
}	
	.tabela tbody tr:nth-child(1) {
    width: 40%;
	}
	.tabela tbody tr:nth-child(2) {
    width: 30%;
	}
	.tabela tbody tr:nth-child(3) {
    width: 30%;
	}
	.legenda1, .legenda2, .legenda3 {
    top: 0;
}
.tabela2 tr th, .tabela2 tr td {    
    justify-content: center !important;
    align-items: center;
    display: flex;
    flex-direction: row;
	text-align:center !important;
	    height: 38px !important;
}
.tituloTabela2 th {
    color: #22346a;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 0; 
    background: #f9f9f9;
	
    line-height: 16px;
}
}
@media screen and (max-width: 611px) {
.topnav a{
    margin: 0 3px 0 0 !important;
  
}
text tspan {
    fill: #737373 !important;
    font-size: 9px !important;
}


  .topnav a.icon {
     float: right;
    display: block;
    position: relative;
    z-index: 2;
  }
  .tabela1 tbody tr:nth-child(1) {
       width: 50%;
}
.tabela1 tbody tr:nth-child(2) {
    width: 50%;
}
.tabela1 tbody tr:nth-child(2) {
    width: 50%;
}

.tabela1 tr {
       display: inline;
}
.tabela1 tbody {
display: table;
    width: 100%;
}
.tabela1 tr th, .tabela1 tr td {
    height: 31px;    
    display: table;    
    text-align: left;
    margin-right: 0;
    width: 50%;
	    float: left;
}

.tamanho {  
    float: left;
}
.tabela{
  padding-top:10px;  
  margin-top:20px;
}
.topnav a {
     padding: 5px 15px !important;
    font-size: 15px;
}
  
}
@media screen and (max-width: 550px) {
.tabela1 td b {
    clear: both;
    width: 100%;
    display: table;
}
}
@media screen and (max-width: 450px) {
.tabela tr th, .tabela tr td {
  
    font-size: 13px !important;
    line-height: 13px !important;
}
.tabela2 tr th, .tabela2 tr td {
    height: 23px !important;
}
text tspan {
    fill: #737373 !important;
    font-size: 7px !important;
}
}
@media(max-width:390px){
.topnav a {
    padding: 5px 8px !important;
    font-size: 13px!important;
}
}