a, a:focus{
	color: #fff;
	text-decoration: none;
	outline: none;
	display: block;
	cursor: pointer;
}
a:hover{
	color: #f9e3b9;
	text-decoration: none;
}
body{
	background: url('../img/fundo.jpg') repeat-x #a2b87a;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 16px;
	 background-attachment: fixed;
}
/* CABECALHO */
nav{
	text-align: right;
	text-transform: uppercase;
}
nav ul{
	margin-top: 85px;
	font-size: 1.3em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.66);
}
article img{
	border: 3px solid #fff;
}
h1{
	display: none;
}
h2{
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.66);
	letter-spacing: 1px;
}
h2.interno{
	margin-bottom: 20px;
}
nav li{
	display: inline-block;
}
nav li a{
	padding: 10px 5px;
	float: left;
}
/* /CABECALHO */

/* MIOLO */

/*
article ul{
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
    display: table;
    margin: 0;
    padding: 0;
    width: auto;
}
article li {
  margin-bottom: 10px;
  margin-left: 30px;
  margin-top: 10px;
}
*/
article li{
	color: #fff;
	margin-bottom: 10px;
}

hgroup.lista{
	display: inline-block;
	margin-bottom: 20px;
}
hgroup.lista:hover img{
	border: 1px solid #f9e3b9;
	opacity: 0.7;
}
hgroup.lista img{
	width: 124px;
	height: 124px;
	border: 1px solid #fff;
	float: left;
	margin-right: 10px;
	background: #fff;
}
hgroup.lista .titulo{
	font-size: 1.2em;
	font-weight: 400;
	margin-bottom: 5px;
	line-height: 1.3em;
}
hgroup.lista .resumo{
	font-size: 0.8em;
	line-height: 1.3em;
}
.border{
	border: 1px solid #fff;
}
.box-localidades{
	background: rgba(255,255,255,0.75);
	width: 94%;
	padding: 3%;
	margin-bottom: 20px;
}
.mapinha{
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #303a1c;
}
.clinica-foto{
	text-align: center;
}
.clinica-foto img{
	width: 100%;
}

section p{
	color: #fff;
}
h3{
	color: #fff;
	font-size: 1.1em;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.66);
	text-transform: uppercase;
}
/* /MIOLO */



/* RODAPE */
footer{
	width: 100%;
	background: url('../img/fundofooter.png') repeat-x;
	margin-top: 20px;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
	color: #303a1c;
}
footer p{
	margin-bottom: 5px;
}

.minilogo{
	text-align: left;
}
/* /RODAPE */
</style>
<style>

.carousel {
overflow: hidden;
border: 1px solid #fff;
}
.carousel img{
/* 		      width: 100%; */
}
.carousel-inner{
}
.carousel .item {
-webkit-transition: opacity 1s;
-moz-transition: opacity 1s;
-ms-transition: opacity 1s;
-o-transition: opacity 1s;
transition: opacity 1s;
}
.carousel .active.left, .carousel .active.right {
left:0;
opacity:0;
z-index:2;
}
.carousel .next, .carousel .prev {
left:0;
opacity:1;
z-index:1;
}
.carousel-control-novo:hover{
    color: rgba(0,0,0,0.7);
    opacity: 1;
}
.carousel-control-novo:focus{
    color: rgba(0,0,0,0.7);
}
.carousel-control-novo{
    color: #000000;
    font-size: 60px;
    font-weight: 100;
    height: 40px;
    left: 15px;
    line-height: 30px;
    margin-top: -20px;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    top: 45%;
    width: 40px;
}
.carousel-control-novo.right {
    left: auto;
    right: 25px;
}
.carousel-indicators li{
    background-color: rgba(76,88,52,0.5);
}
.carousel-indicators .active{
    background-color: #4B5634;
}
/* NAV MENU */

nav.visible-phone {
  position: absolute;
  right: 20px;
  top: 35px;
  background: #fff;
  padding: 10px;
  border-radius: 10px 10px 10px 10px ;
}
nav.visible-phone a{
  color: #4C5735;
	
}
.menu-mobile{
	display: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.66);
	text-transform: uppercase;
	margin: 20px 20px 0 20px;
	background: rgba(255, 255, 255, 0.2);
  border-radius: 10px 10px 10px 10px ;
}
.menu-mobile ul{
	margin: 0;
}
.menu-mobile li{
	display: block;
	margin: 10px;
}
.item-share{
	margin-right: 20px;
}
h3.share{
	margin-bottom: 0;
}
.compartilhar{
	background: rgba(255,255,255,0.5);
	padding: 10px;
	border-radius: 5px 5px 5px 5px;
}


img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* Large desktop */
@media (min-width: 1200px) { }
 
@media (min-width: 980px) and (max-width: 1199px) { 
	
	body{
		font-size: 14px;
	}
	h2{
		font-size: 1.8em;
	}
	nav ul{
		margin-top: 65px;
		font-size: 1.2em;
	}
	hgroup.lista img{
		height: 110px;
		width: 110px;
	}
	.box-localidades{
		font-size: 0.9em;
	}
	hgroup.lista .resumo{
	}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
	
	body{
		font-size: 12px;
	}
	h2{
		font-size: 1.5em;
	}
	nav ul{
		font-size: 1em;
		margin-top: 45px;
	}
	hgroup.lista img{
		height: 90px;
		width: 90px;
		margin-right: 5px;
	}
	.mapinha{
		width: 60px;
		margin: 10px 5px 5px;
	}
	.box-localidades p{
		margin-bottom: 5px;
		line-height: 1.2em;
	}
	.carousel-control-novo {
	  font-size: 40px;
	  height: 20px;
	  line-height: 50px;
	  width: 20px;
	}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
	body{
		padding-left: 0;
		padding-right: 0;
		min-width: 320px;
	}
	#main{
		padding-left: 20px;
		padding-right: 20px;
	}
	.naoMobile{
		display: none;
	}
	.logo {
	  margin-left: 20px;
	  max-width: 200px;
	  margin-top: 10px;
	}
	header{
		margin-bottom: 20px
	}
	.carousel-control-novo {
	  font-size: 40px;
	  height: 20px;
	  line-height: 50px;
	  width: 20px;
	}
	hgroup.lista{
		width: 45%;
		margin-right: 9%;
	}
	
	hgroup.lista:nth-child(odd){
		margin-right: 0;
	}
	hgroup.lista img{
		width: 90px;
		height: 90px;
	}
	footer{
		background-color: #CCD8B6;
		background-image: none;
		border-top: 1px solid #fff;
	}
	footer .span4.minilogo{
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	footer .span4{
		width: 50%;
		float: left;
	}
 }
 
/* Landscape phones and down */
@media (max-width: 480px) {
	hgroup.lista {
	    margin-right: 0;
	    width: 100%;
	    font-size: 0.9em;
	}
	h2 {
	    font-size: 1.6em;
	    line-height: normal;
	}
	#myCarousel{
		display: none;
	}
	footer .minilogo img{
	/* 	width: auto; */
	}
	footer .span4{
		width: 100%;
		margin-bottom: 20px;
	}
	footer{
		padding-bottom: 0;
	}
}