@charset "utf-8";
/* CSS BASE */

@import url(fontes.css); /* -- FONTES -- */
@import url(reset.css); /* --- RESET --- */


object{
	display:none;	
}

/* ------------- TIRAR BARRA BRANCA RODAPÉ ----------------- */

*::-webkit-selection {
	background:#1a6b88;/*---Cor de fundo--*/
	color:#fff;  /*--cor da fonte--*/
}
*::-moz-selection {
	background:#1a6b88;  /*---Cor de fundo--*/
	color:#fff;   /*--cor da fonte--*/
}
*::-ms-selection {
	background:#1a6b88;/*---Cor de fundo--*/
	color:#fff;  /*--cor da fonte--*/
}
*::-o-selection {
	background:#1a6b88;/*---Cor de fundo--*/
	color:#fff;  /*--cor da fonte--*/
}
*::selection {
	background:#1a6b88;/*---Cor de fundo--*/
	color:#fff;  /*--cor da fonte--*/
}
object{
	display:none;	
}
a {
	text-decoration:none;	
}
.clear {
	clear:both;
	line-height:0px;
	font-size:0px;
	height:0px;	
}
.conteudo {
	width:95%;
	width:calc(100% - 30px);
	max-width:960px;
	margin:0 auto;
}

.wpp_topo {
    position: fixed;
    right: 2%;
    bottom: 3%;
    width: 60px;
    /*background: #128c7e;*/
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    /* padding: 12px 30px; */
    z-index: 999999999;
}
.wpp_topo a {
    display: block;
    color: #fff;
    font: 18px 'BebasNeueBold';
}
.wpp_topo p {
    font: 14px "Gotham_Medium", sans-serif !important;
    color: #fff;
}
.wpp_topo img {
/*    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;*/
}
/* ------------- TIRAR BARRA BRANCA RODAPÉ ----------------- */
/* -------------------------- GERAL ---------------------------- */
.logo {
	display:block;	
    height: 113px;
    width: 269px;
	margin:0 auto;
}
	.item_logo {
		display: block;
		position: absolute;
	}
	.logo_part1 {
		width:124px;
		height: 61px;
    	margin-left: 68px;
		background: url(../imagens/topo/logo_part1.png) center no-repeat;
		background-size:100%;
	}
	.logo_part2 {
		width:269px;
		height: 22px;
    	margin-top: 74px;
		background: url(../imagens/topo/logo_part2.png) no-repeat;
	}
	.logo_part3 {
		width:269px;
		height: 3px;
    	margin-top: 99px;
		background: url(../imagens/topo/logo_part3.png) no-repeat;
	}
	.logo_part4 {
		width:269px;
		height: 7px;
    	margin-top: 106px;
		background: url(../imagens/topo/logo_part4.png) no-repeat;
	}
