*{
	box-sizing: border-box;
}
body, html {
    min-height: 100%;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
	font-family: 'Raleway', sans-serif;
    min-width: 100%;
}
img{
	max-width: 100%;
	vertical-align: top;
}
a{
	text-decoration: none;
}
.content{
	position: relative;
	max-width: 1170px;
	margin: 0 auto;
}
header{
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.06);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.06);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.06);
	height: auto;
	background: #fff;
	width: 100%;
	transition: all .2s linear 0.1s;
	position: relative;
	z-index: 99;
}
header .video {
    width: 100%;
    height: 0;
    top: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 56.3%;
    z-index: 2;
    background: #000;
}
header .video .videos {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
header nav{
	width: 100%;
	height: auto;
	z-index: 3;
	background: rgba(30, 154, 209, 1);
	font-size: 0;
	text-align: right;
}
.home header nav{
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(30, 154, 209, 0.8);

}
header nav > .content .logo{
	vertical-align: middle;
	display: inline-block;
	text-align: left;
	float: left;
	margin-top: 10px;
}
header nav > .content > ul{
	font-size: 0;
	display: inline-block;
	vertical-align: middle;

}
header nav > .content > ul > li{
	font-size: 13px;
	display: inline-block;
	margin-top: 20px;
	position: relative;
}



.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #b3e1f8;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    margin-left: 5px;
    margin-top: 3px;

}
header nav > .content > ul > li > a{
	color: #b3e1f8;
	font-weight: bold;
	text-transform: uppercase;
	padding: 30px 15px;
	display: inline-block;
	text-decoration: none;

}
header nav > .content > ul > li > a.active{
	color: #fff;
}
header nav > .content > ul > li > a:hover{
	color: #fff;
}
header nav > .content > ul:last-child{
	border-left: 1px solid rgba(255,255,255,0.1);
}
header nav > .content > ul:last-child li a{
	padding-right: 0px;
}
header nav > .content > ul > li > ul{
	display: none;
	position: absolute;
	top: 80%;
	left: 0;
	width: 100%;
	background: #fff;
	padding: 5px 0;
	text-align: left;
	min-width: 225px;
	font-size: 13px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.29);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.29);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.29);
}
header nav > .content > ul > li:hover > ul{
	display: inline-block;
}
header nav > .content > ul > li ul li{
	width: 100%;
}
header nav > .content > ul > li ul:before{
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-bottom-color: rgba(255,255,255,1);
	position: absolute;
	top: -7px;
	left: 9px;
}
header nav > .content > ul > li ul li a{
	padding: 3px 10px;
	color: #000;
	text-decoration: none;
	font-weight: 400;
	line-height: 20px;
	width: 100%;
	display: inline-block;
	transition: all .1s linear 0.1s;
}
header nav > .content > ul > li ul li a:first-letter{
	text-transform: uppercase;
}
header nav > .content > ul > li ul li a.active{
	color: #ffffff;
	background-color: #0c7eb8;
}
header nav > .content > ul > li ul li a:hover{
	color: #ffffff;
	background-color: #0c7eb8;
}
main{
	padding: 40px 0;
	min-height: 570px;
}
main.testemunhos{
	padding-top: 20px;
}
.home main{
	padding: 0;
}
main .servicos{
	background: #d9d6ca;
	background: #fff;
	padding: 0px 0;
}
main .servicos .content ul {
	font-size: 0;
	position: relative;
	width: 100%;
}
main .servicos .content ul li{
	width: 33.333%;
	display: inline-block;
	text-align: center;
	position: relative;
	vertical-align: top;
	transition: all .1s linear 0.1s;
	}
main .servicos .content ul li:nth-of-type(3n){
	margin-right: 0;
}
main .servicos .content ul li:hover{
	background-color: #f6f6f6;
	color: #697277;
}
main .servicos .content ul li img{
	max-width: 100%;
}

main .servicos .content ul li .text{
	font-size: 16px;
	line-height: 22px;
	color: #5f6265;
	display: inline-block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
}


