<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0; outline:none; border: none; }

body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #436A33;
	background: #FFFFE5 url('../img/bg.jpg') repeat-x;
}

a:link { color: #666; text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none; color: #2a2a2a; }
a:active { text-decoration: none; color: #666; }
a img{ border-style:none }

a.linkazul:link { color: #2a2a2a; text-decoration: none; font-size:18px; }
a.linkazul:visited { text-decoration: none; color: #2a2a2a; font-size:18px; }
a.linkazul:hover { text-decoration: none; color: #0086C6; font-size:18px; }
a.linkazul:active { text-decoration: none; color: #2a2a2a; font-size:18px; }


#total{
	margin: 0 auto;
	width: 1170px;
	display: table;
}

/******** TITULOS ************/

h1{
	font-size: 26px;
	font-weight:normal;
	color: #38592B;
}

h2{
	font-size: 20px;
	font-weight:normal;
	color: #578D1E;
}

h3{
	font-size: 22px;
	font-weight:normal;
	color: #363F45;
}

h4{
	font-size: 26px;
	font-weight:normal;
	color: #000;
	text-transform: uppercase;
}

h5{
	font-size: 26px;
	font-weight:normal;
	color: #38592B;
	text-align:center;
}

.texto_2a{
	color: #2a2a2a;
}

/******** TOPO ************/

#topo{
	width: 1170px;
	float: left;
}

.logo {
	margin-top: 28px;
	float: left;
}

#contatenos{
	float: right;
	width: 271px;
	height: 92px;
	margin-top: 55px;
}

.img_cont{
	float: left;
	width: 65px;
	height: 65px;
	margin-top: 15px;
}

.text_cont{
	float: right;
	width: 190px;
	margin-left: 10px;
}

.text_cont2{
	float: right;
	width: 190px;
	margin: 100px 100px;
}

/******** MENU ************/

.menu{
	float: left;
	width: 1170px;
	margin: 28px 0 10px 0;
	background: #97AF89;
}

.menu li{
	position:relative;
	float:left;
	border-right:1px solid #fff; list-style:none;
}

.menu li a{color:#fff; font-size: 20px; text-decoration:none; padding:19px 35px; display:block;}
 
.menu li a:hover{
	background: url(../img/bg_menu.png) repeat-x;
	background-position:bottom;
	color:#38592B;
	z-index: 12123;
}

.menu li  ul{
	position:absolute;
	top:64px;
	left:0;
	background-color:#97AF89;
	display:none;
	z-index: 12123;
	margin-top: -3px;
} 

.menu li:hover ul, .menu li.over ul{display:block;}

.menu li ul li{
	border-right: none;
	border-bottom: 1px solid #fff;
	display:block;
	width: 292px;
	z-index: 12123;
}

.currrent{
	background: url(../img/bg_menu.png) repeat-x;
	background-position: bottom;
}

/******** BANNER ************/

#banner{
	float: left;
	width: 1170px;
	height: 300px;
	margin-bottom: 30px;
}

#banner_int{
	float: left;
	width: 1170px;
	height: 260px;
	margin-bottom: 15px;
}

/******** DIVS MAIN ************/

#conteudo{
	float: left;
	width: 1170px;
	height: auto;
	margin: 10px 0;
}

#conteudo_int{
	float: left;
	width: 1170px;
	height: auto;
	margin-bottom: 20px;
}

#div_495_right{
	float: right;
	width: 475px;
	height: auto;
	margin-left: 15px;
}


#div_645_left{
	float: left;
	width: 645px;
	height: auto;
}

#div_755_left{
	float: left;
	width: 755px;
	height: auto;
}

#div_570_mid{
	float: left;
	width: 570px;
	height: auto;
	margin-right: 15px;
}

#separa_div{
	width: 30px;
	float: left;
}

#div_textos{
	float:left;
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

#separa_div_cont{
	width: 15px;
	float: left;
	border-right: 1px solid #EFEAD8;
	margin: 10px 15px 0 0;
	height: 310px;
}

/******** DESTAQUE ************/

#destaque{
	float: left;
	width: 1170px;
	height: auto;
	margin: 20px 0;
}
#destaque01{
	float: left;
	width: 370px;
	height: 220px;
	background: url(../img/destaque01.jpg) no-repeat;
}	
#destaque02{
	float: left;
	width: 370px;
	height: 220px;
	background: url(../img/destaque02.jpg) no-repeat;
}	
#destaque03{
	float: left;
	width: 370px;
	height: 220px;
	background: url(../img/destaque03.jpg) no-repeat;
}	

#seta_destaque{
	float: left;
	width: 30px;
	height: 35px;
	padding: 27px 0 0 25px;
}	

#title_destaque{
	float: left;
	width: 315px;
	height: 45px;
	padding: 17px 0 0 0;
}

#texto_destaque{
	float: left;
	width: 310px;
	height: 65px;
	margin: 40px 30px 0 30px;
	font-size: 18px;
	text-align: justify;
	color: #000;
}

