/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*fim do css reset*/

html{
    height:100%;
   
   
}
body{
    height:100%;
   
   
    line-height: 1;
   
    z-index:-10;
    font-family: Raleway, Arial, sans-serif;
    position:absolute;
       
       
       
}
 
#bg{
        background: #000 url(../imagens/bg1.jpg);
    background-size: cover;
        position: fixed;
        z-index:-2;
        height:100%;
        width:100%;
}

/* Menu superior */
header{
    height: 20px;
    width: 100%;
    background: rgba(0,0,0,0.7);
    padding-top: 30px;
    position: fixed;
    z-index: 999;
}
header nav{
    float: right;
    margin-top: -10px;
    margin-right: 5%;	
    margin-left: 5%;
}

header nav ul li{
    /*float: left;*/
    margin-left: 20px;
    display: inline;
}

header nav ul li a{
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    -webkit-transition: color 0.3s linear, font-size 0.3s linear;
}
header nav ul li a:hover{
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(255,255,255,1);
    text-decoration: none;
}

#logo{
	float: left;
	margin-top: 60px;
	margin-left: 20px;
	position: fixed;
	z-index:-1;

	width:28%;
}

#logo img{
	width:100%;
}

@media only screen and (max-width: 1024px) {
 	#logo{
 	
 	}
 }



.box{
	width:100%;
    height:100%;
    z-index:11;
}
.wrap{
    padding-top:55px;
}


.inicial{
    width:70%;    
    margin: 0 5% 0 25%;
	padding-top:8%;
}


.center{
    width:50%;
    margin: 0 auto;
}
.green{
    background: rgba(5,64,30,0.9);
}
.blue{
    background:blue;	        
}
.red{
    background:red;	        
}
.black{
    background:black;
}
.white{
    background:#FFF;
}

hr{
	border: 1px solid #FFF;
	width:50%;
	margin:10px auto;
}



/* Texto animado */
@-webkit-keyframes movimento{
0% {margin-top: 0;}
12.5% {margin-top: -36px;}
25% {margin-top: -72px;}
37.5% {margin-top: -108px;}
50% {margin-top: -144px;}
62.5% {margin-top: -180px;}
75% {margin-top: -216px;}
87.5% {margin-top: -252px;}
100% {margin-top: -0px;}
}

@-moz-keyframes movimento{
0% {margin-top: 0;}
20% {margin-top: -36px;}
40% {margin-top: -72px;}
60% {margin-top: -108px;}
80% {margin-top: -144px;}
100% {margin-top: 0px;}
}



#texto-animado{
	height: 36px;
	overflow: hidden;
	position: relative;
	margin:20px auto;
	text-align:center;
	width:570px;
}
#texto-animado ul{
	-webkit-animation:movimento 20s infinite;
	-moz-animation:movimento 10s infinite;
	position: absolute;
}
#texto-animado ul li.texto-up{
	font-size: 36px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	line-height: 36px;
	letter-spacing: 2px;	
}

#proxima #inscricao{
	background:rgba(68,68,68,0.5);
	width:160px;
	height:30px;
	border-radius:6px;
	text-align:center;
	margin:50px auto 0 auto;
	padding-top:10px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.7);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}
#proxima #inscricao:hover{
	background: #FFF;
	color: #366249;
	box-shadow:none;


}

#proxima #inscricao a{
	font-size:20px;
	color:#fff;
	text-decoration: none;
	text-align: center;
	padding:5px 22px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#proxima #inscricao a:hover{
	color: #366249;


}

/* Agenda */
div.agenda-wrap{
    width:100%;
    position:absolute;
    padding-top:5%;
    
}
.ui-widget-header{
border:none; background:none;
font-weight:normal;
}
.ui-widget-header strong{
font-weight:bold;
}			  
.scroll-pane { overflow: auto; width: 100%; float:left; height:400px; }
.scroll-content { width: 2700px; float: left;  }
.scroll-bar-wrap { 
clear: left; padding: 0 4px 0 2px;  
width:80%; 
height:28px;
background:#366249;
border-color:#366249;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
margin:0px auto;
padding:0px 7px
}	  
.ui-slider { background:none; border:none;   margin: 0 auto;  }

.scroll-bar-wrap .ui-handle-helper-parent { position: relative; width: 100%; height: 100%; margin: 0 auto; }
.scroll-bar-wrap .ui-slider-handle { top:5px; height: 17px; }
.scroll-bar-wrap .ui-slider-handle .ui-icon { margin: -8px auto 0; position: relative; top: 50%; }


.process{
	width: 210px;
	height: 285px;
	float: left;
	margin: 30px 55px 20px 55px;
}
.process .circulo{
	width: 230px;
	height: 230px;
	border-radius: 50%;
	border: 4px solid #FFF;
	margin: 0 auto;
	position: relative;
	background:#fff;

}

