/*
CSS Layout
Estilos específicos de blocos de layout (grade e elementos)
*/

.mancha {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 20px;
}

.strong {
	font-weight: 700;
}


/*
**********************************
Header - Topo
*/

.topo {
	background-color: #FFF;
	height: 43px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;

	-webkit-box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.2);
}

.topo .mancha {
	padding: 0;
}

.menu {
	margin: 0;
	padding: 0;
}

.menu li {
	float: left;
	font-size: 1em;
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu li:nth-child(1) {
	width:13.3%;
}

.menu li:nth-child(2) {
	/*width:18.2%;*/
	width:14.8%;
}

.menu li:nth-child(3) {
	width:9.6%;
}

.menu li:nth-child(4) {
	width:13.3%;
}

.menu li:nth-child(5) {
	width:13.6%;
}

.menu li:nth-child(6) {
	width:12.8%;
}

.menu li:nth-child(7) {
	width:10.5%;
}

.menu li:nth-child(8) {
	text-align: right;
	width:10.6%;
}

.menu li a {
	color: #0d0c0a;
	height: 47px;
	padding: 11px 20px 0 20px;
}

.menu li a:hover,
.menu li a.marc {
	background-color: #f4dd7a;
}


/*
**********************************
Section - Princial
*/

.principal {
	padding: 43px 0 0 0;
}

/* BOX CAPA */

.box-capa {
	background: url("../img/bg-capa-1200.jpg") top center no-repeat;
	height: 658px;
	padding-top: 460px; /*598px;*/
	text-align: center;
}

/* BOX A PROPOSTA */

.a-proposta {
	color: #242424;
	padding: 3.5em 0 3em 0;
}

.a-proposta .mancha {
	max-width: 700px;
}

.a-proposta .box-txt {
	float: none !important;
	width: 100%;
}

/*.a-proposta .box-txt {
	float: left;
	text-align: justify;
	width: 47.5%;
}

.a-proposta .box-txt:nth-child(even) {
	float: right;
}*/

.a-proposta ul li {
	background: url("../img/list-style-li.png") left 13px no-repeat;
	list-style: none;
	padding-left: 0.8em;
}

.generosidade-recomendada {
	padding: 3em 0 4em 0;
	text-align: center;
}

.baixo-o-artigo {
	font-size: 1.22em;
	margin-top: 2em;
}

.txt-maior {
	font-size:2.3em;
	/*margin-top:3.4em;*/
	margin-top:1.5em;
	text-align:left;
}

/* BOX LIVRO */

.box-livro {
	background-color: #ddd7bb;
	padding: 3.5em 0 4em 0;
}

.box-livro .mancha {
	padding: 0;
	width: 435px;
}

.box-livro h1 {
	margin-bottom: 0.9em;
}

.box-livro img {
	float: left;
	margin: 0.5em 2em 0 0;
}

.box-livro p {
	margin-bottom: 3.6em;
}

/* BOX APOIADORES */

.box-apoiadores {
	background: url("../img/img-apoiadores.jpg") center bottom no-repeat;
	height: 470px;
	padding: 3.5em 0 0 0;
}

.contagem {
	/*margin: 13em 0 0 0;*/
	margin: 13.4em 0 0 0;
	text-align: center;
}

.contagem h3 {
	font-size: 1.4em;
}

/* BOX APOIE VOCÊ TAMBÉM */

.box-apoie-vc-tbm {
	background-color: #1b2d24;
	padding: 3.5em 0 4em 0;
}

.box-apoie-vc-tbm .mancha {
	max-width: 1040px;
}

.box-apoie-vc-tbm h1 {
	color: #FFF;
	margin-bottom: 1.2em;
}

.box-apoie-vc-tbm .frm-box {
	float: left;
	padding: 0 30px 0 0;
	width: 50%;
}

.box-apoie-vc-tbm .frm-box:last-child {
	padding: 0 0 0 30px;
}


/* BOX MENSAGENS DE APOIO */

.box-msg-apoio {
	padding: 3.5em 0 3em 0;
}

.box-msg-apoio h1 {
	margin-bottom: 0.9em;
}

.box-msg-apoio .box-msg {
	float: left;
	padding: 0 50px 0 0;
	width: 50%;
}

.box-msg-apoio .box-msg:last-child {
	padding: 0 0 0 50px;
}

.box-msg-apoio .box-msg .msg {
	margin-bottom: 3.5em;
}

.box-msg-apoio .carregar-mais {
	background: url("../img/loading.gif") center center no-repeat;
	background-size: 0px 0px;
	min-height: 4em;
	text-align: center;
}

.box-msg-apoio .carregar-mais.load {
	background: url("../img/loading.gif") center center no-repeat;
	background-size: 25px 25px;
}

.box-msg-apoio .mais-msg {
	font-size: 1.2em;
	font-weight: 700;
}

.box-msg-apoio .mais-msg span {
	background: url("../img/img-seta-mais-msg.png") no-repeat;
	background-position: left;
	display: inline-block;
	height: 14px;
	margin-top: 1em;
	width: 47px;
}

.box-msg-apoio .mais-msg:hover span {
	background-position: right;
}

/* CONTATO */

.box-contato {
	background-color: #ddd7bb;
	padding: 3.5em 0 4em 0;
}

.box-contato p a {
	text-decoration: underline;
}

.box-contato .box-frm {
	margin: 3em auto 0 auto;
	width: 550px;
}

.box-contato .box-frm p.obrigatorio {
	color: #87826c;
	font-size: 0.86em;
	margin-bottom: 1.3em;
	text-align: center;
}

.box-contato .frm-set-btn {
	padding: 0;
}

.box-contato .frm-txt:focus,
.box-contato .frm-txt-area:focus,
.box-contato .frm-slc:focus,
.box-contato .frm-txt-lista:focus,
.box-contato .frm-slc-pgn:focus,
.box-contato .frm-overflow:focus,
.box-contato input:focus {
	background-color: #e0e9e4;
}

.box-contato .frm-loading {
	background: url("../img/loader-contato.GIF?a=321") center 30px no-repeat;
	color: #000;
}

/* BOX EQUIPE */

.box-equipe {
	padding: 3.5em 0 3em 0;
}

.box-equipe .bloco-equipe {
	border-bottom: #000 solid 1px;
	float: left;
	margin-bottom: 50px;
	width: 100%;
}

.box-equipe h1 {
	margin-bottom: 0.9em;
}

.box-equipe h3 {
	margin-bottom: 0.9em;
}

.box-equipe h3:hover {
	color:#b99f26;
}

.box-equipe .link {
	cursor:pointer;
}

.box-equipe .mostrar-curriculo {
	font-size: 1.2em;
	font-weight: 700;
}

.box-equipe .mostrar-curriculo span {
	background: url("../img/img-seta-down-curriculo.png") no-repeat;
	background-position: left;
	display: inline-block;
	height: 14px;
	margin-left:10px;
	width: 24px;
}

.box-equipe .mostrar-curriculo:hover span {
	background-position: right;
}

.box-equipe .esconder-curriculo {
	font-size: 1.2em;
	font-weight: 700;
}

.box-equipe .esconder-curriculo span {
	background: url("../img/img-seta-up-curriculo.png") no-repeat;
	background-position: left;
	display: inline-block;
	height: 14px;
	margin-left:10px;
	width: 24px;
}

.box-equipe .esconder-curriculo:hover span {
	background-position: right;
}

.box-equipe .equipe-nome {
	width:100%;
}

.box-equipe .curriculo {
	display:none;
	width:100%;
}

/* RODAPE */

.rodape {
	background-color: #1b2d24;
	text-align: center;
}

.rodape .mancha {
	padding: 3.5em 0 3.5em 0;
}

.rodape h1 {
	color: #FFF;
}

.rodape .social {
	/*padding: 0.5em 0 3.5em 0;*/
	padding: 0.5em 0 1em 0;
}

.rodape .social a {
	height: 80px; /*30px; Valor antigo setado para imagens 30x30 */
	width: 80px; /*30px; Valor antigo setado para imagens 30x30 */
}

/*.rodape .social a.facebook {
	background: url("../img/img-sprit-social.jpg") 0px 0px no-repeat;
}

.rodape .social a.facebook:hover {
	background: url("../img/img-sprit-social.jpg") -30px 0px no-repeat;
}

.rodape .social a.g-plus {
	background: url("../img/img-sprit-social.jpg") 0px -30px no-repeat;
}

.rodape .social a.g-plus:hover {
	background: url("../img/img-sprit-social.jpg") -30px -30px no-repeat;
}

.rodape .social a.twitter {
	background: url("../img/img-sprit-social.jpg") 0px -60px no-repeat;
}

.rodape .social a.twitter:hover {
	background: url("../img/img-sprit-social.jpg") -30px -60px no-repeat;
}*/

.rodape .desenvolvedor {
	color: #c1c1c1;
	font-size: 0.86em;
	margin: 3.8em auto 0 auto;
	/*width: 170px;*/
	width: 250px;
}

.rodape .desenvolvedor span {
	float: right;
}

.rodape .desenvolvedor a.eco {
	background: url("../img/eco-vertical.png") no-repeat;
	background-position: left;
	float: right;
	height: 13px;
	margin-top: 4px;
	width: 70px;
}

.rodape .desenvolvedor a.prod {
	background: url("../img/logo-pdw.png") no-repeat;
	background-position: left;
	float: right;
	height: 13px;
	margin-top: 4px;
	width: 70px;
}

.rodape .desenvolvedor a:hover {
	background-position: right;
}

.rodape .go-to-top {
	background: url("../img/img-ir-para-topo.jpg") no-repeat;
	background-position: left;
	bottom: 0;
	height: 80px;
	position: absolute;
	right: 20px;
	width: 80px;
}

.rodape .go-to-top:hover {
	background-position: right;
}

a.lnk-branco {
	color:#FFF;
}

a.lnk-branco:hover, a.lnk-branco:active {
	color:#b99f26;
	text-decoration: none;
}

.txt-branco {
	color: #FFFFFF;
}

/* OVERLAY */

.bg-overlay {
	background: url(../img/bg-overlay.png);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 88888;
}

.cnt-overlay {
	background-color: #FFF;
	display: none;
	height: 240px;
	left: 50%;
	margin: -120px 0 0 -230px;
	position: fixed;
	top: 50%;
	width: 460px;
	z-index: 99999;

	-webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
}

.overlay {
	padding: 3.5em 6em 2em 6em;
	position: relative;
	text-align: center;
}

.overlay .close-overlay {
	font-size: 2em;
	line-height: 1.2em;
	position: absolute;
	right: 10px;
	top: 7px;
}

.overlay p {
	color: #000;
	font-size: 1.4em;
	margin-bottom: 1.5em;
}

.overlay .btn-m {
	padding-top: 0.9em !important;
}

html.chrome .overlay .btn-m,
html.safari .overlay .btn-m,
html.opera .overlay .btn-m {
	padding-top: 0.7em !important;
}

a.btn-m {
	height: auto;
  	padding: 15px;
}

/* BOX VERSÃO EN*/

a.pd-img {
	margin-bottom:4em;
	outline:none !important;
}

.img {
	background:url(../img/english-version.png) 0px 0px no-repeat;
	display:block;
	height:75px;
	width:85px;
}

.img:hover {
	background:url(../img/english-version.png) -85px 0px no-repeat;
}

.lei-municipal {
	color: #b99f26;
}

.lei-municipal:hover {
	color: #e5bd03;
}

.obrigado {
	display: none;
}

/* RESPONSIVO */

/* LAYOUT - até 1199px */

@media screen and (max-width: 1199px) {
	.mancha {
		max-width: 1000px;
	}

	.menu li:nth-child(1) {
		width:13.8%;
	}

	.menu li:nth-child(2) {
		/*width:20.2%;*/
		width:16.8%;
	}

	.menu li:nth-child(3) {
		width:7.8%;
	}

	.menu li:nth-child(4) {
		width:13.3%;
	}

	.menu li:nth-child(5) {
		width:13.8%;
	}

	.menu li:nth-child(6) {
		width:11.9%;
	}

	.menu li:nth-child(7) {
		width:9%;
	}

	.menu li:nth-child(8) {
		text-align: right;
		width:10%;
	}

	/* BOX CAPA */

	.box-capa {
		background: url("../img/bg-capa-1000.jpg") top center no-repeat;
	}

	/* BOX A PROPOSTA */

	.a-proposta .mancha {
		max-width: 700px;
	}

	.a-proposta .box-txt {
		float: none !important;
		width: 100%;
	}

	.a-proposta .box-txt .baixe {
		text-align: center;
	}

	.txt-maior {
		margin-top:1.5em;
	}


	/* BOX APOIE VOCÊ TAMBÉM */

	.box-apoie-vc-tbm .mancha {
		max-width: 1000px;
	}
}

/* LAYOUT - até 999px */

@media screen and (max-width: 999px) {
	.mancha {
		max-width: 720px;
		padding: 0 10px;
	}

	.menu li a {
		font-size: 0.8em;
		padding: 11px 10px 0 10px;
	}

	/* BOX CAPA */

	.box-capa {
		background: url("../img/bg-capa-700.jpg") top center no-repeat;
		height: 957px;
		padding-top: 675px; /*906px;*/
	}

	/* BOX A PROPOSTA */

	.a-proposta .mancha {
		max-width: 720px;
	}

	/* BOX APOIE VOCÊ TAMBÉM */

	.box-apoie-vc-tbm .mancha {
		max-width: 720px;
	}

	/* BOX MENSAGENS DE APOIO */

	.box-msg-apoio .box-msg {
		float: none;
		padding: 0 !important;
		width: 100%;
	}

	/* RODAPE */

	.rodape .go-to-top {
		right: 10px;
	}

	/* BOX VERSÃO EN*/
	a.pd-img {
		/*margin-bottom:13em;
		margin-left:37em;*/
		float: right;
		margin-bottom: 0;
		margin-right: 0.5em;
		padding-bottom: 13em;
	}

	.img {
		background:url(../img/english-version-700.png) 0px 0px no-repeat;
		height:36px;
		width:128px;
	}

	.img:hover {
		background:url(../img/english-version-700.png) -128px 0px no-repeat;
	}
}

/* LAYOUT - até 699px */

@media screen and (max-width: 699px) {

	h1 {
		font-size:2.6em;
	}

	.principal {
		padding: 0;
	}

	.mancha {
		max-width: 300px !important;
		padding: 0;
	}

	h1 {
		line-height: 1.5em;
	}

	.topo {
		display: none;
	}

	/* BOX CAPA */

	.box-capa {
		background: url("../img/bg-capa-300.jpg") top center no-repeat;
		height: 458px;
		padding-top: 320px; /*430px;*/
	}

	/* BOX LIVRO */

	.box-livro {
		text-align: center;
	}

	.box-livro img {
		float: none;
		margin: 0 0 1.5em 0;
	}

	.box-livro p {
		margin-bottom: 1.5em;
	}

	/* BOX APOIADORES */

	.box-apoiadores {
		background: url("../img/img-apoiadores-300.jpg") center bottom no-repeat;
		border-bottom: 70px solid transparent;
		height: 515px;
		padding: 3.5em 0 0 0;
	}

	.contagem {
		margin: 8.5em auto 0 auto;
		text-align: center;
		width: 200px;
	}

	.contagem h3 {
		line-height: 1.2em;
		font-size: 1.66em;
	}

	/* BOX APOIE VOCÊ TAMBÉM */

	.box-apoie-vc-tbm .frm-box {
		float: none;
		padding: 0 !important;
		width: 100%;
	}

	.box-apoie-vc-tbm .frm-set-btn {
		padding: 0;
	}

	/* BOX MENSAGENS DE APOIO */

	.box-msg-apoio .box-msg .msg {
		margin-bottom: 2em;
	}

	/* BOX CONTATO */

	.box-contato .box-frm {
		margin: 3em auto 0 auto;
		width: 100%;
	}

	/* BOX EQUIPE */

	.box-equipe h3 {
		font-size: 1.2em;
	}

	.box-equipe .link {
		cursor:pointer;
		/*margin-top:-1em;*/
	}

	.box-equipe span.dspBlock {
		display:block;
		line-height:1.5em;
	}

	/* RODAPE */

	.rodape h1 {
		font-size: 2.4em;
	}

	.rodape .go-to-top {
		background: url("../img/img-ir-para-topo-300.jpg") no-repeat;
		height: 29px;
		right: 0;
		width: 30px;
	}

	/* OVERLAY */

	.cnt-overlay {
		height: auto;
		margin: 0 0 0 -150px;
		top: 10%;
		width: 300px;
	}

	.overlay {
		padding: 3em 1em 3em 1em;
	}

	/* BOX VERSÃO EN*/
	a.pd-img {
		float:left;
		margin-bottom:5em;
		margin-right:0;
		padding-bottom: 0;
	}

	.img {
		background:url(../img/english-version-300.png) 0px 0px no-repeat;
		margin-left:inherit;
		height:28px;
		width:120px;
	}

	.img:hover {
		background:url(../img/english-version-300.png) -120px 0px no-repeat;
	}
}

/* Galaxy Tab */

@media screen and (min-device-width: 800px) and (max-device-width: 1280px) {
	.frm-txt {
		padding: 1em 0.93em;
	}

	html.mozilla .frm-txt {
		line-height: 2em;
		padding: 0 0.93em;
	}
}

#recaptcha_widget {
	display: flex;
    align-items: center;
    justify-content: center;
}


.disabled {
	cursor: not-allowed;
}

.gallery {
	text-align: center;
}

.gallery img {
	max-width: 300px;
	height: auto;
	margin: 0.5rem 0;
}

@media (min-width: 768px) {
	.gallery img {
		margin: 0.5rem;
	}
}

@media (min-width: 768px) {
	.gallery img {
		max-width: 360px;
	}
}




.box-apoie-vc-tbm .mancha {
	max-width: 700px;
}
