html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, small, sub, b, dl, dd, dt, ul, li, label, article, details, footer, header, menu, nav, input, textarea, select {
	background: transparent;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	font-family: 'Raleway', sans-serif;
}
html, body{
	background: transparent !important;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #000000;
	height: 100%;
	width: 100%;
	background: #FFFFFF;
}
body {
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	color: #000000;
}
h1 {
	font-size: 36px;
	color: #000000;
	margin-bottom: 15px;
}
p {
	font-size: 14px;
}
b {
	color: #222;
}
a:hover, a:active, a:focus, button, input.submit, input[type="submit"], input[type="reset"], input[type="button"], input[type="image"] {
	outline: 0;
}
a {
	text-decoration: none;
}
a, button, input.submit, input[type="submit"], input[type="reset"], input[type="button"], input[type="image"], .animationcss, *:before, *:after{
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
li {
	list-style: none;
}
a {
	outline: 0;
}
a:hover {
	text-decoration: none;
}
form {
	padding: 0;
	margin: 0;
}
img {
	display: block;
}
img[usemap] {
	border: none;
	height: auto;
	max-width: 100%;
	width: auto;
}
input{
	outline:none;
	box-shadow: unset;
}
/* ANIMAÇÕES AO APARECER */
.element_from_top {
	top: -50px;
	padding-right: 0px;
	opacity: 0;
	position: relative;
}
.element_from_bottom {
	bottom: -50px;
	padding-left: 0px;
	opacity: 0;
	position: relative;
}
.element_from_left {
	left: -80px;
	padding-right: 0px;
	opacity: 0;
	position: relative;
}
.element_from_right {
	right: -80px;
	padding-left: 0px;
	opacity: 0;
	position: relative;
}
.element_fade_in {
	opacity: 0;
	position: relative;
	padding-left: 0px;
	right: 0px;
}
@media only screen and (max-width: 800px) {
	.element_from_left {
		left: 0px;
	}
	
	.element_from_right {
		right: 0px;
	}		
}

.mask {
	background-color:#FFF;
	width:100%;
	height:100%;
	position:fixed;
	z-index:100000;
}

#loader {
	background:url(imgs/elem/loading.png) center center no-repeat;
	background-size:cover;
	behavior: url(css/backgroundsize.htc);
	height: 60px;
	width: 54px;
	left: 50%;
	top: 50%;
	position: absolute;
	margin: -25px 0 0 -25px;
	-ms-animation:spin 1.5s linear infinite;
	-webkit-animation:spin 1.5s linear infinite;
	-moz-animation:spin 1.5s linear infinite;
	-o-animation:spin 1.5s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }



/* Parallax Styles */

.parallax {
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed !important;
	behavior: url(css/backgroundsize.htc);
}

.parallax-overlay {
	background-color:rgba(0,0,0,0.80);
}
@media only screen and (max-width: 675px) {
	.parallax {
		display:none !important;	
	}
}


/*ESTILOS GERAIS*/
.div_100{
	display:table;
	width:100%;
}
.total_100{
	display:table;
	width:100%;
	min-height:calc(100% - 70px);
	height: -moz-calc(100% - 70px);
	height: -webkit-calc(100% - 70px);
	height: calc(100% - 70px);
}
.total2_100{
	display:table;
	width:100%;
	min-height:100%;
	height: 100%;
}
.div_table_cell{
	display:table-cell;
	height:100%;
	vertical-align:middle;
}


/* HEADER */

.header_cont{
	position:relative;
	z-index:100;
}
.header_cont:before{
	height:10px;
	width:100%;
	display:block;
	content:"";
	background:rgba(255,255,255, 0.9);
	position:absolute;
	z-index:100;
}
.header_cont .header{
	position:fixed;
	z-index:100;
	height:70px;
}
.header_txt{
	font-family: 'Nunito', sans-serif;
	padding:0 20px;
	background:transparent;
	color:#ffffff;
	font-weight:300;
	font-size:16px;
	cursor:pointer;
	display:inline-block;
	height:70px;
	line-height:70px;
}
.header_txt:hover, .header_txt.selected{
	color:#846c0e;
	background:#ffffff;
}
.header_txt:first-child{margin-left:0;}

.header_txt a{
	color:#5e5032;
}

.logo{
	position: absolute;
	top: 20px;
	right: 40px;
	opacity:1;
	visibility:visible;
}
.logo2{
	display:inline-block;
	float:right;
	opacity:0;
	visibility:hidden;
	/*margin-top: 5px;*/
	width:100%;
}
.menu_mobile{
	display:none;
}
#logo_header {
	width:354px;	
	padding-right:20px;
}


