@charset "utf-8";
/* CSS Document */

.barra-topo {
	/*background:rgba(0,0,0,0.69);*/
	/* background:#002037; */
	color:white;
	text-transform:uppercase;
	}
	
.barra-topo h2 {
	padding:30px 0;
	font-size:28px;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	}	
	
	
.cols:nth-child(1){
	float:left;
	width:65%;
	}

.cols:nth-child(2){
	float:right;
	width:33%;
	}

	

th {
	text-align: left;
}

.table {
	float:left;
	width: 100%;
	/* margin: 20px 0px; */
	border:0px solid #eaeaea;
	border-radius:2px;
	font-family: 'Hind', sans-serif;
	font-weight:normal;
	font-size:13px;
	/* color:rgba(172,172,172,1.00); */
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 5px;
	line-height:none;
	vertical-align: top;
	border-top: 0px solid #eaeaea;
/*    border-bottom: 1px solid #eaeaea; */
}

.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #eaeaea;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}




.table > tbody + tbody {
	border-top: 2px solid #eaeaea;
}

.table .table {
	background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
	padding: 5px;
}

.table-bordered {
	border: 1px solid #eaeaea;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border: 1px solid #eaeaea;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #eaeaea;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
	background-color: #f5f5f5;
}



.widget-info{
	width:100%;
	position:relative;
	z-index:10;
}

.widget-info h2{
	margin:0 0 20px 0;
}

.widget-info{
	width:100%;
	padding:22px 20px;
	float:left;
	border:1px solid rgba(0, 0, 0, 0.09);
	font-family:Arial;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	 box-sizing: border-box;
	 z-index:10;
}


	
.widget-info input[type=text]
{
	width:100%;
	padding:10px 5px;
	margin:2px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:0px solid #ddd; 
	background:rgba(236,236,236,0.6);
}	


/*
input[type=text].captcha-info {
	width:120px;
	float:right;
	}
*/

.widget-info select{
	width:100%;
	padding:10px 5px;
	margin:5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #ddd;
	outline:1px solid #ddd;
	background:white;
	color:gray; 	
}		

.widget-info textarea {
	width:100%;
	height:140px;
	font-family:Arial;
	margin:2px 0;
	padding:5px;
	border:0px solid #ddd; 
	background:rgba(236,236,236,0.6);
}

	

.info input[type=submit]{
	width:100%;
	color:white;
	border:0;
	margin:5px 0;
	padding:15px 0;	
	border-radius:0;
}	


.widget-info label{
	width: 100px;
	float: left;
	margin:10px 0;
	text-align:right;
	font-weight:bold;
}	

input[type=text].widget-info {
	width: 30%;
	float: right;
}		




#style-4::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb
{
	background-color: #8c8c8c;
    border: 2px solid #8c8c8c;
}







.barra-titulo {
	padding:40px 0 0 0;
	}

.barra-titulo  ul{
	margin:20px 0 0 0;
	width:100%;
	list-style:none;
	float:left;
	color:#929292;
	}
	
.barra-titulo  li:first-child{
	margin-left:0;
	}	
	
.barra-titulo  li{
	list-style:none;
	float:left;
	border:1px solid #ededed;
	margin:0px 6px;
	padding: 10px 20px 10px 20px;
	border-radius:3px;
    word-spacing: 2px;
    /* width: 205px; */
	text-align:center;
	}
	
.barra-titulo strong {
	color:#353535;
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	}
	
.barra-titulo h2 {
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	font-size:28px;
	text-transform:uppercase;
	}
	
	
.barra-titulo p {
	font-family: 'Hind', sans-serif;
	font-size:16px;
	color:gray;
	}
	
.barra-titulo .valores{
	text-align:right;
	}		

.barra-titulo .valores h2{
	font-size:33px;
	}		
		
.barra-titulo .valores p{
	font-family: 'Hind', sans-serif;
    font-size: 16px;
    color: gray;
	}		
				
				
		
.row{
	float:left;
	width:100%;
	}		





@media only screen and (min-width: 719px) and (max-width: 1199px) {

.barra-titulo li {
	width:auto;
	font-size: 12px;
}

}

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

table {
	max-width: 100%;
}

.cols:nth-child(1){
	float:left;
	width:100%;
	}

.cols:nth-child(2){
	float:left;
	width:100%;
	}
	
	
.barra-titulo  li {
    margin: 0px 0px;
    padding: 10px;
    width: 100%;
	}	
	
	
	
	
.sticky-wrapper
{
	display:none;
	}	



}	