<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Wethink, lda 2019*/



/* 
==========================================================================
 Reset
========================================================================== 
*/
html, body, h1, h2, h3, h4, h5, h6, header nav {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
	
}


.Nav_link {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;

}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;

}

body {
	line-height: 1;
}


body, html {
  height: 100%;
  margin: 0;
  background-color: #333333;
}



/* 
==========================================================================
 Reset
========================================================================== 
*/





















/* 
==========================================================================
 Uso de fontes adicionais
========================================================================== 
*/
@font-face {
    font-family: 'poppins_light';
    src: url('../fonts/poppins_light.eot');
    src: url('../fonts/poppins_light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins_light.woff') format('woff'),
         url('../fonts/poppins_light.ttf') format('truetype'),
         url('../fonts/poppins_light.svg#poppins_light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins_regular';
    src: url('../fonts/poppins_regular.eot');
    src: url('../fonts/poppins_regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins_regular.woff') format('woff'),
         url('../fonts/poppins_regular.ttf') format('truetype'),
         url('../fonts/poppins_regular.svg#poppins_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins_medium';
    src: url('../fonts/poppins_medium.eot');
    src: url('../fonts/poppins_medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins_medium.woff') format('woff'),
         url('../fonts/poppins_medium.ttf') format('truetype'),
         url('../fonts/poppins_medium.svg#poppins_medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins_semibold';
    src: url('../fonts/poppins_semibold.eot');
    src: url('../fonts/poppins_semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins_semibold.woff') format('woff'),
         url('../fonts/poppins_semibold.ttf') format('truetype'),
         url('../fonts/poppins_semibold.svg#poppins_semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins_bold';
    src: url('../fonts/poppins_bold.eot');
    src: url('../fonts/poppins_bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins_bold.woff') format('woff'),
         url('../fonts/poppins_bold.ttf') format('truetype'),
         url('../fonts/poppins_bold.svg#poppins_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Noteworthy-Light';
    src: url('../fonts/Noteworthy-Light.eot');
    src: url('../fonts/Noteworthy-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Noteworthy-Light.woff') format('woff'),
         url('../fonts/Noteworthy-Light.ttf') format('truetype'),
         url('../fonts/Noteworthy-Light.svg#Noteworthy-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}




/* 
==========================================================================
 Uso de fontes adicionais
========================================================================== 
*/

















/* 
==========================================================================
 Escurece Tudo
========================================================================== 
*/
.escureceTudo_popup
{
			height:100%;
			width:100%;
			position:fixed;
			left:0;
			top:0;
			z-index:500 !important;
			background-color:black;
			/*background-image:url(../assets/fundo_escureceTudo.png);*/
           	background-color: rgba(0, 0, 0, 0.95);
			visibility:hidden;
}



			@media only screen  and (orientation : landscape)
			{

					.escureceTudo_popup #container
					{
							padding: 0px 0px 0px 0;
							margin: 0 auto;
							/*background-color: #FF0000;*/
							/*height: 10em;*/

							width: 100%;
							margin-right: auto;
							margin-left: auto;

						    top: 0;  
						    bottom: 0;  
						    left: 0;  
						    right: 0;  
							position: absolute;
					}

							.escureceTudo_popup #container #foto_galeria
							{
								display: block;
									cursor: pointer;
									height: 90%;
									/*width: 100%;*/

								    position: absolute;
								    margin: auto;
								    top: 0;
								    left: 0;
								    right: 0;
								    bottom: 0;
							}

			}

			@media only screen  and (orientation : portrait)
			{

					.escureceTudo_popup #container
					{
							padding: 0px 0px 0px 0;
							margin: 0 auto;
							/*background-color: #FF0000;*/
							/*height: 10em;*/

							width: 100%;
							margin-right: auto;
							margin-left: auto;

						    top: 0;  
						    bottom: 0;  
						    left: 0;  
						    right: 0;  
							position: absolute;
					}

							.escureceTudo_popup #container #foto_galeria
							{
								display: block;
									cursor: pointer;
									/*height: 100%;*/
									width: 90%;

								    position: absolute;
								    margin: auto;
								    top: 0;
								    left: 0;
								    right: 0;
								    bottom: 0;
							}

			}

/* 
==========================================================================
 Escurece Tudo
========================================================================== 
*/



















/* 
==========================================================================
 Site
========================================================================== 
*/

.espaco {
	height: 70px;
}

.border_n {
	position: absolute;			
	width: 100%;
	height: 50px;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
}

.border_e {
	position: absolute;			
	width: 50px;
	height: 100%;
	right: 0px;
	top: 0px;
	background-color: #FFFFFF;
	z-index: 200;
}

.border_o {
	position: absolute;			
	width: 50px;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
}

.border_s {
	position: absolute;			
	width: 100%;
	height: 50px;
	left: 0px;
	bottom: 0px;
	background-color: #FFFFFF;
}



.divisoria {
	clear: both;
	padding: 0 0 0 0 ;
	margin: 0 auto;
	/*background-color: #D16B2F;*/
	width: 100%;
	height: 10px;
	overflow:hidden;
	position: relative;
}



.cap_pagina_esq {
	clear: both;
	position: relative;			
	width: 500px;
	margin-top: 90px;
	margin-left: 0px;
}

.cap_pagina_esq1 {
	clear: both;
	position: relative;			
	width: 655px;
	margin-top: 1px;
	margin-left: 0px;
}


.cap_pagina_esq_minimo {
	clear: both;
	position: relative;			
	width: 75px;
	margin-top: 90px;
	margin-left: 0px;
}


.plchldr_selos_esq {
	clear: both;
	position: relative;			
	width: 100%;
	text-align: left;
	z-index: 300;
}
		.selo_pagina_esq {
			clear: both;
			position: relative;			
			width: 300px;
			margin-top: 90px;
			margin-left: 0px;
			margin-bottom: 50px;
		}




.plchldr_selos {
	clear: both;
	position: relative;			
	width: 100%;
	text-align: right;
	z-index: 300;
}
		.selo_pagina_dir {
			position: relative;			
			width: 300px;
			margin-top: 90px;
			right: 0px;
			margin-bottom: 50px;
		}



.titulao {
	position: relative;

	-moz-osx-font-smoothing: grayscale; 
    -webkit-font-smoothing: antialiased; 
	font-family:poppins_regular; 		
	font-size:20px;
	color:#8DBB23;
	line-height:23px;
	padding-left: 90px;
}




.plchdr_tbtabela {
	position: relative;
	width: 100%;
}

		.tb_tabela {
			position: relative;
			width: 85%;
			text-align: left;

			clear: both;
			padding: 0 0 0 0 ;
			margin: 0 auto;
		}

				.tb_tabela .tit {
					-moz-osx-font-smoothing: grayscale; 
				    -webkit-font-smoothing: antialiased;
					font-family:poppins_regular;
					font-size:13px;
					color:#8DBB23;
					line-height:17px;
					padding-left: 10px;
					padding-right: 10px;
				}
				.tb_tabela .tex1 {
					-moz-osx-font-smoothing: grayscale; 
				    -webkit-font-smoothing: antialiased; 
					font-family:poppins_regular; 		
					font-size:12px;
					color:#373636;
					line-height:17px;

					padding-left: 10px;
					padding-right: 10px;
					padding-top: 3px;
					padding-bottom: 3px;
				}
				.tb_tabela .tex {
					-moz-osx-font-smoothing: grayscale; 
				    -webkit-font-smoothing: antialiased; 
					font-family:poppins_regular; 		
					font-size:12px;
					color:#373636;
					line-height:17px;

					padding-left: 10px;
					padding-right: 10px;
					padding-top: 10px;
					padding-bottom: 10px;
				}






















.soMenu {
	clear: both;
	padding: 0 0 0 0 ;
	margin: 0 auto;
	background-color: #8DBB23;
	width: 100%;
	overflow:hidden;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
}

			.soMenu #soMenu_centro {
				position: relative;
				max-width: 1100px;
				padding: 0 0 0 0 ;
				margin: 0 auto;
				width: 100%;
				height: 50px;
				/*background-color: #FF0000;*/
				/*border: 50px solid #FFFFFF;*/
			}

						.soMenu #soMenu_centro #id_menulogo {
							position: absolute;			
							width: 100px;
							left: 50px;
							top: 5px;
	    				}

						.soMenu #soMenu_centro #id_botaoesq {
							position: absolute;			
							width: 13px;
							right: 117px;
							top: 15px;
							cursor: pointer;
	    				}


						.soMenu #soMenu_centro #id_botaodir {
							position: absolute;
							width: 13px;
							right: 50px;
							top: 15px;
							cursor: pointer;
	    				}

						.soMenu #soMenu_centro input[name="FPagina"] {
							position: absolute;
							width: 30px;
							height: 16px;
							right: 70px;
							top: 15px;

							font-family:poppins_regular; 
							font-size: 12px;
							color: #221F1F;
							padding-right: 0px;
							padding-left: 10px;
							border-top: 0px solid #A9A9A9;
							border-right: 0px solid #A9A9A9;
							border-bottom: 0px solid #A9A9A9;
							border-left: 0px solid #A9A9A9;
							background-color: #FFFFFF;
							outline: none;

	    				}
						.soMenu #soMenu_centro input[name="FPagina"]:hover { 
						  	outline: none;
						}








.capa {
	clear: both;
	padding: 0 0 0 0 ;
	margin: 0 auto;
	/*background-color: #D16B2F;*/
	width: 100%;
	overflow:hidden;
	position: relative;
}


			.capa #capa_centro {
				position: relative;
				max-width: 1100px;
				padding: 0 0 0 0 ;
				margin: 0 auto;
				width: 100%;
				height: 1000px;
				background-color: #8DBB23;
				/*border: 50px solid #FFFFFF;*/
			}

						.capa #capa_centro #id_logo_grande {
							position: absolute;			
							width: 600px;
							right: 230px;
							top: 375px;
	    				}

						.capa #capa_centro #id_logo {
							position: absolute;			
							width: 400px;
							right: 80px;
							top: 90px;
	    				}

						.capa #capa_centro #id_titulo {
							position: absolute;			
							width: 600px;
							right: 80px;
							bottom: 80px;
	    				}

						.capa #capa_centro #id_barra {
							position: absolute;			
							width: 510px;
							height: 40px;
							right: 0px;
							bottom: 273px;
							background-color: #066733;
	    				}

								.capa #capa_centro #id_barra .legenda{
									margin: 0;
									padding: 0;
									padding-right: 40px;
									padding-left: 40px; 

									-moz-osx-font-smoothing: grayscale;   /* fix */
				                    -webkit-font-smoothing: antialiased;  /* safari */
									font-family:poppins_semibold; 		
									font-size:22px;
									/*letter-spacing: 0.1em;*/
									color:#FFFFFF;
									line-height:40px;
								}



















