﻿*{
 box-sizing: border-box;
}

html, body {
	margin:0px;
	padding:0px;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	color:#333;
	background:#fff;
}

img {
	padding:0px;
	margin:0px;
	border:0px;
	display:block;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.centro {
	width:1160px;
	margin:0px auto;
	position:relative;
}

.topo{
	width:100%;
	padding:20px 0px 20px 0px;
	background:#fff;
	opacity: 0.9;
	position:relative;
	z-index:2;

}

.topo_logo{
	float:left;
}

.fundo_banner{
	width: 100%;
	height: 650px;
	position:relative;
	background-image: url(imagens/fundo.jpg);
	background-color:#333;
	background-repeat: no-repeat;
	background-position: cover;
	background-size: cover;
	text-align:center;
}

.fundo_banner_tit{
	margin-top:130px;
	text-align:center;
	margin-bottom:30px;
}

.fundo_banner_tit2{
	font-size:66px;
	font-weight:700;
	color:#00A64F;
	text-shadow: 2px 2px #000;
	line-height:100%;
}

.fundo_banner_tit3{
	font-size:140px;
	font-weight:700;
	color:#fff;
	text-shadow: 2px 2px #000;
	line-height:100%;
}

.fundo_banner_tit4{
	font-size:22px;
	font-weight:600;
	color:#ccc;
	text-shadow: 1px 1px #000;
	margin-top:20px;
}


.fundo_banner_botao1{
	width:235px;
	height:80px;
	display:block;
	background-color:#00A64F;
	color:#fff;
	background-image:url(imagens/botao_banner2.png);
	background-repeat: no-repeat;
	background-position: center left 18px;
	font-size:20px;
	font-weight:600;
	opacity: 0.8;
	padding:13px 0px 0px 70px;
	border-radius: 3px;
	text-decoration:none;
	float:left;
	margin-left:20px;
}

.fundo_banner_botao1:hover{
	background-color:#007939;
	text-decoration:none;
	color:#fff;
}

.fundo_banner_botao2{
	width:235px;
	height:80px;
	display:block;
	background-color:#00A64F;
	color:#fff;
	background-image:url(imagens/botao_banner1.png);
	background-repeat: no-repeat;
	background-position: center left 20px;
	font-size:20px;
	font-weight:600;
	opacity: 0.8;
	padding:13px 0px 0px 60px;
	border-radius: 3px;
	text-decoration:none;
	float:left;
	margin-left:330px;
}

.fundo_banner_botao2:hover{
	background-color:#007939;
	text-decoration:none;
	color:#fff;
}

.fundo_banner_botao3{
	width:235px;
	height:80px;
	display:block;
	background-color:#00A64F;
	color:#fff;
	background-image:url(imagens/botao_banner3.png);
	background-repeat: no-repeat;
	background-position: center left 20px;
	font-size:20px;
	font-weight:600;
	opacity: 0.8;
	padding:13px 0px 0px 60px;
	border-radius: 3px;
	text-decoration:none;
	float:left;
	margin-left:20px;
}

.fundo_banner_botao3:hover{
	background-color:#007939;
	text-decoration:none;
	color:#fff;
}

.contato_new{
	padding:20px 0px 30px 0px;
}

.contato_new h1{
	font-size:40px;
	font-weight:700;
	color:#00A64F;
	margin:0px 0px 15px 0px;
}

.contato_new p{
	margin:0px 0px 15px 0px;
	position:relative;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}

.contato_new input{
	width:100%;
	padding:10px;
	background:#fff;
	color:#333;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	border:1px solid #ccc;
	border-radius:3px;

}

.contato_new select{
	width:100%;
	height:40px;
	background:#fff;
	color:#999;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	border:1px solid #ccc;
	border-radius:3px;
}

.contato_new textarea{
	width:100%;
	height:80px;
	padding:10px;
	background:#fff;
	color:#333;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	border:1px solid #ccc;
	border-radius:3px;

}

.contato_new p label.error { 
	color: red;
	font-size:12px;
	display: block;
	padding:0px;
	position:absolute;
	top:12px;
	right:25px;
}

.contato_new form{
	margin:0px;
	padding:0px;
}

.divmsg{
	display:none;
	margin:0px 0px 0px 0px;
	padding:0px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:red;
}

.reload{
	padding-left: 10px;
}

.desafio{
	margin-top:25px;
	width:100%;
}

.desafio_tit{
	background:#00A64F;
	color:#fff;
	font-size:18px;
	font-weight:600;
	border-radius:3px 3px 0px 0px;
	padding:15px;
}

.desafio_tit_esq{
	float:left;
}

.desafio_tit_dir{
	float:right;
}

.desafio_tit_dir a{
	text-decoration:none;
	color:#00A64F;
	font-size:14px;
	padding:5px 10px 5px 10px;
	background:#fff;
	font-weight:600;
	border-radius:3px;
}

.desafio_tit_dir a:hover{
	background:#e9e9e9;
}

.desafio_box{
	width:100%;
	padding:20px 0px 20px 0px;
	border:1px solid #e9e9e9;
}

.desafio_img{
	max-width:220px;
	float:left;
	background:#e9e9e9;
	margin:0px 6px 0px 6px;
	padding-bottom:10px;
	min-height:307px;
}

.desafio_img2{
	max-width:220px;
	float:left;
	background:#e9e9e9;
	margin:0px 6px 0px 6px;
	padding-bottom:10px;
	min-height:307px;
	margin:0px;
}

.desafio_img_tit p{
	color:#00A64F;
	font-size:14px;
	margin:0px;
	padding:10px;
	font-weight:600;
}

.desafio_img_botao{
	float:right;
	background:#00A64F;
	color:#fff;
	font-weight:600;
	text-align:center;
	padding:7px 10px 7px 10px;
	border-radius:3px;
	text-decoration:none;
	margin-right:10px;
	font-size:13px;
}

.desafio_img_botao:hover{
	background-color:#007939;
}

.desafio_info{
	width:100%;
	display:table;
	background-color:#EBEBEB;
	border-radius:0px 0px 3px 3px;
}

.desafio_info_row{
	display:table-row;
}

.desafio_text_img{
	width:5%;
	display:table-cell;
	padding:0px 0px 0px 10px;
	vertical-align:middle;
	text-align:center;
}

.desafio_text{
	width:95%;
	display:table-cell;
	padding:10px;
}

.desafio_insp{
	max-width:400px;
	float:left;	
	text-align:center;
	margin-top:200px;
	margin-left:120px;
}

.desafio_insp_text{
	font-size:32px;
	font-weight:300;
	color:#00A64F;
	text-align:center;
	margin-bottom:20px;
}

.desafio_insp img{
	width:272px;
	margin:0px auto;
}

.status{
	margin-top:25px;
}


.status_tit{
	text-align:center;
	font-size:40px;
	font-weight:700;
	color:#00A64F;
	margin-bottom:20px;
}

.status1 {
	width:183px;
	text-align:center;
	font-size:20px;
	color:#00A64F;
	font-weight:600;
	line-height:110%;
	float:left;
	margin-right:10px;
	background-image: url(imagens/status1.png);
	background-repeat:no-repeat;
	background-position:top center;
	padding-top:48px;
	margin-left:100px;
}

.status2 {
	width:183px;
	text-align:center;
	font-size:20px;
	color:#00A64F;
	font-weight:600;
	line-height:110%;
	float:left;
	margin-right:10px;
	background-image: url(imagens/status2.png);
	background-repeat:no-repeat;
	background-position:top center;
	padding-top:48px;
}

.status3 {
	width:183px;
	text-align:center;
	font-size:20px;
	color:#00A64F;
	font-weight:600;
	line-height:110%;
	float:left;
	margin-right:10px;
	background-image: url(imagens/status3.png);
	background-repeat:no-repeat;
	background-position:top center;
	padding-top:48px;
}

.status4 {
	width:183px;
	text-align:center;
	font-size:20px;
	color:#00A64F;
	font-weight:600;
	line-height:110%;
	float:left;
	margin-right:10px;
	background-image: url(imagens/status4.png);
	background-repeat:no-repeat;
	background-position:top center;
	padding-top:48px;
}

.status5 {
	width:183px;
	text-align:center;
	font-size:20px;
	color:#00A64F;
	font-weight:600;
	line-height:110%;
	float:left;
	margin-right:10px;
	background-image: url(imagens/status5.png);
	background-repeat:no-repeat;
	background-position:top center;
	padding-top:48px;
}

.status6 {
	width:183px;
	text-align:center;
	font-size:20px;
	color:#00A64F;
	font-weight:600;
	line-height:110%;
	float:left;
	margin-right:10px;
	background-image: url(imagens/status6.png);
	background-repeat:no-repeat;
	background-position:top center;
	padding-top:48px;
}

.sobre{
	width:100%;
	height:335px;
	position:relative;
	padding:20px 0px 20px 0px;
	background:#00A64F;
	display:block;
	overflow:hidden;
}

.sobre_tit{
	text-align:center;
	font-size:40px;
	font-weight:700;
	color:#fff;
	margin-bottom:20px;
}

.sobre_box{
	width:250px;
	float:left;
	margin-right:45px;
	font-size:14px;
	color:#FDF4F4;
	text-align:center;
	font-weight:200;
}

.sobre_box2{
	width:250px;
	float:left;
	margin-right:0px;
	font-size:14px;
	color:#FDF4F4;
	text-align:center;
	font-weight:200;
}

.sobre_box2 a{
	text-decoration:underline;
	color:#FDF4F4;
}

.sobre_box img{
	width:230px;
	margin:0px auto;
	margin-bottom:15px;
}

.sobre_box2 img{
	width:230px;
	margin:0px auto;
	margin-bottom:15px;
}

/*Início Pop up*/
.modal-box {
  width: 670px;
  display: none;
  position: absolute;
  z-index: 1000;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}

.modal-box header,
.modal-box .modal-header {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  color:#00A64F;
  font-weight:bold;
  font-size:16px;
}

.modal-box .modal-body { padding: 15px; }

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}

