@charset "utf-8";
/* CSS Document */
/* latin */
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Sans'), local('DroidSans'), url(http://fonts.gstatic.com/s/droidsans/v6/s-BiyweUPV0v-yRb-cjciPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Droid Sans Bold'), local('DroidSans-Bold'), url(http://fonts.gstatic.com/s/droidsans/v6/EFpQQyG9GqCrobXxL-KRMYWiMMZ7xLd792ULpGE4W_Y.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
*{
	margin:0;
	padding:0;
	border:none;
	color:inherit;
	font-family: 'Droid Sans', 'Arial Narrow', sans-serif;
	text-decoration:none;
	list-style:none;
}
body, html{
	position:relative;
	width:100%;
	height:100%;
}
input{
	width:40%;
	min-width:230px;
	height:28px;
	padding:2px;
	border:1px solid #CCCCCC;
	border-radius:3px;
	color:#222;
	float:left;
}
select{
	width:40%;
	min-width:230px;
	height:32px;
	padding:2px;
	border:1px solid #CCCCCC;
	border-radius:3px;
	color:#222;
	float:left;
}
textarea{
	width:40%;
	min-width:230px;
	height:75px;
	padding:2px;
	border:1px solid #CCCCCC;
	border-radius:3px;
	color:#222;
}
input[type="checkbox"]{
	width:15px;
	height:15px;
	min-height:15px;
	min-width:15px;
	max-height:15px;
	max-width:15px;
	float:left;
	margin-right:6px;
	margin-top:3px;
}
.centra{
	width:240px;
	margin:0 auto;
	height:auto;
	display:block;
	clear:both;
	position:relative;
}
/*
azul = #2e73a5
vermelho = #d90000
menu hover = #6BB3AF
*/
.hidem{
	display:none;
}
#topo{
	width:100%;
	height:100px;
	position:relative;
	display:block;
}
#barra_menu_esq{
	width:100%;
	height:40px;
	float:left;
	position:absolute;
	z-index:0;
	margin-top:40px;
	background-color:#957430;
	box-shadow:0 0 2px #fff;
}
#envelope{
	position:relative;
	width:240px;
	height:40px;
	margin-top:40px;
}
#menu{
	width:100px;
	height:40px;
	float:left;
	margin-top:40px;
	height:40px;
	color:#fff;
	background-color:#D2B947;
	overflow:hidden;
	position:absolute;
	z-index:9000;
}
#menu li{
	width:100%;
	padding:0;
	text-align:center;
	font-size:10px;
	font-weight:500;
	height:40px;
	line-height:40px;
	width:auto;
	color:#fff;
}
#menu li:hover{
	background:#EAC94F;
	border-top:4px solid #EAC94F;
	border-bottom:4px solid #EAC94F;
	margin-top:-4px;
	box-shadow:0 0 3px #333;
	color:#fff;
}
#menu .mn{
	background:#D2B947;
	border-top:4px solid #D2B947;
	border-bottom:4px solid #D2B947;
	margin-top:-4px;
	box-shadow:0 0 3px #333;
	color:#fff;
}
.ha{
	display:table;
	height:auto;
}
#logo{
	float:left;
	margin:-70px 0 15px 0;
	width:225px;
	position:relative;
	left:0;	
}
#slide{
	width:240px;
	height:120px;
	margin:0;
	float:left;
	position:relative;
}
#slide li{
	width:240px;
	height:120px;
	overflow:hidden;
}
#slide li img{
	width:240px;
	height:120px;
}
#sombra_slide{
	width:240px;
	float:left;
	margin:-1px 0 0 0;
}
#barra_slide{
	width:100%;
	height:110px;
	margin-top:5px;
	background-color:#F8E393;
	position:absolute;
	z-index:0;
}

#base{
	width:100%;
	height:auto;
	float:left;
	margin:10px 0;
	padding:0 0 10px 0;
}

.botoes{
	width:236px;
	height:80px;
	border-radius:60px;
	background-color:#D2B947;
	border:1px solid #D2B947;
	float:left;
	margin:10px 0;
	transition:all linear 0.8s;
}
.botoes:hover{
	background-color:#EAC94F;
	border:1px solid #EAC94F;
	transition:all ease 0.6s;
}
.circ{
	width:60px;
	height:60px;
	margin:5px;
	background-color:#fff;
	padding:5px;
	float:left;
	border-radius:100%;
	box-shadow:0 0 4px #000;
}
.circin{
	width:50px;
	height:50px;
	background-color:#D2B947;
	padding:5px;
	float:left;
	border-radius:100%;
	line-height:100px;
	text-align:center;
}
.circin img{
	height:35px;
	margin:12px auto;
}
.text_bot{
	width:140px;
	height:90px;
	padding:5px 0;
	float:left;
}
.text_bot h1{
	color:#704F0D;
	font-size:15px;
	width:100%;
	float:left;
	text-align:center;
	margin:0 0 5px 0;
}
.text_bot p{
	font-size:10px;
	font-weight:500;
	color:#fff;
	line-height:120%;
	text-align:center;
	width:100%;
	 word-wrap: break-word;
}
#infosbase{
	width:100%;
	height:auto;
	padding:10px 0;
	float:left;
	margin:25px 0 10px 0;
	border-top:1px solid #ccc;
	font-size:12px;
}

