@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Kanit:400,700');

/************************************************************************************
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:'Kanit', Arial, Helvetica, sans-serif;
	color: #242427;
	text-align:justify;
	background:#FFF;
	margin: 0 auto;
}

::-webkit-scrollbar-thumb:vertical {background-color: #b30000; 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-top: .5px solid rgba(198,198,198,0.3);
	border-bottom: .5px solid rgba(198,198,198,0.3);
	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;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 100%;
	max-width:2000px;
	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;
	overflow:hidden;
}
.onflex{
	/* flexbox */
	display: flex;
	flex-wrap: nowrap; /*nowrap*/
	flex-direction: row;
	justify-content:flex-start;	
}
.onflex-r{
	/* flexbox */
	display: flex;
	flex-wrap: wrap; /*nowrap*/
	flex-direction: row;	
	justify-content: /*flex-start*/ space-around;
}

.roll{
	max-height: 390px;
	min-height: 350px;
	overflow: auto;
	padding:0 2px;
}
/************************************************************************************
MARCA
*************************************************************************************/

.marca{
	width:250px;
	height:auto;
	margin:25px 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) );
}

	.marca-min{
	width:210px;
	height:auto;
	margin:25px auto;
 	padding:0px;
	float: none;
	}
	.marca-min img{
		width:100%;
		height:auto;
		-webkit-filter: drop-shadow( 3px 3px 2px rgba(0,0,0,.7) );
		filter: drop-shadow(2px 2px 1px rgba(0,0,0,.4) );
	}

/*************************************************************************************
BANNER
**************************************************************************************/

#banner{
	width:100%;
	min-height: 320px;
	margin:0px auto;
	padding:0;
	/*border-bottom: 30px solid #d90000;*/
}
.fluid_container {
	max-width: 2000px;
	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-2{
	width:22%;
	max-width:265px;
	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-show */

.slice-image-pin {
	width: 20%;
	height:auto;
	max-height: 540px;
	margin:20px auto;
	padding:0;
	float:none;
	overflow:hidden;
	/*border-bottom: 2px solid #6FA63F;*/
}
.slice-image-pin img{
	position: relative;
	top:0;
	width: 100%;
	height:100%;
	overflow:hidden;
}

/*******************************************image-produto */

.slice-image-patro {
	width:90%;
	height:auto;
	max-height: 540px;
	margin:20px auto;
	padding:0;
	float:none;
	overflow:hidden;
}
.slice-image-patro img{
	position: relative;
	top:0;
	width: 100%;
	height:100%;
	overflow:hidden;
}

/*******************************************video */

.slice-video {
	width: 100%;
	height: 100%;
	height:280px;
	margin:10px 0;
	padding:10px 0;
	float:left;
	overflow:hidden;
}

/*******************************************slice-text */

.slice-text{
	clear: both;
	min-height:20px;
	height: auto;
	margin:0;
	padding:0px 3px;
}
.slice-text h1{
	color: #242427;
	margin: 0;
	padding: 0;
	font-size:1.4em;
	font-weight:600;
	text-align: center;
	letter-spacing:-1px;
	line-height:1em;
}
.slice-text h2{
	color: #242427;
	margin: 0;
	padding: 5px 0 0 0;
	font-size:1.25em;
	font-weight:600;
	text-align: center;
	letter-spacing:-1px;
	line-height:1em;
}
.slice-text h3{
	color: #242427;
	margin: 0;
	padding: 5px 0 0 0;
	font-size:1em;
	font-weight:600;
	text-align: center;
	letter-spacing:-1px;
	line-height:1em;
}
.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.3em;
}
.slice-text a {
	font-weight:400;
	color:#242427;
	text-decoration:none;
}
.slice-text a:hover {
	color:#b30000;
}

/*******************************************BT DETALHES */

#slice-bt-detalhes{
	width:100%;
	height: 40px;
	margin:0 auto;
	padding: 5px 0;
	text-align: center;
}
#slice-bt-detalhes a{
	float:none;
	margin:0px;
	padding:10px 20px;
	text-align:center;
	text-decoration: none;
	text-transform: uppercase;
	font-family:'Kanit', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: .85em;
	font-weight:600;
	color: #FFF;
	background: #242427;
	/*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;
	
	/* rounded corner */
	-webkit-border-radius: 2px;
	-moz-border-radius:2px;
	border-radius: 2px;
	
	/*border*/
	border: .5px solid #242427;
	border-width: thin;
}
#slice-bt-detalhes a:hover{
	color:#FFF;
	background:#b30000;
	border: .5px solid #b30000;
	border-width: thin;
}


/*************************************************************************************
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:300;
	text-align:center;
	letter-spacing:-1px;
	line-height:1.1em;
}
.text h2{
	color:#242427;
	margin: 0;
	padding: 0;
	font-size:1.8em;
	font-weight:400;
	text-align:center;
	letter-spacing:-1px;
	line-height:1.1em;
}
.text h3{
	color:#242427;
	margin: 0;
	padding: 0;
	font-size:1.3em;
	font-weight:500;
	text-align:left;
	letter-spacing:0;
	line-height:1.1em;
}
.text h4{
	color:#242427;
	margin: 0;
	padding: 0;
	font-size:1.15em;
	font-weight:500;
	text-align:left;
	letter-spacing:0;
	line-height:1.1em;
}
.text p{
	color:#242427;
	margin: 0;
	padding: 0 5px;
	font-size:1em;
	text-align:left;
	font-weight:400;
	letter-spacing:-.5px;
	line-height:1.4em;
}
.text a {
	font-weight:300;
	color:#242427;
	text-decoration: none;
}
.text a:hover {
	color:#b30000;
	text-decoration: underline;
}
.align{
	text-align: right;
}

/*************************************************************************************
FOOTER
**************************************************************************************/

