/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* PROPRIEDADES GLOBIAS ======================================================== */
html {width:100%;}

body {font-family:Arial,Helvetica,sans-serif;font-size:100%;color:#808080;min-width:960px;background:#fff}
.ic {border:0;float:right;background:#fff;color:#f00;width:50%;line-height:10px;font-size:10px;margin:-220% 0 0 0;overflow:hidden;padding:0}
.bg {width:100%; background:url(../images/bg-tail.gif) center top repeat;}

.main {
	width:960px; 	
	padding:0;
	margin:0 auto;
	font-size:14px;
	line-height:1.932em;
}

.end{
font-family:Arial,Helvetica,sans-serif;font-size:12px;color:#808080;margin-top:-6px; margin-left:14px;
}

h3 span {
	font-size:16px; 
}

a {color:#F68026; outline:none;}
a:hover {text-decoration:none;}

.col-1, .col-2 {float:left;}

.wrapper {width:100%; overflow:hidden;}
.wrapper .localizacao{font-size:16px;}
.wrapper .obrigatorio {font-size:12px; font-weight:bold; background-color:#F68026; padding:5px; width:160px; color:#FFFFFF}
.	 {overflow:hidden;}
#map {width:100%; height:350px}
.hidrat{width:300px; overflow:hidden;}
.extra-wrap p {text-align:justify; width:600px}
.extra-wrap .identar {text-align:justify; width:100%;}
.extra-wrap .identar img {float:right; margin-top:-25px; padding-left:15px;}
.extra-wrap span {font-size:100px; line-height:80px; float:left; padding-right:10px;}
.extra-wrap figure {float:left; padding-left:10px;}
.textBV {text-align:justify; width:940px}
p {margin-bottom:18px;}
.p0 {margin-bottom:0px;}
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px; width:980px}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:53px;}

.reg {text-transform:uppercase;}

.fleft {float:left;}
.fright {float:right;}

.alignright {text-align:right;}
.alignleftfooter {text-align:left; float:left; width:260px; font-size:14px; line-height:20px;}
.alignleftfooter span {font-size:12px; font-weight:bold;}
.aligncenter {text-align:center; margin-right:220px;}
.alignrightfooter {text-align:right; float:right; margin-top:-80px; line-height:30px;}


.alignrightfooter img {margin-top:-10px;}

.it {font-style:italic;}

.color-1 {color:#fff;}
.color-2 {color:#000;}
.color-3 {color:#F68026;}

.fb-like-box {margin-top:20px;}

/********************************* BOXES **********************************/
.indent {padding:55px 0 10px 25px;}
.indent-left {padding-left:19px;}
.indent-left2 {padding-left:60px;}
.indent-right {padding-right:45px;}

.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:30px;}
.indent-bot3 {margin-bottom:45px;}

.prev-indent-bot-x {margin-bottom:10px; margin:0px;}
.prev-indent-bot {margin-bottom:10px;}
.prev-indent-bot .youtube {border:0;}
.img-indent-bot {margin-bottom:25px;}
.mapa {margin-bottom:25px; float:left;}
.margin-bot {margin-bottom:35px;}

.img-indent {float:left; margin:0 20px 0 0;}	
.img-indent2 {float:left; margin:2px 25px 0 0;}	
.capitula-acento{ line-height:120px;}
.img-indent-r {float:right; margin:0 10px 0 40px;}	


.buttons a:hover {cursor:pointer;}

.menu li a,
.list-1 li a,
.list-2 li a,
.link,
.button a,
h1 a {text-decoration:none;}	

/********************************* HEADER **********************************/
header {
	width:100%;
	position:relative; 
	z-index:2;
}

h1 {
	padding:20px 0 0 20px; 
	position:relative;
	float:left;
}
	h1 a {
		display:block; 
		width:613px;
		height:146px;
		text-indent:-9999em;
		background:url(../images/logo.png) 0 0 no-repeat;
	}
	
/********************************* MENU **********************************/
.menu-row {
	width:100%;
	padding-bottom:2px;
	background:url(../images/menu-row-tail.gif) center bottom repeat-x #fff;
}
.menu {
	padding:0 0 0 0; 
	border-left:1px solid #e5e5e5;
}
.menu > li {
	float:left; 
	position:relative;
	border-right:1px solid #e5e5e5;
}
.menu > li > a {
	display:block; 
	width:191px;
	font-size:14px; 
	line-height:4em; 
	padding:4px 0 2px; 
	color:#272727; 
	text-transform:uppercase; 
	text-align:center;
}
.menu li a.active,
.menu > li > a:hover {color:#fff; background:#F68026;}

/********************************* BANNER **********************************/
.carousel {
  position: relative;
  margin-bottom: 18px;
  line-height: 1;
  width: 100%;
  text-align: center;
 }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
      -ms-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel .item > img {
  display: block;
  line-height: 1;
}

.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}

.carousel .active {
  left: 0;
}

.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel .next {
  left: 100%;
}

.carousel .prev {
  left: -100%;
}

.carousel .next.left,
.carousel .prev.right {
  left: 0;
}

.carousel .active.left {
  left: -100%;
}

.carousel .active.right {
  left: 100%;
}

.carousel-control {
	text-decoration:none;
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  right: 15px;
  left: auto;
}

.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 15px 5px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
}


/********************************* SEARCH FORM **********************************/
#home-localizacao{
	padding:50px 45px 0 0;
	float:right;
}
#search-form fieldset {
	position:relative; 
	width:100%; 
	display:block; 
	overflow:hidden;
}
#search-form .search-field {
	float:right;
	width:220px;
	height:38px;
	padding-left:10px;
	background:url(../images/search-bg.jpg) 0 0 no-repeat; 
}
#search-form input {
	width:160px; 
	font-size:14px;
	line-height:1.25em;
	padding:11px 20px 9px 10px; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#d4d4d4;
	text-transform:uppercase;
	background:none;
	border:none;
	margin:0;
	outline:none;
}
#search-form .search-button {
	display:block; 
	width:20px;
	height:20px;
	text-indent:-5000px;
	background:url(../images/search-icon.png) left top no-repeat;
	position:absolute;
	right:9px;
	top:9px;
}
#search-form .search-button:hover {background-position:left bottom;}