/* HEADER STICKY */
.header_cont.shrink:before{
	height:70px;
}
.header_cont.shrink .header{
	border-bottom:1px solid #C6C6C6;
}
.header_cont.shrink .header_txt{
	color:#5e5032;
}
.header_cont.shrink .logo{
	opacity:0;
	visibility:hidden;
}
.header_cont.shrink .logo2{
	opacity:1;
	visibility:visible;
}

@media only screen and (max-width: 1200px) {
	.header_txt{
		padding:0 15px;
		font-size:15px;
	}
	#logo_header {
		width:300px;	
	}
}
@media only screen and (max-width: 970px) {
	#logo_header {
		width:280px;	
	}
}
@media only screen and (max-width: 940px) {
	#textos_header{
		display:none;
	}
	#logo_header{
		width:100%;
		padding-right:0;
	}
	.logo2{
		float:none;
		width:auto;
		margin-left:70px;
	}
	.menu_mobile{
		display:block;
	}
	
}


/* HOMEPAGE */
.home_banner{
	background:url(imgs/elem/home_banner.jpg) no-repeat center;
	background-size:cover;
}
.home_descer{
	position:absolute;
	left:50%;
	margin-left:-24px;
	bottom:20px;
	margin:20px auto;
	cursor:pointer;
	width:48px;
	background:url(imgs/elem/descer.png) no-repeat center;
	background-size:cover;
	height:26px;
	display:block;
}
.home_descer:hover{
	background:url(imgs/elem/descer_.png) no-repeat center;
	background-size:cover;
}
.sobre_cont, .sobre_cont2{
	position:relative;
	display: block;
}
.sobre_cont2{
	display: none;
	background:#a08613;
	height:auto;
	min-height:100%;
}
.sobre_nos{
	position:absolute;
	top:0;
	right:0;
	width:50%;
	height:100%;
	z-index:1;
}
.sobre_nos_ins {
	display:table;
	width:100%;
	height:100%;	
}
.sobre_nos_ins2{
	font-family: 'Nunito', sans-serif;
	background:rgba(125,102,14,0.7);
	color:#fff;
	line-height:20px;
	font-weight:300;
	font-size:14px;
	padding:90px;
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
	/*overflow:hidden;*/
}
.sobre_cont2 .sobre_nos_ins2{
	color:#fff;
	padding:50px 40px;
	background:transparent;
	position:relative;
	text-align:left;
}
.sobre_nos_fechar, .sobre_nos_fechar2{
	background:#6f590a;
	width:70px;
	height:110px;
	position: absolute;
	left:-35px;
	top: 50%;
	margin-top:-55px;
	cursor:pointer;
	z-index:2;
}
.sobre_cont2 .sobre_nos_fechar2{
	left:50%;
	top:inherit;
	bottom:0px;
	width:110px;
	height:50px;
	line-height:50px;
	background:#fff;
	color:#a08613;
	font-weight:500;
	font-size:16px;
	font-family: 'Nunito', sans-serif;
	text-align:center;

	-ms-transform: translateX(-50%); /* IE 9 */
	-webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
	-moz-transform: translateX(-50%); /* Chrome, Safari, Opera */
	transform: translateX(-50%);
}
.sobre_nos_fechar:hover{
	background:#b49911;
}
.sobre_nos_fechar_seta{
	background:url(imgs/elem/esconde.png) no-repeat center;
	width:100%;
	height:100%;
	cursor:pointer;
}
.sobre_nos_fechar_seta.rotate{
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	-moz-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
	margin-left:-17px;
}
.sobre_nos_fechar:hover .sobre_nos_fechar_seta{
	background:url(imgs/elem/esconde_.png) no-repeat center
}

.sobre_cont2 .sobre_nos_fechar2:hover{
	background:#a08613;
	color:#fff;
}



.home_only_tit{
	font-size:50px;
	font-weight:300;
	color:#3c2e0f;
	padding:100px 20px;
	text-align:center;
	line-height: 65px;
}