#footer{
	clear:both;
	font-weight: 100;
	width: 100%;
	height: auto;
	padding:0;
	margin:0 auto;
	background: #242427;
}
#footer-container{
	width: 100%;
	max-width:1200px;
	height:auto;
	padding:50px 0 40px 0;
	margin:0 auto;
	overflow:hidden;
}
#feet_text{
	width: 100%;
	height:auto;
	margin: 0;
	padding: 10px 0;
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}
#feet_text h1{
	color: #777;
	text-align: left;
	margin: 5px auto;
	padding: 15px 0 0 0;
	font-size:.8em;
	font-family:'Kanit', Arial, Helvetica, sans-serif;
	font-weight:500;
	letter-spacing:0px;
	line-height:5px;
}
#feet_text p{
	color: #777;
	text-align: left;
	margin: 0;
	padding: 1px;
	font-size: .7em;
	line-height: 1.5em;
	font-family:'Kanit', Arial, Helvetica, sans-serif;
	font-weight:100;
	letter-spacing:.5px;
}
#feet_text a{
	color: #777;
	text-align: left;
	margin: 0;
	padding: 1px;
	font-size: .9em;
	line-height: 1.5em;
	font-family:'Kanit', Arial, Helvetica, sans-serif;
	font-weight:100;
	letter-spacing:.5px;
}
#feet_text a:hover{
	text-decoration:underline;
	color:/*#037D9C*/#b30000;
}
.footer-img {
	width:105px;
	height:auto;
	margin:8px auto;
	padding:3px;
}
.footer-img img {
	width:100%;
	height:auto;
}
.footer-img-rs {
	width:20px;
	height:auto;
	margin:0px;
	padding:3px;
	float:right;
}
.footer-img-rs img {
	width:100%;
	height:auto;
}
.ft-border {
	border-bottom: 1px #bbcfd5 solid;
}
/*******/

#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-family:'Kanit', Arial, Helvetica, sans-serif;
	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-family:'Kanit', Arial, Helvetica, sans-serif;
	font-weight:100;
	letter-spacing:.5px;
}
#feet_col_red a:hover{
	text-decoration:underline;
	color:/*#037D9C*/#b30000;
}
/*************************************************************************************
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;
}
#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: #0d9abd;
}

/*************************************************************************************
BOTOES-ESPECIAIS
**************************************************************************************/

#bt-nav{
	width:100%;
	min-height: 40px;
	margin:0 auto;
	padding: 40px 0 0 0;
	text-align: center;
	overflow:hidden;
}
#bt-nav a{
	float:none;
	margin:0px;
	padding:15px 60px;
	text-align:center;
	text-decoration: none;
	text-transform: uppercase;
	font-family:'Asap', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 1.1em;
	font-weight:600;
	color: #242427;
	background: rgba(244,244,244,.8);
	/*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;
	
	/* rounded corner */
	-webkit-border-radius: 2px;
	-moz-border-radius:2px;
	border-radius: 2px;
	
	/*border*/
	border: .5px solid #242427;
	border-width: thin;
}
#bt-nav a:hover{
	color:#FFF;
	background:#660000;
	border: .5px solid #660000;
	border-width: thin;
}

/*************************************************************************************
RECURSOS DE PAGINAÇÃO
**************************************************************************************/

#paginacao{
	clear:both;
	width:100%;
	min-width:200px;
	max-width: 1165px;
	height:auto;
	margin:20px auto 0 5px;
	padding:0 10px;
	overflow:hidden;
	text-align: center;
	border: .5px solid rgba(198,198,198,0.3);
}

.numero{
	font-size:1em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #004691;
	padding: 4px 10px;
	display: block;
	margin: 15px 2px;
	float: left;
	width: 20px;
	color: #fff;
	/* rounded corner */
	-webkit-border-radius: 2px;
	-moz-border-radius:2px;
	border-radius: 2px;
}
.numero:hover, .numativo, .controle:hover{
	background: #265cff;
}
.controle{
	font-size:.83em;
	font-weight: bold;
	text-decoration: none;
	background: #004691;
	text-align: center;
	padding: 5px 10px;
	display: block;
	margin: 15px 3px;
	float: left;
	color: #fff;
	/* rounded corner */
	-webkit-border-radius: 2px;
	-moz-border-radius:2px;
	border-radius: 2px;
}

/*************************************************************************************
CARROSSEL
**************************************************************************************/

#container-carrossel {
	margin: 0 auto;
	width: 100%;
	height: auto;
	overflow: hidden;
}
#carrossel {
	width: 100%;
	height:auto;
	max-height: 540px;
	margin:0;
	padding:0;
	float:left;
	overflow:hidden;
}
#carrossel ul li {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
}
#carrossel ul li img{
	position: relative;
	top:0;
	width: 100%;
	height:100%;
	overflow:hidden;
}
#menu-carrossel {
	clear: both;
	width: 100%;
	margin: 5px 0 0 0;
	float: left;
	text-align: center;
}
#menu-carrossel a{
	width: 40%;
	margin: 1px;
	float: left;
	text-align: center;
	color: #FFF;
	background: #004691;
	text-decoration: none;
	text-transform: uppercase;
	font-family:'Asap', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 1.1em;
	font-weight:600;
	
	/*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: 2px;
	-moz-border-radius:2px;
	border-radius: 2px;
	
	/*border*/
	border: .5px solid #004691;
	border-width: thin;
}
#menu-carrossel a:hover{
	color:#FFF;
	background:#6FA63F;
	border: .5px solid #6FA63F;
	border-width: thin;
}
/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }