/* CSS Document */
body {	
	font: 14px/24px 'Open Sans', sans-serif;
	color: #333333;
	background: #fff;
}
/*---------------------------------------------------------------------------*/
/*  Link Styles  */
/*---------------------------------------------------------------------------*/
a {color:#234F33; text-decoration: none; outline: none; font-weight: normal;}
a:hover {color:#666666; text-decoration: underline; outline: none; font-weight: normal;}
.btn a{text-decoration: none;}
.btn a:hover{text-decoration: none;}
/*---------------------------------------------------------------------------*/
/*  Heading Styles  */
/*---------------------------------------------------------------------------*/
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.3em; margin-bottom:1.2em; }
h4 { font-size: 1.1em; }
h1 {border-bottom: 1px solid #f1f1f1;color:#FF8000;text-align: center;}
h1 {
	position: relative;
	padding-bottom:15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e1e1e1;
}
h1:after {
	content: "";
	position: absolute;
	left: 45%;
	bottom: -1px;
	width: 10%;
	height: 3px;
	background-color:#234F33;
}
h2 {
	position: relative;
	padding-bottom:5px;
	margin-bottom: 25px;
	color: #234F33;
	font-weight: 600;
	border-bottom: 1px solid #f1f1f1;
}
h2:after {
	content: "";
	position: absolute;
	left: 45%;
	bottom: -1px;
	width: 10%;
	height: 3px;
	background-color:#234F33;
}
/*---------------------------------------------------------------------------*/
/*  BOTAO FLUTUANTE WHATSAPP  */
/*---------------------------------------------------------------------------*/
.float{right:25px; position:fixed; width:60px; height:60px; bottom:100px; background-color:#25d366; color:#FFF;border-radius:50px; text-align:center;font-size:30px; box-shadow: 2px 2px 3px #999; z-index:100;}
.my-float{margin-top:16px;}
/*---------------------------------------------------------------------------*/
/*  HEADER  */
/*---------------------------------------------------------------------------*/
.barra-fixa{
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.affix {
      top: 0;
      width: 100%;
      z-index: 999 !important;
  }
.affix + .container-fluid {
	  width: 100%;
  }
.barra-laranja{
	background-color: #F48120;
	height: 3px;
}
/*---------------------------------------------------------------------------*/
/*  NAVBAR - MENU PRINCIPAL  */
/*---------------------------------------------------------------------------*/
#nav {
	font-size: 1.2em;
	z-index: 900;
	margin-top: 0.5em;
}
#nav.navbar-default {
	background-color:transparent;
	border: 0;
}
		#nav .navbar-nav > li > a {
			background-color: transparent;
			color: #F48120;
			font-weight: 600;
			text-decoration: none;
			text-align: center;
		}
		#nav .navbar-nav > li > a:hover{
			color:#B26220;
			background-color:#F5F5F5;
			border-radius: 10px;
			text-decoration: none;
			text-align: center;
		}
		#nav.navbar-default .navbar-toggle {
			border:1px solid  #F48120;
			background-color: transparent;
		}
		#nav.navbar-default .navbar-toggle:hover {
			border:1px solid  #B25900;
			background-color: #F5F5F5;
		}		
		#nav.navbar-default .navbar-toggle span {
			background-color:  #F48120;
		}
		#nav.navbar-default .navbar-toggle:hover span {
			border:1px solid  #B25900;
			background-color:transparent;
		}
		#nav.navbar-default .navbar-collapse {
			border-color: #F5F5F5;
		}
		#nav .dropdown-menu{
			padding: 0;
		}
		#nav .dropdown-menu > li > a {
			background-color:#F48120;
			color: #ffffff;
			text-align: center;
			text-decoration: none;
			font-size: 1em;
			font-weight: 600;
			padding: 0.5em;
		}
		#nav .dropdown-menu a:hover{
			background-color:#B26220;
			color: #FFFFFF;
			text-align: center;
			text-decoration: none;
			font-size: 1em;
			font-weight: 600;
			padding: 0.5em;
		}
		#nav .divider{
			background-color:#F48120;
			margin: 1px;
		}
