@import url("font-awesome.min.css");

.table{
	background: url(../../images/mulher.png) #EEF1EF no-repeat 60% 5%;
	padding:2px;
	border-bottom: 2px solid #cecece;
  border-top: 2px solid #cecece;
}

.numero {
		font-size: 15px;
		font-weight: bold;
}

.valores{
float:left;
margin-left: 10px;
}

#bloco1 tr td:nth-child(1), #bloco3 tr td:nth-child(1) {
	text-align: right;
	padding-right: 7px;
	color: #276c4d;
	font-size: 12px;
	cursor: pointer;
	background: -moz-linear-gradient(left, #EEF1EF 11%, #C1D6E0 36%);
	background: -webkit-linear-gradient(left, #EEF1EF 21%,#C1D6E0 36%);
	background: linear-gradient(to right, #EEF1EF 11%,#C1D6E0 36%);
	border-right: 1px solid #333;
	width: 5%;


}

#bloco1 tr td:nth-child(2){
font-size:13px;
text-align:right;
color: #1b4834;
font-weight: bold;
cursor:pointer;
width: 95%;
}

#bloco1 tr td:nth-child(3), #bloco3 tr td:nth-child(3) {
font-size:13px;
text-align:left;
color: #3d9970;
font-weight: bold;
}

.barra {
display: flex;
align-items: center;
justify-content: flex-end;
height: 15px;
color:#fff;
padding-right: 7px;
float:left;
margin-top: 5px;
background: -moz-linear-gradient(left, #008560 21%, #13a97f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,#008560 21%, #13a97f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #008560 21%, #13a97f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616e68', endColorstr='#616e68',GradientType=1 ); /* IE6-9 */
}

.barra1{width:2%;}
.barra2{width:4%;}
.barra4{width:8%;}
.barra6{width:12%;}
.barra8{width:16%;}
.barra29{width:29%;}
.barra30{width:30%;}
.barra33{width:33%;}
.barra28{width:28%;}
.barra43{width:43%;}
.barra45{width:45%;}
.barra51{width:51%;}
.barra77{width:69%;}
.marginTop{margin-top:10px;}

.titulo{
	text-align: center;
	text-transform: uppercase;
	font-size: 27px;
	}

.rodape{font-size: 12px; color:#000;}

/* Basic */

body {
font-family: 'Open Sans', sans-serif;
color: #6b7770;
font-size: 11.5pt;
line-height: 2em;
background-color: #ffffff;
}


@media screen and (min-width: 737px) and (max-width: 1200px) {
	body {
	min-width: 960px;
	font-size: 10.25pt;
	line-height: 1.75em;
	}

	.titulo{
		text-align: center;
		text-transform: uppercase;
		font-size: 20px;
		    width: 80% !important;
		}

}

@media screen and (max-width: 736px) {


		#bloco1 tr:hover, #bloco3 tr:hover {background-color:#fdcb0c;}

		#bloco1 tr td:nth-child(1), #bloco3 tr td:nth-child(1) {
		color: #276c4d;
		font-size:13px;
		cursor:pointer;
		}

		#bloco1 tr td:nth-child(2), #bloco3 tr td:nth-child(2) {
		font-size:13px;
		text-align:right;
		color: #1b4834;
		font-weight: bold;
		cursor:pointer;
		}

		#bloco1 tr td:nth-child(3), #bloco3 tr td:nth-child(3) {
		font-size:13px;
		text-align:left;
		color: #3d9970;
		font-weight: bold;
		}

		.barraGrafico {
		margin-top: 6px;
		width: 90%;
		height: 19px;
		border-radius: 10px;
		background: -moz-linear-gradient(left, #115135 0%, #276c4d 21%, #276c4d 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, #115135 0%,#276c4d 21%,#276c4d 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, #115135 0%,#276c4d 21%,#276c4d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616e68', endColorstr='#616e68',GradientType=1 ); /* IE6-9 */
		}


}
