/* Telefones em landscape e abaixo */
@media (max-width: 480px) { 
		.aventuras{
			display: none;
		}
		
		.aventurasMobile hr{
			background-color: #006837;
			padding: 0.3px
		}
		
		.aventurasMobile h1{
			background-color: #ffff00;
			font:26px bitterregular ;
			color: #006837;
		}
		
		.aventurasMobile img{
			border-top-left-radius:	1em;
			border-top-right-radius: 1em;
		}
		
		#painel-aventuras{
		 	border: none ;
		}


		.panel-footer{
			 border-bottom-left-radius: 1em;
			 border-bottom-right-radius: 1em;
			 height: 70px;
		}
		
		

}
/* Telefone em landscape a tablet em portrait */
@media (max-width: 767px) and (orientation : portrait) {
		.aventuras{
			display: none;
		}
		
		.aventurasMobile hr{
			background-color: #006837;
			padding: 0.3px
		}
		
		.aventurasMobile h1{
			background-color: #ffff00;
			font:26px bitterregular ;
			color: #006837;
			margin-bottom: 40px;
		}
		
		.aventurasMobile img{
			border-top-left-radius:	1em;
			border-top-right-radius: 1em;
		}
		
		#tituloAventura{
			font:13px bitterbold !important;
			color: #006837;
		}
		
		#painel-aventuras{
		 	border: none ;
		}


		.panel-footer{
			 border-bottom-left-radius: 1em;
			 border-bottom-right-radius: 1em;
			 height: 70px;
		}
}

@media (max-width: 767px) and (orientation : landscape){
		.aventuras{
			display: none;
		}
		
		.aventurasMobile hr{
			background-color: #006837;
			padding: 0.3px
		}
		
		.aventurasMobile h1{
			background-color: #ffff00;
			font:26px bitterregular ;
			color: #006837;
		}
		
		.aventurasMobile img{
			border-top-left-radius:	1em;
			border-top-right-radius: 1em;
		}
		
		#painel-aventuras{
		 	border: none ;
		}


		.panel-footer{
			 border-bottom-left-radius: 1em;
			 border-bottom-right-radius: 1em;
			 height: 70px;
		}
}







/* tablet em portrait a landscape e desktop */





@media (min-width: 768px) and (max-width: 1024px) { 

		.aventurasMobile{
			display: none;
		}
		#headAventuras{
	margin-top: 70px;
		}

		.aventuras img{
			border-top-left-radius:	2em;
			border-top-right-radius: 2em;
		}


		.aventuras h1{
			font:22px bitterregular, Arial, Tahoma, Sans-serif;
			color: #006837;
			margin-bottom: 40px;
			margin-top: 10px;
			
		}

		.aventuras hr{
			background-color: #006837;
			padding: 0.6px
		}

		#tituloAventura{
			font:14px bitterbold, Arial, Tahoma, Sans-serif;
			color: #006837;
			margin-top: -10px ;
		}

		#sobreAventura{
			font:14px exomediun, Arial, Tahoma, Sans-serif;
			color: #6e6e6e;
			line-height: 1.2;
		}




		#painel-aventuras{
			
			 border: none ;
			 
			 
		}


		.panel-footer{
			 
			 border-bottom-left-radius: 2em;
			 border-bottom-right-radius: 2em;
			 height: 70px;
			 
			 
		}


		#slideAventura img {
			
			z-index: 1;
			display: none;
		}

		.ativoAventura{
			display: block !important;
		}
				
					
}

/* Desktop grande */
@media (min-width: 1025px) { 

	.aventurasMobile{
			display: none;
		}
		
	#headAventuras{
	margin-top: 70px;
	}

	.aventuras img{
		border-top-left-radius:	2em;
		border-top-right-radius: 2em;
	}


	.aventuras h1{
		font:26px bitterregular, Arial, Tahoma, Sans-serif;
		color: #006837;
		margin-bottom: 40px;
		margin-top: 5px;
		
	}

	.aventuras hr{
		background-color: #006837;
		padding: 0.6px
	}

	#tituloAventura{
		font:18px bitterbold, Arial, Tahoma, Sans-serif;
		color: #006837;
	}

	#sobreAventura{
		font:16px exomediun, Arial, Tahoma, Sans-serif;
		color: #6e6e6e;
		line-height: 1.3;
		text-align: justify; text-align-last: center;
	}




	#painel-aventuras{
		
		 border: none ;
		 
		 
	}


	.panel-footer{		 
		 border-bottom-left-radius: 2em;
		 border-bottom-right-radius: 2em;
		 height: 70px;
		 display: flex; 
		 justify-content: center; 
		 align-items: center;		 
	}


	
 }


#slideAventura img {
		
		z-index: 1;
		display: none;
	}

	.ativoAventura{
		display: block !important;
	}




