@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,800');

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set html5 elements to block */
artic#0d9abdde, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
/************************************************************************************
GENERAL STYLING
*************************************************************************************/

body {
	font-family:'Montserrat', Arial, Helvetica, sans-serif;
	color: #242427;
	text-align:justify;
	background:#e8e8e8;
	margin: 0 auto;
}

::-webkit-scrollbar-thumb:vertical {background-color: #39b926; height:10px;}
::-webkit-scrollbar-thumb:horizontal { background-color: #000; height:10px;}
::-webkit-scrollbar { height:10px; width:5px; background-color: #999999;} 

hr {
	width: 90%;
	border: 0 none #fff;
	border-top: .5px rgba(198,198,198,0.3) solid;
	border-width: thin;
	height: 1px;
	margin: 1px auto;
	display: block;
	clear: both;
}

.border{
	border-bottom: .5px solid #39b926;
	border-width: thin;
}

.borders{
	border: .5px solid rgba(198,198,198,0.3);
	border-width: thin;
}

.border-left{
	border-left: .5px solid rgba(0,102,179,0.5);
	border-width: thin;
}

.onflex-r{
	/* flexbox */
	display: flex;
	flex-wrap: wrap; /*nowrap*/
	flex-direction: row;	
	justify-content: /*flex-start center space-around*/ space-between;
}

.roll{
	max-height: 390px;
	min-height: 350px;
	overflow: auto;
	padding:0 2px;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/

#pagewrap {
	width: 100%;
	max-width:2000px;
	margin: 0 auto;
	padding:0;
}

/*************************************************************************************
HEADER
**************************************************************************************/

#header{
	clear:both;
	width:100%;
	height: auto;
	margin: 0px auto;
	padding: 0;
}

#header-container{
	width:1200px;
	height: 120px;
	margin:0 auto;  
	padding: 0;
}

/*************************************************************************************
CONTAINERS
**************************************************************************************/

#col-max{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
}

#container{
	clear:both;
	width:100%;
	max-width:1200px;
	height:auto;
	margin:0px auto;
	padding: 80px 0;
}

/************************************************************************************
MARCA
*************************************************************************************/

.marca{
	width:250px;
	height:auto;
	margin:0 auto;
 	padding:0px;
	float: left;
}

.marca img{
	width:100%;
	height:auto;
	-webkit-filter: drop-shadow( 3px 3px 2px rgba(0,0,0,.2) );
    filter: drop-shadow(2px 2px 1px rgba(0,0,0,.2) );
}

/*************************************************************************************
BANNER
**************************************************************************************/

#banner{
	width:100%;
	height: auto;
	margin:30px auto;
	padding:0;
}

.fluid_container {
	max-width: 1200px;
	margin: 0 auto;
	box-shadow: 2px 4px 2px rgba(0,0,0,0.4);
	overflow:hidden;
}

.camera_overlayer {
	opacity: .3;
}

/*************************BANNER DE LEGENDA*/

				#super_banner_tag{
					width:100%;
					height: auto; 
					margin:0 auto;
					padding: 0;
					/*background: rgba(7,140,208,0.5);
					background: rgba(255,255,255,0.7);
					box-shadow: 3px 3px 2px rgba(0,0,0,0.3);*/
				}
				#super_banner_tag a{
					text-decoration:none;
					color:#FFF;
				}
				#super_banner_text{
					line-height: 27px;
					text-align: center;
					width:100%; 
					color: #FFF;
					margin:120px 0 0 0;
					padding: 0;
				}
				.tg-1{
					text-align:center;
					margin:10px;
					font-style:normal;
					font-size:1em;
					font-weight:900;				
					line-height:1.5em;
					letter-spacing:.5px;
					padding:3px 10px;
					/* text shadow */
					text-shadow: 0 -1px 0 rgba(0,0,0,.5);
					/* backgroung */
					/*background: rgba(0,0,0,0.8);	
					box-shadow: 3px 3px 2px rgba(0,0,0,0.3);*/			
				}
				.tg-2{
					text-transform: uppercase;
					text-align:center;
					margin:10px;
					font-style:normal;
					font-size:3.0em;
					font-family:'Open Sans', Arial, Helvetica, sans-serif;
					font-weight:100; 
					line-height:1.5em;
					letter-spacing:-1px;
					padding:3px 10px;
					/* text shadow */
					text-shadow: 0 -1px 0 rgba(0,0,0,.5);
					/* backgroung */
					background: rgba(13,154,189,0.8);	
					box-shadow: 3px 3px 2px rgba(0,0,0,0.3);				
				}
				.tg-3{
					text-align:center;
					margin: 5px 10px;
					font-style:normal;
					font-size:1.3em;
					font-weight:600;
					line-height:2em;
					letter-spacing:-.5px;
					padding:3px 10px;
					/* text shadow */
					text-shadow: 0 -1px 0 rgba(0,0,0,.5);
					/* backgroung */
					/*background: rgba(0,0,0,0.5);
					box-shadow: 3px 3px 2px rgba(0,0,0,0.3);*/	
				}	
			
/*************************************************************************************
FATIAS
**************************************************************************************/

#slice{
	width:29.3%;
	min-height: 100px;
	margin:5px;
	padding:15px;
	overflow: auto;
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
}

#slice-1{
	width:48%;
	min-height: 20px;
	margin:0px;
	padding:10px;
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
}

#slice-2{
	width:22%;
	min-height: 20px;
	margin:5px;
	padding:10px;
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
}

/*******************************************image */

.slice-image {
	width: 100%;
	height:auto;
	max-height: 290px;
	margin:0 0 5px 0;
	padding:0;
	float:left;
	overflow:hidden;
	/*border-bottom: 2px solid #6FA63F;*/
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
}
.slice-image img{
	position: relative;
	top:0;
	width: 100%;
	height:100%;
	overflow:hidden;
}

