#full-width-slider {
	width: 100%;
	/*height: 572px !important;*/
	color: #000;
	float: left;
}

.o_que #full-width-slider {
	height: 420px !important;
}

.o_que #full-width-slider .rsImg {
	margin-top: 0px !important;
}

/*
#full-width-slider .rsContent {
	 background-position: top center; background-repeat: no-repeat; background-size: cover;
}
*/
#full-width-slider .rsBullets {
	left: 0;
	right: 0;
}

#full-width-slider .rsArrowRight {
	bottom: 50%;
	right: 10px;
	width: 25px;
	height: 49px;
}

#full-width-slider .rsArrowIcn {
	border-radius: 0px;
	margin: 0;
	width: 25px;
	height: 49px;
}

#full-width-slider .rsArrowRight .rsArrowIcn {
	background: url('../images/seta_home_next.png') no-repeat top center;
}

#full-width-slider .rsArrowLeft {
	bottom: 50%;
	left: 10px;
	width: 25px;
	height: 49px;
}

#full-width-slider .rsArrowLeft .rsArrowIcn {
	background: url('../images/seta_home_back.png') no-repeat top center;
}


.infoBlock {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 1070px;
	height: 420px;
	margin: 0 auto;
	padding-bottom: 0;
	overflow: hidden;
}

.infoBlock .d1 {
	float: left;
	padding-top: 40px;
	width: 100%;
	text-shadow: 0px 2px 3px rgba(o, 0, 0, 1);
}

.infoBlock .d1_white {
	float: left;
	padding-top: 40px;
	width: 100%;
	text-shadow: 0px 2px 3px rgba(o, 0, 0, 0.2);
}
.infoBlock .d2 {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 30px;
	font-weight: normal;
	/*text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8);*/
}

.infoBlock .text-block {
	width: 100%;
	float: left;
	margin-bottom: 0px;

}
.infoBlock .d3 {
	float: left;
	width: 50%;
	padding-top: 20px;
	font-weight: normal;
	line-height: 20px;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.infoBlock .d3_white {
	float: left;
	width: 50%;
	padding-top: 20px;
	font-weight: normal;
	line-height: 20px;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

.infoBlock.inverted .d1 {
	background-color: rgba(0, 0, 0, 0.6);
	background: rgba(0, 0, 0, 0.6);
	color: white;
	width: auto;
	padding: 5px;
	margin-top: 30px;
	opacity:0.65;
}

.infoBlock.inverted .d3 {
	background: #6a6a6a;
	color: white;
	padding: 5px;
	margin-top: 5px;
	opacity:0.65;
}

.infoBlock .continue {
	float: left;
	padding-top: 5px;
}

.infoBlock .continue img {
	float: left;
}

.infoBlock .continue p {
	display: block;
	line-height: 30px;
	float: left;
	background: url(../images/sinal+_bkg.png);
	margin-right: 1px;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}


@media screen and (min-width:960px) and (min-height:660px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
      /*height: 520px !important;*/
  }
}

@media screen and (min-width:960px) and (min-height:1000px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 660px !important;
    }
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 300px !important;
  }
  .infoBlock {
    padding: 10px;
    height: auto;
    max-height: 100%;
    min-width: 40%;
    left: 5px;
    top: 5px;
    right: auto;
    font-size: 12px;
  }
}