@charset "utf-8";
/* CSS INICIAL */
@import url(base.css); /* -- BASE -- */
/* -------------------------------------------------- BANNNER -------------------------------------------------------------------- */
#full-width-slider2 {
	display:none;	
}
.rsArrowLeft .rsArrowIcn, .rsArrowRight .rsArrowIcn {
	display:none;
}
.rsBullets {
    position: absolute;
    z-index: 99;
    display: block;
    top: auto;
    bottom: 0px;
    height: auto;
    width: 100%;
	text-align:center;
	background:rgba(0,0,0,0.30);
}
.rsBullet {
	width:16px;
	height:16px;
	margin:10px 5px;
	display:inline-block;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	position:relative;
}
.rsBullet span {
	position:absolute;
	left:0px;right:0px;top:0px;bottom:0px;
	margin:auto;
	display:block;
	width:5px;
	height:5px;
	border:2px solid rgba(255,255,255,0.50);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
}
.rsNavSelected {
	background:#fff;
}
.infoBlock  {
	width: 100%;	
}
.img_banner {
	display:block !important;
	width:100%;
}
.conteudo_banner {
    position: relative;
    width: 960px;
    margin: 0 auto;
    height: 100%;
}
.conatiner_banner {
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0px;
    margin-top: 38%;
}
.bg_dra {
	padding:90px 0px 150px;
	background:url(../imagens/bg/bg_dra.jpg) center top no-repeat;	
}
.container_sobre_dra .bt_saiba_mais {
	margin-left:0px;
}
.bg1 {
    padding-top: 85px;
	background:url(../imagens/bg/bg1.png) center top no-repeat;
}
.bg1 .bx-wrapper {
    margin: 55px auto 0px;
}
.bg1 .bx-wrapper .bx-controls-direction a {
	position:absolute;
	background:url(../imagens/inicial/seta.png) center top no-repeat;
	top:50%;
	width:22px;
	height:42px;
	font-size:0px;
}
.bg1 .bx-wrapper .bx-controls-direction a:hover {
	background:url(../imagens/inicial/seta_hover.png) center top no-repeat;	
}
.bg1 .bx-wrapper .bx-prev {
	left:-10%;
}
.bg1 .bx-wrapper .bx-next {
	right:-10%;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.bt_saiba_mais {
	font: 13px "Harry_Thin", Arial, Helvetica, sans-serif;
	font-family:"Harry_Thin", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;	
	background:#8c4463;
	text-align:center;
	display:block;
	letter-spacing:1px;
    width: 70px;
	margin:50px auto 0px;
    padding: 14px 50px;
	-webkit-border-radius:200px;
	-moz-border-radius:200px;
	-ms-border-radius:200px;
	-o-border-radius:200px;
	border-radius:200px;
    -webkit-transition: background 200ms linear;
    -moz-transition: background 200ms linear;
    -ms-transition: background 200ms linear;
    -o-transition: background 200ms linear;
    transition: background 200ms linear;	
}
.bt_saiba_mais:hover {
	background:#c7b098;	
}
.bg2 {
	margin-top: 40px;
	padding-top:100px;
	background:url(../imagens/bg/bg2.png) center no-repeat;
}
.containes_rs {
	margin-top:115px;
	padding:65px 0px;
}
.containe_rs {
	width:50%;
	float:left;
}
.bloco_rs {
    max-width: 325px;
    width: 100%;
}
.containe_rs:nth-child(odd) .bloco_rs {
	margin:0px auto 0px 0px;
}
.containe_rs:nth-child(even) .bloco_rs {
	margin:0px 0px 0px auto;
}
.bt_rs {
	display:block;
	padding-left:70px;
	font: 18px "Harry_Thin", Arial, Helvetica, sans-serif;
	font-family:"Harry_Thin", Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:60px;
	color:#ffffff;	
	margin-bottom:30px;
	letter-spacing:7px;
    -webkit-transition: background 200ms linear, color 200ms linear;
    -moz-transition: background 200ms linear, color 200ms linear;
    -ms-transition: background 200ms linear, color 200ms linear;
    -o-transition: background 200ms linear, color 200ms linear;
    transition: background 200ms linear, color 200ms linear;
}
.bt_rs:hover {
	color:#8c4463;
}
.bt_insta {
	background:url(../imagens/inicial/bt_insta.png) center left no-repeat;
}
.bt_face {
	background:url(../imagens/inicial/bt_face.png) center left no-repeat;
}
.bt_insta:hover {
	background:url(../imagens/inicial/bt_insta_hover.png) center left no-repeat;
}
.bt_face:hover {
	background:url(../imagens/inicial/bt_face_hover.png) center left no-repeat;
}
.bg2 .rodape {
	background:url(../imagens/bg/bg3.png) left top no-repeat;
}