/*html{
    min-width: 420px;
}*/
*{
    font-size: 100%;	
}
body{
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 62.5%;
    font-size: 1em;
    /*overflow-x: hidden;
    overflow-y: auto;*/
}

@media  (min-width: 970px) {	
	.container-fluid{
		padding: 0 75px;
	}
}
/*@media  (min-width: 2000px) {	
	.container-fluid{
		width: 1300px;
	}
}*/
a{
	color: #009d69;
}
a:hover,
a:focus{
	color: #009d69;
}

[class*="icone-"] {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

[class*="btn-"]{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}


[class*="btn-green"] {
    background: transparent;
    border: 3px solid #333;
    color: #333;
    display: inline-block;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px 15px;
}
[class*="btn-green"]:hover,
[class*="btn-green"]:focus {
    background: transparent;
    border-color: #009d69;
    color: #009d69;
    text-decoration: none;
}

.btn-green{
    background: #009d69;
    border-color:#009d69;
    color: #fff;
}
.btn-green:hover,
.btn-green:focus {
    background: #0c8858;
    border-color:#0c8858;
    color: #fff;
}
.nav .open>a, 
.nav .open>a:focus, 
.nav .open>a:hover{
    color:#009d69;
    border-color:#009d69;
}
.section-title {
    font-size: 3.4em;;
    font-weight: 700;
    color: #333;
}
.section-title:after{
    background: #009d69;
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    margin-top: 30px;
}
.none{
	display: none;
}
.btn-scrollUp{
	background-color: #ccc;
	bottom: 15px;
	color: #fff;
    position: fixed;
    right: 30px;
}
.btn-scrollUp:hover{
	background-color: #009d69;
	color: #fff;
	bottom: 20px;
}
.btn-scrollUp svg{
	display: block;
	height: 45px;
	width: 45px
}

.cal-group{
 display: table;
 width: 100%;
}
.cal-control{
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.cal-addon{
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
  width: 1%;
}
.cal-addon:last-child{
  padding: 0 0 0 10px;
}
.cal-addon:first-child{
  padding: 0 10px 0 0;
}
.cal-1{width: 1%;}
.cal-10{width: 10%;}
.cal-20{width: 20%;}
.cal-30{width: 30%;}
.cal-40{width: 40%;}
.cal-50{width: 50%;}
.cal-60{width: 60%;}
.cal-70{width: 70%;}
.cal-80{width: 80%;}
.cal-90{width: 90%;}
.cal-100{width: 100%;}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #6e904e;
    color: white;
}
.select2-selection__rendered{
    font-size: 1.4em;
}
.select2-search__field{
	font-size: 1.4em;
}
.select2-results__option{
	font-size: 1.4em;
}

@media (min-width: 2000px) and (max-width: 3000px){	
	body{
	    font-size: 2em;
	}
}
@media (min-width: 3001px){	
	body{
	    font-size: 3em;
	}
}

/*------------------------------------------------------------------------------------------*/
/*  navbar Header */
/*------------------------------------------------------------------------------------------*/
.navbar-customer {
    background-color: #fff;
    border: none;
    box-shadow: 2px 0 3px rgba(0, 0, 0, 0.2);
}
.navbar-customer .navbar-toggle .icon-bar {
    background-color: #333;
}
.navbar-brand{
	padding: 4px 5px 4px 15px;
	height: 71px;
}
.navbar-brand img{
	height: 100%;
}
.navbar-nav>li>a {
	color: #333;

    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2em;
	line-height: 40px;
	padding: 0px 10px;

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
	background-color: transparent;
    color: #009d69;
}
.navbar-nav>li>a.active {
    color: #009d69;
}
button.btn-login {
    background: #333;
    color: white;
    border: 2px solid #333;
    font-weight: 600;
    font-size: 1.2em;
    text-transform: uppercase;
	margin: 18px 15px 10px 40px;
	padding: 5px 10px;
	opacity: 1;
	border-radius: 16px;
}
button.btn-login:hover{
    opacity: 0.8;
}

@media (min-width: 768px) and (max-width: 850px) {
	button.btn-login{
		margin: 18px 0px 10px 8px;
	}
	.navbar-nav>li>a {
	    padding: 0px 5px;
	}
}
@media (max-width: 767px){
	.navbar-nav>li>a {
		border-top: 1px solid #f1f1f1;
	}
}
@media (min-width: 768px){
	.navbar-nav>li>a {
		border-bottom: 3px solid transparent;
		line-height: 68px;
	}
	.navbar-nav>li>a.active {
	    border-color: #009d69;
	}
	.collapse.navbar-collapse{
		float: right;
	}
}
@media (max-width: 767px){
	#bs-example-navbar-collapse-2{
		display: block;
	    position: absolute;
	    top: -16px;
	    right: 65px;
	    margin: 0;
	    padding: 0;
	}
	.navbar-brand {
	    height: 55px;
	}
	.box-user .box-user-info{
		position: fixed !important;
		top: 56px!important;
		width: 100%;
	}
}
.box-user{
	float: left;
	position: relative;
}
.box-user .btn-usuario{
	cursor: pointer;
	display: block;
	font-size: 3em;
    padding: 15px 10px 14px 10px;
}
.box-user .box-user-info{
	background-color: #fff;
	box-shadow: 0px 0 6px rgba(0, 0, 0, 0.2);
	font-size: 1.4em;
	padding: 10px 15px;
	position: absolute;
    right: 0;
    top: 71px;
    white-space: nowrap;
}
.box-user .box-user-info .dropdown-menu{
	left: auto;
	right: 0;
	font-size: 1em;
}
.box-user .box-user-info .btn-green-border{
	font-size: .9em;
	margin: 0;
}
form button.btn-login{
	margin-left: 0px;
}