.home_divs_conteudo{
	text-align:left;
	padding: 70px 100px;
	position:relative;
	width: 70%;
}
.home_divs_conteudo_ins{
	width:100%;
	display:block;
	max-width:1400px;
	max-width: 850px;
	margin: auto;
}
.home_divs_imagem{
	background-size:cover;
	width: 30%;
}
.home_divs_tit{
	padding:0 30px;
	padding-bottom:40px;
	font-size:32px;
	font-weight:200;
}
.home_divs_txt{
	padding:0 30px;
	padding-bottom:30px;
	line-height:22px;
	font-size:14px;
	font-weight:300;
	color:#fff;
}
.func_cont{
	text-align: left;
	padding: 30px 0;
	padding-bottom:50px;
	padding-left:5px;
}
.func_inline{
	display:inline-block;
	margin:25px;
}
.home_divs_img{
	border-radius:50%;
	width:145px;
	height:145px;
	display:block;
	background-size:cover;
	margin: auto;
}
.home_divs_func{
	font-size:12px;
	font-weight:300;
	padding-top:10px;
	text-align:center;
}
.home_divs_nome{
	font-size:14px;
	font-weight:500;
	text-align:center;
}
a.func_inline:hover .home_divs_func, a.func_inline:hover .home_divs_nome{
	color:#fff !important;
	cursor:pointer;
}
a.func_inline:hover .home_divs_img{
	-webkit-box-shadow: inset 2px 2px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 2px 2px 20px 0px rgba(0,0,0,0.75);
	box-shadow: inset 2px 2px 20px 0px rgba(0,0,0,0.75);
	cursor:pointer;
}
.home_divs_btn_tit{
	font-size:11px;
	font-weight:800;
	padding-bottom:10px;
	text-transform:uppercase;
	letter-spacing:1px;
}
.home_divs_links{
	display:block;
	position:absolute;
	bottom:0px;
	right: 0;
}
.home_divs_visite{
	color:#fff;
	font-size:11px;
	font-weight:800;
	text-transform:uppercase;
	letter-spacing:1px;
	text-align:center;
	padding-top:10px;
}

.home_divs_btn{
	border-radius:50px;
	width:auto;
	background:transparent;
	padding:15px 20px;
	font-weight:600;
	font-size:14px;	
	display: inline-block;
	text-align:center;
	cursor:pointer;
	text-transform:uppercase;
	letter-spacing:1px;
	min-width:164px;
	border: 2px solid #fff;
	color: #fff;
	background: transparent;
	/* Old browsers */
	background: linear-gradient(to top, transparent 50%, white 50%);
	background-size: 100% 200%;
	background-position:bottom;
}

.home_divs_conts:nth-child(odd){
	background:#b49911;
}
.home_divs_conts:nth-child(odd) .home_divs_tit{
	color:#3c2e0f;
}
.home_divs_conts:nth-child(odd) .home_divs_func{
	color:#3c2e0f;
}
.home_divs_conts:nth-child(odd) .home_divs_nome{
	color:#3c2e0f;
}
.home_divs_conts:nth-child(odd) .home_divs_btn_tit{
	color:#4a3b1a;
}
.home_divs_conts:nth-child(odd) .home_divs_btn:hover{
	background-position:top;
	color:#4a3b1a;
}
.home_divs_conts:nth-child(odd) .home_divs_links:hover .home_divs_visite{
	color:#4a3b1a;
}

.home_divs_conts:nth-child(even){
	background:#5e5032;
}
.home_divs_conts:nth-child(even) .home_divs_tit{
	color:#b49911;
}

