@charset "utf-8";

/**PADRÕES**/
body{
	margin: 0;
	padding: 0;
	font-family: 'myriad_n', sans-serif;
	font-size: 14px;
	height: 100%;
	overflow-x: hidden;
	background: #f1f1f1;
}

img, a{
	text-decoration: none;
	border: none;
}

ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.img_cem{
	width: 100%;
}

.corpo{
	display: none;
}

.carregando{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	display: flex;
  align-items: center;
  justify-content: center;
	animation-name: load;
	animation-duration: 5s;
	animation-iteration-count: 1;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes load {
    0%   {opacity: 0%;}
		15%   {opacity: 100%;}
		75%   {opacity: 100%;}
		100%   {opacity: 0%;}
}

/* Standard syntax */
@keyframes load {
	0%   {opacity: 0%;}
	15%   {opacity: 100%;}
	75%   {opacity: 100%;}
	100%   {opacity: 0%;}
}

.logo_carregando{
	width: 30%;
	overflow: hidden;
}

/**FONTES**/
@font-face {font-family: "social"; src: url("../fontes/social_font.ttf") format("truetype");}
@font-face {font-family: "myriad_n"; src: url("../fontes/myriad_n.ttf") format("truetype");}
@font-face {font-family: "myriad_b"; src: url("../fontes/myriad_b.ttf") format("truetype");}
@font-face {font-family: "bebas"; src: url("../fontes/bebas.ttf") format("truetype");}
@font-face {font-family: "futura"; src: url("../fontes/futura.ttf") format("truetype");}
@font-face {font-family: "avante"; src: url("../fontes/avante.ttf") format("truetype");}
@font-face {font-family: "montserrat_n"; src: url("../fontes/montserrat_n.ttf") format("truetype");}
@font-face {font-family: "montserrat_b"; src: url("../fontes/montserrat_b.ttf") format("truetype");}

.f_social{font-family: "social";}
.f_myriad_n{font-family: "myriad_n";}
.f_myriad_b{font-family: "myriad_b";}
.f_bebas{font-family: "bebas";}
.f_futura{font-family: "futura";}
.f_avante{font-family: "avante";}
.f_montserrat_n{font-family: "montserrat_n";}
.f_montserrat_b{font-family: "montserrat_b";}


/**header**/
header{
	background: #fff;
	display: block;
	position: fixed;
	z-index: 9999999999999999999999999999;
	width: 100%;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:0px 10px 20px #aaaaaa;
}

.faixa1{
	display: block;
	height: 8px;
	border-bottom: 3px solid #fff;
	background: #009ada;
}

.faixa2{
	display: block;
	height: 8px;
	background: #012839;
	padding: 20px 0;
}

.container{
	width: 70%;
	overflow: hidden;
	margin: 0 auto;
}

.att1{
	font-style: italic;
	color: #82cded;
	float: left;
}

.att2{
	font-style: italic;
	color: #fff;
	float: left;
	margin-left: 20px;
}

.faixa3{
	display: block;
	overflow: hidden;
	background: #fff;
}


.logo{
	width: 223px;
	overflow: hidden;
	float: left;
	margin-right: 50px;
	margin-top: 10px;
}


/**menu**/

.menu{
	float: left;
	width: 700px;
	display: block;
}

.lk{
	padding: 35px 25px;
	color: #012839;
	font-size: 14px;
	display: block;
	transition: all .5s ease;
	float: left;
}

.lk:hover{
	background:-webkit-gradient(linear, 81% 100%, 82% 29%, from(#009ada), to(#012839));
	color: #fff;
}

.bt_consulta{
	width: 277px;
	overflow: hidden;
	float: right;
	cursor: pointer;
	margin-top: 15px;
}


.bt_menu_mob{display: none;}

.box_consulta{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999999999999999999999999999999999999999999;
}

.bg_transparent{
	background-color: rgba(0, 0, 0, 0.6);
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding-top: 100px;
	animation-name: transp;
  animation-duration: 1s;
}

@keyframes transp {
  0%   {opacity: 0;}
  100% {opacity: 1;}
}

.box_container_consulta{
	background: #fff;
	width: 700px;
	padding: 50px;
	overflow: hidden;
	margin: 0 auto;
	-moz-box-shadow:0px 0px 50px #000;
	-webkit-box-shadow:0px 0px 50px #000;
	box-shadow:0px 0px 50px #000;
	opacity: 1;
	animation-name: box;
  animation-duration: 1s;
}

@keyframes box {
  0%   {opacity: 0; margin-top: -50px;}
  100% {opacity: 1; margin-top: 0px;}
}

.area_dentista{
	float: left;
	width: 45%;
	overflow: hidden;
}

.img_consulta{
	overflow: hidden;
	margin-bottom: 20px;
}

.division{
	overflow: hidden;
	float: left;
}

.area_paciente{
	float: right;
	width: 45%;
	overflow: hidden;
}

.forms{
	background: #ddd;
	border-radius: 8px;
	padding: 15px 20px;
	color: #686868;
	display: block;
	margin-bottom: 10px;
	border: solid 1px #fff;
	width: 70%;
	margin-left: 40px;
	font-size: 16px;
}

.bt_consulta_form{
	background: #0072a1;
	border-radius: 8px;
	padding: 15px 20px;
	color: #fff;
	display: block;
	margin-bottom: 10px;
	border: solid 1px #fff;
	width: 35%;
	margin-left: 40px;
	font-size: 16px;
	cursor: pointer;
	transition: all .5s ease;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.bt_consulta_form:hover{
	background: #009ada;
}

.bt_fechar{
	position: relative;
	width: 30px;
	height: 30px;
	background: #ff0000;
	margin-left: 720px;
	margin-top: -50px;
	cursor: pointer;
}


/**SLIDER**/
.slider_geral{
	padding-top: 140px;
}

/**SECTIONS**/
.servicos{
	display: block;
	overflow: hidden;
	padding: 80px 0;
	font-family: 'avante';
}

.corpoclinico{
	display: block;
	overflow: hidden;
	padding: 80px 0;
	font-family: 'avante';
}

.title_base{
	width: 500px;
	display: block;
	padding-bottom: 20px;
	border-bottom: 5px solid #d80001;
	font-size: 22px;
	letter-spacing: 5px;
	color: #009bd8;
	text-transform: uppercase;
	text-align: right;
	margin-bottom: 30px;
}

.title_base2{
	width: 500px;
	display: block;
	padding-bottom: 20px;
	border-bottom: 5px solid #d80001;
	font-size: 42px;
	letter-spacing: 5px;
	color: #009bd8;
	text-transform: uppercase;
	text-align: right;
	margin-bottom: 30px;
}

.bt_serv{
	float: left;
	width: 45%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	border-radius: 8px;
	height: 200px;
	overflow: hidden;
	background: #000;
	margin-bottom: 40px;

}

.bt_serv .image_serv{
	width: 100%;
	transition: all .5s ease;
	opacity: 0.8;
}

.bt_serv:hover .image_serv{
	width: 110%;
	opacity: 1;
}

.bt_serv .efeito{
	background: #006f9b;
	opacity: 0.6;
	transition: all .5s ease;
	position: relative;
	width: 100%;
	height: 50px;
	margin-top: -70px;
}

.bt_serv:hover .efeito{
	background: #c00000;
	margin-top: -120px;
	height: 80px;
}

.bt_serv .name_serv{
	font-size: 18px;
	letter-spacing: 5px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	margin-top: -40px;
	margin-left: 30px;
	transition: all .5s ease;
}

.bt_serv:hover .name_serv{
	margin-top: -60px;
	text-shadow: 0 0 5px #000;
}

.bt_vertodos{
	width: 200px;
	clear: left;
	display: block;
	padding-bottom: 15px;
	border-bottom: 5px solid #d80001;
	font-size: 22px;
	letter-spacing: 5px;
	color: #009bd8;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto;
}

/**DESTAQUES**/
.destaques{
	height: 600px;
	background: url('../img/bg_fluxo.jpg') no-repeat;
	background-size: cover;
}

.box_video{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999999999999999999999999999999999999999999999999999999999999999999999;
}

.bt_video{
	width: 200px;
	height: 196px;
	margin-top: 200px;
	margin-left: 200px;
	float: left;
	cursor: pointer;
}

.box_container_video{
	background: #000;
	width: 700px;
	padding: 50px;
	overflow: hidden;
	margin: 0 auto;
	-moz-box-shadow:0px 0px 50px #000;
	-webkit-box-shadow:0px 0px 50px #000;
	box-shadow:0px 0px 50px #000;
	opacity: 1;
	animation-name: video;
  animation-duration: 1s;
}

@keyframes video {
  0%   {opacity: 0; margin-top: -50px;}
  100% {opacity: 1; margin-top: 0px;}
}

.bt_fechar2{
	position: absolute;
	width: 30px;
	height: 30px;
	background: #000;
	right: 30px;
	top: 350px;
	cursor: pointer;
}

.textsenha{
	text-align: left;
	color: #106ebe;
	overflow: hidden;
	padding: 15px 0;
	margin-left: 45px;
}

.show{
	width: 100%;
	height: 500px;
}

.text_destaque{
	font-family: 'avante';
	color: #fff;
	float: left;
	width: 40%;
	margin-left: 300px;
	padding-top: 100px;
}

.td1{
	font-family: 'montserrat_n';
	font-size: 52px;
	margin-bottom: -20px;
}

.td2{
	font-family: 'montserrat_b';
	font-size: 52px;
	margin-bottom: 40px;
}

.td3{
	font-size: 18px;
	line-height: 28px;
}

/**CORPO CLÍNICO**/
.conj_prof{
	overflow: hidden;
	float: left;
	width: 15%;
	margin: 0 25px;
	font-family: 'avante';
	color: #009ada;
	font-weight: bold;
	text-align: center;
}

.foto_prof{
	overflow: hidden;
}

.nome_prof{
	font-size: 18px;
}

/**CONVÊNIOS**/
.convenios{
	background: url('../img/bg_convenios.jpg') no-repeat fixed bottom;
	background-size: cover;
	padding: 80px 0;
}

.tconvenios{
	text-align: center;
	font-family: 'avante';
	font-size: 32px;
	margin-bottom: 30px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 10px;
}

.conj_conv{
	float: left;
	border-radius: 12px;
	padding: 20px;
	width: 130px;
	height: 50px;
	background: #fff;
	margin: 20px;
	box-shadow: 0 0 15px #575757;
}

footer{
	padding: 50px 0;
	background: url('../img/bg_footer.jpg') bottom repeat-x;
	overflow: hidden;
	display: block;
	font-family: 'avante';
}

.col_footer{
	float: left;
	margin-right: 40px;
	width: 300px;
	overflow: hidden;
}

.logo_footer{
	width: 190px;
	height: 80px;
}

.unidade{
	font-size: 35px;
	margin-bottom: 20px;
	color: #ad0101;
}

.endereco_und{
	font-size: 16px;
	color: #494949;
}

.siganos_insta{
	float: right;
	width: 200px;
	margin-top: 40px;
}

.arroba{
	width: 200px;
	text-align: center;
	padding: 10px 0;
	border-radius: 9px;
	background: #ab0000;
	color: #fff;
	font-size: 18px;
	margin-top: 15px;
}

.insta{
	width: 300px;
	height: 300px;
	background: #ccc;
	float: right;
	margin-left: 50px;
}

.footer2{
	background: #fff;
	padding: 15px;
	color: #505050;
}

.copyright{
	float: left;
	overflow: hidden;
}

.tw{
	width: 101px;
	height: 28px;
	float: right;
	background:url(../img/tw.png) no-repeat left top;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
}

.tw:hover{
	background:url(../img/tw.png) no-repeat right top;
}

.whats{
	width: 60px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: all .5s ease;
	z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999;
}

.whats:hover{
	bottom: 20px;
}

.space{
	display: block;
	width: 100%;
	height: 150px;
}

.title_exame{
	font-family: 'avante';
	letter-spacing: 5px;
	color: #009ad8;
	font-size: 50px;
	overflow: hidden;
	margin-bottom: 80px;
	text-transform: uppercase;
	padding-bottom: 20px;
	border-bottom: 1px solid #c30001;
}

.img_exame{
	width: 700px;
	float: left;
	margin-right: 35px;
	margin-bottom: 25px;
	overflow: hidden;
	border-radius: 18px;
}

.text_exame{
	text-align: justify;
	line-height: 28px;
	font-size: 18px;
	color: #666;
	letter-spacing: 1px;
}

.compartilamento{
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}

.icon_social{
	float: left;
	width: 30px;
	margin: 0 2px;
}

.conj_downloads{
	display: block;
	padding: 30px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 30px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 0 15px #999999;
	width: 80%;
}

.name_downloads{
	font-size: 28px;
	letter-spacing: 3px;
	float: left;
	color: #b5b5b5;
}

.bt_downloads{
	float: right;
	padding: 10px 25px;
	background: #009ada;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	letter-spacing: 3px;
}


.box_prata, .box_centro{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999999999999999999999999999999999999999999999999999999999999999999999;
}

.bt_prata, .bt_centro{
	width: 200px;
	height: 196px;
	margin-top: 200px;
	margin-left: 200px;
	float: left;
	cursor: pointer;
}

.form_cont{
	background: #fff;
	padding: 40px;
	display: block;
	width: 45%;
	box-shadow: 0 0 15px #999999;
	border-radius: 15px;
	margin-bottom: 30px;
	margin-left: 30px;
	float: left;
}

.input{
	border-radius: 8px;
	background: #d7d7d7;
	border: solid 1px #d7d7d7;
	padding: 15px 20px;
	margin-bottom: 15px;
	font-family: 'montserrat_n';
	display: block;
	width: 90%;
	font-size: 16px;
}

.bt_enviar{
	border-radius: 8px;
	background: #009ada;
	border: solid 1px #d7d7d7;
	padding: 15px 20px;
	margin-bottom: 15px;
	display: block;
	font-size: 18px;
	color: #fff;
	font-family: 'avante';
	letter-spacing: 5px;
	cursor: pointer;
}

.ver_mapa{
	border-radius: 8px;
	background: #ca0001;
	padding: 15px 20px;
	margin-bottom: 15px;
	font-size: 12px;
	color: #fff;
	font-family: 'avante';
	letter-spacing: 5px;
	width: 100px;
	text-align: center;
}

.end{
	float: left;
	margin-left: 30px;
}

.und{
	background: #fff;
	padding: 25px;
	display: block;
	width: 50%;
	box-shadow: 0 0 15px #999999;
	border-radius: 15px;
	margin-bottom: 30px;
	margin-left: 30px;
	cursor: pointer;
}

.subtitle{
	text-transform: uppercase;
	margin-left: 30px;
	margin-bottom: 20px;
	font-size: 22px;
	color: #009ada;
	font-weight: bold;
}

.googlemaps{
	width: 700px;
	height: 400px;
}

.text_clinica{
	font-size: 16px;
	line-height: 28px;
}

.subtitle2{
	clear: left;
	display: block;
	text-transform: uppercase;
	color: #009ada;
	margin-bottom: 30px;
	letter-spacing: 5px;
	font-size: 28px;
	font-weight: bold;
	margin-left: 30px;
	padding-top: 30px;
}

.conj_corpo{
	width: 45%;
	float: left;
	margin-left: 2.5%;
	margin-bottom: 30px;
}

.img_corpo{
	float: left;
	width: 200px;
	overflow: hidden;
}

.info_corpo{
	float: left;
	margin-left: 25px;
	overflow: hidden;
	width: 300px;
}

.nome_corpo{
	font-size: 22px;
	font-weight: bold;
	color: #009ada;
	overflow: hidden;
	margin-bottom: 15px;
}

.text_corpo{
	overflow: hidden;
}

.tarja{
	padding: 15px;
	background: #dcdcdc;
	color: #5a5a5a;
	margin-bottom: 5px;
}

.img_text_prof{
	float: left;
	overflow: hidden;
	margin-left: 50px;
	width: 350px;
	margin-top: 35px;
}

@media only screen and (max-width: 1850px) {
	.menu{
		float: left;
		width: 550px;
		display: block;
	}

	.lk{
		padding: 30px 15px;
		color: #012839;
		font-size: 12px;
		display: block;
		transition: all .5s ease;
		float: left;
	}

	.lk:hover{
		background:-webkit-gradient(linear, 81% 100%, 82% 29%, from(#009ada), to(#012839));
		color: #fff;
	}

	.bt_consulta{
		width: 250px;
		overflow: hidden;
		float: right;
		cursor: pointer;
		margin-top: 15px;
	}
}

@media only screen and (max-width: 1550px) {
	.logo{
		width: 180px;
	}
	.menu{
		float: left;
		width: 500px;
		display: block;
	}

	.lk{
		padding: 30px 10px;
		color: #012839;
		font-size: 11px;
		display: block;
		transition: all .5s ease;
		float: left;
	}

	.lk:hover{
		background:-webkit-gradient(linear, 81% 100%, 82% 29%, from(#009ada), to(#012839));
		color: #fff;
	}

	.bt_consulta{
		width: 200px;
		overflow: hidden;
		float: right;
		cursor: pointer;
		margin-top: 15px;
	}
}


@media only screen and (max-width: 1366px) {
	header{
		position: static;
		z-index: 1;
		width: 100%;
	}

	.logo_carregando{
		width: 70%;
		overflow: hidden;
	}


	.logo{
		width: 60%;
		overflow: hidden;
		margin: 0 auto;
		float: none;
		padding-top: 20px;
	}

	.menu{
		display: none;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
		margin-top: 30px;
		animation-name: menu;
	  animation-duration: 1s;
	}

	@keyframes menu {
	  0%   {height: 0px;}
	  100% {height: 265px;}
	}

	.lk{
		float: none;
		text-align: center;
		border-bottom: 1px solid #ccc;
		padding: 12px 0;
		clear: left;
		font-size: 16px;
		font-family: 'avante';
		font-weight: bold;
		letter-spacing: 5px;
	}

	.bt_consulta{
		float: none;
		margin: 0 auto;
		margin-bottom: 30px;
		margin-top: 20px;
	}


	.bt_menu_mob{
		display: block;
		position: absolute;
		right: 0px;
		top: 15px;
		width: 43px;
		height: 43px;
		background: #cf3f3f;
		overflow: hidden;
		z-index: 2;
		cursor: pointer;
	}

	.box_consulta, .box_prata, .box_centro{
		top: 0px;
	}

	.box_container_consulta{
		padding: 15px;
		width: 70%;
		margin-top: 25px;
		animation-name: box;
	  animation-duration: 1s;
		margin-top: -40px;
	}

	@keyframes box {
	  0%   {opacity: 0; margin-top: -70px;}
	  100% {opacity: 1; margin-top: -40px;}
	}

	.area_dentista{
		float: none;
		width: 100%;
		overflow: hidden;
		margin-bottom: 30px;
	}

	.img_consulta{
		margin: 0 auto;
		width: 250px;
	}

	.division{display: none;}

	.area_paciente{
		float: none;
		width: 100%;
		overflow: hidden;
		margin-bottom: 30px;
	}

	.bt_fechar{
		margin: 0 auto;
		background: #999;
		border-radius: 50px;
		position: absolute;
		top: 25px;
		left: 50%;
		margin-left: -15px;
	}

	.bt_fechar2{
		margin: 0 auto;
		background: #000;
		border-radius: 50px;
		position: static;
			}

	.slider_geral{
		margin-top: -140px;
	}

	.title_base, .title_base2{
		text-align: center;
		width: 80%;
		margin: 0 auto;
		padding-bottom: 20px;
		border-bottom: 2px solid #bc0000;
		margin-bottom: 30px;
	}

	.bt_serv{
		width: 100%;
		float: none;
		margin: 0 auto;
		margin-bottom: 30px;
		height: 125px;
	}

	.bt_video{
		float: none;
		margin-left: 0;
		margin: 0 auto;
		width: 150px;
		margin-top: 100px;
	}

	.text_destaque{
		float: none;
		width: 100%;
		margin-left: 0;
		margin-top: -130px;
		text-align: center;
	}

	.td2{
		margin-bottom: 20px;
	}

	.td3{
		line-height: normal;
		font-size: 16px;
	}

	.box_video{
		top: 0;
	}

	.box_container_video{
		width: 90%;
		padding: 0;
		margin: 0 auto;
	}

	.video_show{
		width: 100%;
	}

	.show{
		width: 100%;
		height: 400px;
	}

	.conj_prof{
		width: 35%;
		margin-bottom: 30px;
	}

	.corpoclinico{
		display: none;
	}

	.convenios{
		display: none;
	}

	footer{
		border-top: 1px solid #ccc;
		text-align: center;
		background: url('../img/bg_footer.jpg') #fff bottom repeat-x;
	}

	.col_footer{
		margin-right: 0px;
		margin: 0 auto;
		float: none;
	}

	.logo_footer{
		margin: 0 auto;
	}

	.insta{
		display: none;
	}

	.siganos_insta{
		float: none;
		margin-right: 0px;
		margin: 0 auto;
		margin-top:  50px;
	}

	.footer2{
		display: none;
	}

	.space{
		display: block;
		width: 100%;
		height: 0px;
	}

	.bt_serv .name_serv{
		font-size: 14px;
		letter-spacing: 2px;
	}

	.container{
		width: 80%;
	}

	.title_exame{
		letter-spacing: 3px;
		font-size: 25px;
		text-align: center;
	}

	.img_exame{
		width: 100%;
		float: left;
		margin-right: 35px;
		margin-bottom: 25px;
	}

	.text_exame{
		text-align: left;
		line-height: 28px;
		font-size: 16px;
		color: #666;
		letter-spacing: 1px;
	}


	.name_downloads{
		font-size: 28px;
		letter-spacing: 3px;
		float: none;
		color: #b5b5b5;
		text-align: center;
		margin-bottom: 10px;
	}

	.bt_downloads{
		float: none;
		padding: 10px 25px;
		background: #009ada;
		border-radius: 5px;
		color: #fff;
		font-size: 18px;
		letter-spacing: 3px;
		text-align: center;
	}

	.form_cont{
		background: #fff;
		padding: 40px;
		display: block;
		width: 70%;
		box-shadow: 0 0 15px #999999;
		border-radius: 15px;
		margin-left: 0px;
		margin: 0 auto;
		margin-bottom: 30px;
		float: none;
	}

	.input{
		border-radius: 8px;
		background: #d7d7d7;
		border: solid 1px #d7d7d7;
		padding: 15px 20px;
		margin-bottom: 15px;
		font-family: 'montserrat_n';
		display: block;
		width: 85%;
		font-size: 16px;
	}

	.bt_enviar{
		border-radius: 8px;
		background: #009ada;
		border: solid 1px #d7d7d7;
		padding: 15px 20px;
		margin-bottom: 15px;
		display: block;
		font-size: 18px;
		color: #fff;
		font-family: 'avante';
		letter-spacing: 5px;
		cursor: pointer;
	}

	.ver_mapa{
		border-radius: 8px;
		background: #ca0001;
		padding: 15px 20px;
		margin-bottom: 15px;
		font-size: 12px;
		color: #fff;
		font-family: 'avante';
		letter-spacing: 5px;
		width: 100px;
		text-align: center;
		margin: 0 auto;
	}

	.end{
		float: none;
		margin-left: 0px;
		margin: 0 auto;
	}

	.und{
		background: #fff;
		padding: 25px;
		display: block;
		width: 50%;
		box-shadow: 0 0 15px #999999;
		border-radius: 15px;
		margin-left: 0px;
		margin: 0 auto;
		margin-bottom: 30px;
		cursor: pointer;
		text-align: center;
	}

	.subtitle{
		text-transform: uppercase;
		margin-left: 0px;
		margin-bottom: 20px;
		font-size: 22px;
		color: #009ada;
		font-weight: bold;
		text-align: center;
	}

	.googlemaps{
		width: 100%;
		height: 400px;
	}

	.subtitle2{
		clear: left;
		display: block;
		text-transform: uppercase;
		color: #009ada;
		letter-spacing: 5px;
		font-size: 28px;
		font-weight: bold;
		margin-left: 0px;
		margin: 0 auto;
		padding-top: 30px;
		margin-bottom: 30px;
		text-align: center;
	}

	.conj_corpo{
		width: 100%;
		float: none;
		margin-left: 0;
		margin-bottom: 50px;
	}

	.img_corpo{
		float: none;
		width: 200px;
		overflow: hidden;
		margin: 0 auto;
		text-align: center;
	}

	.info_corpo{
		float: none;
		margin-left: 25px;
		overflow: hidden;
		width: 300px;
		text-align: center;
		margin: 0 auto;
	}

	.nome_corpo{
		font-size: 22px;
		font-weight: bold;
		color: #009ada;
		overflow: hidden;
		margin-bottom: 15px;
	}

	.text_corpo{
		overflow: hidden;
	}

	.tarja{
		padding: 15px;
		background: #dcdcdc;
		color: #5a5a5a;
		margin-bottom: 5px;
	}

	.att1{
		font-style: italic;
		color: #82cded;
		float: left;
		font-size: 12px;
	}

	.att2{
		font-style: italic;
		color: #fff;
		float: left;
		margin-left: 20px;
		font-size: 12px;
	}

	.forms{
		background: #ddd;
		border-radius: 8px;
		padding: 15px 20px;
		color: #686868;
		display: block;
		margin-bottom: 10px;
		border: solid 1px #fff;
		width: 65%;
		margin-left: 40px;
		font-size: 16px;
	}

	.conj_conv{
		float: none;
		border-radius: 12px;
		padding: 20px;
		width: 80%;
		height: auto;
		background: #fff;
		margin: 0 auto;
		margin-bottom: 25px;
		box-shadow: 0 0 15px #575757;
	}


}