/*------------------------------------------------------------------------------------------*/
/* Banner */
/*------------------------------------------------------------------------------------------*/
#banner {
    background: url(../images/banner.png) no-repeat center top;
    background-size: cover;
    border-bottom: 1px solid #ececec;
}
#banner {
    background-size: cover;
}

#banner-content {
    padding-top: 130px;
    padding-bottom: 100px;
}

#banner h1 {
	font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 5em;
    line-height: 1em;
    font-weight: 800;
    color: #111;
    padding-top: 5%;
}
#banner h1>span{
	display: block;
    font-size: 130%;
    width: 100%;
}
#banner h1>span span:nth-child(1){
	color: #09654f;
}
#banner h1>span span:nth-child(2){
	color: #ff8d4a;	
}
#banner h1>span span:nth-child(3){
	color: #007e8f;	
}
#banner h1>span span:nth-child(4){
	color: #21b063;	
}
#banner h2 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 1.8em;
    font-weight: 300;
    color: #555;
}
#banner h3 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 1.4em;
    font-weight: 300;
    color: #555;
}
#banner .section-heading {
	margin-bottom: 25px;
}
#banner .section-heading:before {
    background-color: #009d69;
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    margin-top: 30px;
}
#banner .section-heading:after {
    background-color: #009d69;
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    margin-top: 30px;
}
#banner .btn-green{
	font-size: 16px;
}

#banner .select2-container .select2-selection--single{
	height: 40px;
}
#banner .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px;
}
#banner .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}
@media (max-width: 600px){		
	#banner h1 {
	    font-size: 2.8em;
    	line-height: 30px;
    	margin: 0px;
	}
	#banner .section-heading:after {
	    margin-top: 5%;
	}
}

@media (max-width: 767px){	
	#banner-content {
	    padding-top: 60px;
	    padding-bottom: 20px;
	}
}
@media (min-width: 768px) and (max-width: 940px){	
	#banner-content {
	    padding-top: 100px;
	    padding-bottom: 50px;
	}
}


/*------------------------------------------------------------------------------------------*/
/* Projeto */
/*------------------------------------------------------------------------------------------*/
#projeto{	
    padding: 90px 20px 0px 20px;
    float: left;
	width: 100%;
}
#projeto .box-description{
	/*padding: 0 15px;*/
    margin-bottom: 30px;
}
#projeto .box-description svg{
	color: #009d69;
	margin-bottom: 10px;
	height: 30px;
	width: 30px;
}
#projeto .box-description h4{
    font-size: 1.8em;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
#projeto .box-description p{
	font-size: 1.4em;
    line-height: 1em;
    color: #555;
}
#projeto .box-description div{
	display: block;
	margin-top: 40px;
}

/*------------------------------------------------------------------------------------------*/
/* Gallery */
/*------------------------------------------------------------------------------------------*/
#gallery{
    padding: 60px 0px 0px 0px;
	float: left;
	width: 100%;
}
/*#gallery .item{
	float: left;
	position: relative;
	width: 33.33%; 
}
#gallery .item:before{
	content: '';
	background-color: rgba(255, 255, 255, 0.7);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#gallery .item:after{
	content: '+';
    color: #009d69;
	font-size: 30px;
	text-align: center;
	margin: -21px 0 0 -21px;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 42px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#gallery .item:hover:before,
#gallery .item:hover:after{
	opacity: 1;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
@media (max-width: 600px){	
	#gallery .item{
		width: 50%; 
	}
}*/