.row-bot {
	width:100%;
	height:30px;
	background:url(../images/row-bot-tail.gif) center top repeat-x;
	overflow:hidden;
}

/********************************* TABS **********************************/
ul.tabs {
	list-style: none;
	width: 960px;
	margin:0 auto;
	overflow:hidden;
}
ul.tabs li {
	float: left;
	overflow: hidden;
	position: relative;
	padding-left:12px;

}
ul.tabs li:first-child {padding:0;}
ul.tabs li a {
	text-decoration: none;
	color: #fff;
	background:url(../images/tabs-a.png) right top no-repeat;
	display: block;
	width:312px;
	height:57px;
	text-align:center;
	font-size:14px;
	line-height:57px;
	font-weight:bold;
	text-transform:uppercase;

}
ul.tabs li.active a, ul.tabs li a:hover  {background-position:left top;}

.tab_container {
	width:100%;
	height:380px;
	overflow:hidden;
	background:url(../images/tabs-content-tail.gif) center top repeat-x;
}
.tab_content {
	width:100%;
	background:url(../images/tabs-bg.jpg) center top no-repeat;
	padding:20px 0;
}
.tab_content p {
	font-size:18px;
	line-height:22px;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
}

.title {
	display:block;
	font-size:67px;
	line-height:1.2em;
	color:#f0f0f0;
	text-align:center;
	letter-spacing:-2px;
	margin-bottom:-2px;
}

/********************************* CONTEÚDO **********************************/
#content {
	width:100%; 
	padding:37px 0 45px;
	position:relative;
	z-index:1;
}

.spacer-1 {
	width:100%; 
	background:url(../images/pic-1.gif) 217px 0 repeat-y;
}