main .servicos .content ul li .text .conteudo{
	display: inline-block;
	vertical-align: middle;
	width: 95%;
}
main .servicos .content ul li .text .conteudo h2{
	color: #828689;
	font-weight: 400;
	text-transform: uppercase;
	margin: 10px 0;
	font-size: 20px;
}

main .servicos .content ul li .text .conteudo .ocultar p {
	font-size: 16px;
	line-height: 22px;
	color: #5f6265;
	padding-bottom: 10px;
	font-size: 14px;
	height: 100px;
	overflow: hidden;
}


main .servicos .content ul li .text .conteudo .ocultar p:last-child{
	min-height: inherit;
	margin-bottom: 0;
	height: auto;
	padding-bottom: 0;
}
main .servicos .content ul li .text .conteudo .ocultar p a{
	color: #0c7eb8;
}
main .servicos .content ul li .icon{
	width: 60px;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 38px;
	background-color: #999;
	color: #FFF;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	text-align: center;
}
main .servicos .content ul li.diagnostico .icon:before{
	content: "\f0f1";
}
main .servicos .content ul li.exame .icon:before{
	content: "\f046";
}
main .servicos .content ul li.chiropratica .icon:before{
	content: "\f002";
}
main .slideshow{
	background: url("../images/cavalo.jpg") no-repeat left center #1e9ad1;
	background-size: cover;
	position: relative;
	width: 100%;
}
.en main .slideshow{
	background: url("../images/background.png") no-repeat center center ;
	background-size: cover;
}
main .slideshow ul {
	font-size: 0;
	margin: 0;
	padding: 0;
}
main .slideshow ul li{
	padding: 10% 0;
	text-align: right;
}
.en main .slideshow ul li{
	text-align: center;

	padding: 20% 0 5%;
}
.bx-wrapper{
	border:0px solid #e9e9e8;

}
/*.bx-wrapper .bx-pager{
	display: none;
}*/
main .slideshow .slide1{
	position: relative;
	display: inline-block;
	width: 32%;
	margin-right: 15%;
	

}
.en main .slideshow .slide1{
	width: auto;
	max-width: 90%;
	margin-right: 0;
}
main .slideshow .slide1 img{
	max-width: 100%;
}

main .testemunhos ul{
	font-size: 0;
	padding: 80px 0;
}
main .testemunhos ul li{
	width: 32%;
	margin-right: 1%;
	display: inline-block;
}
main .testemunhos ul li a{
	position: relative;
	display: inline-block;	
}
main .testemunhos ul li a > span{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 0;
	transition: all .2s linear 0.1s;
	z-index: 9;
	text-align: center;
	overflow: hidden;
	font-size: 0;
	padding: 40px 30px;

}
main .testemunhos ul li a:hover > span{
	max-height: 100%;
	background: rgba(30, 154, 209, 0.8);
	background: rgba(95, 98, 101, 0.8);
}
main .testemunhos ul li a span > div{
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	color: #fff;
	width: 95%;
}
main .testemunhos ul li a span > div h2{
	font-size: 15px;
	color: #fff;
	background: rgba(30, 154, 209, 0.8);
	background: rgba(0, 0, 0, 0.6);
	transition: all .2s linear 0.1s;
	padding: 10px 0;
}
main .testemunhos ul li a:hover span > div h2{
	background: transparent;
	color: #fff;
	font-weight: 700;
	font-size: 30px;
}
main .testemunhos ul li a span > div p{
	font-size: 14px;
	text-transform: none;
	line-height: 18px;
}
main .testemunhos ul li a span div.botao{
	text-align: center;
	width: 100%;
	background:#fff;
	font-size: 14px;
	color:#5f6265;
	margin-top: 30px;
	padding: 10px 15px;
}
main .testemunhos ul li:last-child{
	margin-right: 0;
}
main.servicos .content{
	font-size: 0;
}
main.servicos .content section{
	width: 75%;
	display: inline-block;
vertical-align: top;
}
main.servicos .content section:last-child > div{
	transition: all .2s linear 0.05s;

}
main.servicos .content section .stop{
	opacity: 0;
}
main.servicos .content section:last-child{
	width: 25%;
	padding-left: 2%;
}
main.servicos .content section:last-child h2{
color: #697277;
margin: 25px 0;
font-size: 20px;
}
main.servicos .content section:first-child ul{
	width: 100%;
	font-size: 0;
}
main.servicos.ligacoes .content section ul{
	margin-bottom: 20px;
}
main.servicos .content section ul li{
	list-style: square;
	line-height: 22px;
	font-size: 14px;
	margin-left: 13px;
	color: #808080;
}