.modal-box a.close {
  font-size: 20px;
  position: absolute;
  top: 2%;
  right: 2%;
  text-decoration: none;
  color: red;  
}
/*FIM Pop up*/

.noticias{
	width:100%;
	margin-top:25px;
	padding:20px 0px 20px 0px;
	background:#E6E6E6;
}

.noticias_box {
	width:270px;
	float:left;
	margin:0px 10px 0px 10px;
}

.noticias_box img{
   width:270px;
   height:auto;
   margin-bottom:10px;
}

.noticias_box_tit a{
	font-size:14px;
	color:#333;
}

.noticias_box_tit a:hover{
	color:#00A64F;
}

.noticias_botao_center {
	width:105px;
	margin:0px auto;
	margin-top:20px;
}

.noticias_botao{
	background:#00A64F;
	color:#fff;
	font-weight:600;
	text-align:center;
	padding:10px;
	border-radius:3px;
	text-decoration:none;
}

.noticias_botao:hover{
	background-color:#007939;
}

.noticias_tit{
	text-align:center;
	font-size:40px;
	font-weight:700;
	color:#00A64F;
	margin-bottom:20px;
}
.fanpage{
	padding:10px 0px 20px 0px;
	background:#E0E0E0;
}

.fanpage_box{
	width:100%;
	height:258px;
}