h2 {
	font-size:28px; 
	line-height:2em; 
	color:#272727;
	font-weight:normal;
	margin-top:-10px;
	margin-bottom:8px;
}
h3 {
	font-size:21px; 
	line-height:2em; 
	color:#272727;
	font-weight:normal;
	margin-bottom:6px;
}
h5 {color:#F68026; font-weight:normal; margin-bottom:3px;}
h6 {color:#272727; margin-bottom:5px;}

.border-bot {
	width:100%; 
	padding-bottom:20px; 
	background:url(../images/pic-1.gif) 0 bottom repeat-x;
}

.box {
	width:100%; 
	background:url(../images/box-tail.gif) 0 0 repeat-x;
}

.button {
	display:inline-block; 
	padding-bottom:4px;
	background:url(../images/button-shadow.png) center bottom no-repeat;
	position:relative;
}
	.button a {
		display:inline-block;
		padding:5px 10px 5px 30px;
		font-size:15px;
		line-height:2em;
		text-transform:uppercase;
		color:#fff;
		background:url(../images/button-tail.gif) 0 0 repeat-x #ad0100;
		border-radius:20px;
		cursor:pointer;
	}
	.button strong {
		display:inline-block;
		padding-right:39px;
		background:url(../images/button-marker.png) right 5px no-repeat;
	}
.button a:hover {background:#ad0100;}

.button-2 {
	display:inline-block;
	padding:50px;
	font-size:13px;
	color:#fff;
	background:#F68026;
	text-decoration:none;
    margin:10px;
}
.button-2:hover {background:#222;}

.botaoinfo {
    display:inline-block;
	padding:15px;
	font-size:13px;
	line-height:1.23em;
	color:#fff;
	background:#F68026;
	text-decoration:none;
	float:right;
	margin-top:-30px;
	
}
.botaoinfo:hover {background:#222; text-decoration:none}
.marque-sua-consulta {
    display:inline-block;
	padding:15px;
	font-size:13px;
	line-height:1.23em;
	color:#fff;
	background:#F68026;
	text-decoration:none;
	
}
.marque-sua-consulta:hover {background:#222; text-decoration:none}

.btn-wrap {
	padding-left:45px;
}

.list-1 li {
	line-height:18px; 
	padding:6px 0 6px 15px; 
	background:url(../images/marker-1.gif) 0 12px no-repeat;
}
	.list-1 li a {
		display:inline-block;
		color:#808080;
	}
	.list-1 li a:hover {color:#F68026; text-decoration:underline;}

.list-2 li {
	font-size:14px; 
	line-height:24px; 
	padding:0px; 
	background:url(../images/pic-1.gif) 0 bottom repeat-x;
}
	.list-2 li a {
		display:block; 
		color:#1799cf; 
		padding-left:12px; 
		background:url(../images/marker-1.gif) 0 10px no-repeat;
	}
	.list-2 li a:hover {color:#fff;}
	.list-2 .last-item {background:none;}

.link:hover {text-decoration:underline;} 

.link-1 {
	display:inline-block; 
	font-size:14px; 
	padding-right:8px; 
	background:url(../images/marker-3.gif) right 8px no-repeat;
}
.link-1:hover {color:#fff;} 

.text-1 {font-size:14px;} 
.text-2 {font-size:14px; line-height:1.285em;}  

dl dt {margin-bottom:5px;}
dl span {float:left; width:88px;}

/***** contact form *****/
#contact-form {
	display:block;
	width:100%;
}
	#contact-form label {
		display:block; 
		height:40px; 
		overflow:hidden;
	}
	#contact-form .border {
		display:block;
		border:1px solid #fff;
		overflow:hidden;
	}
	#contact-form input {
		float:left; 
		width:808px; 
		font-size:12px; 
		line-height:1.25em;
		color:#808080;
		padding:9px 8px; 
		margin:0; 
		font-family:Arial, Helvetica, sans-serif; 
		font-size:14px;
		border:1px solid #e4e4e4; 
		background:#fff;
		outline:none;
	}
	#contact-form textarea {
		float:left;
		height:195px; 
		width:808px; 
		font-size:12px; 
		line-height:1.25em;
		color:#808080;
		padding:9px 8px; 
		margin:0; 
		font-family:Arial, Helvetica, sans-serif; 
		font-size:14px;
		border:1px solid #e4e4e4;
		background:#fff;
		overflow:auto;
		outline:none;
	}
	
#contact-form #enviar {
	width:100px;
	display:inline-block;
	padding:15px;
	font-size:13px;
	color:#fff;
	background:#F68026;
	text-decoration:none;
    margin:10px;
	float:right;
}
#contact-form #enviar:hover {background:#222;}
.text-form {
	float:left; 
	display:block; 
	font-size:14px;
	line-height:32px;
	width:103px; 
	color:#808080;
	font-family:Arial, Helvetica, sans-serif;
}

.buttons {padding:8px 0 0 0; text-align:right;}
.buttons a {margin-left:7px; padding:5px 35px;}		

/********************************* RODAPÉ **********************************/
footer {width:100%; padding:25px 0 30px; background:url(../images/footer-tail.gif) center top repeat-x; margin-bottom:20px;}
footer span {display:block;}
img:first-child{ padding-right:2px}
img{
	padding-left: 4px;
}
.imagens{width: 225px; height: 199px; float: left;}
.imagemBV{width:175px; height:215px;}
.imagemt{width:175px; height:218px; margin-top:8px;}
.imagemhome{width: 95px; height: 95px; float: left;}	
.clear{clear:both;}
.espaco{margin-top: 5px};