.topo {
	position:absolute;
	top:35%;
	z-index:999;
	width:100%;
}
.bg_meu_mobile {
	display:none;	
}
.menu {
	display:block;
    margin: 35px auto 0px;
	height:auto;
    overflow: hidden;
	text-align:center;
}
.menu li {
	display:inline-block;
}
.menu li a {
	font: 13px "OpenSans_Regular", Arial, Helvetica, sans-serif;
	font-family:"OpenSans_Regular", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	margin:0 40px;
	display:block;
	text-transform:uppercase;
    padding: 0px;
	position:relative;
    -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;
}
.menu li .index {
	margin-left:0px;
}
.menu li .contato {
	margin-right:0px;
}
.menu li a:hover,.menu li .menu_at {
}
.menu li a span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 8px auto 0px;
}
.menu li a:hover span,.menu li .menu_at span {
    background: #8c4463;
}
h2 {
	font: 40px "Harry_Thin", Arial, Helvetica, sans-serif;
	font-family:"Harry_Thin", Arial, Helvetica, sans-serif;
	font-size:40px;
	color:#c7b098;	
	text-transform:uppercase;
	text-align:center;
	margin-bottom:25px;
}
h2 span {
	display:block;
    width: 20px;
    height: 2px;
    margin: 8px auto 0px;
    background: #8c4463;
}
h3 {
	font: 18px "Harry_Thin", Arial, Helvetica, sans-serif;
	font-family:"Harry_Thin", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#7b5328;	
	text-align:center;
}
h3 em {
	font-size:15px;
}
p {
	font: 15px "Idealist_Sans", Arial, Helvetica, sans-serif;
	font-family:"Idealist_Sans", Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:22px;
	text-align:justify;
	color:#313131;	
}
p .topico {
	display:block;
	background:url(../imagens/interna/dra_ariane_bastos/topico.png) top 2px left no-repeat;
	padding-left:20px;
	margin-top: 10px;
}
.container_sobre_dra {
	display:block;
	width:50%;
	max-width:450px;
	float:left;	
}
.container_sobre_dra p {
	text-align:justify;	
}
.img_dra {
	float:right;
	width:100%;
	max-width:380px;
	-webkit-border-radius:200px;
	-moz-border-radius:200px;
	-ms-border-radius:200px;
	-o-border-radius:200px;
	border-radius:200px;
}
.bloco_plastica {
	min-height:260px;	
}
.bt_plastica {
	display:block;
	margin:0 auto 25px;
	padding:8px;
	-webkit-border-radius:200px;
	-moz-border-radius:200px;
	-ms-border-radius:200px;
	-o-border-radius:200px;
	border-radius:200px;
	-webkit-border:1px dashed #333333;
	-moz-border:1px dashed #333333;
	-ms-border:1px dashed #333333;
	-o-border:1px dashed #333333;
	border:1px dashed #333333;
	overflow:hidden;
}
.bt_plastica img {
	display:block;
	width:100%;
	-webkit-border-radius:200px;
	-moz-border-radius:200px;
	-ms-border-radius:200px;
	-o-border-radius:200px;
	border-radius:200px;
}
.bloco_especialidades {
	/*min-height:430px;	*/
}
.bloco_especialidades span {
	display:block;
	height:70px;
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
}
.bloco_especialidades h3 {
	text-align:left;
	margin-bottom:25px;
}
.bt_especialidades {
	display:block;
	overflow:hidden;
	margin-bottom:25px;	
	border:1px solid #ccc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
.bt_especialidades img {
	display:block;
	width:100%;
}
.txt_centralizado {
	max-width:700px;
	text-align:center;
	margin:0 auto;
}
.rodape {
	overflow:hidden;
	padding:100px 0px 30px;
	background:#8c4463 url(../imagens/interna/bg_rodape.png) left top no-repeat;
}
.logo_rodape {
	background:url(../imagens/rodape/logo_rodape.png) center top no-repeat;
	display:block;
	width:464px;
	height:72px;
	margin:0 auto 50px;
}
.container_rodape h3 {
	color: #fff;
}
.container_rodape h4 {
	color:#fff;	
}
.container_rodape address {
	color:#fff;	
}
.logo_rodape {
    background: url(../imagens/rodape/logo_rodape_branco.png) center top no-repeat;
}
.rodape .conteudo {
	max-width: 560px;
}
.containers_rodape {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.container_rodape {
	/*float:left;
	padding-right:28px;*/
}
.container_rodape:nth-child(4) {
	padding-right:0px;
}
.container_rodape h3 {
	font-size:20px;
	text-align:left;
	padding-left:12px;
	margin-bottom:15px;
}
.container_rodape h4 {
	font: 13px "Idealist_Sans", Arial, Helvetica, sans-serif;
	font-family:"Idealist_Sans", Arial, Helvetica, sans-serif;
	font-size:13px;
	text-transform:uppercase;
	color:#fff;
	margin-bottom:15px;
}
.container_rodape address {
	font: 12px "Idealist_Sans", Arial, Helvetica, sans-serif;
	font-family:"Idealist_Sans", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}
.mapa {
	display:block;
	background:url(../imagens/rodape/bg_mapa_branco.png) center top no-repeat;
	width:33px;
	height:39px;
	margin-bottom:20px;
    -webkit-transition: background 200ms linear;
    -moz-transition: background 200ms linear;
    -ms-transition: background 200ms linear;
    -o-transition: background 200ms linear;
    transition: background 200ms linear;	
}
.mapa:hover {
	background:url(../imagens/rodape/bg_mapa_hover.png) center top no-repeat;
}
.bts_rs_rodape {
	text-align:center;
	margin:50px auto 30px;
}
.bt_rs_rodape {
	display:inline-block;
	width:15px;
	height:15px;
}
.bt_insta_rodape {
	background:url(../imagens/rodape/bt_insta.png) center bottom no-repeat;	
}
.bt_face_rodape {
	background:url(../imagens/rodape/bt_face.png) center bottom no-repeat;
}
.bt_insta_rodape:hover {
	background:url(../imagens/rodape/bt_insta_hover.png) center bottom no-repeat;	
}
.bt_face_rodape:hover {
	background:url(../imagens/rodape/bt_face_hover.png) center bottom no-repeat;
}
.direitos {
	font: 10px "OpenSans_Regular", Arial, Helvetica, sans-serif;
	font-family:"OpenSans_Regular", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#c7b098;
	text-align:center;
}
.wsete {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../imagens/rodape/bg_wsete.png) center no-repeat;
	margin:30px auto 0px;
    -webkit-transition: background 400ms linear;
    -moz-transition: background 400ms linear;
    -ms-transition: background 400ms linear;
    -o-transition: background 400ms linear;
    transition: background 400ms linear;
}
.wsete:hover {
    background: url(../imagens/rodape/bg_wsete_hover.png) center no-repeat;
}