/************************************************************************************
MAIN NAVIGATION 980px
*************************************************************************************/
@media all and (max-width : 980px) {
	
	/*************************************************************************************
	CONTAINERS
	**************************************************************************************/

	#col-max{
		clear: both;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	#container{
		clear: both;
		width: 95%;
		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: 15px 0;
	}
	#header-col{
		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:5px auto;
		padding: 0px;
	}
	.marca img{
		width:100%;
		height:auto;
		-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) );
	}

	/*************************************************************************************
	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: 30%;
		min-height: 20px;
		margin: 5px;
		padding: 5px;

		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
	}

	#slice-1{
		width:46%;
		min-height: 20px;
		margin: 5px;
		padding: 5px;
		
		/*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.5%;
		min-height: 20px;
		margin: 5px;
		padding: 5px;
		
		/*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:65%;
		min-height: 20px;
		margin: 5px;
		padding: 5px;
		
		/*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: 60px;
			height:auto;
			margin:0 auto;
			padding: 10px 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: 2.8em;
		font-weight: 600;
		letter-spacing: -1px;
		line-height: .9em;
	}

	.slice-text h2{
		margin: 0;
		padding: 0;
		font-size: 1.6em;
		font-weight: 400;
		letter-spacing: -1px;
		line-height: 1em;
	}

	.slice-text h3{
		margin: 0;
		padding: 0;
		font-size: 1.1em;
		font-weight: 400;
		letter-spacing: -.3px;
		line-height: 1.2em;
	}

	.slice-text p{
		margin:  0;
		padding: 0;
		font-size: .95em;
		font-weight: 400;
		line-height: 1.3;
		text-align: justify;
	}

	/*************************************************************************************
	LINK
	**************************************************************************************/

	a.link {
		cursor: pointer;
		color: #FFF;
		display: block;
		margin: 0px auto;
		padding: 10px 25px; 
		font-size: 1em;
		text-decoration: none;
		text-align: center;
		float: right;
		
		/*background*/
		background: #d90000;
		
		/* rounded corner */
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
	}

	a.link:hover{
		/*color*/
		color:#FFF;
		
		/*background*/
		background: #ff0909; 
		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(217,0,0,0.9);
		
	}

	/***********/

	a.link-2 {
		width: 27px;
		cursor: pointer;
		color: #FFF;
		display: block;
		margin: 10px auto;
		padding: 3px 5px; 
		font-size: 1.5em;
		text-decoration: none;
		text-align: center;
		
		/*background*/
		background: #d90000; 
		
		/* rounded corner */
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
	}

	a.link-2:hover{
		/*color*/
		color:#FFF;
		
		/*background*/
		background: #ff0909; 
		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(217,0,0,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;
	}

	/*************************************************************************************
	FOOTER
	**************************************************************************************/

	a.voltar {
		cursor: pointer;
		width: 33px;
		color: #d90000;
		display: block;
		padding: 12px 0; 
		margin: 50px auto;
		font-size:1.4em;
		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 rgba(217,0,0,0.7);
		border-width: thin;
		
		/*shadom*/
		box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	}

	a.voltar:hover{
		height: auto;  
		margin: 50px auto;
		/*color*/
		color:#FFF;
		/*background*/
		background-color: rgba(217,0,0,0.5);
		box-shadow: 0px 0px 20px rgba(217,0,0,0.5);
		
		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: 95%;
		height:auto;
		padding:20px 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{
		text-align: left;
		margin: 0;
		padding: 0px 0;
		font-size: .95em;
		font-weight: 700;
		line-height: 1.4em;
		letter-spacing:0px;
		text-decoration: none;
	}

	#feet_text h3{
		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{
		text-align: left;
		margin:5px 0 0 0;
		padding:5px 0 0 0;
		font-size: .9em;
		font-weight: 500;
		line-height: 1.4em;
		letter-spacing:0px;
		text-decoration: none;
	}

	#feet_text a{
		text-align: left;
		margin:5px 0 0 0;
		padding:5px 0 0 0;
		font-size: .9em;
		font-weight: 500;
		line-height: 1.4em;
		letter-spacing:0px;
		text-decoration: none;
	}

	.feet_image{
		width: 140px;
		height: 60px;
		margin: 0 5px;
		padding: 0px;
		float: left;
	}

	.feet_image img{
		position: relative;
		width: 100%;
		height:100%;
		overflow:hidden;
	}	
	
}

/************************************************************************************
MAIN NAVIGATION 810px
*************************************************************************************/
@media all and (max-width : 810px) {
	
	.half{
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0;
		overflow: hidden;
	}
	
	/*************************************************************************************
	CONTAINERS
	**************************************************************************************/

	#col-max{
		clear: both;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	#container{
		clear: both;
		width: 95%;
		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: 95%;
		height: auto;
		margin:0 auto;
		padding: 15px 0;
	}
	#header-col{
		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:5px auto;
		padding: 0px;
	}
	.marca img{
		width:100%;
		height:auto;
		-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) );
	}

	/*************************************************************************************
	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: 30%;
		min-height: 20px;
		margin: 5px;
		padding: 5px;

		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
	}

	#slice-1{
		width: 100%;
		min-height: 20px;
		margin: 5px;
		padding: 5px;
		
		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
	}

	#slice-2{
		width:45%;
		min-height: 20px;
		margin: 5px;
		padding: 5px;
		
		/*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:100%;
		min-height: 20px;
		margin: 5px;
		padding: 5px;
		
		/*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: 60px;
			height:auto;
			margin:0 auto;
			padding: 10px 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: 2.8em;
		font-weight: 600;
		letter-spacing: -1px;
		line-height: .9em;
	}

	.slice-text h2{
		margin: 0;
		padding: 0;
		font-size: 1.6em;
		font-weight: 400;
		letter-spacing: -1px;
		line-height: 1em;
	}

	.slice-text h3{
		margin: 0;
		padding: 0;
		font-size: 1.1em;
		font-weight: 400;
		letter-spacing: -.3px;
		line-height: 1.2em;
	}

	.slice-text p{
		margin:  0;
		padding: 0;
		font-size: .95em;
		font-weight: 400;
		line-height: 1.3;
		text-align: justify;
	}

	/*************************************************************************************
	LINK
	**************************************************************************************/

	a.link {
		cursor: pointer;
		color: #FFF;
		display: block;
		margin: 0px auto;
		padding: 10px 25px; 
		font-size: 1em;
		text-decoration: none;
		text-align: center;
		float: right;
		
		/*background*/
		background: #d90000;
		
		/* rounded corner */
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
	}

	a.link:hover{
		/*color*/
		color:#FFF;
		
		/*background*/
		background: #ff0909; 
		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(217,0,0,0.9);
		
	}

	/***********/

	a.link-2 {
		width: 27px;
		cursor: pointer;
		color: #FFF;
		display: block;
		margin: 10px auto;
		padding: 3px 5px; 
		font-size: 1.5em;
		text-decoration: none;
		text-align: center;
		
		/*background*/
		background: #d90000; 
		
		/* rounded corner */
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
	}

	a.link-2:hover{
		/*color*/
		color:#FFF;
		
		/*background*/
		background: #ff0909; 
		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(217,0,0,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;
	}

	/*************************************************************************************
	FOOTER
	**************************************************************************************/

	a.voltar {
		cursor: pointer;
		width: 33px;
		color: #d90000;
		display: block;
		padding: 12px 0; 
		margin: 50px auto;
		font-size:1.4em;
		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 rgba(217,0,0,0.7);
		border-width: thin;
		
		/*shadom*/
		box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	}

	a.voltar:hover{
		height: auto;  
		margin: 50px auto;
		/*color*/
		color:#FFF;
		/*background*/
		background-color: rgba(217,0,0,0.5);
		box-shadow: 0px 0px 20px rgba(217,0,0,0.5);
		
		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: 95%;
		height:auto;
		padding:20px 0;
		margin:0 auto;;
	}

	#footer-slice{
		width:45%;
		height:auto;
		margin:2px;
		padding: 20px 0;

		/*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{
		text-align: left;
		margin: 0;
		padding: 0px 0;
		font-size: .95em;
		font-weight: 700;
		line-height: 1.4em;
		letter-spacing:0px;
		text-decoration: none;
	}

	#feet_text h3{
		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{
		text-align: left;
		margin:5px 0 0 0;
		padding:5px 0 0 0;
		font-size: .9em;
		font-weight: 500;
		line-height: 1.4em;
		letter-spacing:0px;
		text-decoration: none;
	}

	#feet_text a{
		text-align: left;
		margin:5px 0 0 0;
		padding:5px 0 0 0;
		font-size: .9em;
		font-weight: 500;
		line-height: 1.4em;
		letter-spacing:0px;
		text-decoration: none;
	}

	.feet_image{
		width: 140px;
		height: 60px;
		margin: 0 5px;
		padding: 0px;
		float: left;
	}

	.feet_image img{
		position: relative;
		width: 100%;
		height:100%;
		overflow:hidden;
	}

}

/************************************************************************************
MAIN NAVIGATION 768px
*************************************************************************************/
@media all and (max-width : 768px) {

	/*************************************************************************************
	CONTAINERS
	**************************************************************************************/

	#col-max{
		clear: both;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	#container{
		clear: both;
		width: 95%;
		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: 95%;
		height: auto;
		margin:0 auto;
		padding: 15px 0;
	}
	#header-col{
		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:5px auto;
		padding: 0px;
	}
	.marca img{
		width:100%;
		height:auto;
		-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) );
	}

	/*************************************************************************************
	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: 30%;
		min-height: 20px;
		margin: 5px;
		padding: 5px;

		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
	}

	#slice-1{
		width: 100%;
		min-height: 20px;
		margin: 5px;
		padding: 5px;
		
		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
	}

	#slice-2{
		width:45%;
		min-height: 20px;
		margin: 5px;
		padding: 5px;
		
		/*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:100%;
		min-height: 20px;
		margin: 5px;
		padding: 5px;
		
		/*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: 60px;
			height:auto;
			margin:0 auto;
			padding: 10px 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: 2.8em;
		font-weight: 600;
		letter-spacing: -1px;
		line-height: .9em;
	}

	.slice-text h2{
		margin: 0;
		padding: 0;
		font-size: 1.6em;
		font-weight: 400;
		letter-spacing: -1px;
		line-height: 1em;
	}

	.slice-text h3{
		margin: 0;
		padding: 0;
		font-size: 1.1em;
		font-weight: 400;
		letter-spacing: -.3px;
		line-height: 1.2em;
	}

	.slice-text p{
		margin:  0;
		padding: 0;
		font-size: .95em;
		font-weight: 400;
		line-height: 1.3;
		text-align: justify;
	}

	/*************************************************************************************
	LINK
	**************************************************************************************/

	a.link {
		cursor: pointer;
		color: #FFF;
		display: block;
		margin: 0px auto;
		padding: 10px 25px; 
		font-size: 1em;
		text-decoration: none;
		text-align: center;
		float: right;
		
		/*background*/
		background: #d90000;
		
		/* rounded corner */
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
	}

	a.link:hover{
		/*color*/
		color:#FFF;
		
		/*background*/
		background: #ff0909; 
		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(217,0,0,0.9);
		
	}

	/***********/

	a.link-2 {
		width: 27px;
		cursor: pointer;
		color: #FFF;
		display: block;
		margin: 10px auto;
		padding: 3px 5px; 
		font-size: 1.5em;
		text-decoration: none;
		text-align: center;
		
		/*background*/
		background: #d90000; 
		
		/* rounded corner */
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
	}

	a.link-2:hover{
		/*color*/
		color:#FFF;
		
		/*background*/
		background: #ff0909; 
		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(217,0,0,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;
	}

	/*************************************************************************************
	FOOTER
	**************************************************************************************/

	#footer-slice{
		width:45%;
		height:auto;
		margin:2px;
		padding: 20px 0;

		/*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{
		text-align: left;
		margin: 0;
		padding: 0px 0;
		font-size: .95em;
		font-weight: 700;
		line-height: 1.4em;
		letter-spacing:0px;
		text-decoration: none;
	}

	.feet_image{
		width: 140px;
		height: 60px;
		margin: 0 5px;
		padding: 0px;
		float: left;
	}

	.feet_image img{
		position: relative;
		width: 100%;
		height:100%;
		overflow:hidden;
	}
}

/************************************************************************************
MAIN NAVIGATION 680
*************************************************************************************/
@media all and (max-width : 680px) {
	
	/*************************************************************************************
	CONTAINERS
	**************************************************************************************/

	#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: 95%;
		height: auto;
		margin:0 auto;
		padding: 15px 0;
	}
	#header-col{
		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: 190px;
		height:auto;
		margin:5px auto;
		padding: 0px;
	}
	.marca img{
		width:100%;
		height:auto;
		-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) );
	}


	/*************************************************************************************
	FATIAS
	**************************************************************************************/

	#slice{
		width: 45%;
		min-height: 20px;
		margin: 5px;
		padding: 5px;

		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
	}

	#slice-1{
		width: 100%;
		min-height: 20px;
		margin: 5px;
		padding: 5px;
		
		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
	}

	#slice-2{
		width:45%;
		min-height: 20px;
		margin: 5px;
		padding: 5px;
		
		/*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:100%;
		min-height: 20px;
		margin: 5px;
		padding: 5px;
		
		/*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;
		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: 60px;
			height:auto;
			margin:0 auto;
			padding: 10px 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: 2.2em;
		font-weight: 600;
		letter-spacing: -1px;
		line-height: .9em;
	}

	.slice-text h2{
		margin: 0;
		padding: 0;
		font-size: 1.4em;
		font-weight: 400;
		letter-spacing: -1px;
		line-height: 1em;
	}

	.slice-text h3{
		margin: 0;
		padding: 0;
		font-size: 1em;
		font-weight: 400;
		letter-spacing: -.3px;
		line-height: 1.2em;
	}

	.slice-text p{
		margin:  0;
		padding: 0;
		font-size: .9em;
		font-weight: 400;
		line-height: 1.3;
		text-align: justify;
	}

	/*************************************************************************************
	LINK
	**************************************************************************************/

	a.link {
		cursor: pointer;
		color: #FFF;
		display: block;
		margin: 0px auto;
		padding: 10px 25px; 
		font-size: 1em;
		text-decoration: none;
		text-align: center;
		float: right;
		
		/*background*/
		background: #d90000;
		
		/* rounded corner */
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
	}

	a.link:hover{
		/*color*/
		color:#FFF;
		
		/*background*/
		background: #ff0909; 
		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(217,0,0,0.9);
		
	}

	/***********/

	a.link-2 {
		width: 27px;
		cursor: pointer;
		color: #FFF;
		display: block;
		margin: 10px auto;
		padding: 3px 5px; 
		font-size: 1.5em;
		text-decoration: none;
		text-align: center;
		
		/*background*/
		background: #d90000; 
		
		/* rounded corner */
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
	}

	a.link-2:hover{
		/*color*/
		color:#FFF;
		
		/*background*/
		background: #ff0909; 
		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(217,0,0,0.9);
		
	}

	/*************************************************************************************
	FOOTER
	**************************************************************************************/

	#footer-slice{
		width:45%;
		height:auto;
		margin:2px;
		padding: 20px 0;

		/*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_image{
		width: 140px;
		height: 60px;
		margin: 0 5px;
		padding: 0px;
		float: left;
	}

	.feet_image img{
		position: relative;
		width: 100%;
		height:100%;
		overflow:hidden;
	}

}

/************************************************************************************
MAIN NAVIGATION 680
*************************************************************************************/
@media all and (max-width : 510px) {

	/*************************************************************************************
	CONTAINERS
	**************************************************************************************/

	#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: 95%;
		height: auto;
		margin:0 auto;
		padding: 15px 0;
	}
	#header-col{
		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: 190px;
		height:auto;
		margin:5px auto;
		padding: 0px;
	}
	.marca img{
		width:100%;
		height:auto;
		-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) );
	}


	/*************************************************************************************
	FATIAS
	**************************************************************************************/

	#slice{
		width: 44%;
		min-height: 20px;
		margin: 5px;
		padding: 5px;

		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
	}

	#slice-1{
		width: 100%;
		min-height: 20px;
		margin: 5px;
		padding: 5px;
		
		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
	}

	#slice-2{
		width:44%;
		min-height: 20px;
		margin: 5px;
		padding: 5px;
		
		/*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:100%;
		min-height: 20px;
		margin: 5px;
		padding: 5px;
		
		/*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;
		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: 60px;
			height:auto;
			margin:0 auto;
			padding: 10px 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 h1{
		margin: 0;
		padding: 0;
		font-size: 2.2em;
		font-weight: 600;
		letter-spacing: -1px;
		line-height: .9em;
	}

	.slice-text h2{
		margin: 0;
		padding: 0;
		font-size: 1.4em;
		font-weight: 400;
		letter-spacing: -1px;
		line-height: 1em;
	}

	.slice-text h3{
		margin: 0;
		padding: 0;
		font-size: 1em;
		font-weight: 400;
		letter-spacing: -.3px;
		line-height: 1.2em;
	}

	/*************************************************************************************
	LINK
	**************************************************************************************/

	a.link {
		cursor: pointer;
		color: #FFF;
		display: block;
		margin: 0px auto;
		padding: 10px 25px; 
		font-size: 1em;
		text-decoration: none;
		text-align: center;
		float: right;
		
		/*background*/
		background: #d90000;
		
		/* rounded corner */
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
	}

	a.link:hover{
		/*color*/
		color:#FFF;
		
		/*background*/
		background: #ff0909; 
		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(217,0,0,0.9);
		
	}

	/***********/

	a.link-2 {
		width: 27px;
		cursor: pointer;
		color: #FFF;
		display: block;
		margin: 10px auto;
		padding: 3px 5px; 
		font-size: 1.5em;
		text-decoration: none;
		text-align: center;
		
		/*background*/
		background: #d90000; 
		
		/* rounded corner */
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
	}

	a.link-2:hover{
		/*color*/
		color:#FFF;
		
		/*background*/
		background: #ff0909; 
		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(217,0,0,0.9);
		
	}

	/*************************************************************************************
	FOOTER
	**************************************************************************************/

	#footer-slice{
		width:45%;
		height:auto;
		margin:2px;
		padding: 20px 0;

		/*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: 100%;
		min-height: 2px;
		margin:2px;
		padding: 10px 0;

		
		/*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_image{
		width: 140px;
		height: 60px;
		margin: 0 5px;
		padding: 0px;
		float: left;
	}

	.feet_image img{
		position: relative;
		width: 100%;
		height:100%;
		overflow:hidden;
	}
}

/************************************************************************************
MAIN NAVIGATION 480
*************************************************************************************/
@media all and (max-width : 480px) {
	
	/*************************************************************************************
	CONTAINERS
	**************************************************************************************/

	#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);*/
	}
	.bgimg-1 {
		background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url("../../images/bg/bg-1.jpg");
	}
	#header-container{
		display: flex;
		justify-content: space-between;
		position: relative;
		width: 95%;
		height: auto;
		margin:0 auto;
		padding: 15px 0;
	}
	#header-col{
		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: 190px;
		height:auto;
		margin:5px auto;
		padding: 0px;
	}
	.marca img{
		width:100%;
		height:auto;
		-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) );
	}


	/*************************************************************************************
	FATIAS
	**************************************************************************************/

	#slice{
		width: 90%;
		min-height: 20px;
		margin: 5px;
		padding: 5px;

		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
	}

	#slice-1{
		width: 100%;
		min-height: 20px;
		margin: 5px;
		padding: 5px;
		
		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
	}

	#slice-2{
		width:98%;
		min-height: 20px;
		margin: 5px;
		padding: 5px;
		
		/*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:100%;
		min-height: 20px;
		margin: 5px;
		padding: 5px;
		
		/*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;
		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: 60px;
			height:auto;
			margin:0 auto;
			padding: 10px 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 h1{
		margin: 0;
		padding: 0;
		font-size: 2.2em;
		font-weight: 600;
		letter-spacing: -1px;
		line-height: .9em;
	}

	.slice-text h2{
		margin: 0;
		padding: 0;
		font-size: 1.4em;
		font-weight: 400;
		letter-spacing: -1px;
		line-height: 1em;
	}

	.slice-text h3{
		margin: 0;
		padding: 0;
		font-size: 1em;
		font-weight: 400;
		letter-spacing: -.3px;
		line-height: 1.2em;
	}

	/*************************************************************************************
	LINK
	**************************************************************************************/

	a.link {
		cursor: pointer;
		width: 80%;
		color: #130e00;
		display: block;
		margin: 0px auto;
		padding: 10px 25px; 
		font-size: 1em;
		text-decoration: none;
		text-align: center;
		float: right;
		
		/*background*/
		background: #fc0;
		
		/* rounded corner */
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
	}

	a.link:hover{
		/*color*/
		color:#130e00;
		
		/*background*/
		background: #FCB900; 
		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(255,204,0,0.9);
		
	}

	/***********/

	a.link-2 {
		width: 27px;
		cursor: pointer;
		color: #FFF;
		display: block;
		margin: 10px auto;
		padding: 3px 5px; 
		font-size: 1.5em;
		text-decoration: none;
		text-align: center;
		
		/*background*/
		background: #FCB900; 
		
		/* rounded corner */
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
	}

	a.link-2:hover{
		/*color*/
		color:#FFF;
		
		/*background*/
		background: #fc0; 
		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(255,204,0,0.9);
		
	}

	/*************************************************************************************
	FOOTER
	**************************************************************************************/

	#footer-slice{
		width: 100%;
		height: auto;
		margin: 2px;
		padding: 20px 0;

		/*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: 100%;
		min-height: 2px;
		margin: 2px;
		padding: 10px 0;

		
		/*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_image{
		width: 140px;
		height: 60px;
		margin: 0 5px;
		padding: 0px;
		float: left;
	}

	.feet_image img{
		position: relative;
		width: 100%;
		height:100%;
		overflow:hidden;
	}
	
}

/************************************************************************************
MAIN NAVIGATION 350
*************************************************************************************/
@media all and (max-width : 350px) {
	
	/*************************************************************************************
	CONTAINERS
	**************************************************************************************/

	#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: 95%;
		height: auto;
		margin:0 auto;
		padding: 15px 0;
	}
	#header-col{
		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: 190px;
		height:auto;
		margin:5px auto;
		padding: 0px;
	}
	.marca img{
		width:100%;
		height:auto;
		-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) );
	}


	/*************************************************************************************
	FATIAS
	**************************************************************************************/

	#slice{
		width: 100%;
		min-height: 20px;
		margin: 5px;
		padding: 5px;

		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
	}

	#slice-1{
		width: 100%;
		min-height: 20px;
		margin: 5px;
		padding: 5px;
		
		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
	}

	#slice-2{
		width:100%;
		min-height: 20px;
		margin: 5px;
		padding: 5px;
		
		/*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:100%;
		min-height: 20px;
		margin: 5px;
		padding: 5px;
		
		/*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;
		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: 60px;
			height:auto;
			margin:0 auto;
			padding: 10px 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 h1{
		margin: 0;
		padding: 0;
		font-size: 2.2em;
		font-weight: 600;
		letter-spacing: -1px;
		line-height: .9em;
	}

	.slice-text h2{
		margin: 0;
		padding: 0;
		font-size: 1.4em;
		font-weight: 400;
		letter-spacing: -1px;
		line-height: 1em;
	}

	.slice-text h3{
		margin: 0;
		padding: 0;
		font-size: 1em;
		font-weight: 400;
		letter-spacing: -.3px;
		line-height: 1.2em;
	}

	/*************************************************************************************
	LINK
	**************************************************************************************/

	a.link {
		cursor: pointer;
		color: #FFF;
		display: block;
		margin: 0px auto;
		padding: 10px 25px; 
		font-size: 1em;
		text-decoration: none;
		text-align: center;
		float: right;
		
		/*background*/
		background: #d90000;
		
		/* rounded corner */
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
	}

	a.link:hover{
		/*color*/
		color:#FFF;
		
		/*background*/
		background: #ff0909; 
		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(217,0,0,0.9);
		
	}

	/***********/

	a.link-2 {
		width: 27px;
		cursor: pointer;
		color: #FFF;
		display: block;
		margin: 10px auto;
		padding: 3px 5px; 
		font-size: 1.5em;
		text-decoration: none;
		text-align: center;
		
		/*background*/
		background: #d90000; 
		
		/* rounded corner */
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
	}

	a.link-2:hover{
		/*color*/
		color:#FFF;
		
		/*background*/
		background: #ff0909; 
		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(217,0,0,0.9);
		
	}

	/*************************************************************************************
	FOOTER
	**************************************************************************************/

	#footer-slice{
		width: 100%;
		height: auto;
		margin: 2px;
		padding: 20px 0;

		/*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: 100%;
		min-height: 2px;
		margin: 2px;
		padding: 10px 0;

		
		/*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_image{
		width: 140px;
		height: 60px;
		margin: 0 5px;
		padding: 0px;
		float: left;
	}

	.feet_image img{
		position: relative;
		width: 100%;
		height:100%;
		overflow:hidden;
	}

}