@charset "iso-8859-1";
#full-width-slider {	
	width: 100%;
	color: #000;
	min-height:320px;
}
img.rsImg{
	min-height:320px;
}
.rsABlock {
	width: 100%;
	position: absolute;
	top: 100px;
	padding-bottom: 0;
	overflow: hidden;
	padding: 0px;
	text-align:center;
	height: 100%;
	color: #ffffff;
}
.rsFlexFull{
	width: 100%;
	max-width: 1240px;
	display: flex;
	flex-direction: row;
	height: 100%;
	align-items: center;
	margin: 0 auto;
}
.rsTranspEsq{
	display: flex;
	margin: 0px;
	width: 30%;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;	
 }
.rsTranspEsq h2 {  
	font-family: 'Poppins', sans-serif;
	letter-spacing: 2px;
	color: #ffffff;
	font-size: 2.0em;
	font-weight: 700;
	position: relative;
	display: block; 
	text-shadow: 1px 2px 2px rgba(0,0,0,0.8);
	text-align: left;
}
.rsTranspEsq h3 {
	font-family: 'Poppins', sans-serif;
	letter-spacing: 3px;
	color: #ffffff;
	font-size: 1.6em;
	font-weight: 500;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.8);
	text-align: left;
}
.rsTranspEsq h4, .rsTranspDir h4{
	padding: 0px;
	color: #ffffff;
	font-size: 1.6em;
	font-weight: 500;
	letter-spacing: 1px;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.8);
	text-align: left;
}
.rsTranspMeio{
	display: flex;
	margin:10px 10px 45px 10px;
	text-align: center;
	padding: 10px;	
	width: 40%;
	/*justify-content: flex-end;*/
	align-items: center;
	flex-direction: column;
}
.rsTranspMeio h4{
	padding: 0px;
	color: #ffffff;
	font-size: 1.6em;
	font-weight: 500;
	letter-spacing: 1px;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.8);
	text-align: center;
}
.img-splash{
	max-width:120%;
}
.rsTranspMeio .fa{
	color: #ffffff; 
	font-size: 50px;
}
.rsTranspDir{
	display: flex;
	margin:10px 10px 45px 10px;
	text-align: center;
	padding: 10px;	
	width: 30%;
	/*justify-content: flex-end;*/
	align-items: center;
	flex-direction: column;
}
.rsTranspDir a, .rsTranspMeio a, .rsTranspEsq a {
	color: #ffffff;
	text-decoration: none;
	padding: 10px 20px;
	margin: 40px;
	box-sizing: content-box;
	background-color: #bb8c3ab3;
	border-radius: 25px;
	font-size: 18px;
	font-weight: 600;	
}
.rsTranspDir a:hover, .rsTranspMeio a:hover, .rsTranspEsq a:hover{
	background-color: #333333;
}	
.rsTranspDir H2{
	background-color: #0000006b;
	border-radius: 10px;
	padding: 10px;
	color: #fff;	
}	
.rsTranspDir p, .rsTranspEsq p {
	font-size: 14px;
	margin: 10px 20px;
}
@media screen and (max-width: 1100px){
	.img-splash{
		max-width:100%;
	}
}
@media screen and (max-width: 900px){
	.rsFlexFull{
		flex-direction: column;	
	}
	.rsTranspEsq, .rsTranspMeio, .rsTranspDir{
		width: 100%;
	}
	.rsTranspEsq{
		/*justify-content: flex-start;*/
		align-items: stretch;
		padding-top: 20px;
		height: 50%;
	}
	.rsTranspEsq h2 {  
		font-size: 1.5em;
		text-align: center;
	}  
	.rsTranspEsq h3 {
		letter-spacing: 3px;
		font-size: 1.2em;
		margin-top: 10px;
		text-align: center;
	}
	.rsTranspEsq h4{
		font-size: 1.1em;
		letter-spacing: 1px;
		text-align: center;
	}
	.rsTranspMeio {
		z-index: -1;
	}
	.rsTranspDir{
		justify-content: center;
		margin: 0 10px;
	}
	.rsTranspDir a{
		font-size:15px;
	}
	.rsTranspDir h2{
		margin-top:-220px;
	}
	.img-splash{
		max-width:40%;
	}
	.rsTranspDir p, .rsTranspEsq p{
		/*margin: 30px 10px 10px 20px;*/
	}
	.img-splash{
		max-width: 40%;
		margin-top: -80px;
		margin-left: 110px;
	}
}
@media screen and (max-width: 600px){
	.img-splash{
		max-width:45%;
	}
}
@media screen and (max-width: 420px){
	.img-splash{
		max-width:60%;
	}
}
/* não remover o Overflow please*/
.rsOverflow{
	background:#c3c3c3 !important;
	width:100% !important;
}