.separador {
	clear: both;
	padding: 0 0 0 0 ;
	margin: 0 auto;
	/*background-color: #D16B2F;*/
	width: 100%;
	overflow:hidden;
	position: relative;
}


			.separador #separador_centro {
				position: relative;
				max-width: 1100px;
				padding: 0 0 0 0 ;
				margin: 0 auto;
				width: 100%;
				height: 1000px;
				background-color: #8DBB23;
				/*border: 50px solid #FFFFFF;*/
			}


						.separador #separador_centro #id_imagem {
							position: absolute;			
							width: 810px;
							right: 0px;
							bottom: 150px;
	    				}


						.separador #separador_centro #id_texto {
							position: absolute;			
							right: 200px;
							bottom: 300px;
							/*background-color: #066733;*/
	    				}


								.separador #separador_centro #id_texto .legenda{
									margin: 0;
									padding: 0;

									-moz-osx-font-smoothing: grayscale;   /* fix */
				                    -webkit-font-smoothing: antialiased;  /* safari */
									font-family:Noteworthy-Light; 		
									font-size:26px;
									/*letter-spacing: 0.1em;*/
									color:#FFFFFF;
									line-height:32px;
								}














.indice {
	clear: both;
	padding: 0 0 0 0 ;
	margin: 0 auto;
	/*background-color: #D16B2F;*/
	width: 100%;
	overflow:hidden;
	position: relative;
}


			.indice #indice_centro {
				position: relative;
				max-width: 1100px;
				padding: 0 0 0 0 ;
				margin: 0 auto;
				width: 100%;
				height: 1030px;
				background-color: #8DBB23;
				/*border: 50px solid #FFFFFF;*/
			}


						.indice #indice_centro .texto {
						    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
						    -moz-box-sizing: border-box;    /* Firefox */
						    box-sizing: border-box;

							position: absolute;
							top: 220px;
							right: 130px;
							width: 300px;

							-moz-osx-font-smoothing: grayscale; 
		                    -webkit-font-smoothing: antialiased; 
							font-family:poppins_bold; 		
							font-size:15px;
							color:#FFFFFF;
							line-height:19px;
						}

						.indice #indice_centro .texto_link {
							-moz-osx-font-smoothing: grayscale; 
		                    -webkit-font-smoothing: antialiased; 
							font-family:poppins_bold; 		
							font-size:15px;
							color:#FFFFFF;
							line-height:19px;
						}

						.indice #indice_centro .espaco {
							height: 10px;
						}

						.indice #indice_centro .texto_link:hover {		
							font-size:15px;
							color:#066733;
							line-height:19px;
							cursor: pointer;
						}

						.indice #indice_centro .texto_pequeno_sem_link {
							-moz-osx-font-smoothing: grayscale; 
		                    -webkit-font-smoothing: antialiased; 
							font-family:poppins_bold; 		
							font-size:13px;
							color:#FFFFFF;
							line-height:19px;
						}

						.indice #indice_centro .texto_mini_sem_link {
							-moz-osx-font-smoothing: grayscale; 
		                    -webkit-font-smoothing: antialiased; 
							font-family:poppins_regular; 		
							font-size:13px;
							color:#FFFFFF;
							line-height:19px;
						}

						.indice #indice_centro .texto_pequeno {
							-moz-osx-font-smoothing: grayscale; 
		                    -webkit-font-smoothing: antialiased; 
							font-family:poppins_bold; 		
							font-size:13px;
							color:#FFFFFF;
							line-height:19px;
						}
						.indice #indice_centro .texto_pequeno:hover {
							color: #066733;
							cursor: pointer;
						}

						.indice #indice_centro .texto_mini {
							-moz-osx-font-smoothing: grayscale; 
		                    -webkit-font-smoothing: antialiased; 
							font-family:poppins_regular; 		
							font-size:13px;
							color:#FFFFFF;
							line-height:19px;
						}
						.indice #indice_centro .texto_mini:hover {
							color: #066733;
							cursor: pointer;
						}

								.indice #indice_centro .texto .link:link {font-family:inherit; font-size:inherit; color:#FFFFFF; text-decoration:none;}
								.indice #indice_centro .texto .link:visited {font-family:inherit; font-size:inherit; color:#FFFFFF; text-decoration:none;}
								.indice #indice_centro .texto .link:hover {font-family:inherit; font-size:inherit; color:#373636; text-decoration:none;}
								.indice #indice_centro .texto .link:active {font-family:inherit; font-size:inherit; color:#FFFFFF; text-decoration:none;}

								.indice #indice_centro .texto .link_pequeno:link {font-family:inherit; font-size:13px; color:#FFFFFF; text-decoration:none;}
								.indice #indice_centro .texto .link_pequeno:visited {font-family:inherit; font-size:13px; color:#FFFFFF; text-decoration:none;}
								.indice #indice_centro .texto .link_pequeno:hover {font-family:inherit; font-size:13px; color:#373636; text-decoration:none;}
								.indice #indice_centro .texto .link_pequeno:active {font-family:inherit; font-size:13px; color:#FFFFFF; text-decoration:none;}

						.indice #indice_centro #id_imagem {
							position: absolute;			
							width: 530px;
							left: 50px;
							bottom: 210px;
	    				}


						.indice #indice_centro #id_barra {
							position: absolute;			
							width: 410px;
							height: 40px;
							right: 0px;
							top: 150px;
							background-color: #066733;
	    				}

								.indice #indice_centro #id_barra .legenda{
									margin: 0;
									padding: 0;
									padding-right: 20px;
									padding-left: 20px; 

									-moz-osx-font-smoothing: grayscale;   /* fix */
				                    -webkit-font-smoothing: antialiased;  /* safari */
									font-family:poppins_semibold; 		
									font-size:24px;
									/*letter-spacing: 0.1em;*/
									color:#FFFFFF;
									line-height:40px;
								}












.separadorBranco {
	clear: both;
	padding: 0 0 0 0 ;
	margin: 0 auto;
	/*background-color: #D16B2F;*/
	width: 100%;
	overflow:hidden;
	position: relative;
}


			.separadorBranco #separadorBranco_centro {
				position: relative;
				max-width: 1100px;
				padding: 0 0 0 0 ;
				margin: 0 auto;
				width: 100%;
				height: 1000px;
				background-color: #FFFFFF;
				/*border: 50px solid #FFFFFF;*/
			}


						.separadorBranco #separadorBranco_centro #id_imagem {
							position: absolute;			
							width: 170px;
							right: 500px;
							bottom: 280px;
	    				}


						.separadorBranco #separadorBranco_centro #id_texto {
							position: absolute;			
							right: 250px;
							bottom: 320px;
							/*background-color: #066733;*/
	    				}


								.separadorBranco #separadorBranco_centro #id_texto .legenda{
									margin: 0;
									padding: 0;

									-moz-osx-font-smoothing: grayscale;   /* fix */
				                    -webkit-font-smoothing: antialiased;  /* safari */
									font-family:Noteworthy-Light; 		
									font-size:26px;
									/*letter-spacing: 0.1em;*/
									color:#8DBB23;
									line-height:32px;
								}