#gallery .carousel-caption{
	padding: 0px;
	bottom: 5px; 
}
#gallery .carousel-caption p{
	background-color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    font-size: 1.4em;
	margin: 0px; 
	padding: 2px 10px;
}
#carousel-gallery .carousel-control{
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#carousel-gallery:hover .carousel-control{
	opacity: .5;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#carousel-gallery .carousel-control:hover{
	opacity: 1;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/*------------------------------------------------------------------------------------------*/
/* O que é */
/*------------------------------------------------------------------------------------------*/
#oquee{
    padding: 90px 0px 0px 0px;
	float: left;
	width: 100%;
}
#oquee p{
    font-size: 1.6em;
    font-weight: 300;
    color: #555;
}
#oquee img{
	width: 100%;
    max-width: 350px;
    margin: auto;
}
#oquee .box-oquee{
    padding-top: 60px;
}
#oquee .box-oquee .flux{
	background: #f5f5f5;
	border-left: 3px solid ; 
	float: left;
    padding: 5px 10px;
    margin: 4px 0;
    width: 100%;
}
#oquee .box-oquee .flux:hover{
	background: #e4e2e2;
}
#oquee .box-oquee h4{
	margin: 0px;
	padding: 0px 0 2px 0;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
}
#oquee .box-oquee p{
	padding: 0px;
    font-size: 1.2em;
    line-height: 1em;
    color: #555;
    margin: 0;
}


/*------------------------------------------------------------------------------------------*/
/* Objetivos */
/*------------------------------------------------------------------------------------------*/
#objetivos{
    padding: 0px;
	float: left;
	width: 100%;
}
#objetivos h4{
	color: #008000;
	margin-top: 15px;
    font-size: 2.2em;
}
#objetivos p{
    font-size: 1.6em;
    font-weight: 300;
    color: #555;
}


/*------------------------------------------------------------------------------------------*/
/* Funcionamento */
/*------------------------------------------------------------------------------------------*/
#funcionamento{
    padding: 90px 0px 0px 0px;
	float: left;
	width: 100%;
}
#funcionamento p{
    font-size: 1.6em;
    font-weight: 300;
    color: #555;
}


/*------------------------------------------------------------------------------------------*/
/* Resultados */
/*------------------------------------------------------------------------------------------*/
#resultados{
    padding: 150px 0px 0px 0px;
	float: left;
	width: 100%;
}
#resultados p{
    font-size: 1.6em;
    font-weight: 300;
    color: #555;
}
#resultados .col-sm-3 a{
	display: block;
	max-width: 300px;
}
#resultados .box-relatorio-consolidado a{
	color: #333;
	font-weight: bold;
	font-size: 1.6em;
	display: inline-block;
	margin: 20px 20px 10px;
}
#resultados .box-relatorio-consolidado svg.icone-file-pdf{
	fill:#bb0000;
}
#resultados .box-relatorio-consolidado svg{
	display: block;
	font-size: 2.4em;
	fill: #147313;
}


/*------------------------------------------------------------------------------------------*/
/* Painel resultados consolidados */
/*------------------------------------------------------------------------------------------*/
#painel-resultados-consolidados{
    padding: 50px 0px 0px 0px;
	float: left;
	width: 100%;
}
#painel-resultados-consolidados .btn-green-border{
	display: flex;
    align-items: center;
    justify-content: center;
    
    margin-bottom: 50px;
    font-size: 8em;
    text-align: center;
    width: 100%;
}
#painel-resultados-consolidados .btn-green-border span{
    font-size: 30%;
    margin-right: 20px;
}


/*------------------------------------------------------------------------------------------*/
/* Mapa uc */
/*------------------------------------------------------------------------------------------*/
#mapa{
	background-color: #f5f5f5;
    border: 0 solid #e9e9e9;
    padding: 120px 0px;
	float: left;
	width: 100%;
}
#mapa .mapa-conteudo{
	float: left;
	/*width: calc(100% - 460px);*/
	width: 50%;
	max-width: 630px;
}
#mapa #svg-estados{
	float: right;
	width: 50%;
}
#mapa #svg-estados svg{
	width: 100%;
}
#mapa #svg-estados{
	float: right;
}
#mapa .btn-green-border{
    font-size: 2em;
    text-align: center;
    width: 100%;
}
#mapa p{
    font-size: 1.6em;
    font-weight: 300;
    color: #555;
}
#mapa h3{
    font-size: 1.4em;
    font-weight: bold;
    color: #777;
}
.select2-container input:focus,
#mapa form *:focus{
	outline: none;
}
#mapa select{
	min-width: 200px;
    width: 100%;
}
#mapa label{
	font-size: 1.4em;
}
#svg-map path { 
	fill:#b1cf93; 
	stroke:#FFFFFF; 
	stroke-width: 0.1 
}
#svg-map path:hover{ 
	cursor:pointer; 
	text-decoration:none; 
	fill:#9ab87d; 
}
#svg-map path.active{
	fill:#ffb400; 
}
#mapa .select2-container .select2-selection--single{
	height: 40px;
}
#mapa .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px;	
}
#mapa .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