/*image-ico */

.slice-image-ico {
	width: 30%;
	height:auto;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	/*border-bottom: 2px solid #6FA63F;*/
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
}
.slice-image-ico img{
	position: relative;
	top:0;
	width: 100%;
	height:100%;
	overflow:hidden;
}

/*******************************************slice-text */

.slice-text{
	clear: both;
	min-height:20px;
	height: auto;
	margin:0;
	padding:10px;
}
.slice-text h1{
	color: #242427;
	margin: 0;
	padding: 0;
	font-size:1.5em;
	font-weight:600;
	text-align: center;
	letter-spacing:-1px;
	line-height:1em;
}
.slice-text h2{
	color:#242427;
	margin: 0;
	padding: 0;
	font-size:1.6em;
	font-weight:400;
	text-align:center;
	letter-spacing:-1px;
	line-height:1em;
}
.slice-text h3{
	color: #242427;
	margin: 0;
	padding: 5px 0 0 0;
	font-size:1.2em;
	font-weight:400;
	text-align: center;
	letter-spacing:-.5px;
	line-height:1.5em;
}
.slice-text p{
	text-align: justify;
	color: #242427;
	margin: 5px 0;
	padding: 5px 0 0 0;
	font-size:1em;
	font-weight:400;
	letter-spacing:-.3px;
	line-height:1.4em;
}
.slice-text a {
	font-weight:400;
	color:#242427;
	text-decoration:none;
}
.slice-text a:hover {
	color:#39b926;
}

/*************************************************************************************
FIXOS
**************************************************************************************/

.text-min{
	height: auto;
	margin: 0 0 20px 0;
	padding: 0;
	font-size:.7em;
	font-weight:500;
	text-align:left;
	letter-spacing:0px;
	overflow: hidden;
	line-height:1em;
}

.text{
	width:100%;
	height: auto;
	margin: 0 auto;
	padding: 5px;
}

.text h1{
	color:#242427;
	margin: 0;
	padding: 10px 0;
	font-size:2.4em;
	font-weight:900;
	text-align:center;
	letter-spacing:-1px;
	line-height:1em;
}

.text h2{
	color:#242427;
	margin: 0;
	padding: 0;
	font-size:1.6em;
	font-weight:400;
	text-align:center;
	letter-spacing:0px;
	line-height:1.4em;
}

.text h3{
	color:#242427;
	margin: 0;
	padding: 0;
	font-size:1.3em;
	font-weight:400;
	text-align:justify;
	letter-spacing:0;
	line-height:1.3em;
}

.text p{
	color:#242427;
	margin: 0;
	padding: 0;
	font-size:1em;
	text-align:justify;
	font-weight:400;
	letter-spacing:0px;
	line-height:1.4em;
}

.text a {
	font-weight:300;
	color:#242427;
	text-decoration: none;
}

.text a:hover {
	color:#39b926;
	text-decoration: underline;
}

/*************************************************************************************
FOOTER
**************************************************************************************/

#footer{
	clear:both;
	font-weight: 100;
	width: 100%;
	height: auto;
	padding:0;
	margin:0 auto;
	background: #0f5a04;
}

#footer-container{
	width: 100%;
	max-width:1200px;
	height:auto;
	padding:0;
	margin:0 auto;
	overflow:hidden;
}

#feet_text{
	width: 100%;
	height:auto;
	margin: 0;
	padding: 10px;
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}

#feet_text h1{
	color: #60b553;
	text-align: left;
	margin: 5px auto;
	padding: 15px 0 0 0;
	font-size:.8em;
	font-weight:500;
	letter-spacing:0px;
	line-height:5px;
}

#feet_text p{
	color: #60b553;
	text-align: left;
	margin: 0;
	padding: 1px;
	font-size: .7em;
	line-height: 1.5em;
	font-weight:100;
	letter-spacing:.5px;
}

#feet_text a{
	color: #60b553;
	text-align: left;
	margin: 0;
	padding: 1px;
	font-size: .9em;
	line-height: 1.5em;
	font-weight:100;
	letter-spacing:.5px;
}

#feet_text a:hover{
	text-decoration:underline;
	color:/*#037D9C*/#8fca87;
}

#feet_col_red{
	width: 100%;
	height:auto;
	margin: 0;
	padding: 10px 0;
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}

#feet_col_red p{
	color: #777;
	text-align: center;
	margin: 0;
	padding: 1px;
	font-size: .7em;
	line-height: 1.5em;
	font-weight:100;
	letter-spacing:.5px;
}

#feet_col_red a{
	color: #777;
	text-align: left;
	margin: 0;
	padding: 1px;
	font-size: .9em;
	line-height: 1.5em;
	font-weight:100;
	letter-spacing:.5px;
}

#feet_col_red a:hover{
	text-decoration:underline;
	color:#39b926;
}

/*************************************************************************************
bt-voltar
**************************************************************************************/

#bt-voltar{
	position:relative;
	bottom:0;
	width:100%;
	min-height: 80px;
	margin:0 auto;
	padding: 20px 0 0 0;
	text-align: center;
	overflow:hidden;
	background:#e8e8e8;
}

#bt-voltar a{
	width: 40px;
	height:auto;
	float:none;
	margin:0px;
	padding:5px;
	text-align:center;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.8);*/
	
	/*transition*/
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;	
}

#bt-voltar img{
	width: 40px;
	height:auto;
	margin:0;
	padding: 5px;
	background:#20222E;
	
	/*transition*/
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	
	/* rounded corner */
	-webkit-border-radius: 50px;
	-moz-border-radius:50px;
	border-radius: 50px;
}

#bt-voltar img:hover{
	background: #39b926;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }