@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,800,900&display=swap');

/************************************************************************************
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;
	font-family: 'Montserrat', sans-serif;
}

img, fieldset {
	border: 0;
}

/* set html5 elements to block */
article, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/

body {
	font-family: 'Montserrat', sans-serif;
	color: #242427;
	text-align:justify;
	background: #FFF;
	margin: 0 auto;
}

::-webkit-scrollbar-thumb:vertical {background-color: #242427; height:10px;}
::-webkit-scrollbar-thumb:horizontal { background-color: #000; height:10px;}
::-webkit-scrollbar { height:10px; width:10px; background-color: #999999;} 

hr {
	width: 75%;
	border: 0 none #fff;
	border-top: .5px solid rgba(198,198,198,0.8);
	border-width: thin;
	height: 1px;
	margin: 1px auto;
	display: block;
	clear: both;
}

.borders{
	border: .5px solid rgba(198,198,198,0.5);
	border-width: thin;
}

.onflex-r{
	/* flexbox */
	display: flex;
	flex-wrap: wrap; /*nowrap*/
	flex-direction: row;	
	justify-content: /*flex-start center space-between space-around*/ space-between;
}

.onflex-w{
	/* flexbox */
	display: flex;
	flex-wrap: wrap; /*nowrap*/
	flex-direction: row;	
	justify-content: /*flex-start center space-between space-around*/ center;
}

.roll{
	max-height: 680px;
	min-height: 350px;
	overflow: auto;
	padding:0 2px;
}

.order1 {
	order: 1;
}

.order2 {
	order: 2;
}

.overlay{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:800px;
	background: url('../../images/patterns/overlay3.png');
	opacity:.5;
	z-index: 150000;
}

.half{
	width: 80%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/

#pagewrap {
	width: 100%;
	max-width: 1700px;
	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: 0 auto;
	padding: 90px 0;
	overflow:hidden;
}
#header{
	position: relative;
	top:0;
	width:100%;
	height: auto;
	margin:0 auto;
	padding: 0;
	background-color: none /*#004691*/;
	z-index: 10000;
	/*box-shadow: 2px 2px 2px rgba(0,0,0,0.2);*/
}

#header-container{
	width: 100%;
	max-width:1200px;
	height: auto;
	margin:0 auto;
	padding: 0 0 55px 0;
}

#header-col-1{
	width: 100%;
	text-align: center;
	height: auto;
	margin: 0px auto;
	padding: 0;
	overflow: hidden;
	
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
}

/************************************************************************************
MARCA
*************************************************************************************/

.marca{
	width: 210px;
	height:auto;
	margin: 0px;
 	padding: 0px;
	float: left;
}
.marca img{
	width:100%;
	height:auto;
	-webkit-filter: drop-shadow(3px 4px 3px rgba(0,0,0,0.2));
    filter: drop-shadow(2px 4px 3px rgba(0,0,0,0.2) );
}

/*************************************************************************************
BANNER
**************************************************************************************/

#banner{
	width:100%;
	height: auto;
	margin:0 auto;
	padding: 0;
	/*border-top: 120px solid rgba(0,97,175,0.9);*/
}
.fluid_container {
	width:100%;
	margin: 0 auto;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.4);
	overflow:hidden;
}
.camera_overlayer {
	opacity: .3;
}

/*************************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: left;
					width:80%; 
					color: #FFF;
					margin:130px auto 0 auto;
					padding: 0;
				}
				.tg-1{
					text-align:left;
					margin:10px 0;
					font-style:normal;
					font-size:1.3em;
					font-weight:400; 
					line-height:1.5em;
					letter-spacing:1px;
					padding:3px 0;
					/* 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:left;
					margin:10px 0;
					font-style:normal;
					font-size:1.8em;
					font-weight:600; 
					line-height:1.5em;
					letter-spacing:0px;
					padding:3px 0;
					/* text shadow */
					text-shadow: 0 -1px 0 rgba(0,0,0,.5);
					/* backgroung */
					background: rgba(22,60,130,0.6);	
					box-shadow: 3px 3px 2px rgba(0,0,0,0.3);			
				}
				.tg-3{
					text-align:center;
					margin: 5px 0;
					font-style:normal;
					font-size:1.3em;
					font-weight:300; 
					line-height:1.5em;
					letter-spacing:-1px;
					padding:3px 0;
					/* text shadow */
					text-shadow: 0 -1px 0 rgba(0,0,0,.5);
					
					/* backgroung */
					
					/*background: rgba(236,0,0,0.0);
					box-shadow: 3px 3px 2px rgba(0,0,0,0.3);*/	
				}	

/*************************************************************************************
FATIAS
**************************************************************************************/

#slice{
	width: 32%;
	min-height: 20px;
	margin: 3px;
	padding: 3px;

	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
}

#slice-1{
	width:48%;
	min-height: 20px;
	margin: 3px;
	padding: 3px;
	
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
}