.fanpage_tit{
	text-align:center;
	font-size:40px;
	font-weight:700;
	color:#00A64F;
	margin-bottom:20px;
}

.facebook_plugin_wrapper{
    width:100%;
    background: url(imagens/capa_facebook.png);
}

.facebook_plugin{
    width:500px;
    margin:0px auto
}

.realizacao{
	padding:20px 0px 20px 0px;
	position:relative;
}

.realizacao_esq img{
	margin-left:0px;
}

.realizacao_dir {
	margin:0px;
}

.realizacao_dir1{
	width:117px;
	margin:0px auto;
}

.realizacao_dir1 img{
	height:60px;
}

.realizacao_dir2{
	float:left;
	margin:5px 0px 0px 50px;
}

.realizacao_dir3{
	float:left;
	margin:10px 0px 0px 50px;
}

.realizacao_linha{
	position:absolute;
	width:1px;
	height:120px;
	background:#ccc;
	left:720px;
	top:10px;
}

.realizacao_esq{
	width:680px;
	float:right;
	position:relative;
}


.realizacao_dir{
	width:480px;
	float:left;
}

.realizacao img{
	float:left;
}

.realizacao_tit{
	text-align:center;
	font-size:40px;
	font-weight:700;
	color:#aaa;
	margin-bottom:20px;
}

