@charset "utf-8";
/* CSS Document */

body{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
}
a:hover{
	text-decoration:none;
}

.top{
	background-color:#3D749F;
	padding-bottom: 20px;
}

.logo{
	text-align: center;
}
.logo img{
	margin-top: 30px;
}
.fones{
	text-align: center;
}
.fones h3{
	color:#fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 34px;
	margin-top: 30px;
}
.fone{
	border: solid 1px #fff;
	border-radius: 15px;
	padding: 2px 15px;
	display: inline-block;
	margin-right: 15px;
	margin-left: 8px;
}
.fones h4{
	color:#fff;
	font-weight: bold;
	display: inline-block;
	font-size: 28px;
	margin: 0;
}
.fones img{
	display: inline-block;
	margin-right: 3px;
	margin-top: -15px;
	width: 24px;
}
.menu{
	background-color: #008BC9;
	overflow: hidden;
}
.menu img{
	float: left;
	margin: 8px 40px;
}
.navbar{
	margin-bottom: 0;
	min-height: 0;
}
.navbar li{
	margin: 15px 15px;
}
.navbar li a{
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px;
	border: solid 1px #fff;
	border-radius: 10px;
	padding: 0;
	padding: 5px 10px;
}
.navbar li a:hover, .navbar li a:active, .navbar li a:focus{
	background-color: #fff;
	color: #008BC9;
}
.banner1 img{
	width: 100%;
}
.banner2{
	background-image: url(imagens/banner2.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 649px;
	position: relative;
}
.banner2 .btn-padrao{
	border: solid 1px #65605a;
	border-radius: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #65605a;
	position: absolute;
	font-size: 16px;
	top:130px;
	left: 100px;
}
.banner2 .btn-padrao:hover{
	font-size: 17px;
	background-color: #3D749F;
	color:#fff;
}
.banner3{
	background-color:#DFDFDF;
	padding: 20px;
	text-align: center;
}
.banner3 h2{
	color: #3D749F;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 36px;
}
.banner3 h3{
	color: #3D749F;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 26px;
	
}
.footer{
	background-color: #3D749F;
	padding: 40px 20px;
}
.footer .logo-footer img{
	width: 100%;
}
.footer h4, .footer h5{
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
}
.footer .icon img{
	float: left;
	width: 40px;
	margin: 5px;
}
.footer h5{
	font-size: 11px;
	text-align: center;
	margin-top: 15px;
}
.text-principal h3{
	color: #51739c;
	font-weight:900;
	margin-top: 80px;
	font-size: 28px;
	text-transform: uppercase;
}
.pg-interna .text-sec{
	margin-top: 30px
}
.pg-interna li{
	font-size: 20px;
	color: #008BC9;
}
.equipe{
	text-align: center;
}
.equipe .text-principal{
	text-align: left;
	margin-left: 80px;
}
.equipe h4{
	color: #3D749F;
	font-weight:900;
	font-size: 24px;
	text-transform: uppercase;
	margin: 0;
	margin-top: 20px;
}
.equipe h5{
	color: #51739c;
	font-size: 17px;
	text-transform: uppercase;
	margin: 0;
}
.equipe span{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}
.equipe .curriculo{
	text-align: left;
}
.curriculo h6{
	font-size: 16px;
	font-weight: 700;
}
.equipe-curriculo{
	margin-top: 40px;
}
.equipe-curriculo .foto-equipe{
	margin-top: 15px;
}
.foto-equipe{
	border-radius: 30px;
}
.text-equipe{
	margin-left: 210px;
}
.text-equipe-left{
	margin-right: 210px;
}
.agende h3, .agende h4{
	color: #3D749F;
	font-weight:900;
	font-size: 24px;
	text-transform: uppercase;
	margin: 0;
	margin-top: 20px;
}
.agende h4{
	font-size: 20px;
}
.agende h3{
	margin:120px 0 10px 0;
	font-size: 26px;
}
.agende{
	margin-bottom: 20px;
}
.agende img, .agende h4{
	display: inline-block;
	margin: 0
}
.agende img{
	width: 23px;
	margin-top: -3px;
}
.agende .fone{
	border:solid 1px #3D749F;
	border-radius: 30px;
	padding: 5px 10px;
}
.pg-interna.endereco h4{
	text-transform: uppercase;
	color:#3D749F;
	padding-right: 300px;
	font-size: 22px;
	
}
.exames img{
	margin-top: 30px;
}
.fotos-estrutura .bloco{
	overflow: hidden;
	margin: 10px 0 20px 0;
}
.fotos-estrutura .bloco img{
	width: 100%;
}

.plugin-instagram {
	min-height: 180px;
	background-image: url('imagens/loading.svg');
	background-repeat: no-repeat;
	background-position: center center;
}
.plugin-instagram img {
	width: 100%;
}

@media (max-width: 1200px) {
	.navbar li a{
		font-size: 17px
	}
	.navbar li{
		margin: 15px 6px;
	}
	.banner2{
		background-size: 100% auto;
		height: 500px;
	}
}
@media (max-width: 998px) {
	.banner2{
		background-size: 100% auto;
		height: 500px;
	}
	.banner3 .fb_iframe_widget{
		width: 100%;
	}
	.logo img {
    	width: 180px;
	}
	.navbar li a{
		font-size: 17px
	}
	.navbar li{
		margin: 15px 6px;
	}
	.fones h3, .fones h4{
		font-size: 22px;
	}
	.banner3 h2{
		font-size: 25px;
	}
	.banner3 h3{
		font-size: 20px;
		
	}
	.footer .logo-footer img{
		width: 180px;
		margin-bottom: 15px;
	}
	.footer{
		text-align: center;
	}
	.text-equipe{
		margin-left: 0;
	}
	.text-equipe-left{
		margin-right: 0;
	}
	.navbar li a{
		font-size: 15px;
	}
	.menu img{
		margin: 8px 0 8px 10px;
	}
	
	
}

@media (max-width: 768px) {
	.banner2{
		background-size: 100% auto;
		height: 400px;
	}
	.banner3 .fb_iframe_widget{
		width: 100%;
	}
	.logo img {
    	width: 180px;
	}
	.fones h3, .fones h4{
		font-size: 22px;
		color:#fff;
	}
	.fones a:hover, .fones a:hover{
		color:#fff;
	}
	.banner3 h2{
		font-size: 25px;
	}
	.banner3 h3{
		font-size: 20px;
		
	}
	.footer .logo-footer img{
		width: 180px;
		margin-bottom: 15px;
	}
	.footer{
		text-align: center;
	}
	.banner2 .btn-padrao{
		top: 90px;
	}
	
	.navbar-toggle .icon-bar{
		background-color: #fff;
	}
	.menu img{
		display: none;
	}
	.navbar{
		text-align: center;
	}
	.navbar li a{
		font-size: 20px;
	}
	.agende{
		text-align: center;
		width: 100%;
	}
	.text-equipe{
		margin-left: 0;
	}
	.text-equipe-left{
		margin-right: 0;
	}
	.exames.equipe h4{
		height: 32px;
		font-size: 17px;
		overflow: hidden;
	}
	.mapa-chegar.col-md-12{
		padding-left: 0;
		padding-right: 0;
	}
	.pg-interna.endereco h4{
		padding-right: 0;
	}
	.equipe h4{
		font-size: 23px;
	}
	.fones img{
		margin-top: -8px;
	}
	
	
	
}
@media (max-width: 650px) {
	.banner2{
		background-size: 100% ;
		height: 300px;
	}
	.banner2 .btn-padrao{
		top: 80px;
		left: 260px;
	}	
	.text-principal h3{
		font-size: 22px;
	}
	.equipe img{
		width: 100%;
	}
	.text-equipe{
		margin-left: 0;
	}
	.text-equipe-left{
		margin-right: 0;
	}
	.equipe h4{
		font-size: 18px;
	}
	
	
}
@media (max-width: 448px) {
	.banner2{
		background-size: 100%;
		height: 240px;
	}
	.banner2 .btn-padrao{
		top: 50px;
		left: 120px;
	}
	.fones img{
		width: 20px;
		margin-top: -8px;
	}
}
@media (max-width: 360px) {
	.banner2{
		background-size: 100%;
		height: 150px;
	}
	.banner2 .btn-padrao{
		top: 40px;
		left: 80px;
	}
}