@charset "iso-8859-2";
/* CSS Document */

a {
	text-decoration: none;
	color: #FFF;
}

img {
	border: none;
}

.clean {
	clear: both;
}

body {
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	overflow-x: hidden;
}

#conteudo {
	width: 100%;
	height: auto
}

#conteudo-interno {
	width: 100%;
	min-height: auto
}

#topo {
	width: 100%;
	height: 140px !important;
	background: #FFF !important;
	margin: 0 auto;
	z-index: 999999;
}

.content-topo {
	width: 100% !important;
	height: 140px !important;
	margin: 0 auto;
}

.content-topo h1{
	margin-left: 0 !important;
	float: none !important;
	text-align: center !important;
	margin-top: 80px;
}

.menu {
	display: none;
}

.content-topo h2{
	display: none;
}

@media only screen and (min-width: 0px) and (max-width: 681px) {

	/* Navigation Button
	-------------------------------------------------------- */

	.nav-button {
		display: block;
		position: absolute;
		top: 8px;
		left: 82%;
		width: 50px;
		height: 35px;
		background: url('../images/menu-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/menu-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/menu-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/menu-icon-large.png'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
		cursor: pointer;
		border: 0 none;
		border-bottom: 1px solid rgba(255,255,255,.1);
		box-shadow: 0 0 4px rgba(0,0,0,.7) inset;
		border-radius: 5px;
		z-index: 999;
		text-indent: -9999px;
	}
	.nav-button:hover { 
		background-color: rgba(0,0,0,.1); 
	}
	.nav-button.open {
		background: url('../images/close-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/close-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/close-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/close-icon-large.png'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
	}

	/* Navigation Bar
	-------------------------------------------------------- */

	.menu-mobile {
		width: 100%;
		display: block;
		height: 50px;
		margin: 0;
		padding: 0;
		overflow: hidden;
		position: absolute;
		top: 0px;
		left: 0px;
		font-size: 12px !important;
		z-index: 9999999;
		clear: both;
		background: #968143;
		margin-left: 0 important; 
	}

	.menu-mobile ul {
		width: 100%; 
		margin-left: 0 !important;
		padding-left: 0 !important;
		padding-top: 10px !important;
		height: auto;
	}

	.menu-mobile li {
		display: none;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		padding-top: 0;
		height: auto;
		font-family: Arial;
	}
	.menu-mobile li span{
		display: none;
	}
	.menu-mobile li a {
		display: block;
		width: 100%;
		padding: 10px 2%;
		font-weight: bold;
		font-size: 13px;
		text-shadow: -1px -1px 0 rgba(0,0,0,.15);
		color: white;
		text-decoration: none;
		border-bottom: 1px solid rgba(0,0,0,.2);
		border-top: 1px solid rgba(255,255,255,.1); 
	}
	.menu-mobile li a:hover {
		background-color: #816922;
		border-top-color: transparent;
		color: #FFF;
	}
	.menu-mobile > li:first-child {
		border-top: 1px solid rgba(0,0,0,.2);
	}

	/* Toggle the navigation bar open  */

	.menu-mobile.open { 
		height: auto; 
		padding-top: 40px;
		background: #968143; /* Escolher a cor de fundo do menu */
	}
	.menu-mobile.open li {
		display: block;
		margin-bottom: 0 !important;
	}

	/* Submenus – optional .parent class indicates dropdowns */

	.menu-mobile > li:hover > a {
		background: rgba(0,0,0,.5);
		border-bottom-color: transparent;
	}
	.menu-mobile li.parent > a:after {
		content: "?";
		color: rgba(255,255,255,.5);
		float: right;
	}
	.menu-mobile li.parent > a:hover {
		background: rgba(0,0,0,.75);
	}
	.menu-mobile li ul {
		display: none;
		background: rgba(0,0,0,.5);
		border-top: 0 none;
		padding: 0;
	}
	.menu-mobile li ul a {
		border: 0 none;
		font-size: 13px;
		padding: 10px 5%;
		font-weight: normal;
	}
	.menu-mobile li:hover ul {
		display: block;
		border-top: 0 none;
	}

} 

.slider {
	width: 100%;
	height: auto !important;
	float: none;
}

.menu-servicos {
	display: none;
}

.home {
	width: 100% !important;
	height: auto !important;
	padding-top: 0 !important;
	float: none;
	margin: 0 auto;
	background: #FFF;
}

.content-home {
	width: 100% !important;
	height: auto !important;
	margin: 0 auto;
	padding-bottom: 20px;
}
.content-home h1{
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: lighter;
	font-size: 22px;
}

.content-home p{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 23px;
}

.noticias {
	width: 100%;
	height: auto;
	float: none;
	margin: 0 auto;
	background: #ebebeb;
}

.content-noticias {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.content-noticias h1{
	font-family: 'Roboto', sans-serif;
	font-weight: lighter;
	font-size: 32px;
	padding-left: 20px;
	padding-top: 10px;
	color: #000;
}

.content-noticias ul{
	width: 100%;
	height: auto;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 0;
	padding-bottom: 20px;
}

.content-noticias li{
	width: 100%;
	float: none;
	margin-right: 20px;
}

.fotos-noticia-home{
	float: nome;
	padding-bottom: 20px;
}

.fotos-noticia-home img{
	width: 100% !important;
	height: auto !important; /* Mínimo da altura, por padrao "auto" */
	background-size: 100% !important;
	background-repeat: no-repeat !important;
	text-align: center !important;
	margin: 0 auto !important;
	margin-left: 0 !important;
}

.data-noticia-home{
	float: none;
	margin-top: 0;
	margin-left: 15px;
	color: #968143;
	font-size: 11px;
}

.titulo-noticia-home {
	width: 90%;
	float: none;
	margin-left: 15px;
	color: #000;
	font-weight: bold;
	font-size: 12px;
}

.conteudo-noticia-home {
	width: 90%;
	float: none;
	margin-left: 15px;
	color: #7d7d7d;
	font-size: 12px;
}

.bt-saiba-mais{
	float: none;
	margin-top: 14px;
	margin-left: 15px;
}

.ver-todas-noticias{
	text-align: center;
	margin-top: 0;
	padding-bottom: 20px;
}

.rodape {
	width: 100% !important;
	height: 80px;
	float: none;
	margin: 0 auto;
	background: #968143;
}

.content-rodape {
	width: 100% !important;
	height: 80px;
	font-size: 13px;
	color: #FFF; 
	margin: 0 auto;
}

.endereco-rodape {
	width: 100% !important;
	height: 40px;
	float: none !important;
	text-align: center !important;
	font-size: 15px;
	margin-left: 0 !important;
	line-height: 20px;
}

.endereco-rodape p{
	padding-top: 20px;
}

.copyright-rodape {
	display: none;
}

.institucional {
	width: 100%;
	min-height: auto;
	float: none;
	margin: 0 auto;
}

.titulo-interno {
	width: 100%;
	min-height: 81px;
	margin: 0 auto;
	background: #272727;
}

.titulo-interno h1 {
	text-align: center;
	font-weight: lighter;
	color: #FFF;
	text-transform: uppercase;
	font-size: 18px;
	padding-top: 20px !important;
	line-height: 20px;
	letter-spacing: 08px;
	margin: 0 auto;
}

.content-institucional {
	width: 100%;
	min-height: auto;
	padding-bottom: 20px;
	margin: 0 auto;
}

.coluna1-institucional {
	display: none;
}

.coluna1-institucional ul{
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 8px;
	margin-top: 20px;
}

.coluna1-institucional li{
	width: 100%;
	float: none;
	margin-left: 0;
	margin-right: 0;
	margin-top: 10px;
}

.coluna2-institucional {
	width: 90% !important;
	float: none;
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	text-align: center;
}

.coluna2-institucional h2 {
	font-weight: lighter;
	margin-top: 24px;
	color: #000;
	text-transform: uppercase;
	font-size: 25px;
}

.foto-mobile-institucional img{
	width: 100% !important;
	height: auto !important; /* Mínimo da altura, por padrao "auto" */
	background-size: 100% !important;
	background-repeat: no-repeat !important;
	text-align: center !important;
	margin: 0 auto !important;
	margin-left: 0 !important;
}

.foto-mobile-institucional {
	display: table !important;
}

.atuacao {
	width: 100%;
	min-height: auto;
	float: none;
	margin: 0 auto;
}

.content-atuacao{
	width: 90%;
	min-height: auto;
	padding-bottom: 0;
	margin: 0 auto;
	font-size: 13px;
}

.menu-servicos2 {
	display: none;
}

.content-menu-servicos2 {
	width: 100%;
	height: 174px;
	margin: 0 auto;
	background: #968143;
}

.content-menu-servicos2 ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #FFF;
	text-align: center;
	margin-left: 19px;
	margin-top: 20px;
}

.content-menu-servicos2 ul p{
	margin-top: 65px;
}

.content-menu-servicos2 li{
	padding-left: 12px;
	padding-right: 12px;
	margin-top: 30px;
	float: left;
	height: 114px;
	margin-right: 10px;
	background: url(../img/background-menu-atuacao-normal.jpg) center top no-repeat;
	border-left: 1px solid #6c5e2c;
	line-height: 18px;
	
}
.content-menu-servicos2 a{
	color: #FFF;
	cursor: pointer;
}

ul.menu2 li a:hover, ul.menu2 li:hover{
	color: #fff;
	background: #a69355;
	background: url(../img/background-menu-atuacao.jpg) center top no-repeat #a69355;
}

.content-atuacao h2{
	font-weight: lighter;
	color: #000;
	text-transform: uppercase;
	font-size: 25px;
}

.bt-voltar {
	margin-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.interna-atuacao {
	width: 100%;
	min-height: auto;
	float: none;
	margin: 0 auto;
}

.content-interna-atuacao{
	width: 100%;
	min-height: auto;
	padding-bottom: 0;
	margin: 0 auto;
	font-size: 13px;
}

.coluna1-atuacao {
	width: 100%;
	min-height: auto;
	float: none;
	margin-right: 20px;
	margin-top: 30px;
}

.coluna1-atuacao img{
	width: 100% !important;
	height: auto !important; /* Mínimo da altura, por padrao "auto" */
	background-size: 100% !important;
	background-repeat: no-repeat !important;
	text-align: center !important;
	margin: 0 auto !important;
	margin-left: 0 !important;
}

.coluna2-atuacao {
	width: 90%;
	float: none;
	min-height: auto;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	margin: 0 auto;
	margin-top: 30px;
}

.profissionais {
	width: 100%;
	min-height: auto;
	float: none;
	margin: 0 auto;
}

.content-profissionais {
	width: 100%;
	min-height: auto;
	padding-bottom: 0;
	margin: 0 auto;
	font-size: 13px;
}

.content-profissionais ul{
	width: 100%;
	list-style: none;
	padding-top: 0;
	margin-left: 0;
	padding-left: 0;
}

.content-profissionais li{
	width: 100%;
	height: auto !important;
	margin-bottom: 0;
}

.faixa-cinza{
	width: 100%;
	height: auto !important;
	display: table;
	clear: both;
	background: #FFF;
}

.foto-adv {
	width: 100%;
	height: auto !important;
	margin-top: 0;
	text-align: center;
	margin-left: 0;
	float: none;
	position: relative;
	margin-top: 20px;
}

.foto-adv img{
	width: 50% !important;
	height: auto !important; /* Mínimo da altura, por padrao "auto" */
	background-size: 100% !important;
	background-repeat: no-repeat !important;
	text-align: center !important;
	margin: 0 auto !important;
	margin-left: 0 !important;
}

.info-adv{
	width: 100%;
	height: auto;
	margin-left: 0;
	text-align: center;
	float: none;
}

.info-adv a{
	color: #000;
}

.info-adv p{
	font-family: 'Roboto', sans-serif;
	font-weight: lighter;
	margin-left: 0;
	padding-top: 5px !important;
}

.contato {
	width: 100%;
	min-height: auto;
	float: none;
	margin: 0 auto;
}

.content-contato {
	width: 90%;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	min-height: auto;
	padding-bottom: 50px;
	padding-top: 20px;
	margin: 0 auto;
}

.codigo {
	width: 70px !important;
	height: 25px !important;
}

.btnenviar{
	width: 99px !important;
	height: 43px !important;
	background: url(../img/bt-enviar.png) !important;
	float: right !important;
	border: 0 !important;
	cursor: pointer;
}

.content-contato input{
	width: 100%;
	height: 25px;
	border: 1px solid #d1d1d1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left: 3px;
	font-size: 15px;
	color: #575757;
}

.content-contato textarea{
	width: 100%;
	height: 135px;
	border: 1px solid #d1d1d1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left: 3px;
	padding-top: 3px;
	font-size: 15px;
	color: #575757;
	font-family: 'Roboto', sans-serif;
}

.lista-noticias {
	width: 100%;
	min-height: auto;
	float: none;
	margin: 0 auto;
}

.content-lista-noticias{
	width: 100%;
	min-height: auto;
	padding-bottom: 50px;
	margin: 0 auto;
	font-size: 13px;
}

.content-lista-noticias ul{
	width: 100%;
	height: auto;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 50px;
	padding-left: 20px;
}

.content-lista-noticias li{
	width: 310px;
	float: none;
	margin-right: 20px;
	margin-bottom: 40px;
}

.ver-noticias {
	width: 100%;
	min-height: auto;
	float: none;
	margin: 0 auto;
}

.content-propostas{
	width: 90%;
	min-height: auto;
	padding-bottom: 0;
	margin: 0 auto;
	font-size: 13px;
}

.content-propostas p{
	line-height: 25px;
	padding-left: 0;
}

.content-ver-noticias{
	width: 90%;
	min-height: auto;
	padding-bottom: 50px;
	margin: 0 auto;
	font-size: 13px;
}

.ver-foto-noticias {
	margin-left: 0;
	width: 100%;
	margin-top: 30px;
	height: auto;
	float: none;
}

.ver-foto-noticias img{
	width: 100% !important;
	height: auto !important; /* Mínimo da altura, por padrao "auto" */
	background-size: 100% !important;
	background-repeat: no-repeat !important;
	text-align: center !important;
	margin: 0 auto !important;
	margin-left: 0 !important;
}

.titulo-ver-noticias {
	width: 90%;
	margin-top: 30px;
	height: auto;
	background: #FFF;
	float: none;
}

.data-noticia {
	color: #968143;
	margin-left: 0;
	margin-top: 20px;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
}

.titulo-noticia {
	color: #000;
	margin-left: 0;
	margin-top: 20px;
	font-size: 35px;
	font-weight: lighter;
	font-family: 'Roboto', sans-serif;
}

.txt-noticia {
	width: 90%;
	height: auto;
	float: none;
	color: #000;
	margin-left: 0;
	margin-right: 0;
	font-size: 13px;
	text-align: left;
	padding-bottom: 20px;
	margin-top: 20px;
	font-family: 'Roboto', sans-serif;
}