.realizacao_dir .realizacao_tit{
	margin-bottom:10px;
}

/*DOWNLOADS*/
.downloads{
	padding:20px 0px 20px 0px;
	position:relative;
}

.downloads h1{
	font-size:40px;
	font-weight:700;
	color:#00A64F;
	margin:0px 0px 15px 0px;
}

.downloadsItem{
    text-align: center;
    border: 1px solid #D5D1D0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 50px;
    width: 240px;
    float: left;
    margin-bottom: 40px;
}

.downloadsItem img{
	display: table;
	width: 100%;
	border-bottom: 1px solid #D5D1D0;
}

.imgDownloadsDiv{
  height: 240px;
  height: 240px;
  overflow: hidden;
}

.imgDownloads{
   margin-left: -150px;
   min-width:700px;
   min-height: 240px;
}

.a4a3{
  width: 800px;
  height: auto;
}

.downloadsDesc{
  padding-bottom: 20px;
}

.downloadsDesc a:hover{
  text-decoration: underline;
}

.downloadsDesc h2{
  font-weight: 700;
  font-size: 14px;
}

.downloadsDesc h3{
  font-weight: 300;
  font-size: 14px;
}
#portfolio .portfolio-item{
  margin:0 0 15px;right:0
}

#portfolio .portfolio-item .portfolio-link{
  display:block;
  position:relative;
  max-width:500px;
  margin:0 auto
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover{
  background:rgba(171,34,34,.9);
  position:absolute;
  width:100%;
  height:100%;
  opacity:0;
  transition:all ease .5s;
  -webkit-transition:all ease .5s;
  -moz-transition:all ease .5s
}
  
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover{
  opacity:1
}
    
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content{     
  position:absolute;
  width:100%;
  height:20px;
  font-size:20px;
  text-align:center;
  top:50%;
  margin-top:-25px;
  color:#fff
}
        
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4{
  margin:0
}
      
#portfolio .portfolio-item .portfolio-caption{
  max-width:400px;
  margin:0 auto;
  background-color:#fff;
  text-align:center;
  padding:25px}

#portfolio .portfolio-item .portfolio-caption h4{
  text-transform:none;
  margin:0
  }

#portfolio .portfolio-item .portfolio-caption p{
  font-family: 'Open Sans', sans-serif;
  font-style:italic;
  font-size:14px;
  margin:0
 }
 
 .downloads .container{
	margin:0px;
	padding:0px;
 }
/*FIM DOWNLOADS*/

.rodape{
	width:100%;
	background:#333;
	padding:10px;
}

.rodape .left{
	margin-top: 23px;
}

.rodape_direitos{
	color:#FDF4F4;
	font-size:11px;
	text-align:center;
}

.rodape_menu{
	float:right;
}

.rodape_menu a{
	margin-top:37px;
	float:left;
	margin-left:15px;
	text-decoration:none;
	color:#FDF4F4;
	font-size:14px;
}

.rodape_menu a:hover{
	text-decoration:underline;
}

/*SOBRE CICLO*/
.tabs-menu li {
    float: left;
	list-style-type: none;
}

.tabs-menu li.current {
    position: relative;
	list-style-type: none;
    z-index: 5;
}

.tab {
    float: left;
    width: auto;
	margin:0px;
	margin-left:200px;
}

.tab_tit{
	font-size:34px;
	font-weight:800;
	color:#F3C32E;
	margin:0px 0px 10px 0px;
}

.tab-content {
    width: 960px;
    padding: 0px;
    display: none;
	color:#fff;
	position:relative;
}

.tab-content p{
	font-size:17px;
	margin:0px;
	margin-bottom:100px;
}

#tab-1 {
 display: block;   
}

#tab-2 {
	margin-top:0px;
}

#tab-3 {
	margin-top:20px;
}

#tab-4 {
	margin-top:10px;
}

#tab-5 {
	margin-top:10px;
}

.ciclo1{
	position:absolute;
	left:95px;
	top:90px;
}

.ciclo2{
	position:absolute;
	left:95px;
	top:175px;
}

.ciclo4{
	position:absolute;
	left:10px;
	top:90px;
}

.ciclo5{
	position:absolute;
	left:10px;
	top:175px;
}

.ciclo-1 {
    background-image: url(imagens/ciclo_1.png);
    background-size: 100%;
	background-repeat:no-repeat;
    width: 75px;
    height: 77px;
    padding: 0;
    margin: 0;
}
.ciclo-1:hover, .current .ciclo-1 {
    background-image: url(imagens/ciclo_1_hover.png);
}

.ciclo-2 {
    background-image: url(imagens/ciclo_2.png);
	background-repeat:no-repeat;
    background-size: 100%;
    width: 75px;
    height: 77px;
    padding: 0;
    margin: 0;
}
.ciclo-2:hover, .current .ciclo-2 {
    background-image: url(imagens/ciclo_2_hover.png);
}

.ciclo-4 {
    background-image: url(imagens/ciclo_4.png);
	background-repeat:no-repeat;
    background-size: 100%;
    width: 75px;
    height: 77px;
    padding: 0;
    margin: 0;
}
.ciclo-4:hover, .current .ciclo-4 {
    background-image: url(imagens/ciclo_4_hover.png);
}

.ciclo-5 {
    background-image: url(imagens/ciclo_3.png);
	background-repeat:no-repeat;
    background-size: 100%;
    width: 75px;
    height: 77px;
    padding: 0;
    margin: 0;
}
.ciclo-5:hover, .current .ciclo-5 {
    background-image: url(imagens/ciclo_3_hover.png);
}
/*FIM SOBRE CICLO*/

/*MENU*/
#nav-trigger {
	display: none;
	text-align: center;
	position:relative;
 }
  
#nav-trigger span {
	display: inline-block;
	padding: 0px;
	color: #00A64F;
	cursor: pointer;
	text-transform: uppercase;
	width: 25px;
	height: 22px;
	background-image:url(imagens/menu.png);
	background-repeat:no-repeat;
 }

#nav-trigger span:after {
	display: inline-block;
	width: 25px;
	height: 22px;
	background-image:url(imagens/menu.png);
	background-repeat:no-repeat;
	content: "";
 }
  
  
#nav-trigger span:hover {
	width: 25px;
	height: 22px;
	background-image:url(imagens/menu.png);
	background-repeat:no-repeat;
  }
  
#nav-trigger span.open:after {
	width: 25px;
	height: 22px;
	background-image:url(imagens/menu.png);
	background-repeat:no-repeat;
	 }

nav {
	margin-bottom: 0px;
	margin-top:7px;
}

nav#nav-main {
	padding: 0px;
	float:right;
	
  }
  
nav#nav-main ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left; }

nav#nav-main li {
	display: inline-block;
	padding: 0px; }

nav#nav-main li:last-child {
  border-right: none; }
  
nav#nav-main a {
	display: block;
	color: #333;
	font-weight:600;
	font-size:13px;
	text-decoration:none;
	padding: 10px; }

nav#nav-main a:hover {
	background-color: #00A64F;
	color: #fff; }
	
.nav_selecionado {
	background-color: #00A64F;
	color:#fff;
	padding: 10px 15px 10px 15px;
}	

nav#nav-main li.active{
	background-color: #77d8a0;
	color: #fff; }

nav#nav-mobile {
	position: relative;
	display: none;
	}
  
nav#nav-mobile ul {
	display: none;
	list-style-type: none;
	position: absolute;
	left: 0;
	right: 0;
	top:25px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #ccc;
	padding-left:0px;
	}

nav#nav-mobile li {
	display: block;
	padding: 5px 0;
	margin: 0 5px;
	border-bottom: solid 1px #999; }
nav#nav-mobile li:last-child {
  border-bottom: none; }
nav#nav-mobile a {
	display: block;
	color: #00A64F;
	text-decoration:none;
	padding: 10px 30px;
	font-weight:600;
	}
nav#nav-mobile a:hover {
	background-color: #00A64F;
	color: #fff; }


section h1 {
  margin-bottom: 10px; }

section p {
  margin-bottom: 30px; }
  section p:last-child {
    margin-bottom: 0; }

/*IMPRENSA*/
.imprensa{
	background-color: #ecf0f1;
	padding-top: 40px;
}

.imprensa_text{
    font-size: 40px;
    padding: 70px 0px 70px 0px;
}

.pmain{
border:0px;
border-radius:3px;
}


.pblock{
width: 22%;
height: 410px;
background:#fff;
border: 1px solid #D5D1D0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin-left: 8.3%;
margin-top: 10px;
margin-bottom: 45px;
float: left;
overflow: hidden;
}

.pblock_img{
display: table;
height: 140px;
width: 100%;
border-bottom: 1px solid #D5D1D0;
}


.pblock_img img{
margin: 0px auto;
max-width: 253px;
max-height: 140px;
}


.pblock_text{
padding: 8px;
}


.pblock_text h2{
margin: 0;
font-size: 15.5px;
}


.pblock_text p{
margin-top: 4px;
font-size: 14px;
margin-bottom: 4px;
}


.pblock_text a{
margin-top: 1px;
font-size: 14px;
float: right;
text-decoration: none;
font-weight: bold;
color:#333;
}


.pblock_text a:visited{
color: #333;
}


.pblock_text a:hover{
color: #FF6600;
}


.pblock_text a:active{
color: #FF6600;
}


