@charset "iso-8859-1";
#full-width-slider {
	width: 100%;
	color: #000;
}
.coloredBlock {
	padding: 12px;
	background: rgba(255,0,0,0.6);
	color: #FFF;
	width: 200px;
	left: 20%;
	top: 5%;
}
.infoBlock {
	position: absolute;
	top: 100px;
	/*right: 30px;
	left: auto;
	max-width: 25%;*/
	padding-bottom: 0;
	/*background: #FFF;
	background: rgba(255, 255, 255, 0.8);*/
	overflow: hidden;
	padding: 20px;
	width:100%;
	text-align:center;
}
.infoBlockLeftBlack {
	color: #ffffff;
	/*background: #000;
	background: rgba(0,0,0,0.75);
	left: 37%;
	right: auto;*/
}
.infoBlock h4 {
	font-size: 2.0rem;
	line-height: 1.2;
	margin: 0 auto;
	padding-bottom: 3px;
	color:#636363;
	font-family: 'Poppins', Helvetica, sans-serif;
	font-weight: 200;
	font-style: normal;	
	/*display: table;
    background-color: rgba(0, 0, 0, 0.5);*/
}
.infoBlock p {
	font-size: 14px;
	margin: 20px 0 0;
}
.infoBlock p.saibamais {
	font-size: 14px;
	margin: 80px 10px 10px 45px;
	text-align:center;
}
@media screen and (max-width: 900px){
	.infoBlock p.saibamais {
		margin: 50px 10px;
	}	
}
.infoBlock a {
	color: #fff;
	text-decoration: underline;
}
.infoBlock a.saibamais {
	color: #fff;
	text-decoration: none;
	padding: 10px 30px;
	margin: 40px;
	box-sizing: content-box;
	background-color: #08a2a1;
    border-radius: 25px;	
}
.infoBlock a.saibamais:hover{
	background-color: #f36438;
}	
.photosBy {
	position: absolute;
	line-height: 24px;
	font-size: 12px;
	background: #FFF;
	color: #000;
	padding: 0px 10px;
	position: absolute;
	left: 12px;
	bottom: 12px;
	top: auto;
	border-radius: 2px;
	z-index: 25; 
} 
.photosBy a {
	color: #000;
}
.fullWidth {
	max-width: 2000px;
	margin: 0 auto 24px;
}
#rsBlocos .bContainer{
	position: relative;
	width: 300px;
	height: 200px;
	display: table;
	background-color: rgba(0, 0, 0, 0.27);
}
#rsBlocos .rsABlock{
	position:relative !important;
	display: block;
	left: auto;
	top: 5px;
}
#rsBlocos .txtCent{
	color:#fff;
	padding:5px 0;
	font-family: 'Roboto', Helvetica, sans-serif;
	font-weight: 200;
	font-style: italic;	
	font-size: 1.7rem;
	line-height: 1.2;
	/*display: block;*/
}

@media screen and (min-width:900px) and (min-height:660px) {
	.heroSlider .rsOverflow,
	.royalSlider.heroSlider {
		height: 460px !important;
	}
}
@media screen and (min-width:900px) and (min-height:1000px) {
	.heroSlider .rsOverflow,
	.royalSlider.heroSlider {
		height: 420px !important;
	}
}
@media screen and (min-width: 0px) and (max-width: 900px) {
	.royalSlider.heroSlider,
	.royalSlider.heroSlider .rsOverflow {
		height: 350px !important;
	}
	.infoBlock {
		padding: 0px;
		height: auto;
		max-height: 100%;
		min-width: 40%;
		left: 0px;
		top: 100px;
		right: auto;
		font-size: 12px;
	}
	.infoBlock h3 {
	 font-size: 14px;
	 line-height: 17px;
	}
	.infoBlock h4, #rsBlocos .txtCent {
	 font-size: 1.3rem;
	 line-height: 25px;
	}
}
.rsTransp1{
	display: table;
	margin:50px auto;
	text-align: center;
	width: 95%;
}
.rsTransp2{
	display: table;
	margin:0px auto;
	text-align: center;
	width: 95%;
}


@media (max-width: 700px){
	.rsTransp1, .rsTransp2{
		margin:10px;
		background-color: #08a2a142;
	}
	.rsTransp1 h4, .rsTransp2 h4{
		color:#fff;
	}
	
}
.rsOverflow{
	background:#c3c3c3 !important;
}
.royalSlider.rsFullscreen{
	background-color: white!important;
	background-image: url(../imagens/fundos/fundo-001.png), url(../imagens/fundos/fundo-002.png)!important;
    background-repeat: no-repeat, no-repeat!important;
    background-position: right top, left bottom!important;
    border-bottom: 10px solid #d1f0ef!important;
    border-top: 1px solid #d1f0ef!important;	
}