.capaCapitulo {
	clear: both;
	padding: 0 0 0 0 ;
	margin: 0 auto;
	/*background-color: #D16B2F;*/
	width: 100%;
	overflow:hidden;
	position: relative;
}

			.capaCapitulo #capaCapitulo_centro {
				position: relative;
				max-width: 1100px;
				padding: 0 0 0 0 ;
				margin: 0 auto;
				width: 100%;
				height: 1000px;
				background-color: #8DBB23;
				/*border: 50px solid #FFFFFF;*/
			}

						.capaCapitulo #capaCapitulo_centro #id_titulo {
							position: absolute;			
							width: 530px;
							right: 0px;
							top: 100px;
							z-index: 300;
	    				}

						.capaCapitulo #capaCapitulo_centro #id_imagem {
							position: absolute;			
							width: 400px;
							right: 350px;
							bottom: 200px;
	    				}


/*
						.capaCapitulo #capaCapitulo_centro #id_texto {
							position: absolute;			
							right: 250px;
							bottom: 320px;
	    				}

								.capaCapitulo #capaCapitulo_centro #id_texto .legenda{
									margin: 0;
									padding: 0;

									-moz-osx-font-smoothing: grayscale; 
				                    -webkit-font-smoothing: antialiased; 
									font-family:Noteworthy-Light; 		
									font-size:26px;
									color:#8DBB23;
									line-height:32px;
								}
*/






















.capaCapituloBranco {
	clear: both;
	padding: 0 0 0 0 ;
	margin: 0 auto;
	/*background-color: #D16B2F;*/
	width: 100%;
	overflow:hidden;
	position: relative;
}

			.capaCapituloBranco #capaCapituloBranco_centro {
				position: relative;
				max-width: 1100px;
				padding: 0 0 0 0 ;
				margin: 0 auto;
				width: 100%;
				/*height: 1000px;*/
				background-color: #FFFFFF;
				/*border: 50px solid #FFFFFF;*/
			}

						.capaCapituloBranco #capaCapituloBranco_centro #id_imagem {
							position: relative;			
							width: 600px;
							margin-left: 250px;
							margin-top: 100px;
	    				}




