@media (max-width: 900px) {
  #nav-trigger {
    display: block;
	float:right;
	}

  nav#nav-main {
    display: none; }

  nav#nav-mobile {
    display: block;
	} 
	
	
}
/*FIM MENU*/
@media (max-width: 560px) {
	.centro{
		max-width:300px;
	}
	
	.status_tit {
		font-size:20px;
	}
	
	.status1{
		float:none;
		margin:0px auto;
		margin-bottom:25px;
	}
	
	.status2{
		float:none;
		margin:0px auto;
		margin-bottom:25px;
	}
	
	.status3{
		float:none;
		margin:0px auto;
		margin-bottom:25px;
	}
	
	.status4{
		float:none;
		margin:0px auto;
		margin-bottom:25px;
	}
	
	.status5{
		float:none;
		margin:0px auto;
		margin-bottom:25px;
	}
	
	.status6{
		float:none;
		margin:0px auto;
		margin-bottom:25px;
	}
	
	.sobre{
		height:550px;
	}
	
	.sobre_tit{
		font-size:20px;
	}
	
	.sobre_box{
		width:300px;
		float:none;
		margin:0px auto;
		margin-right:0px;
		margin-bottom:20px;
	}
	
	.sobre_box2{
		width:300px;
		float:none;
		margin:0px auto;
		margin-right:0px;
	}
	
	.topo{
		padding:10px 0px 10px 0px; 
	}
		
	.topo_logo img{
		width:200px;
		margin-left:10px;
		margin-top:0px;
		height:auto;
	}
	
	.fundo_banner{
		height:330px;
		margin-bottom:30px;	
		background-position: auto 100%;
		background-size: auto 100%;

	}
	
	.fundo_banner_tit{
		margin-top:10px;
		margin-bottom:15px;
	}
	
	.fundo_banner_tit2{
		font-size:18px;
		text-shadow: 1px 1px #000;
	}
	
	.fundo_banner_tit3{
		font-size:24px;
		text-shadow: 1px 1px #000;
	}
	
	.fundo_banner_tit4{
		font-size:14px;
		text-shadow: 1px 1px #000;
		line-height:120%;
		margin:10px 0px 30px 0px;
	}
	
	.fundo_banner_botao1{
		float:none;
		margin:0px;
		width:120px;
		height:40px;
		font-size:12px;
		margin:0px auto;
		margin-bottom:10px;
		padding:5px 0px 0px 27px;
		background-position: center left 4px;		
		background-image:url(imagens/botao_banner2_smal.png);
		line-height:120%;
	}
	
	.fundo_banner_botao2{
		float:none;
		width:120px;
		height:40px;
		font-size:12px;
		margin:0px auto;
		margin-bottom:10px;
		padding:5px 0px 0px 27px;
		background-position: center left 7px;		
		background-image:url(imagens/botao_banner1_smal.png);
		line-height:120%;
	}
	
	.fundo_banner_botao3{
		float:none;
		width:120px;
		height:40px;
		font-size:12px;
		margin:0px auto;
		padding:5px 0px 0px 27px;
		background-position: center left 3px;		
		background-image:url(imagens/botao_banner3_smal.png);
		line-height:120%;
	}
	
	.desafio_insp{
		display:none;
	}
	
	.desafio{
		width:300px;
		float:none;
		margin:0px auto;
	}
	
	.desafio_img{
		float:none;
		margin:0px auto;
		margin-bottom:20px;
	}	
	
	.desafio_img2{
		float:none;
		margin:0px auto;
	}	
	
	.desafio_tit{
		font-size:20px;
	}
	
	.desafio_tit_dir{
		display:none;
	}
	
	.tabs-menu li {
		float: none;
	}

	.tab {
		float: none;
		margin:200px 0px 0px 0px;
	}

	.tab_tit{
		font-size:18px;
		margin:0px 0px 10px 0px;
	}

	.tab-content {
		width: 300px;
	}

	.tab-content p{
		font-size:13px;
	}

	.ciclo1{
		position:absolute;
		left:150px;
		top:50px;
	}

	.ciclo2{
		position:absolute;
		left:150px;
		top:135px;
	}

	.ciclo4{
		position:absolute;
		left:65px;
		top:50px;
	}

	.ciclo5{
		position:absolute;
		left:65px;
		top:135px;
	}
	
	.fanpage_tit{
		font-size:20px;
	}
	
	.facebook_plugin{
        max-width: 100%;
    }
	
	.noticias{
		
	}
	
	.noticias_tit{
		font-size:20px;
	}
	
	.noticias_box{
		float:none;
		margin-bottom:20px;
	}
	
	.noticias_botao_center{
		margin-top:40px;
	}
	
	.realizacao_tit{
		font-size:20px;
		margin-bottom:8px;
	}
	
	
	.realizacao_esq img{
		width:280px;
		margin:0px auto;
		height:auto;
	}

	.realizacao_linha{
		display:none;
	}

	.realizacao_esq{
		width:300px;
		float:none;
		margin:0px auto;
	}

	.realizacao_dir{
		width:300px;
		float:none;
		margin:0px auto;
	}
	
	.realizacao_dir1{
		width:140px;
		margin:0px auto;
	}
	
	.realizacao_dir1 img{
		width:100px;
		margin:0px auto;
		margin-bottom:20px;
		height:auto;
	}
	
	.realizacao_dir2{
		float:none;
		margin:20px 0px 0px 0px;
	}
	
	.realizacao_dir2 img{
		width:150px;
		margin:0px auto;
		margin-bottom:20px;
	}
	
	.realizacao_dir3{
		float:none;
		margin:20px 0px 0px 0px;
	}
	
	.realizacao_dir3 img{
		width:150px;
		margin:0px auto;
		margin-bottom:20px;
	}

	.realizacao img{
		float:none;
	}
	
	.rodape .left{
		float:none;
	}
	
	.rodape .left img{
		width: 140px;
		margin-top:10px;
		margin:0px auto;
	}
	
	.rodape_menu {
		float:none;
		margin-top:15px;
	}
	
	.rodape_menu a{
		float:none;
	}
	
	.rodape_direitos{
		margin-top:15px;
	}
	
	.pblock{
		float: none;
		width: 100%;
		margin: 30px auto;
		height: inherit;
	}
	.pblock a{ 
		margin-bottom:10px;
	}
	
	.downloadsItem{
		text-align: center;
		border: 1px solid #D5D1D0;
		width: 100%;
		margin: 0px 0px 30px 0px;
	}

	.wrap{
		margin: 0 auto;
		padding-left: 0px;
	}
}