/*---------------------------------------------------------------------------*/
/*  FOOTER  */
/*---------------------------------------------------------------------------*/
#footer {
	background-color:#F1F1F1;
	border-bottom: 1px solid #F48120;
	border-right: none;
	border-left: none;
	color: #666666;
}
#footer p a {
	color: #666666;
	text-decoration: none;
}
#footer p a:hover {
	color:#FF8000;
	text-decoration: none;
	font-weight: normal;
}
#footer li a {
	color: #666666;
	text-decoration: none;
}
#footer li a:hover {
	color:#FF8000;
	text-decoration: none;
	font-weight: normal;
}
#footer h3 {
	color: #444444;
	position: relative;
	font-weight: 500;
	text-transform: uppercase;
}
#footer h3:after {
	content: "";
	position: absolute;
	left:0;
	bottom: -1px;
	width: 5em;
	height: 2px;
	background-color:#444444;
}
.footer-fa a{
	color: #F5F5F5;
	text-decoration: none;
}
.footer-fa a:hover {
	color:#FF8000;
	text-decoration: none;
}
.hidea{
	font-size: 0.8em;
	color:#FF8000;
}
.hidea a{
	color: #FF8000;
	font-weight: 600;
	text-decoration: none;
}
.hidea a:focus, a:hover{
	color: #FF8000;
	font-weight: 600;
	text-decoration: none;
}
.copy{
	font-size: 0.8em;
	color: #333333;
	font-style: italic;
}
/*---------------------------------------------------------------------------*/
/*  INDEX  */
/*---------------------------------------------------------------------------*/
.btn-warning{
	margin-top: 1em;
}
.btn-warning a{
	text-decoration: none;
	font-weight: 600;
}
.btn-warning a:hover{
	text-decoration: none;
	font-weight: 600;
}
.img-esquerda{
	margin-bottom: 0.5em;
}
.img-segunda-linha{
	margin-top: 0.5em;
}
.fundo-cinza-1{
	background-image: url(../images/gray-BL1.jpg);
	background-repeat: no-repeat;
	margin-top: 3em;
	margin-bottom: 2em;
}
/*---------------------------------------------------------------------------*/
/*  SOBRE NOS  */
/*---------------------------------------------------------------------------*/
#yellow {
	background-color: #F5F5F5;
	margin-bottom: 2em;
}
.yellow-icon{
	color: #FFFFFF;
	text-align: center;
}
.yellow-bk p{
	display: block;
	width: 157;
	height:174px;
	margin: 20px 30px;
	padding-top: 3.5em;
	background: url(../images/bk-icons.png) no-repeat top;
	}
.yellow-bk p:hover{
	display: block;
	width: 157;
	height:174px;
	margin: 20px 30px;
	padding-top: 3.5em;
	background: url(../images/bk-icons2.png) no-repeat top;
	}	
.atalhos h3{
	color:#F48120;
	text-align: center;
	font-weight: 600;
}
.atalhos p{
	color: #333333;
	text-align: center;
	font-weight: normal;
}
.reflorestamento{
	background-color: #333333;
	padding: 3em 0;
	margin-top: 0.5em;
	margin-bottom: 5px;
}
#reflorest .carousel{
	width: 100%;
}
/*---------------------------------------------------------------------------*/
/*  ESTILOS GERAIS  */
/*---------------------------------------------------------------------------*/
.btn-transparent {
	color: #333333;
	background: none;
	border: 1px solid #333333;
	padding: 1em 1em;
	font-weight: 500;
	text-decoration: none;
}
.btn-transparent:hover, 
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent.active {
	color: #333333;
	background-color: #F5F5F5;
	font-weight: 500;
	text-decoration: none;
}
.list-laranja{
	color: #F48120;
	line-height: 1.5em;
}
.font-laranja{
	color: #F48120;
	font-weight: 600;
}
.qr-pequeno{
	width: 20%;
	height: 20%;
}
.qr-pequeno2{
	width: 40%;
	height: 40%;
}
.painel-portugues{
	font-size: 0.8em;
	color: #555555;
	background-color: transparent;
}
/* Comando para deixar todas as imagens do site responsivas*/
img{display:block; max-width:100%; height:auto;}
/*limites de tamanho de tela para a barra de navegacao*/
@media (max-width: 1119px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}