#autor{
	width:100%;
	float:left;
	text-align:center;
	font-size:11px;
	color:#000;
	margin:40px 0 30px 0;
}
#autor a{
	color:#94821B;
	font-weight:600;
	font-size:12px;
}
#autor a:hover{
	text-decoration:underline;
}

#content{
	width:100%;
	padding:10px 0;
	text-align:justify;
	float:left;
	padding-bottom:25px;
	position:relative;
	display:block;
	font-size:14px;
}
.titulo{
	width:100%;
	float:left;
	line-height:145%;
	font-size:22px;
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
	color:#704F0D;
	position:relative;
}
.titulo .ic{
	width:25px;
	margin:5px 10px -3px 0;
    display: none;
    margin: 0;
}
.barra{
	padding-bottom:40px;
	border-bottom:1px solid #94821B;
	display:table;
	width:240px;
}
#imsobre{
	width:35%;
	min-width:230px;
	max-width:350px;
	margin:0 1% 10px 0;
	padding:4px;
	border:1px solid #ccc;
	float:left;
}
.sobre{
	width: auto;
	height:auto;
	max-height:180px;
	margin:0 1% 0 0;
	padding:4px;
	border:1px solid #ccc;
	float:left;
}

#content .ifr{
	width:55%;
	min-width:230px;
	max-width:550px;
	height:350px;
	box-shadow:0 0 5px #000;
	margin-top:20px;
}
#content .form_cont{
	width:40%;
	min-width:230px;
	max-width:400px;
	float:left;
}
.marc{
	width:100%;
	float:left;
	height:auto;
	position:relative;
	font-size:14px;
	font-weight:600;
}
.marc input, .marc select{
	margin:3px 0 13px 0;
	float:none;
	font-size:15px;
}
.marc .bot{
	width:90px;
	min-width:90px;
	height:36px;
	min-height:36px;
	background-color:#94821B;
	color:#fff;
	font-weight:600;
	cursor:pointer;
}
.marc .formt{
	width:240px;
	height:40px;
	float:left;
	margin:20px 0;
}

.blog{
	width:97%;
	padding:0 1.5% 20px 1.5%;
	height:auto;
	float:left;
	border-bottom:1px solid #333;
	margin-bottom:35px;
}
.blog img{
	width:35%;
	max-width:350px;
	min-width:240px;
	height:auto;
	float:left;
	margin:0 15px 10px 0;
	padding:4px;
	border:1px solid #333;
}
.blog h2{
	font-size:24px;
	font-weight:600;
	margin-bottom:10px;
}
.blog h4{
	font-size:12px;
	font-weight:400;
	width:100%;
	margin-bottom:10px;
	color:#666;
}

#mainot{
	float:left;
	width:100%;
}
#evv .page_navigation{width:100%;height:auto;font-size:14px;font-weight:bold;float:left;margin:20px 0; position:relative; bottom:0; margin-bottom:0;}
#evv .page_navigation .no_more,.page_link,.next_link,.last_link,.first_link,.previous_link{width:auto;height:auto;padding:2px 8px;border-radius:4px;background-color:#DCDCDC;color:#333;text-align:center;margin:2px;border:1px solid #9f9f9f;background:#e2e2e2; background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2QxZDFkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top,#e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#f4f4f4 100%); background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e2e2e2),color-stop(50%,#dbdbdb),color-stop(51%,#d1d1d1),color-stop(100%,#f4f4f4)); background:-webkit-linear-gradient(top,#e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#f4f4f4 100%); background:-o-linear-gradient(top,#e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#f4f4f4 100%); background:-ms-linear-gradient(top,#e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#f4f4f4 100%); background:linear-gradient(to bottom,#e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#f4f4f4 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2',endColorstr='#f4f4f4',GradientType=0 );
}
.active_page{
	background-color:#BBBBBB !important;
	color:#fff;
	background-image:none;
}
.naveg{
	position:relative;
	bottom:0;
	margin:25px 15px;
	height:30px;
	float:left;
}
	

/* pager */
.cycle-pager { 
    text-align:right; 
	width: 150px; 
	z-index: 1000; 
	display:block; 
	position: absolute; 
	bottom: 25px; 
	margin-left:300px; 
	overflow: hidden;
	float:right;
}
.cycle-pager span { 
    font-size:70px;
	width: 25px; height: 25px; 
    display: inline-block; color: #0CB2A9; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #098079;}
.cycle-pager > * { cursor: pointer;}