@media (max-width: 767px){	
	#mapa .mapa-conteudo {
	    float: left;
	    width: 100%;
	}
	#mapa #svg-estados{
		float: left;
		width: 100%;
	}
}


/*------------------------------------------------------------------------------------------*/
/* Equipe */
/*------------------------------------------------------------------------------------------*/
#equipe{
    padding: 120px 0px 150px 0px;
	float: left;
	width: 100%;
}
#equipe h3{
    font-size: 1.4em;
    font-weight: bold;
    color: #777;
}
#equipe h4{
    font-size: 1.8em;
    font-weight: bold;
    color: #008000;
    margin: 10px 0 20px 0;
}
#equipe p{
    font-size: 1.6em;
    font-weight: 300;
    color: #555;
}
#equipe .item-parceiros .item{
    width: 33.33%;
}
#equipe .item-apoio .item{
    width: 100%;
}
#equipe .item{
	display: inline-block;
	height: auto;
	opacity: 1;
	padding: 20px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#equipe .item:hover{
	opacity: .7;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}


/*------------------------------------------------------------------------------------------*/
/* Footer */
/*------------------------------------------------------------------------------------------*/
#footer{
	border-top: 1px solid #e9e9e9;
    font-size: 1.2em;
    font-weight: normal;
    color: #555;

    padding: 30px 0px;
	float: left;
	width: 100%;
}
#footer p {
    line-height: 25px;
}
#footer  a {
    display: inline-block;
    margin-left: 10px;
}
#footer  img {
    max-height: 60px;
}




/*------------------------------------------------------------------------------------------*/
/* login */
/*------------------------------------------------------------------------------------------*/
body.login-modal{
	overflow: hidden;
}
.box-login{
    background: url(../images/banner.png) no-repeat right 0;
    background-size: cover;
    border-bottom: 1px solid #ececec;
	background-color: #f1f1f1;
	overflow: hidden;
    padding: 15px 0;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
    z-index: 9999;
    overflow: auto;
}
.box-login svg{
	width: 20px;
	height: 20px;
}
.box-login .box-conteudo-login{
    padding: 20px 15px;
}
.box-login .img-logo{
	margin-left: 10%;
	width: 80%;
}
.box-login h2{
	font-weight: bold;
	font-size: 3em;
}
.box-login h4{
	display: block;
	margin-bottom: 15px;
}
.box-login p{
    color: #555;
	font-size: 1.6em;
    line-height: 1em;
    padding: 0;
    margin-bottom:20px;
}
.box-login small{
	font-size: 70%;
	line-height: 70%;
}
.box-login .btn-link{
	color: #009d69;
	float: right;
	margin-top: 12px;
}
.box-login label{
    font-size: 1.3em;
}
.box-login input{
    outline: none;
    font-size: 1.4em;
    padding: 10px;
    height: 40px;
}
.box-login  .select2-container--default .select2-search--inline .select2-search__field{
	height: 32px;
}

@media (max-width: 767px){	
	.box-login .img-logo{
		max-width: 250px;
	}
}
@media (max-width: 992px){	
	.box-login .box-conteudo-login{
	    background-color: rgba(241, 241, 241, 0.83);
	}
}
@media (max-width: 1130px){	
	#box-login-cadastro .box-conteudo-cadastro{
	    background-color: rgba(241, 241, 241, 0.83);
	}
}
.login-modal .select2-container.select2-container--default.select2-container--open{
	z-index: 9999991;
}
.login-modal .select2-results__option{
	font-size: 1em;
}


/*------------------------------------------------------------------------------------------*/
/* Mais aleatorios */
/*------------------------------------------------------------------------------------------*/
.modal-backdrop {
    z-index: 9999;
}
.modal {
    z-index: 99991;
}
.box-login .select2-container {
    z-index: 99992;
}
.modal-footer [class*="btn-green"]{
	margin-bottom: 0;
}
.lightbox .lb-image {
    border: 4px solid #000;
}


#alert-mensage{
    position: fixed;
    top: -1px;
    right: 5px;
    margin: 0;
    padding: 0;
    min-width: 400px;
    z-index: 9999999;
}

#alert-mensage .alert{
    margin: 5px 0 0 0;
    padding: 5px 30px 5px 10px;
    width: 100%;
}
#alert-mensage .alert-dismissible .close{
    padding: 5px; 
}










/* SCROLLBAR */
/* width */
::-webkit-scrollbar {
    width: 15px;
    height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #e5e5e5; 
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #ffb400; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #f7ae00; 
}