.soTexto {
	clear: both;
	padding: 0 0 0 0 ;
	margin: 0 auto;
	/*background-color: #D16B2F;*/
	width: 100%;
	overflow:hidden;
	position: relative;
}

		.soTexto #soTexto_centro {
			position: relative;
			max-width: 1100px;
			padding: 0 0 0 0 ;
			margin: 0 auto;
			width: 100%;
			background-color: #FFFFFF;
		}


				.soTexto #soTexto_centro #id_mapa {
					position: relative;			
					width: 100%;
				}


				.soTexto #soTexto_centro .tb_rebordo {
				    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
				    -moz-box-sizing: border-box;    /* Firefox */
				    box-sizing: border-box;

					position: relative;
					margin: 0;
					padding: 0;
					width: 85%;
					margin-top: 20px;
					margin-left: 80px;
					padding-top: 10px;
					padding-left: 30px;
					padding-right: 30px;
					padding-bottom: 10px;
					border: 1px solid #8DBB23;


					text-align: justify;
					text-justify: inter-word;

					-moz-osx-font-smoothing: grayscale; 
                    -webkit-font-smoothing: antialiased; 
					font-family:poppins_regular; 		
					font-size:14px;
					color:#373636;
					line-height:23px;
				}

				.soTexto #soTexto_centro .tit_desaf {
					-moz-osx-font-smoothing: grayscale; 
                    -webkit-font-smoothing: antialiased; 
					font-family:poppins_bold; 		
					font-size:15px;
					color:#8DBB23;
					line-height:23px;
				}



				.soTexto #soTexto_centro .texto {
				    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
				    -moz-box-sizing: border-box;    /* Firefox */
				    box-sizing: border-box;

					position: relative;
					margin: 0;
					padding: 0;
					width: 100%;
					margin-top: 80px;
					padding-left: 90px;
					padding-right: 90px;

					text-align: justify;
					text-justify: inter-word;

					-moz-osx-font-smoothing: grayscale; 
                    -webkit-font-smoothing: antialiased; 
					font-family:poppins_regular; 		
					font-size:14px;
					color:#373636;
					line-height:23px;
				}

					.soTexto #soTexto_centro .texto .titulo {
						position: relative;

						-moz-osx-font-smoothing: grayscale; 
	                    -webkit-font-smoothing: antialiased; 
						font-family:poppins_regular; 		
						font-size:20px;
						color:#8DBB23;
						line-height:23px;
					}

					.soTexto #soTexto_centro .texto .link:link {font-family:inherit; font-size:inherit; color:#373636; text-decoration:underline;}
					.soTexto #soTexto_centro .texto .link:visited {font-family:inherit; font-size:inherit; color:#373636; text-decoration:underline;}
					.soTexto #soTexto_centro .texto .link:hover {font-family:inherit; font-size:inherit; color:#8DBB23; text-decoration:underline;}
					.soTexto #soTexto_centro .texto .link:active {font-family:inherit; font-size:inherit; color:#006531; text-decoration:underline;}


				.soTexto #soTexto_centro .plchldr_imagemnotexto {
					position: relative;
					width: 100%;
					text-align: center;
				}

						.soTexto #soTexto_centro .plchldr_imagemnotexto .imagemnotexto {
							position: relative;
							padding: 0 0 0 0 ;
							margin: 0 auto;
							margin-top: 10px;
							width: 85%;
						}

						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_le1 {position: absolute; top: 80px; left: 90px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_bt1 {position: absolute; top: 245px; left: 164px; width: 27px; cursor: pointer; z-index: 301;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_le2 {position: absolute; top: 50px; left: 130px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_bt2 {position: absolute; top: 215px; left: 205px; width: 27px; cursor: pointer; z-index: 301;}
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_le3 {position: absolute; top: 130px; left: 170px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_bt3 {position: absolute; top: 300px; left: 244px; width: 27px; cursor: pointer; z-index: 301;}
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_le4 {position: absolute; top: 12px; left: 205px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_bt4 {position: absolute; top: 183px; left: 284px; width: 27px; cursor: pointer; z-index: 301;}
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_le5 {position: absolute; top: 16px; left: 353px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_bt5 {position: absolute; top: 29px; left: 327px; width: 27px; cursor: pointer; z-index: 301;}
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_le6 {position: absolute; top: 78px; left: 288px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_bt6 {position: absolute; top: 245px; left: 365px; width: 27px; cursor: pointer; z-index: 301;}
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_le7 {position: absolute; top: 123px; left: 328px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_bt7 {position: absolute; top: 300px; left: 404px; width: 27px; cursor: pointer; z-index: 301;}
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_le8 {position: absolute; top: 85px; left: 365px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_bt8 {position: absolute; top: 260px; left: 444px; width: 27px; cursor: pointer; z-index: 301;}
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_le9 {position: absolute; top: 10px; left: 405px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_bt9 {position: absolute; top: 181px; left: 484px; width: 27px; cursor: pointer; z-index: 301;}
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_le10 {position: absolute; top: 29px; left: 449px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_bt10 {position: absolute; top: 201px; left: 524px; width: 27px; cursor: pointer; z-index: 301;}
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_le11 {position: absolute; top: 10px; left: 489px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_bt11 {position: absolute; top: 182px; left: 564px; width: 27px; cursor: pointer; z-index: 301;}
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_le12 {position: absolute; top: 130px; left: 529px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_bt12 {position: absolute; top: 302px; left: 604px; width: 27px; cursor: pointer; z-index: 301;}
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_le13 {position: absolute; top: 50px; left: 679px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_bt13 {position: absolute; top: 122px; left: 644px; width: 27px; cursor: pointer; z-index: 301;}
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_le14 {position: absolute; top: 80px; left: 609px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_bt14 {position: absolute; top: 249px; left: 684px; width: 27px; cursor: pointer; z-index: 301;}
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_le15 {position: absolute; top: 70px; left: 649px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_bt15 {position: absolute; top: 239px; left: 724px; width: 27px; cursor: pointer; z-index: 301;}
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_le16 {position: absolute; top: 50px; left: 689px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_bt16 {position: absolute; top: 223px; left: 764px; width: 27px; cursor: pointer; z-index: 301;}
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_le17 {position: absolute; top: 10px; left: 729px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_bt17 {position: absolute; top: 183px; left: 804px; width: 27px; cursor: pointer; z-index: 301;}
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_le18 {position: absolute; top: 14px; left: 769px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_bt18 {position: absolute; top: 190px; left: 844px; width: 27px; cursor: pointer; z-index: 301;}
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_le19 {position: absolute; top: 124px; left: 809px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_bt19 {position: absolute; top: 300px; left: 884px; width: 27px; cursor: pointer; z-index: 301;}
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_le20 {position: absolute; top: -30px; left: 849px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_bt20 {position: absolute; top: 140px; left: 924px; width: 27px; cursor: pointer; z-index: 301;}
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_le21 {position: absolute; top: 130px; left: 889px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake_bt21 {position: absolute; top: 300px; left: 964px; width: 27px; cursor: pointer; z-index: 301;}

						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__le1 {position: absolute; top: 70px; left: 97px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__bt1 {position: absolute; top: 238px; left: 174px; width: 27px; cursor: pointer; z-index: 301;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__le2 {position: absolute; top: 64px; left: 137px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__bt2 {position: absolute; top: 238px; left: 215px; width: 27px; cursor: pointer; z-index: 301;}
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__le3 {position: absolute; top: 130px; left: 177px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__bt3 {position: absolute; top: 305px; left: 254px; width: 27px; cursor: pointer; z-index: 301;}
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__le4 {position: absolute; top: -12px; left: 216px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__bt4 {position: absolute; top: 163px; left: 293px; width: 27px; cursor: pointer; z-index: 301;}
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__le5 {position: absolute; top: 16px; left: 363px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__bt5 {position: absolute; top: 20px; left: 332px; width: 27px; cursor: pointer; z-index: 301;}
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__le6 {position: absolute; top: 129px; left: 293px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__bt6 {position: absolute; top: 305px; left: 370px; width: 27px; cursor: pointer; z-index: 301;}
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__le7 {position: absolute; top: 133px; left: 332px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__bt7 {position: absolute; top: 306px; left: 408px; width: 27px; cursor: pointer; z-index: 301;}
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__le8 {position: absolute; top: 58px; left: 370px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__bt8 {position: absolute; top: 230px; left: 449px; width: 27px; cursor: pointer; z-index: 301;}
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__le9 {position: absolute; top: 30px; left: 412px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__bt9 {position: absolute; top: 206px; left: 489px; width: 27px; cursor: pointer; z-index: 301;}
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__le10 {position: absolute; top: 99px; left: 449px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__bt10 {position: absolute; top: 271px; left: 526px; width: 27px; cursor: pointer; z-index: 301;}
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__le11 {position: absolute; top: 10px; left: 489px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__bt11 {position: absolute; top: 182px; left: 566px; width: 27px; cursor: pointer; z-index: 301;}
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__le12 {position: absolute; top: 50px; left: 527px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__bt12 {position: absolute; top: 222px; left: 604px; width: 27px; cursor: pointer; z-index: 301;}
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__le13 {position: absolute; top: 50px; left: 679px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__bt13 {position: absolute; top: 130px; left: 644px; width: 27px; cursor: pointer; z-index: 301;}
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__le14 {position: absolute; top: 80px; left: 609px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__bt14 {position: absolute; top: 258px; left: 684px; width: 27px; cursor: pointer; z-index: 301;}
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__le15 {position: absolute; top: 65px; left: 649px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__bt15 {position: absolute; top: 239px; left: 724px; width: 27px; cursor: pointer; z-index: 301;}
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__le16 {position: absolute; top: 50px; left: 689px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__bt16 {position: absolute; top: 223px; left: 764px; width: 27px; cursor: pointer; z-index: 301;}
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__le17 {position: absolute; top: 20px; left: 729px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__bt17 {position: absolute; top: 201px; left: 802px; width: 27px; cursor: pointer; z-index: 301;}
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__le18 {position: absolute; top: 64px; left: 763px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__bt18 {position: absolute; top: 235px; left: 840px; width: 27px; cursor: pointer; z-index: 301;}
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__le19 {position: absolute; top: 129px; left: 807px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__bt19 {position: absolute; top: 305px; left: 882px; width: 27px; cursor: pointer; z-index: 301;}
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__le20 {position: absolute; top: 65px; left: 843px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__bt20 {position: absolute; top: 246px; left: 919px; width: 27px; cursor: pointer; z-index: 301;}
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__le21 {position: absolute; top: 125px; left: 886px; width: 200px; display: none; z-index: 300;}	
						.soTexto #soTexto_centro .plchldr_imagemnotexto .fake__bt21 {position: absolute; top: 302px; left: 959px; width: 27px; cursor: pointer; z-index: 301;}



				.soTexto #soTexto_centro .legenda_imagemnotexto {
					position: relative;
					padding-left: 90px;
					-moz-osx-font-smoothing: grayscale; 
                    -webkit-font-smoothing: antialiased; 
					font-family:poppins_regular; 		
					font-size:12px;
					color:#046632;
					line-height:20px;
				}



				.soTexto #soTexto_centro .rodape {
				    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
				    -moz-box-sizing: border-box;    /* Firefox */
				    box-sizing: border-box;


					clear: both;
					width: 100%;

					position: relative;
					margin: 0;
					padding: 0;
					padding-top: 50px;
					padding-left: 90px;
					padding-right: 80px;

					-moz-osx-font-smoothing: grayscale; 
                    -webkit-font-smoothing: antialiased; 
					font-family:poppins_regular; 		
					font-size:12px;
					color:#373636;
					line-height:23px;
				}

						.soTexto #soTexto_centro .linha {
							clear: both;
							width: 20%;
							height: 1px;
							position: relative;
							margin-bottom: 10px;
 		
							font-size:12px;
							background-color: #8DBB23;
						}

						.soTexto #soTexto_centro .rodape .link1:link {font-family:inherit; font-size:inherit; color:#8DBB23; text-decoration:underline;}
						.soTexto #soTexto_centro .rodape .link1:visited {font-family:inherit; font-size:inherit; color:#8DBB23; text-decoration:underline;}
						.soTexto #soTexto_centro .rodape .link1:hover {font-family:inherit; font-size:inherit; color:#373636; text-decoration:underline;}
						.soTexto #soTexto_centro .rodape .link1:active {font-family:inherit; font-size:inherit; color:#8DBB23; text-decoration:underline;}




				.soTexto #soTexto_centro .letras_pequeninas {
					clear: both;
					width: 100%;

					position: relative;
					margin: 0;
					padding: 0;
					padding-top: 50px;
					padding-left: 90px;
					padding-right: 40px;

					-moz-osx-font-smoothing: grayscale; 
                    -webkit-font-smoothing: antialiased; 
					font-family:poppins_regular; 		
					font-size:10px;
					color:#373636;
					line-height:23px;
				}



















.soTestemunhos {
	clear: both;
	padding: 0 0 0 0 ;
	margin: 0 auto;
	/*background-color: #D16B2F;*/
	width: 100%;
	overflow:hidden;
	position: relative;
}

		.soTestemunhos #soTestemunhos_centro {
			position: relative;
			max-width: 1100px;
			padding: 0 0 0 0 ;
			margin: 0 auto;
			width: 100%;
			background-color: #FFFFFF;
		}


				.soTestemunhos #soTestemunhos_centro .aspas {
					-moz-osx-font-smoothing: grayscale; 
                    -webkit-font-smoothing: antialiased; 
					font-family:poppins_bold; 		
					font-size:22px;
					color:#8DBB23;
					line-height:23px;
				}
				.soTestemunhos #soTestemunhos_centro .entreaspas {
					-moz-osx-font-smoothing: grayscale; 
                    -webkit-font-smoothing: antialiased; 
					font-family:poppins_regular; 		
					font-size:15px;
					color:#066733;
					line-height:23px;
				}
				.soTestemunhos #soTestemunhos_centro .subtitas {
					-moz-osx-font-smoothing: grayscale; 
                    -webkit-font-smoothing: antialiased; 
					font-family:poppins_regular; 		
					font-size:12px;
					color:#8DBB23;
					line-height:23px;
				}
				.soTestemunhos #soTestemunhos_centro .texto {
				    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
				    -moz-box-sizing: border-box;    /* Firefox */
				    box-sizing: border-box;

					position: relative;
					margin: 0;
					padding: 0;
					width: 100%;
					margin-top: 60px;
					padding-left: 90px;
					padding-right: 90px;

					text-align: justify;
					text-justify: inter-word;

					-moz-osx-font-smoothing: grayscale; 
                    -webkit-font-smoothing: antialiased; 
					font-family:poppins_regular; 		
					font-size:14px;
					color:#373636;
					line-height:23px;
				}

								.soTestemunhos #soTestemunhos_centro .texto #id_imagemOrnato {
									position: relative;
									margin: 0;
									padding: 0;
									width: 40px;
								}



				.soTestemunhos #soTestemunhos_centro .placeholder_testemunhos {
					position: relative;
					padding: 0 0 0 0 ;
					margin: 0 auto;
					width: 80%;
					/*background-color: #FF0000;*/
					overflow: hidden;
					vertical-align: middle;
				}

								.soTestemunhos #soTestemunhos_centro .placeholder_testemunhos .parte_esq {
									float: left;
									width: 20%;

								    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
								    -moz-box-sizing: border-box;    /* Firefox */
								    box-sizing: border-box;

								    vertical-align: middle;
								    text-align: center;
								}

												.soTestemunhos #soTestemunhos_centro .placeholder_testemunhos .parte_esq #id_imagemTestemunho {
													position: relative;
													margin: 0;
													padding: 0;
													width: 100px;
												}

								

								.soTestemunhos #soTestemunhos_centro .placeholder_testemunhos .parte_dir {
									float: left;
									width: 80%;

								    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
								    -moz-box-sizing: border-box;    /* Firefox */
								    box-sizing: border-box;

									position: relative;
									margin: 0;
									padding: 0;
									/*margin-top: 80px;*/
									padding-left: 10px;
									padding-right: 10px;

									text-align: justify;
									text-justify: inter-word;

									-moz-osx-font-smoothing: grayscale; 
				                    -webkit-font-smoothing: antialiased; 
									font-family:poppins_regular; 		
									font-size:14px;
									color:#373636;
									line-height:23px;
								}





















.soTexto2Imagens {
	clear: both;
	padding: 0 0 0 0 ;
	margin: 0 auto;
	/*background-color: #D16B2F;*/
	width: 100%;
	overflow:hidden;
	position: relative;
}

		.soTexto2Imagens #soTexto2Imagens_centro {
			clear: both;
			position: relative;
			max-width: 1100px;
			padding: 0 0 0 0 ;
			margin: 0 auto;
			width: 100%;
			background-color: #FFFFFF;
			overflow:hidden;
		}


				.soTexto2Imagens #soTexto2Imagens_centro .parte_esq {
					float: left;
					width: 60%;

				    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
				    -moz-box-sizing: border-box;    /* Firefox */
				    box-sizing: border-box;

					position: relative;
					margin: 0;
					padding: 0;
					/*margin-top: 80px;*/
					padding-left: 90px;
					padding-right: 40px;

					text-align: justify;
					text-justify: inter-word;

					-moz-osx-font-smoothing: grayscale; 
                    -webkit-font-smoothing: antialiased; 
					font-family:poppins_regular; 		
					font-size:14px;
					color:#373636;
					line-height:23px;
				}

						.soTexto2Imagens #soTexto2Imagens_centro .parte_esq .titulinho {
							position: relative;

							-moz-osx-font-smoothing: grayscale; 
		                    -webkit-font-smoothing: antialiased; 
							font-family:poppins_regular; 		
							font-size:20px;
							color:#8DBB23;
							line-height:23px;
						}

						.soTexto2Imagens #soTexto2Imagens_centro .parte_esq .link:link {font-family:inherit; font-size:inherit; color:#8DBB23; text-decoration:underline;}
						.soTexto2Imagens #soTexto2Imagens_centro .parte_esq .link:visited {font-family:inherit; font-size:inherit; color:#8DBB23; text-decoration:underline;}
						.soTexto2Imagens #soTexto2Imagens_centro .parte_esq .link:hover {font-family:inherit; font-size:inherit; color:#006531; text-decoration:underline;}
						.soTexto2Imagens #soTexto2Imagens_centro .parte_esq .link:active {font-family:inherit; font-size:inherit; color:#8DBB23; text-decoration:underline;}


						.soTexto2Imagens #soTexto2Imagens_centro .parte_esq .linhinha {
							clear: both;
							width: 50%;
							height: 1px;
							position: relative;
							margin-top: 50px;
 		
							font-size:12px;
							background-color: #8DBB23;
						}

						.soTexto2Imagens #soTexto2Imagens_centro .parte_esq .rodapezinho {
							position: relative;
							margin: 0;
							padding: 0;
							padding-top: 10px;
							padding-left: 0px;
							padding-right: 10px;

							-moz-osx-font-smoothing: grayscale; 
		                    -webkit-font-smoothing: antialiased; 
							font-family:poppins_regular; 		
							font-size:12px;
							color:#373636;
							line-height:23px;
						}

							.soTexto2Imagens #soTexto2Imagens_centro .parte_esq .rodapezinho .linquinho:link {font-family:inherit; font-size:inherit; color:#8DBB23; text-decoration:underline;}
							.soTexto2Imagens #soTexto2Imagens_centro .parte_esq .rodapezinho .linquinho:visited {font-family:inherit; font-size:inherit; color:#8DBB23; text-decoration:underline;}
							.soTexto2Imagens #soTexto2Imagens_centro .parte_esq .rodapezinho .linquinho:hover {font-family:inherit; font-size:inherit; color:#373636; text-decoration:underline;}
							.soTexto2Imagens #soTexto2Imagens_centro .parte_esq .rodapezinho .linquinho:active {font-family:inherit; font-size:inherit; color:#8DBB23; text-decoration:underline;}


						.soTexto2Imagens #soTexto2Imagens_centro .parte_esq .loguinho {
							position: relative;
							margin-top: 10px;
							width: 200px;
						}



				.soTexto2Imagens #soTexto2Imagens_centro .parte_dir {
					float: left;
					width: 40%;
				}


						.soTexto2Imagens #soTexto2Imagens_centro .parte_dir .fig_1 {
							position: relative;
							/*margin-top: 80px;*/
							width: 100%;
							height: 247px;
							cursor: pointer;
						}

						.soTexto2Imagens #soTexto2Imagens_centro .parte_dir .fig_11 {
							position: relative;
							/*margin-top: 80px;*/
							width: 100%;
							cursor: pointer;
						}

						.soTexto2Imagens #soTexto2Imagens_centro .parte_dir .fig_2 {
							position: relative;
							margin-top: 20px;	
							width: 100%;
						}

						.soTexto2Imagens #soTexto2Imagens_centro .parte_dir .legenda {
							position: relative;
							margin: 0;
							padding: 0;
							padding-top: 10px;
							padding-left: 0px;
							padding-right: 10px;

							-moz-osx-font-smoothing: grayscale; 
		                    -webkit-font-smoothing: antialiased; 
							font-family:poppins_regular; 		
							font-size:12px;
							color:#046632;
							line-height:20px;
						}




				.soTexto2Imagens #soTexto2Imagens_centro .rodape {
					clear: both;
					width: 100%;

					position: relative;
					margin: 0;
					padding: 0;
					padding-top: 50px;
					padding-left: 90px;
					padding-right: 40px;

					-moz-osx-font-smoothing: grayscale; 
                    -webkit-font-smoothing: antialiased; 
					font-family:poppins_regular; 		
					font-size:12px;
					color:#373636;
					line-height:23px;
				}

						.soTexto2Imagens #soTexto2Imagens_centro .linha {
							clear: both;
							width: 20%;
							height: 1px;
							position: relative;
							margin-bottom: 10px;
 		
							font-size:12px;
							background-color: #8DBB23;
						}

						.soTexto2Imagens #soTexto2Imagens_centro .rodape .link1:link {font-family:inherit; font-size:inherit; color:#8DBB23; text-decoration:underline;}
						.soTexto2Imagens #soTexto2Imagens_centro .rodape .link1:visited {font-family:inherit; font-size:inherit; color:#8DBB23; text-decoration:underline;}
						.soTexto2Imagens #soTexto2Imagens_centro .rodape .link1:hover {font-family:inherit; font-size:inherit; color:#373636; text-decoration:underline;}
						.soTexto2Imagens #soTexto2Imagens_centro .rodape .link1:active {font-family:inherit; font-size:inherit; color:#8DBB23; text-decoration:underline;}

















.soMapa {
	clear: both;
	padding: 0 0 0 0 ;
	margin: 0 auto;
	/*background-color: #D16B2F;*/
	width: 100%;
	overflow:hidden;
	position: relative;
}

		.soMapa #soMapa_centro {
			position: relative;
			max-width: 1100px;
			padding: 0 0 0 0 ;
			margin: 0 auto;
			width: 100%;
			/*background-color: #FFFFFF;*/
		}

				.soMapa #soMapa_centro #id_titulo {
					position: absolute;			
					width: 650px;
					right: 0px;
					top: 100px;
					z-index: 300;
				}

				.soMapa #soMapa_centro #id_mapa {
					position: relative;			
					width: 100%;
				}

				.soMapa #soMapa_centro #mapa1_rosadosventos {
					position: absolute;	
					width: 60px;		
					top: 70px;
					right: 70px;
				}

				.soMapa #soMapa_centro .linkSite {
					position: absolute;			
					width: 400px;
					height: 30px;
					right: 50px;
					bottom: 50px;
					/*background-color: #ff0000;*/
					z-index: 500;
					cursor: pointer;
				}

				/* MAPA 1 */
				.soMapa #soMapa_centro #mapa1_pin1 {position: absolute;	width: 25px; top: 290px; right: 773px; cursor: pointer;}
				.soMapa #soMapa_centro #mapa1_pin2 {position: absolute;	width: 25px; top: 290px; right: 573px; cursor: pointer;}
				.soMapa #soMapa_centro #mapa1_pin3 {position: absolute;	width: 25px; top: 300px; right: 173px; cursor: pointer;}
				.soMapa #soMapa_centro #mapa1_pin4 {position: absolute;	width: 25px; top: 470px; right: 573px; cursor: pointer;}
				.soMapa #soMapa_centro #mapa1_pin5 {position: absolute;	width: 25px; top: 515px; right: 79px; cursor: pointer;}
				.soMapa #soMapa_centro #mapa1_pin6 {position: absolute;	width: 25px; top: 610px; right: 385px; cursor: pointer;}
				.soMapa #soMapa_centro #mapa1_pin7 {position: absolute;	width: 25px; top: 745px; right: 366px; cursor: pointer;}
				/* MAPA 1 */

				/* MAPA 2 */
				.soMapa #soMapa_centro #mapa2_pin1 {position: absolute;	width: 25px; top: 180px; right: 550px; cursor: pointer;}
				.soMapa #soMapa_centro #mapa2_pin2 {position: absolute;	width: 25px; top: 250px; right: 480px; cursor: pointer;}
				.soMapa #soMapa_centro #mapa2_pin3 {position: absolute;	width: 25px; top: 320px; right: 370px; cursor: pointer;}
				.soMapa #soMapa_centro #mapa2_pin4 {position: absolute;	width: 25px; top: 500px; right: 560px; cursor: pointer;}
				.soMapa #soMapa_centro #mapa2_pin5 {position: absolute;	width: 25px; top: 590px; right: 650px; cursor: pointer;}
				.soMapa #soMapa_centro #mapa2_pin6 {position: absolute;	width: 25px; bottom: 290px; right: 400px; cursor: pointer;}
				.soMapa #soMapa_centro #mapa2_pin7 {position: absolute;	width: 25px; bottom: 160px; right: 340px; cursor: pointer;}
				/* MAPA 2 */

				/* MAPA 3 */
				.soMapa #soMapa_centro #mapa3_pin1 {position: absolute;	width: 25px; top: 380px; right: 790px; cursor: pointer;}
				.soMapa #soMapa_centro #mapa3_pin2 {position: absolute;	width: 25px; top: 440px; right: 695px; cursor: pointer;}
				.soMapa #soMapa_centro #mapa3_pin3 {position: absolute;	width: 25px; top: 490px; right: 655px; cursor: pointer;}
				.soMapa #soMapa_centro #mapa3_pin4 {position: absolute;	width: 25px; top: 450px; right: 575px; cursor: pointer;}
				.soMapa #soMapa_centro #mapa3_pin5 {position: absolute;	width: 25px; top: 600px; right: 455px; cursor: pointer;}
				.soMapa #soMapa_centro #mapa3_pin6 {position: absolute;	width: 25px; bottom: 385px; right: 210px; cursor: pointer;}
				.soMapa #soMapa_centro #mapa3_pin7 {position: absolute;	width: 25px; bottom: 160px; right: 250px; cursor: pointer;}
				/* MAPA 3 */

				/* MAPA 4 */
				.soMapa #soMapa_centro #mapa4_pin1 {position: absolute;	width: 25px; top: 360px; left: 100px; cursor: pointer;}
				.soMapa #soMapa_centro #mapa4_pin2 {position: absolute;	width: 25px; top: 457px; left: 225px; cursor: pointer;}
				.soMapa #soMapa_centro #mapa4_pin3 {position: absolute;	width: 25px; top: 540px; right: 695px; cursor: pointer;}
				.soMapa #soMapa_centro #mapa4_pin4 {position: absolute;	width: 25px; top: 570px; right: 540px; cursor: pointer;}
				.soMapa #soMapa_centro #mapa4_pin5 {position: absolute;	width: 25px; top: 590px; right: 493px; cursor: pointer;}
				.soMapa #soMapa_centro #mapa4_pin6 {position: absolute;	width: 25px; top: 620px; right: 580px; cursor: pointer;}
				.soMapa #soMapa_centro #mapa4_pin7 {position: absolute;	width: 25px; top: 640px; right: 525px; cursor: pointer;}
				.soMapa #soMapa_centro #mapa4_pin8 {position: absolute;	width: 25px; top: 670px; right: 673px; cursor: pointer;}
				.soMapa #soMapa_centro #mapa4_pin9 {position: absolute;	width: 25px; top: 730px; right: 100px; cursor: pointer;}
				.soMapa #soMapa_centro #mapa4_pin10 {position: absolute; width: 25px; top: 730px; right: 350px; cursor: pointer;}
				.soMapa #soMapa_centro #mapa4_pin11 {position: absolute; width: 25px; top: 770px; right: 300px; cursor: pointer;}
				.soMapa #soMapa_centro #mapa4_pin12 {position: absolute; width: 25px; top: 770px; right: 80px; cursor: pointer;}
				.soMapa #soMapa_centro #mapa4_pin13 {position: absolute; width: 25px; top: 785px; right: 500px; cursor: pointer;}
				.soMapa #soMapa_centro #mapa4_pin14 {position: absolute; width: 25px; top: 900px; right: 195px; cursor: pointer;}
				/* MAPA 4 */







				/* MAPA 1 */
				.soMapa #soMapa_centro #mapa1_legenda1 {position: absolute;	width: 290px; top: 330px; left: 28px; display: none;}
				.soMapa #soMapa_centro #mapa1_legenda2 {position: absolute;	width: 290px; top: 190px; right: 583px; display: none;}
				.soMapa #soMapa_centro #mapa1_legenda3 {position: absolute;	width: 290px; top: 160px; right: 183px; display: none;}
				.soMapa #soMapa_centro #mapa1_legenda4 {position: absolute;	width: 290px; top: 510px; right: 582px; display: none;}
				.soMapa #soMapa_centro #mapa1_legenda5 {position: absolute;	width: 290px; top: 385px; right: 88px; display: none;}
				.soMapa #soMapa_centro #mapa1_legenda6 {position: absolute;	width: 280px; top: 484px; right: 120px; display: none;}
				.soMapa #soMapa_centro #mapa1_legenda7 {position: absolute;	width: 280px; top: 762px; right: 376px; display: none;}
				/* MAPA 1 */

				/* MAPA 2 */
				.soMapa #soMapa_centro #mapa2_legenda1 {position: absolute;	width: 290px; top: 220px; left: 250px; display: none;}
				.soMapa #soMapa_centro #mapa2_legenda2 {position: absolute;	width: 290px; top: 120px; right: 205px; display: none;}
				.soMapa #soMapa_centro #mapa2_legenda3 {position: absolute;	width: 290px; top: 357px; right: 95px; display: none;}
				.soMapa #soMapa_centro #mapa2_legenda4 {position: absolute;	width: 290px; top: 385px; right: 570px; display: none;}
				.soMapa #soMapa_centro #mapa2_legenda5 {position: absolute;	width: 290px; top: 630px; left: 150px; display: none;}
				.soMapa #soMapa_centro #mapa2_legenda6 {position: absolute;	width: 280px; top: 870px; left: 410px; display: none;}
				.soMapa #soMapa_centro #mapa2_legenda7 {position: absolute;	width: 280px; top: 824px; right: 76px; display: none;}
				/* MAPA 2 */		

				/* MAPA 3 */
				.soMapa #soMapa_centro #mapa3_legenda1 {position: absolute;	width: 290px; top: 224px; left: 294px; display: none;}
				.soMapa #soMapa_centro #mapa3_legenda2 {position: absolute;	width: 290px; top: 480px; left: 108px; display: none;}
				.soMapa #soMapa_centro #mapa3_legenda3 {position: absolute;	width: 290px; top: 530px; left: 145px; display: none;}
				.soMapa #soMapa_centro #mapa3_legenda4 {position: absolute;	width: 290px; top: 335px; right: 300px; display: none;}
				.soMapa #soMapa_centro #mapa3_legenda5 {position: absolute;	width: 290px; top: 498px; right: 181px; display: none;}
				.soMapa #soMapa_centro #mapa3_legenda6 {position: absolute;	width: 280px; top: 670px; right: 220px; display: none;}
				.soMapa #soMapa_centro #mapa3_legenda7 {position: absolute;	width: 280px; top: 874px; right: 260px; display: none;}
				/* MAPA 3 */	

				/* MAPA 4 */
				.soMapa #soMapa_centro #mapa4_legenda1 {position: absolute;	width: 290px; top: 300px; left: 110px; display: none;}
				.soMapa #soMapa_centro #mapa4_legenda2 {position: absolute;	width: 195px; top: 387px; left: 235px; display: none;}
				.soMapa #soMapa_centro #mapa4_legenda3 {position: absolute;	width: 218px; top: 580px; right: 704px; display: none;}
				.soMapa #soMapa_centro #mapa4_legenda4 {position: absolute;	width: 200px; top: 353px; right: 355px; display: none;}
				.soMapa #soMapa_centro #mapa4_legenda5 {position: absolute;	width: 233px; top: 444px; right: 275px; display: none;}
				.soMapa #soMapa_centro #mapa4_legenda6 {position: absolute;	width: 156px; top: 450px; right: 590px; display: none;}
				.soMapa #soMapa_centro #mapa4_legenda7 {position: absolute;	width: 115px; top: 676px; right: 535px; display: none;}
				.soMapa #soMapa_centro #mapa4_legenda8 {position: absolute;	width: 235px; top: 710px; right: 683px; display: none;}
				.soMapa #soMapa_centro #mapa4_legenda9 {position: absolute;	width: 228px; top: 575px; right: 109px; display: none;}
				.soMapa #soMapa_centro #mapa4_legenda10 {position: absolute; width: 170px; top: 644px; right: 195px; display: none;}
				.soMapa #soMapa_centro #mapa4_legenda11 {position: absolute; width: 150px; top: 810px; right: 165px; display: none;}
				.soMapa #soMapa_centro #mapa4_legenda12 {position: absolute; width: 160px; top: 500px; right: 90px; display: none;}
				.soMapa #soMapa_centro #mapa4_legenda13 {position: absolute; width: 160px; top: 825px; right: 510px; display: none;}
				.soMapa #soMapa_centro #mapa4_legenda14 {position: absolute; width: 174px; top: 850px; right: 205px; display: none;}				
				/* MAPA 4 */	


				.soMapa #soMapa_centro #mapa1_legendao {
					position: absolute;	
					width: 550px;		
					bottom: 80px;
					right: 146px;
				}

				.soMapa #soMapa_centro #mapa4_legendao {
					position: absolute;	
					width: 550px;		
					bottom: 80px;
					right: 146px;
				}

















.coluna_de_4 {
	clear: both;
	position: relative;
	padding: 0 0 0 0 ;
	margin: 0 auto;

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox */
    box-sizing: border-box;

	width: 87%;
	/*background-color: #FF0000;*/
	overflow:hidden;
}


		.coluna_de_4 .parte_1 {
			float: left;
			width: 25%;

		    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		    -moz-box-sizing: border-box;    /* Firefox */
		    box-sizing: border-box;

			position: relative;
			margin: 0;
			padding: 0;
			/*margin-top: 80px;*/
			padding-left: 15px;
			padding-right: 15px;
		}
				.coluna_de_4 .parte_1 .img_1 {
					width: 100%;
					border: 1px solid #000000;
				}
				.coluna_de_4 .parte_1 .leg_1 {
					margin: 0;
					padding: 0;
					-moz-osx-font-smoothing: grayscale;   /* fix */
                    -webkit-font-smoothing: antialiased;  /* safari */
					font-family:poppins_regular; 		
					font-size:12px;
					/*letter-spacing: 0.1em;*/
					color:#046632;
					line-height:32px;
				}

				.coluna_de_4 .parte_1 .leg_1 .linkita:link {font-family:inherit; font-size:inherit; color:#8DBB23; text-decoration:underline;}
				.coluna_de_4 .parte_1 .leg_1 .linkita:visited {font-family:inherit; font-size:inherit; color:#8DBB23; text-decoration:underline;}
				.coluna_de_4 .parte_1 .leg_1 .linkita:hover {font-family:inherit; font-size:inherit; color:#373636; text-decoration:underline;}
				.coluna_de_4 .parte_1 .leg_1 .linkita:active {font-family:inherit; font-size:inherit; color:#8DBB23; text-decoration:underline;}

		.coluna_de_4 .parte_2 {
			float: left;
			width: 25%;

		    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		    -moz-box-sizing: border-box;    /* Firefox */
		    box-sizing: border-box;

			position: relative;
			margin: 0;
			padding: 0;
			/*margin-top: 80px;*/
			padding-left: 15px;
			padding-right: 15px;
		}
				.coluna_de_4 .parte_2 .img_2 {
					width: 100%;
					border: 1px solid #000000;
				}
				.coluna_de_4 .parte_2 .leg_2 {
					margin: 0;
					padding: 0;
					-moz-osx-font-smoothing: grayscale;   /* fix */
                    -webkit-font-smoothing: antialiased;  /* safari */
					font-family:poppins_regular; 		
					font-size:12px;
					/*letter-spacing: 0.1em;*/
					color:#046632;
					line-height:32px;
				}

				.coluna_de_4 .parte_2 .leg_2 .linkita:link {font-family:inherit; font-size:inherit; color:#8DBB23; text-decoration:underline;}
				.coluna_de_4 .parte_2 .leg_2 .linkita:visited {font-family:inherit; font-size:inherit; color:#8DBB23; text-decoration:underline;}
				.coluna_de_4 .parte_2 .leg_2 .linkita:hover {font-family:inherit; font-size:inherit; color:#373636; text-decoration:underline;}
				.coluna_de_4 .parte_2 .leg_2 .linkita:active {font-family:inherit; font-size:inherit; color:#8DBB23; text-decoration:underline;}


		.coluna_de_4 .parte_3 {
			float: left;
			width: 25%;

		    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		    -moz-box-sizing: border-box;    /* Firefox */
		    box-sizing: border-box;

			position: relative;
			margin: 0;
			padding: 0;
			/*margin-top: 80px;*/
			padding-left: 15px;
			padding-right: 15px;
		}
				.coluna_de_4 .parte_3 .img_3 {
					width: 100%;
					border: 1px solid #000000;
				}
				.coluna_de_4 .parte_3 .leg_3 {
					margin: 0;
					padding: 0;
					-moz-osx-font-smoothing: grayscale;   /* fix */
                    -webkit-font-smoothing: antialiased;  /* safari */
					font-family:poppins_regular; 		
					font-size:12px;
					/*letter-spacing: 0.1em;*/
					color:#046632;
					line-height:32px;
				}

				.coluna_de_4 .parte_3 .leg_3 .linkita:link {font-family:inherit; font-size:inherit; color:#8DBB23; text-decoration:underline;}
				.coluna_de_4 .parte_3 .leg_3 .linkita:visited {font-family:inherit; font-size:inherit; color:#8DBB23; text-decoration:underline;}
				.coluna_de_4 .parte_3 .leg_3 .linkita:hover {font-family:inherit; font-size:inherit; color:#373636; text-decoration:underline;}
				.coluna_de_4 .parte_3 .leg_3 .linkita:active {font-family:inherit; font-size:inherit; color:#8DBB23; text-decoration:underline;}






		.coluna_de_4 .parte_4 {
			float: left;
			width: 25%;

		    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		    -moz-box-sizing: border-box;    /* Firefox */
		    box-sizing: border-box;

			position: relative;
			margin: 0;
			padding: 0;
			/*margin-top: 80px;*/
			padding-left: 15px;
			padding-right: 15px;
		}
				.coluna_de_4 .parte_4 .img_4 {
					width: 100%;
					border: 1px solid #000000;
				}
				.coluna_de_4 .parte_4 .leg_4 {
					margin: 0;
					padding: 0;
					-moz-osx-font-smoothing: grayscale;   /* fix */
                    -webkit-font-smoothing: antialiased;  /* safari */
					font-family:poppins_regular; 		
					font-size:12px;
					/*letter-spacing: 0.1em;*/
					color:#046632;
					line-height:32px;
				}

				.coluna_de_4 .parte_4 .leg_4 .linkita:link {font-family:inherit; font-size:inherit; color:#8DBB23; text-decoration:underline;}
				.coluna_de_4 .parte_4 .leg_4 .linkita:visited {font-family:inherit; font-size:inherit; color:#8DBB23; text-decoration:underline;}
				.coluna_de_4 .parte_4 .leg_4 .linkita:hover {font-family:inherit; font-size:inherit; color:#373636; text-decoration:underline;}
				.coluna_de_4 .parte_4 .leg_4 .linkita:active {font-family:inherit; font-size:inherit; color:#8DBB23; text-decoration:underline;}













.coluna_de_3 {
	clear: both;
	position: relative;
	padding: 0 0 0 0 ;
	margin: 0 auto;

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox */
    box-sizing: border-box;

	width: 87%;
	/*background-color: #FF0000;*/
	overflow:hidden;
}


		.coluna_de_3 .parte_1 {
			float: left;
			width: 33.333333%;

		    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		    -moz-box-sizing: border-box;    /* Firefox */
		    box-sizing: border-box;

			position: relative;
			margin: 0;
			padding: 0;
			/*margin-top: 80px;*/
			padding-left: 15px;
			padding-right: 15px;
		}

				.coluna_de_3 .parte_1 .img_1 {
					width: 100%;
					/*border: 1px solid #000000;*/
				}
				.coluna_de_3 .parte_1 .leg_1 {
					margin: 0;
					padding: 0;
					-moz-osx-font-smoothing: grayscale;   /* fix */
                    -webkit-font-smoothing: antialiased;  /* safari */
					font-family:poppins_regular; 		
					font-size:12px;
					/*letter-spacing: 0.1em;*/
					color:#046632;
					line-height:32px;
				}

				.coluna_de_3 .parte_1 .leg_1 .linkita:link {font-family:inherit; font-size:inherit; color:#8DBB23; text-decoration:underline;}
				.coluna_de_3 .parte_1 .leg_1 .linkita:visited {font-family:inherit; font-size:inherit; color:#8DBB23; text-decoration:underline;}
				.coluna_de_3 .parte_1 .leg_1 .linkita:hover {font-family:inherit; font-size:inherit; color:#373636; text-decoration:underline;}
				.coluna_de_3 .parte_1 .leg_1 .linkita:active {font-family:inherit; font-size:inherit; color:#8DBB23; text-decoration:underline;}


		.coluna_de_3 .parte_2 {
			float: left;
			width: 33.333333%;

		    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		    -moz-box-sizing: border-box;    /* Firefox */
		    box-sizing: border-box;

			position: relative;
			margin: 0;
			padding: 0;
			/*margin-top: 80px;*/
			padding-left: 15px;
			padding-right: 15px;
		}

				.coluna_de_3 .parte_2 .img_2 {
					width: 100%;
					/*border: 1px solid #000000;*/
				}
				.coluna_de_3 .parte_2 .leg_2 {
					margin: 0;
					padding: 0;
					-moz-osx-font-smoothing: grayscale;   /* fix */
                    -webkit-font-smoothing: antialiased;  /* safari */
					font-family:poppins_regular; 		
					font-size:12px;
					/*letter-spacing: 0.1em;*/
					color:#046632;
					line-height:32px;
				}

				.coluna_de_3 .parte_2 .leg_2 .linkita:link {font-family:inherit; font-size:inherit; color:#8DBB23; text-decoration:underline;}
				.coluna_de_3 .parte_2 .leg_2 .linkita:visited {font-family:inherit; font-size:inherit; color:#8DBB23; text-decoration:underline;}
				.coluna_de_3 .parte_2 .leg_2 .linkita:hover {font-family:inherit; font-size:inherit; color:#373636; text-decoration:underline;}
				.coluna_de_3 .parte_2 .leg_2 .linkita:active {font-family:inherit; font-size:inherit; color:#8DBB23; text-decoration:underline;}

		.coluna_de_3 .parte_3 {
			float: left;
			width: 33.333333%;

		    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		    -moz-box-sizing: border-box;    /* Firefox */
		    box-sizing: border-box;

			position: relative;
			margin: 0;
			padding: 0;
			/*margin-top: 80px;*/
			padding-left: 15px;
			padding-right: 15px;
		}

				.coluna_de_3 .parte_3 .img_3 {
					width: 100%;
					/*border: 1px solid #000000;*/
				}
				.coluna_de_3 .parte_3 .leg_3 {
					margin: 0;
					padding: 0;
					-moz-osx-font-smoothing: grayscale;   /* fix */
                    -webkit-font-smoothing: antialiased;  /* safari */
					font-family:poppins_regular; 		
					font-size:12px;
					/*letter-spacing: 0.1em;*/
					color:#046632;
					line-height:32px;
				}

				.coluna_de_3 .parte_3 .leg_3 .linkita:link {font-family:inherit; font-size:inherit; color:#8DBB23; text-decoration:underline;}
				.coluna_de_3 .parte_3 .leg_3 .linkita:visited {font-family:inherit; font-size:inherit; color:#8DBB23; text-decoration:underline;}
				.coluna_de_3 .parte_3 .leg_3 .linkita:hover {font-family:inherit; font-size:inherit; color:#373636; text-decoration:underline;}
				.coluna_de_3 .parte_3 .leg_3 .linkita:active {font-family:inherit; font-size:inherit; color:#8DBB23; text-decoration:underline;}











.coluna_de_3textos {
	clear: both;
	position: relative;
	padding: 0 0 0 0 ;
	margin: 0 auto;

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox */
    box-sizing: border-box;

	width: 87%;
	/*background-color: #FF0000;*/
	overflow:hidden;
}

		.coluna_de_3textos .parte_1 {
			float: left;
			width: 33.333333%;

		    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		    -moz-box-sizing: border-box;    /* Firefox */
		    box-sizing: border-box;

			position: relative;
			margin: 0;
			padding: 0;
			/*margin-top: 80px;*/
			padding-left: 15px;
			padding-right: 15px;
		}
				.coluna_de_3textos .parte_1 .tit_1 {
					margin: 0;
					padding: 0;
					-moz-osx-font-smoothing: grayscale;   /* fix */
                    -webkit-font-smoothing: antialiased;  /* safari */
					font-family:poppins_bold; 		
					font-size:15px;
					/*letter-spacing: 0.1em;*/
					color:#046632;
					line-height:32px;
				}
				.coluna_de_3textos .parte_1 .text_1 {
					margin: 0;
					padding: 0;
					-moz-osx-font-smoothing: grayscale;   /* fix */
                    -webkit-font-smoothing: antialiased;  /* safari */
					font-family:poppins_regular; 		
					font-size:12px;
					/*letter-spacing: 0.1em;*/
					color:#373636;
					line-height:22px;
				}


		.coluna_de_3textos .parte_2 {
			float: left;
			width: 33.333333%;

		    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		    -moz-box-sizing: border-box;    /* Firefox */
		    box-sizing: border-box;

			position: relative;
			margin: 0;
			padding: 0;
			/*margin-top: 80px;*/
			padding-left: 15px;
			padding-right: 15px;
		}
				.coluna_de_3textos .parte_2 .tit_2 {
					margin: 0;
					padding: 0;
					-moz-osx-font-smoothing: grayscale;   /* fix */
                    -webkit-font-smoothing: antialiased;  /* safari */
					font-family:poppins_bold; 		
					font-size:15px;
					/*letter-spacing: 0.1em;*/
					color:#046632;
					line-height:32px;
				}
				.coluna_de_3textos .parte_2 .text_2 {
					margin: 0;
					padding: 0;
					-moz-osx-font-smoothing: grayscale;   /* fix */
                    -webkit-font-smoothing: antialiased;  /* safari */
					font-family:poppins_regular; 		
					font-size:12px;
					/*letter-spacing: 0.1em;*/
					color:#373636;
					line-height:22px;
				}


		.coluna_de_3textos .parte_3 {
			float: left;
			width: 33.333333%;

		    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		    -moz-box-sizing: border-box;    /* Firefox */
		    box-sizing: border-box;

			position: relative;
			margin: 0;
			padding: 0;
			/*margin-top: 80px;*/
			padding-left: 15px;
			padding-right: 15px;
		}
				.coluna_de_3textos .parte_3 .tit_3 {
					margin: 0;
					padding: 0;
					-moz-osx-font-smoothing: grayscale;   /* fix */
                    -webkit-font-smoothing: antialiased;  /* safari */
					font-family:poppins_bold; 		
					font-size:15px;
					/*letter-spacing: 0.1em;*/
					color:#046632;
					line-height:32px;
				}
				.coluna_de_3textos .parte_3 .text_3 {
					margin: 0;
					padding: 0;
					-moz-osx-font-smoothing: grayscale;   /* fix */
                    -webkit-font-smoothing: antialiased;  /* safari */
					font-family:poppins_regular; 		
					font-size:12px;
					/*letter-spacing: 0.1em;*/
					color:#373636;
					line-height:22px;
				}











.coluna_de_2 {
	clear: both;
	position: relative;
	padding: 0 0 0 0 ;
	margin: 0 auto;

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox */
    box-sizing: border-box;

	width: 87%;
	/*background-color: #FF0000;*/
	overflow:hidden;
}


		.coluna_de_2 .parte_1 {
			float: left;
			width: 50%;

		    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		    -moz-box-sizing: border-box;    /* Firefox */
		    box-sizing: border-box;

			position: relative;
			margin: 0;
			padding: 0;
			/*margin-top: 80px;*/
			padding-left: 15px;
			padding-right: 15px;
		}
				.coluna_de_2 .parte_1 .img_1 {
					width: 100%;
					/*border: 1px solid #000000;*/
				}
				.coluna_de_2 .parte_1 .leg_1 {
					margin: 0;
					padding: 0;
					-moz-osx-font-smoothing: grayscale;   /* fix */
                    -webkit-font-smoothing: antialiased;  /* safari */
					font-family:poppins_regular; 		
					font-size:12px;
					/*letter-spacing: 0.1em;*/
					color:#046632;
					line-height:32px;
				}

		.coluna_de_2 .parte_2 {
			float: left;
			width: 50%;

		    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		    -moz-box-sizing: border-box;    /* Firefox */
		    box-sizing: border-box;

			position: relative;
			margin: 0;
			padding: 0;
			/*margin-top: 80px;*/
			padding-left: 15px;
			padding-right: 15px;
		}
				.coluna_de_2 .parte_2 .img_2 {
					width: 100%;
					/*border: 1px solid #000000;*/
				}
				.coluna_de_2 .parte_2 .leg_2 {
					margin: 0;
					padding: 0;
					-moz-osx-font-smoothing: grayscale;   /* fix */
                    -webkit-font-smoothing: antialiased;  /* safari */
					font-family:poppins_regular; 		
					font-size:12px;
					/*letter-spacing: 0.1em;*/
					color:#046632;
					line-height:32px;
				}











































.capa_placa1,
.capa_placa2,
.capa_placa3,
.placa_1,
.placa_2,
.placa_3,
.placa_4 {
	display: none;
}







</pre></body></html>