#slice-2{
	width:24%;
	min-height: 20px;
	margin: 3px;
	padding: 3px;
	
	/*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-3{
	width:70%;
	min-height: 20px;
	margin: 3px;
	padding: 3px;
	
	/*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-container{
		width: 90%;
		min-height: 5px;
		margin: 0 auto;
		padding: 5px;
		text-align: center;
		
		/*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;
		
		background: rgba(255,255,255,0.95);
		box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
		
		/* rounded corner */
		-webkit-border-radius: 13px;
		-moz-border-radius: 13px;
		border-radius: 13px;
	}
	
/*******************************************image */

.slice-image {
	width: 100%;
	height:auto;
	margin:0 0 5px 0;
	padding:0;
	float:left;
	overflow:hidden;
	/*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%;
	margin:0;
	overflow:hidden;
	
	box-shadow: 2px 1px 2px rgba(0,0,0,0.2);
	
	/* rounded corner */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

	.slice-image-icon {
		width: 140px;
		height:auto;
		margin:0 auto;
		padding: 5px 0;
		overflow:hidden;
		/*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-icon img{
		position: relative;
		top:0;
		width: 100%;
		height:100%;
		margin:0;
		overflow:hidden;
		
		/* rounded corner */
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	
	.slice-image-icon-2 {
		width: 80px;
		height:auto;
		margin:0 auto;
		padding: 10% 0 0 0;
		overflow:hidden;
		/*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-icon-2 img{
		position: relative;
		top:0;
		width: 100%;
		height:100%;
		margin:0;
		overflow:hidden;
		
		-webkit-filter: drop-shadow(3px 8px 5px rgba(0,0,0,0.2));
		filter: drop-shadow(2px 8px 5px rgba(0,0,0,0.2) );	
	}

/*******************************************slice-text */

.slice-text{
	width: 98%;
	min-height:20px;
	height: auto;
	margin: 0;
	padding: 0;
	
}

.slice-text h1{
	margin: 0;
	padding: 0;
	font-size: 3.1em;
	font-weight: 800;
	letter-spacing: -1px;
	line-height: 1.1em;
}

.slice-text h2{
	margin: 0;
	padding: 0;
	font-size: 2.1em;
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 1em;
}

.slice-text h3{
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: 500;
	letter-spacing: -.3px;
	line-height: 1.2em;
}

.slice-text p{
	margin:  0;
	padding: 0;
	font-size: 1em;
	font-weight: 500;
	line-height: 1.4;
	text-align: justify;
}

.branco{
	color: #FFF;
}

.slice-text a {
	color: #242427;
	font-weight:400;
	text-decoration:none;
}

.slice-text a:hover {
	color: #242427;
	text-decoration: none;
}

	.slice-title{
		clear: both;
		width: 100%;
		min-height:140px;
		height: auto;
		margin:0 auto;
		padding:0px 3px;
		overflow: hidden;
	}

/*************************************************************************************
LINK
**************************************************************************************/

a.link {
	cursor: pointer;
	color: #130e00;
    display: block;
	margin: 0px auto 0 50%;
	padding: 10px 25px; 
	font-size: 1em;
	font-weight: 500;
    text-decoration: none;
	text-align: center;
	float: right;
	
	/*background*/
	background: #f0e523;
	
	/* rounded corner */
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

a.link:hover{
	/*color*/
	color:#000;
	
	/*background*/
	background: #e9de10; 
	text-decoration: none;
	
	/*transition*/
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
		
	/*shadom*/
	box-shadow: 0px 0px 20px rgba(233,222,16,0.9);
	
}

/***********/

a.link-2 {
	width: 33px;
	height: 27px;
	cursor: pointer;
	color: #130e00;
    display: block;
	margin: 0px auto;
	padding: 3px 0px; 
	font-size: 1.5em;
    text-decoration: none;
	text-align: center;
	
	/*background*/
	background: #f0e523;
	
	/* rounded corner */
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

a.link-2:hover{
	/*color*/
	color:#000;
	
	/*background*/
	background: #e9de10; 
	text-decoration: none;
	
	/*transition*/
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
		
	/*shadom*/
	box-shadow: 0px 0px 20px rgba(233,222,16,0.9);
	
}
/*************************************************************************************
LINK-WHATSAPP
**************************************************************************************/

a.link-whatsapp {
	cursor: pointer;
	width: 40px;
	color: #FFF;
    display: block;
	padding: 10px 25px; 
	margin: 1px auto;
	font-size: 1em;
    text-decoration: none;
	text-align: center;
	
	/*background*/
	background:rgba(70,140,0,0.7);
	
	/*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;
	
	/* rounded corner */
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	
	/*shadom*/
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

a.link-whatsapp:hover{
	/*color*/
	color:#FFF;
	/*background*/
	background:#00b300;
}

/*************************************************************************************
BOTÃO-WHATSAPP
**************************************************************************************/

#bt-whatsapp {
	cursor: pointer;
	width: 80px;
	color: #FFF;
    display: block;
	padding: 20px 0; 
	margin: 1px;
	font-size:2em;
    text-decoration: none;
	text-align: center;
	
	z-index: 500000;
	position: fixed;
	bottom: 40px;
	right: 30px;
	
	/*background*/
	background:#00b300;
	
	/*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;
	
	/* rounded corner */
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	
	/*shadom*/
	box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}

#bt-whatsapp:hover{
	height: auto;  
	margin: 1px;
	/*color*/
	color:#FFF;
	/*background*/
	background:#00df00;
}

/*************************************************************************************
LINK-MAIL
**************************************************************************************/

a.link-mail {
	width: 35%;
	cursor: pointer;
	color: #000;
    display: block;
	padding: 10px 25px; 
	margin: 1px auto;
	font-size:1em;
	font-weight: 500;
    text-decoration: none;
	text-align: center;
	float: center;	

	/*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;
	
	background-color: #f0e523;
		
	border: .5px solid rgba(255,255,255,0.7);
	border-width: thin;
	
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius:8px;
	border-radius: 8px;
}

a.link-mail:hover{
	text-decoration: none;
	/*color*/
	color: #000;
	/*background*/
	background-color: #e9de10;
	box-shadow: 0px 0px 20px rgba(233,222,16,0.9);
	
	border: .5px solid rgba(233,222,16,0.9);
	border-width: thin;
}


/*************************************************************************************
FOOTER
**************************************************************************************/

a.voltar {
	cursor: pointer;
	width:40px;
	color: #140E26;
    display: block;
	padding: 10px 0; 
	margin: 50px auto;
	font-size:1.8em;
    text-decoration: none;
	background:#FFF;
	
	/*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;
	
	/* rounded corner */
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	
	border: .5px solid #f0e523;
	border-width: thin;
	
	/*shadom*/
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

a.voltar:hover{
	height: auto;  
	/*color*/
	color: #140E26;
	/*background*/
	background-color: #f0e523;
	box-shadow: 0px 0px 20px rgba(255,204,0,0.9);
	
	border: .5px solid rgba(255,255,255,0.7);
	border-width: thin;
}

/*************************************************************************************
FOOTER
**************************************************************************************/

#footer{
	clear:both;
	width: 100%;
	height: auto;
	padding: 0px ;
	margin: 0 auto;
	/*border-top: .5px solid #101722;
	border-width: thin;*/
}

#footer-container{
	clear: both;
	width: 100%;
	max-width:1200px;
	height:auto;
	padding: 30px 0;
	margin:0 auto;;
}

#footer-slice{
	width:24%;
	height:auto;
	margin:2px;
	padding:0px;

	/*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;
}

#footer-slice-2{
	width:49%;
	min-height: 2px;
	margin:2px;
	padding:0px;
	
	/*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;
}

#feet_text{
	font-weight: 500;
	width:98%;
	min-height: 2px;
	margin:2px auto;
	padding:0px;
	
	/*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;
}

#feet_text ul{
	width: 100%;
	margin: 5px auto 0 auto;
	padding: 0;
	text-align: left;
	display: block;
	/* rounded corner 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
	float:none;
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
	overflow:hidden;
}

#feet_text li{
	font-weight: 500;
	text-align: left;
	margin: 5px auto;
	padding: 0;
	display: block;
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
	overflow:hidden;
}

#feet_text h2{
	color: #d9cf0f; 
	text-align: left;
	margin: 0;
	padding: 0px 0;
	font-size: 1.07em;
	font-weight: 700;
	line-height: 1.4em;
	letter-spacing:0px;
	text-decoration: none;
}

#feet_text h3{
	color: #333;
	text-align: left;
	margin: 0;
	padding: 0px 0;
	font-size: .8em;
	font-weight: 600;
	line-height: 1em;
	letter-spacing:-.50px;
	text-decoration: none;
	text-transform: uppercase;
}

#feet_text p{
	color: #333;
	text-align: left;
	margin:5px 0 0 0;
	padding:5px 0 0 0;
	font-size: 1em;
	font-weight: 500;
	line-height: 1.4em;
	letter-spacing:0px;
	text-decoration: none;
}

#feet_text a{
	color: #333;
	text-align: left;
	margin:5px 0 0 0;
	padding:5px 0 0 0;
	font-size: 1em;
	font-weight: 500;
	line-height: 1.4em;
	letter-spacing:0px;
	text-decoration: none;
}

#feet_text a:hover{
	text-decoration:none;
	color: #0095AA;
}

.feet_image{
	width: 140px;
	height: 60px;
	margin: 0 5px;
	padding: 0px;
	float: left;
}

.feet_image img{
	position: relative;
	width: 100%;
	height:100%;
	overflow:hidden;
}	

.feet-icon{
	color: #d9cf0f;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }