/************************************************************************************
MAIN NAVIGATION 980px
*************************************************************************************/
@media all and (max-width : 980px) {	

	hr {
		width: 90%;
		height: 1px;
		border: 0 none #fff;
		border-top: .5px solid rgba(68,68,68,0.1);
		border-width: thin;
		margin: 10px auto;
	}

	/*************************************************************************************
	CONTAINERS
	**************************************************************************************/
	
	#container{
		clear:both;
		width:100%;
		max-width: 95%;
		margin: 0 auto;
		padding: 80px 0;
		overflow:hidden;
		/* flexbox */
		display: flex;
		flex-wrap: wrap; /*nowrap*/
		/*flex-direction: row;*/	
		justify-content: /*flex-start center space-between space-around*/ center;
	}

	#header{
		position: fixed;
		z-index: 50000;
		width:100%;
		height: auto;
		margin: 0 auto;
		padding: 0 0 0 0;	
		
		/*transition*/
		-webkit-transition: 0.7s;
		-moz-transition: 0.7s;
		-ms-transition: 0.7s;
		-o-transition: 0.7s;
	}

	/*#header.rolarHeader{
		background: rgba(0,0,0,0.9);
		box-shadow: 2px 1px 4px rgba(0,0,0,0.5);
	}*/

	#header-container{
		width: 100%;
		max-width:95%;
		height: auto;
		margin: 0 auto;
		padding: 20px 0;
		
		/* flexbox */
		display: flex;
		align-items: center;
		flex-wrap: wrap; /*nowrap*/
		flex-direction: row;	
		justify-content: /*flex-start center space-between space-around*/ space-between;
	}

	#header-container-slice{
		width: 50%;
		height: auto;
		margin: 0 auto;
		padding: 0;
	}

	#cols{
		clear:both;
		width:100%;
		margin: 0 auto;
		padding: 0;
		overflow:hidden;
		/* flexbox */
		display: flex;
		flex-wrap: wrap; /*nowrap*/
		/*flex-direction: row;*/	
		justify-content: /*flex-start center space-between space-around*/ center;
	}

	#col-esq{
		width: 50%;
		min-height: 5px;
		margin: 0px;
		padding:0px;

		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
	}

	#col-dir{
		width: 50%;
		min-height: 5px;
		margin: 0px;
		padding: 0px;

		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
	}

	/************************************************************************************
	MARCA
	*************************************************************************************/

	.marca{
		width: 100px;
		height:auto;
		margin: 10px 10px 5px 10px;
		padding: 0px;
		float: left;
		overflow: hidden;
	}
	.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) );
	}

	/*************************************************************************************
	FATIAS
	**************************************************************************************/

	#slice{
		width: 31%;
		min-height: 5px;
		margin: 2px;
		padding: 2px;

		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
	}

	#slice-1{
		width:45%;
		min-height: 5px;
		margin: 15px;
		padding: 2px;
		
		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
	}

	#slice-2{
		width:22%;
		min-height: 5px;
		margin: 10px;
		padding: 2px;
		
		/*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:66%;
		min-height: 5px;
		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{
			min-height: 5px;
			margin: 4px auto;
			padding: 5px 5px;
			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;
			
			/*background: rgba(255,255,255,0.35);*/
			background: linear-gradient(to bottom, rgba(198, 198, 198, 0.2), rgba(255, 255, 255, 0));
			box-shadow: 0px 0px 5px rgba(228,228,228,0.5);
			
			/* rounded corner */
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
		}
		
	/*******************************************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: center;
		bottom: 0;
		width: 100%;
		height: auto;
		margin: 0;
		overflow: hidden;
		
		aspect-ratio: 4/ 3;
		object-fit: cover;
		/*background: #e3e9f7;*/
		
		/*box-shadow: 2px 1px 2px rgba(0,0,0,0.2);*/
		
		/* rounded corner */
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
		
	.slice-image-wide {
		width: 100%;
		height: auto;
		margin: 0 0 0 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-wide img{
		position: center;
		bottom: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		overflow: hidden;
		
		aspect-ratio: 16/ 9;
		object-fit: cover;
		/*background: #e3e9f7;*/
	}

	.elementos {
		width: 80%;
		height: auto;
		margin: 0 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;
		transition: width 0.7s;
	}

	.elementos img{
		position: center;
		bottom: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		overflow: hidden;
	}

	/*******************************************slice-text */

	.half{
		width: 70%;
	}

	.slice-text{
		width: 90%;
		height: auto;
		margin: 0 auto;
		padding: 5px;
	}
	
	.slice-text h1{
		margin: 30px 0;
		padding: 0;
		font-size: 5rem;
		font-weight: 700;
		line-height: 5rem;
	}

	.slice-text h2{
		margin: 0;
		padding: 0;
		font-size: 1.8rem;
		font-weight: 400;
		letter-spacing: -1px;
		line-height: 2.5rem;
	}

	.slice-text h3{
		margin: 0;
		padding: 0;
		font-size: 1.55rem;
		font-weight: 400;
		letter-spacing: -1px;
		line-height: 2rem;
	}

	.slice-text p{
		margin: 0;
		padding: 0;
		font-size: 1.15rem;
		font-weight: 300;
		line-height: 2rem;
	}

	.slice-text a {
		font-weight: 300;
		color: #FFF;
		text-decoration:none;
	}

	.slice-text a:hover {
		color: #fc0000;
		text-decoration: none;
	}

		.slice-title{
			clear: both;
			width: 100%;
			height: 60px;
			margin:0 auto;
			padding: 10px 0px;
			overflow: hidden;
		}
		
		.slice-corpo{
			clear: both;
			width: 98%;
			min-height: 120px;
			margin:0 auto;
			padding: 0px;
			overflow: hidden;
		}

	.text-align-esquerda{
		text-align: right;
	}

	.text-align-direita{
		text-align: left;
		overflow: hidden;
	}

	.edition, h1{
		margin: 0 0;
		padding: 4px 3px;
		font-size: 1rem;
		font-weight: 600;
		letter-spacing: 0px;
		line-height: 1.1em;
		float: right;
	}

	.num{
		font-size: 1rem;
		font-weight: 400;
		margin: 0 9px 0 0;
		padding: 4px 15px;
		border: 2px solid rgba(255,255,255,0.95);
		/*border-width: thin;
			/* rounded corner */
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
	}

	/*************************************************************************************
	FOOTER
	**************************************************************************************/

	#footer{
		clear:both;
		width: 100%;
		height: auto;
		padding: 30px 0px ;
		margin: 0 auto;
		/*border-top: .5px solid #101722;
		border-width: thin;*/
	}

	#footer-container{
		clear: both;
		width: 90%;
		height:auto;
		padding: 10px 0;
		margin: 10px auto;
		display: flex;
		flex-wrap: nowrap; /*nowrap*/
		/*flex-direction: row;*/	
		justify-content: /*flex-start center space-between space-around*/ center;
	}

	#footer-slice{
		width: 24.3%;
		height: auto;
		margin: 1px;
		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:1px;
		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{
		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 p{
		text-align: left;
		margin:5px 0 0 0;
		padding:5px 0 0 0;
		font-size: 1rem;
		font-weight: 400;
		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: 1rem;
		font-weight: 400;
		line-height: 1.4em;
		letter-spacing:0px;
		text-decoration: none;
	}

	#feet_text a:hover{
		text-decoration:none;
		color: #EEE;
	}

	.feet_image{
		width: 160px;
		height: auto;
		margin: 15px 5px 5px 5px;
		padding: 0px;
		float: left;
	}

	.feet_image img{
		position: relative;
		width: 100%;
		height:100%;
		overflow:hidden;
	}	

	.feet-icon{
		font-size: 1.6rem;
		color: #FFF;
	}

	/************************************************************************************
	EFEITOS
	*************************************************************************************/

	.setaScroll{
	   border: solid #FFF; /* cor da seta */
	   border-width: 0 5px 5px 0; /* 5px = espessura da seta */
	   padding: 10px; /* tamanho da seta */
	   transform: rotate(45deg);
	   -webkit-transform: rotate(45deg);
	   right: 50%;
	   margin: 45% 0 0 0;
	   opacity: .3;
	   z-index: 150000;
	   position: fixed;
	}

	.texto-contornado {
	  font-size: 15rem;
	  font-weight: bold;
	  color: #ff4000;
	  opacity: .2;
	  text-align: left;
	  float: left;
	  line-height: 14rem;
	  text-shadow: 2px 10px 30px rgba(0,0,0,0.2);
	  /*color: transparent; /* Torna o preenchimento invisível */
	  /*-webkit-text-stroke-width: 2px; /* Largura do contorno */
	  /*-webkit-text-stroke-color: black; /* Cor do contorno */
	  
	  /* Opcional: melhora a renderização */
	  /*-webkit-text-fill-color: transparent;*/
	}
	
}

/************************************************************************************
MAIN NAVIGATION 810px
*************************************************************************************/
@media all and (max-width : 810px) {

	hr {
		width: 90%;
		height: 1px;
		border: 0 none #fff;
		border-top: .5px solid rgba(68,68,68,0.1);
		border-width: thin;
		margin: 5px auto;
	}

	/*************************************************************************************
	CONTAINERS
	**************************************************************************************/
	
	#container{
		clear:both;
		width:100%;
		max-width: 95%;
		margin: 0 auto;
		padding: 50px 0;
		overflow:hidden;
		/* flexbox */
		display: flex;
		flex-wrap: wrap; /*nowrap*/
		/*flex-direction: row;*/	
		justify-content: /*flex-start center space-between space-around*/ center;
	}

	#header{
		position: fixed;
		z-index: 50000;
		width:100%;
		height: auto;
		margin: 0 auto;
		padding: 0 0 0 0;	
		
		/*transition*/
		-webkit-transition: 0.7s;
		-moz-transition: 0.7s;
		-ms-transition: 0.7s;
		-o-transition: 0.7s;
	}

	/*#header.rolarHeader{
		background: rgba(0,0,0,0.9);
		box-shadow: 2px 1px 4px rgba(0,0,0,0.5);
	}*/

	#header-container{
		width: 100%;
		max-width:95%;
		height: auto;
		margin: 0 auto;
		padding: 20px 0;
		
		/* flexbox */
		display: flex;
		align-items: center;
		flex-wrap: wrap; /*nowrap*/
		flex-direction: row;	
		justify-content: /*flex-start center space-between space-around*/ space-between;
	}

	#header-container-slice{
		width: 50%;
		height: auto;
		margin: 0 auto;
		padding: 0;
	}

	#cols{
		clear:both;
		width:100%;
		margin: 0 auto;
		padding: 0;
		overflow:hidden;
		/* flexbox */
		display: flex;
		flex-wrap: wrap; /*nowrap*/
		/*flex-direction: row;*/	
		justify-content: /*flex-start center space-between space-around*/ center;
	}

	#col-esq{
		width: 50%;
		min-height: 5px;
		margin: 0px;
		padding:0px;

		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
	}

	#col-dir{
		width: 50%;
		min-height: 5px;
		margin: 0px;
		padding: 0px;

		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
	}

	/************************************************************************************
	MARCA
	*************************************************************************************/

	.marca{
		width: 100px;
		height:auto;
		margin: 10px 10px 5px 10px;
		padding: 0px;
		float: left;
		overflow: hidden;
	}
	.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) );
	}

	/*************************************************************************************
	FATIAS
	**************************************************************************************/

	#slice{
		width: 31%;
		min-height: 5px;
		margin: 2px;
		padding: 2px;

		/*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: 5px;
		margin: 15px;
		padding: 2px;
		
		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
	}

	#slice-2{
		width:22%;
		min-height: 5px;
		margin: 10px;
		padding: 2px;
		
		/*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:66%;
		min-height: 5px;
		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{
			min-height: 5px;
			margin: 4px auto;
			padding: 5px 5px;
			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;
			
			/*background: rgba(255,255,255,0.35);*/
			background: linear-gradient(to bottom, rgba(198, 198, 198, 0.2), rgba(255, 255, 255, 0));
			box-shadow: 0px 0px 5px rgba(228,228,228,0.5);
			
			/* rounded corner */
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
		}
		
	/*******************************************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: center;
		bottom: 0;
		width: 100%;
		height: auto;
		margin: 0;
		overflow: hidden;
		
		aspect-ratio: 4/ 3;
		object-fit: cover;
		/*background: #e3e9f7;*/
		
		/*box-shadow: 2px 1px 2px rgba(0,0,0,0.2);*/
		
		/* rounded corner */
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
		
	.slice-image-wide {
		width: 100%;
		height: auto;
		margin: 0 0 0 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-wide img{
		position: center;
		bottom: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		overflow: hidden;
		
		aspect-ratio: 16/ 9;
		object-fit: cover;
		/*background: #e3e9f7;*/
	}

	.elementos {
		width: 80%;
		height: auto;
		margin: 0 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;
		transition: width 0.7s;
	}

	.elementos img{
		position: center;
		bottom: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		overflow: hidden;
	}

	/*******************************************slice-text */

	.half{
		width: 70%;
	}

	.slice-text{
		width: 90%;
		height: auto;
		margin: 0 auto;
		padding: 5px;
	}
	
	.slice-text h1{
		margin: 30px 0;
		padding: 0;
		font-size: 4rem;
		font-weight: 700;
		line-height: 5rem;
	}

	.slice-text h2{
		margin: 0;
		padding: 0;
		font-size: 1.55rem;
		font-weight: 400;
		letter-spacing: -1px;
		line-height: 2.5rem;
	}

	.slice-text h3{
		margin: 0;
		padding: 0;
		font-size: 1.25rem;
		font-weight: 400;
		letter-spacing: -1px;
		line-height: 2rem;
	}

	.slice-text p{
		margin: 0;
		padding: 0;
		font-size: 1.1rem;
		font-weight: 300;
		line-height: 2rem;
	}

	.slice-text a {
		font-weight: 300;
		color: #FFF;
		text-decoration:none;
	}

	.slice-text a:hover {
		color: #fc0000;
		text-decoration: none;
	}

		.slice-title{
			clear: both;
			width: 100%;
			height: 60px;
			margin:0 auto;
			padding: 10px 0px;
			overflow: hidden;
		}
		
		.slice-corpo{
			clear: both;
			width: 98%;
			min-height: 120px;
			margin:0 auto;
			padding: 0px;
			overflow: hidden;
		}

	.edition, h1{
		margin: 0 0;
		padding: 4px 3px;
		font-size: 1rem;
		font-weight: 600;
		letter-spacing: 0px;
		line-height: 1.1em;
		float: right;
	}

	.num{
		font-size: 1rem;
		font-weight: 400;
		margin: 0 9px 0 0;
		padding: 4px 15px;
		border: 2px solid rgba(255,255,255,0.95);
		/*border-width: thin;
			/* rounded corner */
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
	}

	/*************************************************************************************
	FOOTER
	**************************************************************************************/

	#footer-container{
		clear: both;
		width: 90%;
		height:auto;
		padding: 10px 0;
		margin: 10px auto;
		display: flex;
		flex-wrap: nowrap; /*nowrap*/
		/*flex-direction: row;*/	
		justify-content: /*flex-start center space-between space-around*/ center;
	}

	#footer-slice{
		width: 100%;
		height: auto;
		margin: 1px;
		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: 100%;
		min-height: 2px;
		margin:1px;
		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{
		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 p{
		text-align: left;
		margin:5px 0 0 0;
		padding:5px 0 0 0;
		font-size: 1rem;
		font-weight: 400;
		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: 1rem;
		font-weight: 400;
		line-height: 1.4em;
		letter-spacing:0px;
		text-decoration: none;
	}

	#feet_text a:hover{
		text-decoration:none;
		color: #EEE;
	}

	.feet_image{
		width: 160px;
		height: auto;
		margin: 15px 5px 5px 5px;
		padding: 0px;
		float: left;
	}

	.feet_image img{
		position: relative;
		width: 100%;
		height:100%;
		overflow:hidden;
	}	

	.feet-icon{
		font-size: 1.6rem;
		color: #FFF;
	}

	/************************************************************************************
	EFEITOS
	*************************************************************************************/

	.texto-contornado {
	  font-size: 10rem;
	  font-weight: bold;
	  color: #ff4000;
	  opacity: .2;
	  text-align: left;
	  float: left;
	  line-height: 10rem;
	  text-shadow: 2px 10px 30px rgba(0,0,0,0.2);
	  /*color: transparent; /* Torna o preenchimento invisível */
	  /*-webkit-text-stroke-width: 2px; /* Largura do contorno */
	  /*-webkit-text-stroke-color: black; /* Cor do contorno */
	  
	  /* Opcional: melhora a renderização */
	  /*-webkit-text-fill-color: transparent;*/
	}
		
}

/************************************************************************************
MAIN NAVIGATION 768px
*************************************************************************************/
@media all and (max-width : 768px) {

	hr {
		width: 90%;
		height: 1px;
		border: 0 none #fff;
		border-top: .5px solid rgba(68,68,68,0.1);
		border-width: thin;
		margin: 5px auto;
	}

	/*************************************************************************************
	CONTAINERS
	**************************************************************************************/
	
	#container{
		clear:both;
		width:100%;
		max-width: 95%;
		margin: 0 auto;
		padding: 30px 0;
		overflow:hidden;
		/* flexbox */
		display: flex;
		flex-wrap: wrap; /*nowrap*/
		/*flex-direction: row;*/	
		justify-content: /*flex-start center space-between space-around*/ center;
	}

	#header{
		position: fixed;
		z-index: 50000;
		width:100%;
		height: auto;
		margin: 0 auto;
		padding: 0 0 0 0;	
		
		/*transition*/
		-webkit-transition: 0.7s;
		-moz-transition: 0.7s;
		-ms-transition: 0.7s;
		-o-transition: 0.7s;
	}

	/*#header.rolarHeader{
		background: rgba(0,0,0,0.9);
		box-shadow: 2px 1px 4px rgba(0,0,0,0.5);
	}*/

	#header-container{
		width: 100%;
		max-width:95%;
		height: auto;
		margin: 0 auto;
		padding: 10px 0;
		
		/* flexbox */
		display: flex;
		align-items: center;
		flex-wrap: wrap; /*nowrap*/
		flex-direction: row;	
		justify-content: /*flex-start center space-between space-around*/ space-between;
	}

	#header-container-slice{
		width: 50%;
		height: auto;
		margin: 0 auto;
		padding: 0;
	}

	/************************************************************************************
	MARCA
	*************************************************************************************/

	.marca{
		width: 100px;
		height:auto;
		margin: 10px 10px 5px 10px;
		padding: 0px;
		float: left;
		overflow: hidden;
	}
	.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) );
	}

	/*************************************************************************************
	FATIAS
	**************************************************************************************/

	#slice{
		width: 31%;
		min-height: 5px;
		margin: 2px;
		padding: 2px;

		/*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: 5px;
		margin: 15px;
		padding: 2px;
		
		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
	}

	#slice-2{
		width:22%;
		min-height: 5px;
		margin: 10px;
		padding: 2px;
		
		/*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:66%;
		min-height: 5px;
		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{
			min-height: 5px;
			margin: 4px auto;
			padding: 5px 5px;
			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;
			
			/*background: rgba(255,255,255,0.35);*/
			background: linear-gradient(to bottom, rgba(198, 198, 198, 0.2), rgba(255, 255, 255, 0));
			box-shadow: 0px 0px 5px rgba(228,228,228,0.5);
			
			/* rounded corner */
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
		}
		
	/*******************************************image */

	.slice-image {
		width: 100%;
		height: auto;
		margin: 0 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: center;
		bottom: 0;
		width: 100%;
		height: auto;
		margin: 0;
		overflow: hidden;
		
		aspect-ratio: 4/ 3;
		object-fit: cover;
		/*background: #e3e9f7;*/
		
		/*box-shadow: 2px 1px 2px rgba(0,0,0,0.2);*/
		
		/* rounded corner */
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
		
	.slice-image-wide {
		width: 100%;
		height: auto;
		margin: 0 0 0 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-wide img{
		position: center;
		bottom: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		overflow: hidden;
		
		aspect-ratio: 16/ 9;
		object-fit: cover;
		/*background: #e3e9f7;*/
	}

	.elementos {
		width: 80%;
		height: auto;
		margin: 0 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;
		transition: width 0.7s;
	}

	.elementos img{
		position: center;
		bottom: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		overflow: hidden;
	}

	/*******************************************slice-text */

	.half{
		width: 70%;
	}

	.slice-text{
		width: 90%;
		height: auto;
		margin: 0 auto;
		padding: 5px;
	}
	
	.slice-text h1{
		margin: 10px 0;
		padding: 0;
		font-size: 2.4rem;
		font-weight: 700;
		line-height: 2rem;
	}

	.slice-text h2{
		margin: 0;
		padding: 0;
		font-size: 1.4rem;
		font-weight: 400;
		letter-spacing: -1px;
		line-height: 1.7rem;
	}

	.slice-text h3{
		margin: 0;
		padding: 0;
		font-size: 1.2rem;
		font-weight: 400;
		letter-spacing: -1px;
		line-height: 1.2rem;
	}

	.slice-text p{
		margin: 0;
		padding: 0;
		font-size: 1.1rem;
		font-weight: 300;
		line-height: 1.1rem;
	}

	.slice-text a {
		font-weight: 300;
		color: #FFF;
		text-decoration:none;
	}

	.slice-text a:hover {
		color: #fc0000;
		text-decoration: none;
	}

		.slice-title{
			clear: both;
			width: 100%;
			height: 60px;
			margin:0 auto;
			padding: 10px 0px;
			overflow: hidden;
		}
		
		.slice-corpo{
			clear: both;
			width: 98%;
			min-height: 120px;
			margin:0 auto;
			padding: 0px;
			overflow: hidden;
		}

	.edition, h1{
		margin: 0 0;
		padding: 4px 3px;
		font-size: 1rem;
		font-weight: 600;
		letter-spacing: 0px;
		line-height: 1.1em;
		float: right;
	}

	.num{
		font-size: 1rem;
		font-weight: 400;
		margin: 0 9px 0 0;
		padding: 4px 15px;
		border: 2px solid rgba(255,255,255,0.95);
		/*border-width: thin;
			/* rounded corner */
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
	}

	/*************************************************************************************
	FOOTER
	**************************************************************************************/

	#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{
		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 p{
		text-align: left;
		margin:5px 0 0 0;
		padding:5px 0 0 0;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.4em;
		letter-spacing:0px;
		text-decoration: none;
	}

	.feet_image{
		width: 160px;
		height: auto;
		margin: 15px 5px 5px 5px;
		padding: 0px;
		float: left;
	}

	.feet_image img{
		position: relative;
		width: 100%;
		height:100%;
		overflow:hidden;
	}	

	.feet-icon{
		font-size: 1.6rem;
		color: #FFF;
	}

	/************************************************************************************
	EFEITOS
	*************************************************************************************/

	.texto-contornado {
	  font-size: 8rem;
	  font-weight: bold;
	  color: #ff4000;
	  opacity: .2;
	  text-align: left;
	  float: left;
	  line-height: 8rem;
	  text-shadow: 2px 10px 30px rgba(0,0,0,0.3);
	  /*color: transparent; /* Torna o preenchimento invisível */
	  /*-webkit-text-stroke-width: 2px; /* Largura do contorno */
	  /*-webkit-text-stroke-color: black; /* Cor do contorno */
	  
	  /* Opcional: melhora a renderização */
	  /*-webkit-text-fill-color: transparent;*/
	}

}

/************************************************************************************
MAIN NAVIGATION 680
*************************************************************************************/
@media all and (max-width : 680px) {
	
	#col-esq{
		width: 100%;
		min-height: 5px;
		margin: 0px;
		padding:0px;

		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
	}

	#col-dir{
		width: 100%;
		min-height: 5px;
		margin: 0px;
		padding: 0px;

		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
	}

	/*************************************************************************************
	CONTAINERS
	**************************************************************************************/

	#header-container{
		width: 100%;
		max-width:95%;
		height: auto;
		margin: 0 auto;
		padding: 10px 0;
		
		/* flexbox */
		display: flex;
		align-items: center;
		flex-wrap: wrap; /*nowrap*/
		flex-direction: row;	
		justify-content: /*flex-start center space-between space-around*/ space-between;
	}

	#header-container-slice{
		width: 50%;
		height: auto;
		margin: 0 auto;
		padding: 0;
	}

	/************************************************************************************
	MARCA
	*************************************************************************************/

	.marca{
		width: 100px;
		height:auto;
		margin: 10px 10px 5px 10px;
		padding: 0px;
		float: left;
		overflow: hidden;
	}
	.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) );
	}

	/*************************************************************************************
	FATIAS
	**************************************************************************************/

	#slice{
		width: 31%;
		min-height: 5px;
		margin: 2px;
		padding: 2px;

		/*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: 5px;
		margin: 15px;
		padding: 2px;
		
		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
	}

	#slice-2{
		width:22%;
		min-height: 5px;
		margin: 10px;
		padding: 2px;
		
		/*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:66%;
		min-height: 5px;
		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{
			min-height: 5px;
			margin: 4px auto;
			padding: 5px 5px;
			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;
			
			/*background: rgba(255,255,255,0.35);*/
			background: linear-gradient(to bottom, rgba(198, 198, 198, 0.2), rgba(255, 255, 255, 0));
			box-shadow: 0px 0px 5px rgba(228,228,228,0.5);
			
			/* rounded corner */
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
		}
		
	/*******************************************image */

	.slice-image {
		width: 100%;
		height: auto;
		margin: 0 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: center;
		bottom: 0;
		width: 100%;
		height: auto;
		margin: 0;
		overflow: hidden;
		
		aspect-ratio: 4/ 3;
		object-fit: cover;
		/*background: #e3e9f7;*/
		
		/*box-shadow: 2px 1px 2px rgba(0,0,0,0.2);*/
		
		/* rounded corner */
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
		
	.slice-image-wide {
		width: 100%;
		height: auto;
		margin: 0 0 0 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-wide img{
		position: center;
		bottom: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		overflow: hidden;
		
		aspect-ratio: 16/ 9;
		object-fit: cover;
		/*background: #e3e9f7;*/
	}

	.elementos {
		width: 80%;
		height: auto;
		margin: 0 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;
		transition: width 0.7s;
	}

	.elementos img{
		position: center;
		bottom: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		overflow: hidden;
	}

	/*******************************************slice-text */

	.half{
		width: 70%;
	}

	.slice-text h1{
		margin: 10px 0;
		padding: 0;
		font-size: 2.2rem;
		font-weight: 700;
		line-height: 2rem;
	}

	.slice-text h2{
		margin: 0;
		padding: 0;
		font-size: 1.4rem;
		font-weight: 400;
		letter-spacing: -1px;
		line-height: 1.7rem;
	}

	.slice-text h3{
		margin: 0;
		padding: 0;
		font-size: 1.2rem;
		font-weight: 400;
		letter-spacing: -1px;
		line-height: 1.4rem;
	}

	.slice-text p{
		margin: 0;
		padding: 0;
		font-size: 1.1rem;
		font-weight: 300;
		line-height: 1.5rem;
	}

	.slice-text a {
		font-weight: 300;
		color: #FFF;
		text-decoration:none;
	}

	.slice-text a:hover {
		color: #fc0000;
		text-decoration: none;
	}

		.slice-title{
			clear: both;
			width: 100%;
			height: 60px;
			margin:0 auto;
			padding: 10px 0px;
			overflow: hidden;
		}
		
		.slice-corpo{
			clear: both;
			width: 98%;
			min-height: 120px;
			margin:0 auto;
			padding: 0px;
			overflow: hidden;
		}

	.edition, h1{
		margin: 0 0;
		padding: 4px 3px;
		font-size: 1rem;
		font-weight: 600;
		letter-spacing: 0px;
		line-height: 1.1em;
		float: right;
	}

	.num{
		font-size: 1rem;
		font-weight: 400;
		margin: 0 9px 0 0;
		padding: 4px 15px;
		border: 2px solid rgba(255,255,255,0.95);
		/*border-width: thin;
			/* rounded corner */
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
	}

	/*************************************************************************************
	FOOTER
	**************************************************************************************/

	.feet_image{
		width: 160px;
		height: auto;
		margin: 15px 5px 5px 5px;
		padding: 0px;
		float: left;
	}

	.feet_image img{
		position: relative;
		width: 100%;
		height:100%;
		overflow:hidden;
	}	

	.feet-icon{
		font-size: 1.6rem;
		color: #FFF;
	}

	/************************************************************************************
	EFEITOS
	*************************************************************************************/

	.texto-contornado {
	  font-size: 8rem;
	  font-weight: bold;
	  color: #ff4000;
	  opacity: .2;
	  text-align: left;
	  float: left;
	  line-height: 8rem;
	  text-shadow: 2px 10px 30px rgba(0,0,0,0.3);
	  /*color: transparent; /* Torna o preenchimento invisível */
	  /*-webkit-text-stroke-width: 2px; /* Largura do contorno */
	  /*-webkit-text-stroke-color: black; /* Cor do contorno */
	  
	  /* Opcional: melhora a renderização */
	  /*-webkit-text-fill-color: transparent;*/
	}
	
}

/************************************************************************************
MAIN NAVIGATION 680
*************************************************************************************/
@media all and (max-width : 510px) {
	
	#col-esq{
		width: 100%;
		min-height: 5px;
		margin: 0px;
		padding:0px;

		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
	}

	#col-dir{
		width: 100%;
		min-height: 5px;
		margin: 0px;
		padding: 0px;

		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
	}
	
	/*************************************************************************************
	CONTAINERS
	**************************************************************************************/

	#header-container{
		width: 100%;
		max-width:95%;
		height: auto;
		margin: 0 auto;
		padding: 10px 0;
		
		/* flexbox */
		display: flex;
		align-items: center;
		flex-wrap: wrap; /*nowrap*/
		flex-direction: row;	
		justify-content: /*flex-start center space-between space-around*/ space-between;
	}

	#header-container-slice{
		width: 50%;
		height: auto;
		margin: 0 auto;
		padding: 0;
	}

	/************************************************************************************
	MARCA
	*************************************************************************************/

	.marca{
		width: 100px;
		height:auto;
		margin: 10px 10px 5px 10px;
		padding: 0px;
		float: left;
		overflow: hidden;
	}
	.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) );
	}

	/*************************************************************************************
	FATIAS
	**************************************************************************************/

	#slice{
		width: 100%;
		min-height: 5px;
		margin: 2px;
		padding: 2px;

		/*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: 5px;
		margin: 15px;
		padding: 2px;
		
		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
	}

	#slice-2{
		width:22%;
		min-height: 5px;
		margin: 10px;
		padding: 2px;
		
		/*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:66%;
		min-height: 5px;
		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{
			min-height: 5px;
			margin: 4px auto;
			padding: 5px 5px;
			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;
			
			/*background: rgba(255,255,255,0.35);*/
			background: linear-gradient(to bottom, rgba(198, 198, 198, 0.2), rgba(255, 255, 255, 0));
			box-shadow: 0px 0px 5px rgba(228,228,228,0.5);
			
			/* rounded corner */
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
		}
		
	/*******************************************image */

	.slice-image {
		width: 100%;
		height: auto;
		margin: 0 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: center;
		bottom: 0;
		width: 100%;
		height: auto;
		margin: 0;
		overflow: hidden;
		
		aspect-ratio: 4/ 3;
		object-fit: cover;
		/*background: #e3e9f7;*/
		
		/*box-shadow: 2px 1px 2px rgba(0,0,0,0.2);*/
		
		/* rounded corner */
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
		
	.slice-image-wide {
		width: 100%;
		height: auto;
		margin: 0 0 0 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-wide img{
		position: center;
		bottom: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		overflow: hidden;
		
		aspect-ratio: 16/ 9;
		object-fit: cover;
		/*background: #e3e9f7;*/
	}

	.elementos {
		width: 80%;
		height: auto;
		margin: 0 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;
		transition: width 0.7s;
	}

	.elementos img{
		position: center;
		bottom: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		overflow: hidden;
	}

	/*******************************************slice-text */

	.half{
		width: 70%;
	}

	.slice-text h1{
		margin: 10px 0;
		padding: 0;
		font-size: 2.2rem;
		font-weight: 700;
		line-height: 2rem;
	}

	.slice-text h2{
		margin: 0;
		padding: 0;
		font-size: 1.85rem;
		font-weight: 400;
		letter-spacing: -1px;
		line-height: 1.95rem;
	}

	.slice-text h3{
		margin: 0;
		padding: 0;
		font-size: 1.6rem;
		font-weight: 400;
		letter-spacing: -1px;
		line-height: 1.4rem;
	}

	.slice-text p{
		margin: 0;
		padding: 0;
		font-size: 1.1rem;
		font-weight: 300;
		line-height: 1.5rem;
	}

	.slice-text a {
		font-weight: 300;
		color: #FFF;
		text-decoration:none;
	}

	.slice-text a:hover {
		color: #fc0000;
		text-decoration: none;
	}

		.slice-title{
			clear: both;
			width: 100%;
			height: 60px;
			margin:0 auto;
			padding: 10px 0px;
			overflow: hidden;
		}
		
		.slice-corpo{
			clear: both;
			width: 98%;
			min-height: 120px;
			margin:0 auto;
			padding: 0px;
			overflow: hidden;
		}

	.edition, h1{
		margin: 0 0;
		padding: 4px 3px;
		font-size: 1rem;
		font-weight: 600;
		letter-spacing: 0px;
		line-height: 1.1em;
		float: right;
	}

	.num{
		font-size: 1rem;
		font-weight: 400;
		margin: 0 9px 0 0;
		padding: 4px 15px;
		border: 2px solid rgba(255,255,255,0.95);
		/*border-width: thin;
			/* rounded corner */
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
	}

	/*************************************************************************************
	FOOTER
	**************************************************************************************/
	
	#footer{
		clear:both;
		width: 100%;
		height: auto;
		padding: 30px 0px ;
		margin: 100px auto 0 auto;
		/*border-top: .5px solid #101722;
		border-width: thin;*/
	}
	
	#footer-container{
		clear: both;
		width: 90%;
		height:auto;
		padding: 10px 0;
		margin: 10px auto;
		display: flex;
		flex-wrap: wrap; /*nowrap*/
		/*flex-direction: row;*/	
		justify-content: /*flex-start center space-between space-around*/ center;
	}
	
	#feet_text p{
		text-align: center;
		margin:5px 0 0 0;
		padding:5px 0 0 0;
		font-size: .8rem;
		font-weight: 400;
		line-height: 1.4em;
		letter-spacing:0px;
		text-decoration: none;
	}

	.feet_image{
		width: 160px;
		height: auto;
		margin: 15px 5px 5px 5px;
		padding: 0px;
		float: left;
	}

	.feet_image img{
		position: relative;
		width: 100%;
		height:100%;
		overflow:hidden;
	}	

	.feet-icon{
		font-size: 1.6rem;
		color: #FFF;
	}

	/************************************************************************************
	EFEITOS
	*************************************************************************************/
	
	.setaScroll{
	   border: solid #FFF; /* cor da seta */
	   border-width: 0 5px 5px 0; /* 5px = espessura da seta */
	   padding: 10px; /* tamanho da seta */
	   transform: rotate(45deg);
	   -webkit-transform: rotate(45deg);
	   right: 47%;
	   margin: 10% 0 0 0;
	   opacity: .3;
	   top: 650px;
	   z-index: 150000;
	   position: fixed;
	}

	.texto-contornado {
		font-size: 6.1rem;
		font-weight: bold;
		color: #ff4000;
		opacity: .3;
		text-align: left;
		float: left;
		line-height: 6rem;
		text-shadow: 2px 10px 30px rgba(0,0,0,0.5);
		/*color: transparent; /* Torna o preenchimento invisível */
		/*-webkit-text-stroke-width: 2px; /* Largura do contorno */
		/*-webkit-text-stroke-color: black; /* Cor do contorno */

		/* Opcional: melhora a renderização */
		/*-webkit-text-fill-color: transparent;*/
	}
	
}

/************************************************************************************
MAIN NAVIGATION 480
*************************************************************************************/
@media all and (max-width : 480px) {
	

	
}

/************************************************************************************
MAIN NAVIGATION 350
*************************************************************************************/
@media all and (max-width : 350px) {
	
}