.process h3{
	font-size: 18px;
	color: rgba(5,64,30,1);
	text-transform: uppercase;
	margin-top:22%;
	margin-bottom:5px;
}
.process p{
	font-size: 14px;
	color: rgba(5,64,30,1);
	text-align: center;
	line-height: 17px;
	padding:0px 22px;

}
.process img{
	position: absolute;
	width: 65px;
	top: 50%;
	margin-top: -32px;
	left: 50%;
	margin-left: -32px;
	-webkit-transition: all .3s ease-out;
}
.process img:hover{
	-webkit-transform: scale(1.2);
}

/* Noticias e midias sociais */

.news-wrap{
    
    padding-top:70px;
	
}
.rss-container{
	overflow:hidden;
	height:310px;
}
.portfolio h4{
	font-size:25px;
	
	padding:0px 0px 7px;
	margin-bottom:13px;
	color:#4f9c3a;
}

.rss-noticias{

}
.rss-noticias .itemTitle{
	font-weight:bold;	
	margin-bottom:5px;
}

.rss-noticias .itemTitle a{
	color:rgba(5,64,30,1);
	text-decoration:none;			
}
.rss-noticias .itemContent{
	font-size:12px;
	margin-bottom:10px;
}
.mais-noticias{		
margin-top:20px;		
}
.mais-noticias a{
color:#4f9c3a;
text-decoration:none;
}
.portfolio{
	width: 280px;
	height: 400px;
	background:#fff;
	float: left;
	margin: 20px 10px 20px 10px;
	border:1px solid #c8c8c8;
	padding:10px;
	border-radius:10px;
	box-shadow:3px 3px 3px rgba(10,65,104,0.6);
}
.portfolio.last{
	margin-right:0px;
}
.portfolio.first{
	margin-left:0px;
}

.midiassociais{
	width:960px;
	margin:30px auto;
	clear:both;

}

.portfolio .escurecer{
	width: 300px;
	height: 300px;
	background: rgba(0,0,0,0.5);
	float: left;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .3s ease-out;
}

.portfolio .escurecer:hover{
	opacity: 1;

}
.portfolio div span.texto{
	font-size: 30px;
	font-family: Raleway, Arial, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	display: block;
	margin-top: 130px;	
	-webkit-transition: all 0.3s ease-in;
	font-weight: bold;

}
.portfolio div span.texto:hover{
	font-size: 30px;
	font-family: Raleway, Arial, sans-serif;
	text-transform: uppercase;
	color: #05401e;
	-webkit-transform: scale(1.2);
	
}

/* Compartilhe */
.mini-box{
    padding:80px 0px;
    
}
.mini-box #social{
	margin: 0 auto -30px auto;
	width: 100%;
	text-align: center;
}
.mini-box img{
	width: 45px;
	margin: 40px 15px 0 15px;
	-webkit-transition: all .3s ease-out;
}
.mini-box img:hover{
	-webkit-transform: scale(1.2);
	
}

.mini-box h3{
    font-size: 24px;
    line-height:24px;
    margin:0px;
    padding:0px;
}
.mini-box h5{
	font-size: 11px;
	color: #FFF;
	line-height: 25px;
	letter-spacing: 5px;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: center;
}

/* Estilos de texto */
h1{
    margin-bottom: 3%;
	font-size: 50px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
	text-shadow:0px 0px 5px rgba(5,64,30,0.4);
}	
h2{
	font-size:24px;
	color:#fff;
	background:rgba(5,64,30,0.9);
	height:25px;
	border-radius:18px;
	margin:60px auto 30px auto;
	padding-top:6px;
	padding-bottom:5px;
	width:320px;	
	font-weight: bold;
	text-align: center;
}
h3{
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	font-weight: bold;	    
    font-size:50px;
    margin: 0px 10px;
    padding-bottom:2%;
}
h5{
	margin: 0px;
	margin-top:10px;
	font-size: 20px;
	text-align: center;
	color: #FFF;
	line-height:140%;
	letter-spacing: 1px;
	font-weight:normal;
	text-shadow:1px 1px 3px rgba(0,0,0,0.5);
}
#proxima h5{
	margin: 0px;
	margin-top:10px;
	font-size: 25px;
	text-align: center;
	color: #FFF;
	line-height:140%;
	letter-spacing: 0px;
	font-weight:normal;
	text-shadow:1px 1px 3px rgba(0,0,0,0.6);
}
h6{
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;	
	letter-spacing:2px; 
}

.white h6{
    color:#000;
}
.white h3{
    color:#333;
    font-size:30px;
}


/* Multimidia */

.multimidia{
    background:#272822;
	width:100%;
	height:650px;
}
.multimidia.documentos{
	height:300px;
	margin-top:0;
}
.multimidia h6{
	font-size: 14px;
	text-transform: uppercase;
	color: #ccc;
	text-align: center;
	font-weight: normal;
	margin-bottom:10px;	
}