a.linkbranco:link { color: #fff; text-decoration: none; font-size:16px; }
a.linkbranco:visited { text-decoration: none; color: #fff; font-size:16px; }
a.linkbranco:hover { text-decoration: none; color: #fff; font-size:16px; }
a.linkbranco:active { text-decoration: none; color: #fff; font-size:16px; }

.btn{
	float: right;
	margin: 0 15px 5px 0;
	padding: 10px 20px;
	background: #97AF89;
	text-decoration:none;
	font-size: 16px;
}
.btn:hover{
	background: #38592B;
}

/******** CONTEÚDO ************/

#logo_cont{
	float: left;
	width: 210px;
	height: 221px;
	margin-right: 10px;
}

#texto_cont{
	float: right;
	width: 410px;
	height: auto;
	text-align:justify;
	margin-right: 15px;
}

.btn2{
	float: left;
	margin: 20px 15px 5px 0;
	padding: 10px 20px;
	background: #97AF89;
	text-decoration:none;
	font-size: 16px;
}
.btn2:hover{
	background: #38592B;
}

.li_cont{
	margin-left: 20px;
}

.ul_cont{
	margin-top: 7px;
}

/***********FORM CONTATO*********/

/* === Remove input autofocus webkit === */
*:focus {outline: none;}

/* === Form Typography === */
.form_hint, .required_notification {font-size: 11px;}

/* === List Styles === */
.contact_form ul {
    width:610px;
    list-style-type:none;
	list-style-position:outside;
	margin:0px;
	padding:0px;
}
.contact_form li{
	padding:8px; 
	position:relative;
} 

/* === Form Elements === */
.contact_form label {
	width:610px;
	margin-top: 3px;
	display:inline-block;
	float:left;
	padding:3px;
}
.contact_form input {
	height:20px; 
	width:590px; 
	padding:5px 8px;
}
.contact_form textarea {padding:8px; width:590px;}


	/* form element visual styles */
	.contact_form input, .contact_form textarea { 
		border:1px solid #ccc;
		box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
		border-radius:2px;
		padding-right:30px;
		-moz-transition: padding .25s; 
		-webkit-transition: padding .25s; 
		-o-transition: padding .25s;
		transition: padding .25s;
	}
	.contact_form input:focus, .contact_form textarea:focus {
		background: #fff; 
		border:1px solid #CCC ; 
		box-shadow: 0 0 3px #ccc; 
		padding-right:70px;
	}

/* === HTML5 validation styles === */	
.contact_form input:required, .contact_form textarea:required {
	background: #fff url(../images/red_asterisk.png) no-repeat 98% center;
}
.contact_form input:required:valid, .contact_form textarea:required:valid {
	background: #fff url(../images/valid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
	background: #fff url(../images/invalid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535
}

/* === Form hints === */
.form_hint {
	background: #f5f5f5;
	border-radius: 3px 3px 3px 3px;
	color: #000;
	margin-left:8px;
	padding: 1px 6px;
	z-index: 999; /* hints stay above all other elements */
	position: absolute; /* allows proper formatting if hint is two lines */
	display: none;
}
.form_hint::before {
	content: "\25C0";
	color:#f5f5f5;
	position: absolute;
	top:1px;
	left:-6px;
}
.contact_form input:focus + .form_hint {display: inline;}
.contact_form input:required:valid + .form_hint {background: #ccc;}
.contact_form input:required:valid + .form_hint::before {color:#ccc;}
	
/* === Button Style === */
button.submit {
	background-color: #97AF89;
	font-weight: bold;
	padding: 6px 20px;
	text-align: center;

}
button.submit:hover {
	background: #38592B;
	cursor: pointer; 
}

/***********FIM CONTATO*********/


/******** RODAPÉ ************/

#ftotal{
	float: left;
	display: block;
	width: 100%;
	height: 385px;
	background: url(../img/bg_rodape.jpg) repeat-x;
}

#footer{
	margin: 0 auto;
	clear: both;	
	padding-top: 20px;
	width: 1170px;
}

#box_mapasite{
	float: left;
	width: 530px;
	height: auto;
	margin-left: 10px;
}

#box_mapasite_2{
	float: left;
	width: 250px;
	height: auto;
	margin-left: 10px;
}

.li_mapasite{
	margin: 0 0 3px 15px;
	list-style: none;
}

.ul_mapasite{
	margin: 10px 0 0 0;
	color: #2a2a2a;
}

#box_contatos{
	float: left;
	width: 320px;
	height: auto;
}

#box_contatos2{
	float: left;
	width: 520px;
	height: auto;
	margin-left: 25px;
}

#box_redessociais{
	float: left;
	width: 150px;
	height: auto;
}

#box_contatos_item{
	width: 300px;
	float: left;
	height: auto;
	margin: 10px 10px 20px 10px;
	}

#box_contatos_item2{
	width: 500px;
	float: left;
	height: auto;
	margin: 10px 10px 20px 10px;
	}

#item_rsociais{
	float:left;
	width: 65px;
	height: 65px;
	margin: 15px 42px 10px 42px;
}

#separa_footer{
	width: 30px;
	float: left;
	border-right: 1px solid #97AF89;
	margin: 0 30px 20px 0;
	height: 287px;
}

.box_img{
	float: left;
	width: 65px;
	height: 65px;
}

.box_text_cont{
	margin-top: 8px;
	float: left;
	width: 210px;
	margin-left: 20px;
}

.box_text_cont2{
	margin-top: 8px;
	float: left;
	width: 410px;
	margin-left: 20px;
}

.espaco_p{
	padding-bottom: 5px;
}

#copyright{
	float: left;
	width: 1170px;
	text-align: left;
	padding-top: 15px;
	border-top: 1px solid #97AF89;
}

.logo_leomelli{
	width: 200px;
	float: right;
	margin-top: -27px;
}</pre></body></html>