main.servicos.ligacoes .content section:first-child article > ul > li{
	width: 33%;
	display: inline-block;
	margin-left: 0;
	text-align: center;
	margin-bottom: 20px;

}
main.servicos.ligacoes .content section:first-child article > ul li img{
	max-width: 100%;
}
main.servicos .content section ul li a{
	color: #1e9ad1;
}
main.servicos.testemunhos .content section ul li a.active{
	color: #000;	
}
main.servicos .content section ul li a:hover{
	color: #808080;
}
main.servicos .content section article{
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
main.servicos .content section article:last-child{
	margin-bottom: 0;
	padding: 0;
	border:0;
}
main.servicos.testemunhos .content section article{
	margin-bottom: 0;
	padding-top: 20px;	
}

main.servicos .content section h2{
	color: #697277;
	margin: 20px 0;
	font-size: 30px;
	line-height: 35px;
}
main.servicos .content section article > div, main.servicos.ligacoes .content section:first-child > div{
	width: 50%;
	display: inline-block;
	font-size: 14px;
	line-height: 22px;
	color: #808080;
	vertical-align: top;
}

main.servicos.ligacoes .content section:first-child > div{
	width: 100%;
}
main.servicos .content section article > div:last-child{
	padding-left: 3%;
}
main.servicos .content section article > div.video{
	width: 100%;
	padding-left: 0;
}
main.servicos.galeria .content section:last-child{
	padding-left: 0;
}
main.servicos .content section article > div p, main.servicos .content section > div > p{
	margin-bottom: 10px;
}
main.servicos .content section article > div p strong, main.servicos .content section > div p strong{
	font-weight: 600;
	color: #393939;
}
main.servicos .content section article > div a, main.servicos .content section > div a{
	color: #1e9ad1;
}
main.servicos .content section article > div img, main.servicos .content section > div img{
	max-width: 100%;
}
main.servicos .content section article form{
	font-size: 0;
}
main.servicos .content section article form input, main.servicos .content section article form textarea, main.servicos .content section article form button{
	width: 49%;
	margin-right: 2%; 
	display: inline-block;
	font-size: 15px;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 20px;
	padding: 10px;
	border:0;
	background: rgba(0,0,0,0.05);

}
main .map{
	width: 100%;
	height: auto;
}
main.servicos .content section article form button {
	background: rgb(0,0,0,0.8);
	background: #1e9ad1;
	color: #fff;
	cursor: pointer;
}
main.servicos .content section .mensagem{
	font-size: 15px; color: rgba(0,0,0,0.8);
}
main.servicos .content section article form input:nth-of-type(2n){
	margin-right: 0;
}
main.servicos .content section article form textarea{
	width: 100%;
	resize: none;
	height: 250px;
}
main.servicos.galeria .content section h2{
	color: #697277;
	margin: 20px 0;
	font-size: 30px;
}
main.servicos.galeria .content section{
	width: 100%;
}
main.servicos.galeria .content section ul li{
	width: 19%;
	margin-right: 1.25%;
	display: inline-block;
	list-style: none;
	margin-left: 0;
	margin-bottom: 10px;
}
main.servicos.galeria .content section ul li:nth-of-type(5n){
	margin-right: 0;
}
.map{
	height: 300px;
}
body main.servicos.transportes .content section article{
	border-bottom: 0;
	margin-top: 20px;
}
body main.servicos .content section article .accordion{
	width: 100%;
	padding-left: 0;
}
body main.servicos .content section .accordion h3{
	color: #1192d3;
	font-size: 13px;
	border-bottom: 1px solid #d3d3d3;
	padding: 10px;
	cursor: pointer;
}

body main.servicos .content section .accordion h3.ui-accordion-header-active{
	background: #1192d3;
	color: #fff;
}
body main.servicos .content section .accordion > div{
	color: #808080;
	font-size: 13px;
	padding: 10px;
}
body main.servicos .content section > div > h3{
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
}

body main.servicos .content section > div > h3.afirmar{
	margin-top: 20px;
	color: #1192d3
}
footer{
	background: #222;
	color: #666;
	position: relative;
	z-index: 2;
}
footer .content > ul{
	font-size: 0;
	padding: 30px 0;
}
footer .content > ul > li{
	font-size: 15px;
	width: 32%;
	margin-right: 1%;
	vertical-align: top;
	display: inline-block;
	line-height: 27px;
}
footer .content > ul > li a{
	color: #1e9ad1;
	text-decoration: none;
}
footer .content > ul > li a:hover{
	color: #fff;
}
footer .content > ul > li:last-child{
	margin-right: 0;
}
footer ul li h3{
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	color: #fff;
	margin-bottom: 10px;
}
footer ul li input, footer ul li textarea, footer ul li button{
	background: #333;
	width: 100%;
	border: 0;
	font-family: 'Raleway', sans-serif;

	color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 13px;
	resize: none;
	max-height: 130px;
}
footer ul li button{
	background: #1c1c1c;
	width: 100%;
	cursor: pointer;

}
footer ul li ul li{
	list-style: square;
	margin-left: 20px;
}
footer .copy{
	background: #1c1c1c;
	color: #888;
	font-size: 15px;
	padding: 20px 0;
}
.mobile-hidden{
	display: inline-block !important;
}
.mobile-show{
	display: none !important;
}
.mobile{
	display: none;
}



main.servicos .content section article form .menu-show{
		display: none;
		width: 100%;
	}

 /* Dropdown Button */
.dropbtn {
    background: transparent;
	padding: 0;
    border: none;
    cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus, .mobile nav ul li a:hover, .mobile nav ul li a:focus {
    background:rgba(30, 154, 209, 0.8);
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}
.nav-collapse ul{
	display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.nav-collapse ul.dropdown-content {
		opacity: 0;
    position: relative;
    max-height: 0;
	transition: all .2s linear 0.1s;
	overflow: hidden;
}

/* Links inside the dropdown */
.nav-collapse ul.dropdown-content a {
    text-decoration: none;
    display: inline-block;
}

/* Change color of dropdown links on hover */
.nav-collapse ul.dropdown-content a:hover {}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.nav-collapse ul.dropdown-content.show {
max-height: 9999px;
opacity: 1;
}

@media only screen and (max-width: 840px){
	.home header nav{
		position: relative;
	}
	main.servicos .content section article form .menu-show{
		display: inline-block;
		width: 100%;
		font-size: 13px;
		color: #697277;
		margin-bottom: 10px;
	}
	
	.content{
		padding: 0 20px;
	}
	header nav > .content > ul{
		display: none;
	}
	.mobile{
		display: inline-block;
		font-size: 15px;
		width: 100%;
	}
	header .mobile nav{
		background: transparent;
	}
	.mobile > nav{
		margin: 20px 0;
	}
	.mobile nav ul li{
		width: 100%;
		text-align: left;
		font-size: 15px;
		border-bottom: 1px solid rgba(255,255,255,0.1)
	}

	.mobile nav ul li a, .dropbtn {
		text-transform: uppercase;
		padding: 10px;
		display: inline-block;
		text-decoration: none;
		width: 100%;
		text-align: center;
		font-size: 13px;
		color: #fff;
		font-weight: 400;
	}
	.mobile nav ul li a.active, .mobile nav ul li span.active{
		font-weight: 700;
	}
	.mobile nav ul li ul li{
		font-size: 11px;
		padding: 0 10px;
		color: #fff;
		
	}
	.mobile nav ul li ul li a{
		color: #fff;
		text-transform: none;
		opacity: 0.7
	}
	header nav{
		position: relative;
	}
	header nav > .content > .logo{
		display: none;
	}
	.mobile nav{
		display: inline-block;
	}
	header nav > .content .logo{
		margin-bottom: 20px;
	}
	main .servicos{
		padding: 20px 0;
	}
	main .servicos .content ul li{
		width: 100%;
	}
	main .servicos .content ul li:nth-child(odd){
		background: rgba(0,0,0,0.04);
	}
	main .servicos .content ul li:nth-child(even){
		background: rgba(0,0,0,0.02);
	}
	main .servicos .content ul li .text{
		position: relative;
		padding: 20px 10px;
	}
	main .servicos .content ul li img{
		display: none;
	}
	main .testemunhos ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	main .testemunhos ul li a{
		width: 100%;
	}
	main .testemunhos ul li a img{
		width: 50%;
		display: inline-block;
	}
	main .testemunhos ul li a span > div h2{
		background: transparent;
		color: #fff;
		font-weight: 700;
		font-size: 30px;
	}
	main .testemunhos ul li a > span{
		position: absolute;
		width: 50%;
		left: 50%;
		top: 0;
		height: 100%;
		max-height: 100%;
		background: rgba(30, 154, 209, 1);
	}
	main .testemunhos ul li:nth-child(odd) a > span{
		background: rgba(30, 154, 209, 1);
	}
	main .testemunhos ul li:nth-child(even) a > span{
		background: rgba(30, 154, 209, 0.8);
	}
	footer .content > ul > li{
		width: 49%;
		margin-right: 2%;
	}
	footer .content > ul > li:first-child{
		width: 100%;
		margin-bottom: 30px;
	}
	main .servicos .content ul li .text .conteudo{
		margin-bottom: 30px;
	}
	main.servicos .content section{
		width: 100%;
	}
	main.servicos .content section:last-child{
		display: none;
	}
	main.servicos.galeria .content section:last-child{
		display: inline-block;
	}
	main.servicos.galeria .content section ul li,main.servicos.galeria .content section ul li:nth-of-type(5n){
		width: 32%;
		margin-right: 2%;
	}
	main.servicos.galeria .content section ul li:nth-of-type(3n){
		margin-right: 0;
	}
	.map{
		height: 200px;
	}

}
@media only screen and (max-width: 480px){
	main .slideshow{
		display: none;
	}
	main .testemunhos ul li{
		margin-right: 0;
	}
	main .testemunhos ul li a img{
		width: 100%;
	}
	main .testemunhos ul li a > span{
		width: 100%;
		position: relative;
		display: inline-block;
		left: inherit;
		top: inherit;
		right: inherit;
		bottom: inherit;
		height: auto;
	}


	footer .content > ul > li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	main.servicos .content section article > div, main.servicos.ligacoes .content section:first-child > div{
		width: 100%;
	}
	main.servicos .content section article > div:last-child{
		padding-left: 0;
		padding-top: 30px;
	}
	main.servicos .content section article form input, main.servicos .content section article form textarea, main.servicos .content section article form button{
		width: 100%;
		margin-right: 0;
	}
	main.servicos.ligacoes .content section:first-child article > ul > li{
		width: 50%;
	}
	main.servicos.galeria .content section ul li,main.servicos.galeria .content section ul li:nth-of-type(5n), main.servicos.galeria .content section ul li:nth-of-type(3n){
		width: 49%;
		margin-right: 2%;
	}
	main.servicos.galeria .content section ul li:nth-of-type(2n){
		margin-right: 0;
	}


}

@media only screen 
and (min-device-width : 0px) 
and (max-device-width : 736px) 
and (orientation : landscape) { 
	
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}