.home_divs_conts:nth-child(even) .home_divs_func{
	color:#b49911;
}
.home_divs_conts:nth-child(even) .home_divs_nome{
	color:#b49911;
}
.home_divs_conts:nth-child(even) .home_divs_btn_tit{
	color:#b49911;
}
.home_divs_conts:nth-child(even) .home_divs_btn:hover{
	background-position:top;
	color:#b49911;
}
.home_divs_conts:nth-child(even) .home_divs_links:hover .home_divs_visite{
	color:#b49911;
}
@media only screen and (max-width: 1485px) {
	.home_divs_conteudo {
		padding: 50px;
	}
	.func_cont {
		padding: 30px 10px;
		padding-bottom:50px;
	}
	.func_inline {
		margin: 20px;
	}
}
@media only screen and (max-width: 1255px) {
	.home_divs_conteudo {
		padding: 30px;
	}
	.func_inline {
		margin: 15px;
	}
}
@media only screen and (max-width: 1140px) {
	.home_divs_conteudo{
		width: 75%;
	}
	.home_divs_imagem{
		width:25%;
	}
}
@media only screen and (max-width: 1080px) {
	.home_divs_conteudo {
		padding: 10px;
	}
	.func_inline {
		margin: 5px;
	}
}
@media only screen and (max-width: 980px) {
	.home_divs_conteudo{
		width:100%;
		padding: 45px 20px;
	}
	.home_divs_imagem{
		display:none;
	}
	.func_cont{
		padding: 20px 20px;
		padding-bottom:50px;
	}
}
@media only screen and (max-width: 920px) {
	.sobre_nos{
		width:70%;
	}
}
@media only screen and (max-width: 890px) {
	.home_divs_conteudo{
		padding: 45px 0px;
	}
	.home_only_tit{
		font-size:40px;
		padding:50px 20px;
		line-height: 55px;
	}
}
@media only screen and (max-width: 695px) {
	.totable{
		display:table;
		width:100% !important;
	}
	.home_divs_links {
		left: 0px;
		right:inherit;
		position:inherit;
		padding-top:20px;
		max-width: 155px;
		width:100%;
	}
	.home_divs_links img{
		margin:auto;
	}
	.mapa{
		display:none;
	}
}
@media only screen and (max-width: 720px) {
	.sobre_cont{
		display:none;
	}
	.sobre_cont2{
		display:block;
	}
}
@media only screen and (max-width: 550px) {
	.sobre_cont2 .sobre_nos_ins2{
		padding:50px;
		padding-bottom:75px;
	}
}
@media only screen and (max-width: 515px) {
	.home_only_tit{
		font-size:20px;
		padding:30px 20px;
		line-height: 45px;
	}
	.func_cont{
		text-align:center;
	}
}
/* FORMULARIO DE CONTACTOS */
.form_cont{
	text-align:center;
	padding:70px 20px;
}
.form_tit{
	color:#b49911;
	font-size:36px;
	font-weight:300;
	padding-bottom:40px;
}
.form_cont form{
	width:100%;
	max-width:555px;
	margin:auto;
	text-align:left;
}
.form_cont .input_place{
	color:#b49911;
	font-size:12px;
	font-weight:800;
	text-transform:uppercase;
	border:2px solid #e1d6a1;
	border-radius:50px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right:0;
	display:inline-block;
	padding: 15px;
	width:81px;
	float:left;
	margin:10px 0;
	height:55px;
	line-height: 20px;
}
.form_cont .input_place:last-child{
	font-size:14px;
	font-weight:700;
}