.multimidia h3{
	font-size: 24px;
	color: #fff;
}

.multimidia h4{
	font-size: 24px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
	font-weight: bold; 
	margin-bottom: 20px;
}

.multimidia h5{
	font-size: 24px;
	color: #fff;
	margin-top:0;
	
}
.multimidia  hr{
	width: 100%;
	border:none;
	border-top: 1px solid #161713;
	border-bottom: 1px solid #393a31;
	margin-top: 20px;
	margin-bottom:0px;
}

.multimidia  #midias{
	width:100%;
	position:absolute;
	height:300px;
	/*
	margin:20px auto;
	padding:auto;
	*/
	background: url(../imagens/agricola1.jpg);
	/*
	overflow-x:scroll;
	overflow-y:hidden;
	*/
	overflow:auto;
	margin-bottom: 50px;
	

}

.multimidia  #videobox{
	width:3000px;
	height:270px;
}

.multimidia .videos{
	text-align:center;
	border:rgba(5,64,30,0.5) 4px solid;
	box-shadow:4px 4px 5px rgba(0,0,0,0.6);
	width:300px;
	height:225px;
	background:black;
	border-radius:10px;
	float:left;
	margin:20px 60px;

}


.multimidia .videos iframe{
	width:100%;
	height:100%;
}





.multimidia  #multimidia{
	width:100%;
	height:260px;
	overflow:auto;
	position:absolute;
}

.multimidia  #folders{
	width:3500px;
	height:200x;
	
}



/*
@media only screen and (max-width: 1310px) {
 	.multimidia #multimidia{
 	overflow-x:scroll;
 	}
 }
*/
.multimidia  #multimidia a{

	float:left;
	margin:30px 15px;
	padding:10px;
	border-radius:50%;
	text-decoration: none;


}
.multimidia  a p{

	text-transform: uppercase;
	font-size: 14px;
	color: rgba(255,255,255,0.6);
	text-decoration: none;
	-webkit-transition: color 0.3s linear, font-size 0.3s linear;
	text-align:center;
}
.multimidia  a p:hover{
	color: rgba(255,255,255,1);
}


.pdf{
padding-top:300px;
}


/* Form */

.form-box{
width:100%;
height:250px;
background:rgba(0,0,0,0.8);
}
.form-box h3{
font-size:22px;
}

.form-email{
width:750px;
margin:auto;
}

.form-email input{ 
	width: 280px;	
	background: #444444;
	border: 2px solid #555555;
	display: block;
	margin: 0 auto;
	font-size: 18px;
	color: #C0C0C0;
	float: left;
	margin-right: 5px;
	padding-left:5px;
}
.form-email input[type="submit"]{
width:50px;
border:none;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
color: #ddd;
cursor: pointer;
text-shadow: 0 1px 0 rgba(0,0,0,0.8);
padding:3px 0px;
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3),inset 0 1px 0 0 rgba(255,255,255,0.2);
}

.form-success{
	color:#FFF;
	text-align:center;
	margin-top:20px;
	display:none;
}
.form-wrap{
	height:90px;
}

#triade{
	width:100%;
	background-color:#fff;
	text-align:center;
	float:left;
	padding:30px 0;
	margin-top:50px;
	margin-bottom:0;
}

.multimidia .wrap{
padding-top:6%;
}

#box_6{
	background:#fff;
	padding-top:1px;
	margin-top:0;
	padding-bottom:20px;
}


#box_6 h3{
	color:#477c51;
	text-shadow:none;
	margin-top:20px;
	padding-bottom: none;
}

#box_6 h3 img{
	margin-bottom:-10px;
}


#box_6 #parceiros{
	width:100%;
	background:rgba(5,64,30,0.9);
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:100px;
}

#parceiros hr{
	width:100%;
	border-top:1px solid #fff;
	border-bottom:none;
	border-left:0;
	border-right:0;
}

#box_6 h1{
	font-size:30px;
	font-weight:bold;
	margin-top:30px;
	color:#355c3d;
	text-shadow:none;
	text-transform:uppercase;
	margin-bottom:35px;

}

#box_6 a{
text-decoration:none;
}

#box_6 h3{
	font-size:25px;
	font-weight:normal;
	background:none;
	margin-top:20px;
	text-decoration: none;
	letter-spacing:2px;
	text-transform:none;

}

#parceiros h1{
	text-transform:none;
	margin-top:50px;
}

#parceiros #banners{
	width:800px;
	margin:auto;
	margin-bottom:100px;

}

#parceiros #banners a{
float:left;
margin-left:60px;

}
#box_6 h3{
	color:#477c51;
	text-shadow:none;
	margin-top:20px;
	padding-bottom: 5px;
	margin-bottom:2px;
}