.form_cont input[type="text"], .form_cont input[type="email"], .form_cont input[type="tel"]{
	font-family: 'Nunito', sans-serif;
	color:#5e5032;
	font-size:16px;
	font-weight:300;
	border:2px solid #e1d6a1;
	border-radius:50px;
	margin:10px 0;
	padding:15px;
	border-left:0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	display:inline-block;
	width:100%;
	max-width:474px;
	float:left;
	line-height: 20px;
	height:55px;
}
.form_cont input[type="text"].error, .form_cont input[type="email"].error, .form_cont input[type="tel"].error{
	border:2px solid #ee0411;
	color:#ee0411;
	border-left:0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.form_cont .input_place.error, .form_cont .input_place.error{
	border:2px solid #ee0411;
	color:#ee0411;
	border-right:0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.form_cont span{
	font-family: 'Nunito', sans-serif;
	color:#5e5032;
	font-size:16px;
	font-weight:300;
}
.form_cont input[type="submit"]{
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	font-weight:900;
	border:2px solid #b49911;
	background:#b49911;
	border-radius:50px;
	padding:15px;
	display:inline-block;
	width:100%;
	max-width:170px;
	cursor:pointer;
}
.form_cont input[type="submit"]:hover{
	color:#b49911;
	background:#fff;
}
.form_txt{
	color:#b49911;
	font-size:14px;
	font-weight:500;
	padding-top:20px;
	display: table;
	width: 100%;
	float: left;
}
.medico_sel{
	width:100%;
	display:none;
}
@media only screen and (max-width: 695px) {
	.form_cont input[type="text"], .form_cont input[type="email"], .form_cont input[type="tel"]{
		max-width: 300px;
	}
}
@media only screen and (max-width: 430px) {
	.form_cont input[type="text"], .form_cont input[type="email"], .form_cont input[type="tel"]{
		max-width: 250px;
	}
	.form_cont span{
		font-size:14px;
	}
}
@media only screen and (max-width: 400px) {
	.form_cont input[type="text"], .form_cont input[type="email"], .form_cont input[type="tel"], .form_cont .input_place{
		padding:5px;
		margin:5px 0;
		max-width: 180px;
		height:30px;
	}
	.form_cont span{
		font-size:12px;
	}
	.form_cont input[type="submit"]{
		padding:5px;
	}
}
/* CONTACTOS */
.contactos_cont{
	padding:60px 20px;
	background:#b49911 url(imgs/elem/contact_bg.png) no-repeat left;
	text-align:center;
	background-size: contain;
	height:50%;
}
.contactos_tit{
	color:#5e5032;
	font-size:16px;
	text-transform:uppercase;
	font-weight:800;
	padding-bottom:30px;
}
.contactos_txt{
	color:#5e5032;
	font-size:16px;
	font-weight:300;
	font-family: 'Nunito', sans-serif;
	padding-bottom:50px;
}

.contactos_div{
	border:2px solid #e1d6a1;
	border-radius:50px;
	display:inline-block;
	text-align:center;
	margin:0 15px;
	cursor:pointer
}
.contactos_div_txt{
	color:#fff;
	font-size:26px;
	font-weight:700;
	font-family: 'Open Sans', sans-serif;
	padding:0 15px;
	padding-right:20px;
}
.contactos_div:last-child:hover {
	border:2px solid #5E5032;
}
.contactos_div:last-child:hover .contactos_div_txt{
	color:#5E5032;
}
.mapa{
	border:0; 
	display:block;
	width:100%;
	height:50%;
}


/* FOOTER */
.footer{
	background:#5e5032;
	text-align:center;
	padding:30px 20px;
}
.footer_txt{
	color:#ffffff;
	font-size:13px;
	font-weight:300;
	font-family: 'Nunito', sans-serif;
}
.footer_txt2{
	color:#988d77;
	font-size:13px;
	font-weight:300;
	font-family: 'Nunito', sans-serif;
	display:inline-block;
}
a.footer_txt2:hover{
	color:#fff;
}
/* SETA VOLTAR TOPO */
.voltar_topo {
	position:fixed;
	right:10px;
	bottom:10px;
	display:none;
	background-image:url(imgs/elem/voltar_topo.png);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#4a3b1a;
	width:50px;
	height:50px;
	cursor:pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius:50%;
	z-index:100;
}

.voltar_topo:hover {
	background-color:#b49911;
}


/*FAQS*/
.faq_cont{
	margin-bottom:130px;
}
.faq_item{
	margin-bottom: 10px;
	background:#fff;
	border: 1px solid #dadada;
}
.faq_item:last-child{
	margin-bottom: 0px;
}
.faq_tit{
	cursor:pointer;
	padding: 20px 72px 15px 25px;
	position:relative;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 16px;
	color: #5e5032;
}
.faq_txt{
	padding: 0px 25px 20px;
	padding-top:0px;
	color: #3B3B3B;
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.030em;
}
.faq_tit::before, .faq_tit::after {
	content:'';
	position: absolute;
	right: 24px;
	top: 50%;
	height: 2px;
	width: 13px;
	background: #5e5032 none repeat scroll 0% 0%;
	backface-visibility: hidden;
	transition-property: transform;
	transition-duration: 0.2s;
}
.faq_tit::before {
	transform: rotate(45deg);
	right: 32px;
}
.faq_tit::after {
	transform: rotate(-45deg);
}
.faq_tit.content-visible::before {
	transform: rotate(-45deg);
}
.faq_tit.content-visible::after {
	transform: rotate(45deg);
}
.faq_txt{
	display:none;
}

@media only screen and (max-width:1100px) {
	.faq_cont{
		margin-bottom:80px;
	}
}

@media only screen and (max-width:900px) {
	.faq_cont{
		margin-bottom:60px;
	}
}

@media only screen and (max-width:670px) {
	.faq_cont{
		padding:0px;
		margin-bottom:40px;
	}
}

@media only screen and (max-width:600px) {
	.faq_tit{
		font-size: 10px;
	}
}

.container_1280 {
	display: table;
	width: 100%;
	max-width: 1400px;
	padding: 0 40px;
	margin: auto;
}

.first-elemets{
	margin-top: 70px;
}
.first-elemets h3{
	text-align:center;
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 2rem;
}
.first-elemets .textos{
	font-size: 14px;
	max-width: 800px;
	margin: auto;
	text-align: center;
	margin-bottom: 4rem;
}

.rgpd{
	color:white;
}

.rgpd:hover{
	color:#000;
}

.rgpd_bottom{
	padding-bottom:10px;
}

