/*----------------------------------------*/
/*  Geral
/*----------------------------------------*/

/*  
    color base 
    #11a7ab
    
*/

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #f1f6fb;
    margin: 0;
    padding: 0;
}
@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1300px;
	}
}
::selection {
  color: #9effb4;
  background: #2a624f;
}

/*----------------------------------------*/
/*  Menu
/*----------------------------------------*/

.navbar {
    transition-duration: .7s;
}
.nav-link {
	font-weight: 500 !important;
	padding: 8px 12px !important;
}
a.nav-link:hover {
	color: #00cd2e !important;
} 
a.nav-active {
	color: #00ff3b !important;
	border: 1px solid #00ff3b;
    border-radius: 30px;
    margin-left: 7px;
    display: inline-block;
}
a.nav-active:hover {
	color: #ffffff !important;
	background-color: #00cb30;
	border: 1px solid #00cb30;
    border-radius: 30px;
}
.dropdown:hover> .dropdown-menu {
	display: block;
}
.dropdown-menu {
	margin-top: -2px;
/* 	border-radius: 0; */
	border: none;
    box-shadow: 0px 5px 10px rgba(0,0,0,.3);
}
.dropdown-item {
	font-size: 0.85rem;
	padding: 8px 20px;
}
.dropdown-item:hover {
	color: #ffffff;
	background-color: #00cd2e;
}
dropdown:hover> .dropdown-menu {
	display: block;
}
.dropdown-menu {
	margin-top: -2px;
}
@media only screen and (max-width:991px) {
	.logo img {
		max-height: 60px;
	}
}
@media only screen and (min-width:992px) {
	.logo img {
		max-height: 90px;
	}
}

/*----------------------------------------*/
@media only screen and (min-width: 992px) {
	a.nav-link {
		font-size: 0.73rem;
	}
}
@media only screen and (min-width: 1200px) {
	a.nav-link {
		font-size: 0.9rem;
	}
}

/*----------------------------------------*/
/*  Destaque
/*----------------------------------------*/

.header {
    padding-top: 130px;
    width: 100%;
    /* min-height: 60vh; */
    background-image: url(../img/destaque.png), linear-gradient(to right, #094e2d, #056a5c);
    background-size: cover;
    background-position: center;
}
.destaque {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
}
.destaque-titulo {
    font-weight: 700;
    line-height: 50px;
    font-size: 40px;
    color: #FFF;
    text-shadow: 0 4px 4px rgba(0,0,0,.25);
	margin-bottom: 1rem;
}
.destaque-titulo span {
	color: #00ff3a;
}
.destaque-texto {
	color: #FFF;
	font-size: 1.1rem;
	line-height: 2rem;
	margin-bottom: 2rem;
}
.btn-destaque {
	color: #FFF;
	background-color: #003112;
	border: 1px solid #003112;
	font-size: 0.75rem;
	font-weight: 700;
	padding: 0.6rem 1.2rem;
	margin-bottom: 30px;
	border-radius: 30px;
	text-transform: uppercase;
}
.btn-destaque:hover {
	background-color: #25ba2d;
}
.destaque-capa img {
	border-radius: 10px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 5px 10px;
    background: #003112;
    display: block;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fdfdfd;
}

/*----------------------------------------*/
@media only screen and (max-width:767px) {
    .destaque-titulo {
	    font-size: 2rem;
        line-height: 45px;
    }
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .destaque-titulo {
	    font-size: 2.5rem;
        line-height: 50px;
    }
}
@media only screen and (min-width:992px) {
	.destaque-titulo {
		margin-top: 5px;
	}
}

/*----------------------------------------*/
/*  Outros destaques
/*----------------------------------------*/

.outros-destaques {
	padding: 35px 15px 15px 15px;
/* 	margin-top: -100px; */
}
.outros-destaques-item {
    background-color: #fff; 
    padding: 35px 35px 30px 35px; 
    border-radius: 10px; 
    box-shadow: 0px 0px 30px rgba(200,196,219,.3);
    margin-bottom: 25px;
}
.outros-destaques-item-icone {
	height: 70px;
	margin-bottom: 30px;
}
.outros-destaques-item-icone svg {
    fill: #36cf87;
}
.icone-acordos svg {
	width: 70px;
	height: 70px;
    margin-left: -7px;
}
.icone-contribuicao svg {
	width: 80px;
	height: 80px;
    margin-top: -5px;
}
.icone-juridica svg {
	width: 70px;
	height: 70px;
}
.icone-convenios svg {
	width: 70px;
	height: 70px;
    margin-left: -3px;
}
.icone-right svg {
	width: 12px;
	height: 12px;
    margin-top: -3px;
    margin-left: 8px;
}
.outros-destaques-item-titulo {
    color: #296761;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 35px;
    margin-bottom: 1.8rem;
}
.outros-destaques-item-titulo:after {
	content: "";
	border-bottom: 3px solid #d4d4d4;
	display: block;
	width: 60px;
    padding-bottom: 1.8rem;
}
.outros-destaques-item-texto {
    font-size: 1rem;
    line-height: 30px;
    padding-bottom: 1.6rem;
    color: #787878;
}
.outros-destaques-item-veja a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9rem;
    color: #36cf87;
    fill: #36cf87;
    padding: 8px 5px 8px 0;
}
.outros-destaques-item-veja a:hover {
    text-decoration: none;
    color: #296761;
    fill: #296761;
}

/*----------------------------------------*/
/*  Noticias
/*----------------------------------------*/

.noticias {
	padding: 70px 15px 50px 15px;
	/*background-color: #fff;*/
    background-size: cover;
    background-position: center;
}
.noticias h2 {
	text-align: center;
    color: #296761;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 50px;
}
.noticias a:hover {
	text-decoration: none;
}
.noticias-data {
	color: #9c9c9c;
	font-size: 0.8rem;
	margin-bottom: 5px;
}
.noticias i {
	margin-right: 5px;
}
.noticias-titulo {
	color: #333;
}
.noticias a:hover > .noticias-titulo {
	color: #FFCC66 !important;
}
.noticias-capa {
	border: 1px solid #CCC;
	width: 100%;
	padding-bottom: 65%;
	max-height: 200px;
	border-radius: 8px;	
}
/*----------------------------------------*/
@media only screen and (max-width:767px) {
	.noticias h2 {
		font-size: 28px;
	}
	.noticias-capa {
		margin-bottom: 20px;
	}
}

/*----------------------------------------*/
/*  Associe
/*----------------------------------------*/

.associe {
	padding: 70px 15px 0 15px;
    text-align: center;
    background-color: #fff7e7;
}
.associe-titulo {
	text-align: center;
    color: #9a8d5d;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
}
.associe-info {
	font-size: 1.3rem;
    color: #84909b;
	max-width: 800px;
	margin: 0 auto;
}
.associe-botao {
	margin-top: 2rem;
	margin-bottom: 1rem;
	color: #FFF;
	background-color: #9a8d5d;
	border: 1px solid #9a8d5d;
	font-size: 0.75rem;
	font-weight: 700;
	padding: 0.6rem 1.2rem;
	margin-bottom: 1rem;
	border-radius: 30px;
	text-transform: uppercase;	
}
.associe-botao:hover {
	background-color: #cabc87;
	border: 1px solid #cabc87;
}

/*----------------------------------------*/
/*  Vagas
/*----------------------------------------*/

.vagas {
	background-color: #FFF;
	padding: 70px 15px;
}
.vagas-imagem {
	border-radius: 10px;
	overflow: hidden;
}
.vagas-titulo {
    color: #296761;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;	
}
.vagas-texto {
	max-width: 650px;
	line-height: 2rem;
}
.vagas .row {
    display: flex;
    align-items: center;
}
/*----------------------------------------*/
@media only screen and (max-width:767px) {
	.vagas-imagem {
		margin-bottom: 2rem;
	}
}

/*----------------------------------------*/
/*  Denuncie
/*----------------------------------------*/

.denuncie {
	background-color: #FFF;
	padding: 70px 15px;
}
.denuncie-imagem {
	border-radius: 10px;
	overflow: hidden;
}
.denuncie-titulo {
    color: #296761;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;	
}
.denuncie-texto {
	max-width: 650px;
	line-height: 2rem;
}
.denuncie .row {
    display: flex;
    align-items: center;
}
/*----------------------------------------*/
@media only screen and (max-width:767px) {
	.denuncie-imagem {
		margin-bottom: 2rem;
	}
}

/*----------------------------------------*/
/*  Pagina
/*----------------------------------------*/

.header-pagina {
    padding-top: 115px;
    width: 100%;
}
.header-pagina .fixed-top {
    background-color:rgba(255, 255, 255, 1);
    box-shadow:0px 5px 10px rgba(0,0,0,.3);
}
.pagina-titulo {
	background-color: #094e2d;
	padding: 25px 0;
	linear-gradient(to right, #094e2d, #056a5c)
}
.pagina-titulo-nome {
	margin: 0;
	color:#FFF;
	font-size:1.8rem;
}
.pagina {
	padding:25px 0;
	min-height:400px;
    line-height:1.8rem;
}
.pagina-topico {
    margin-bottom: 0;
}
.pagina-data {
	color: #999;
	margin-bottom: 0.8rem;
}
.pagina p {
	text-align:justify;
}
.pagina a {
	color:#094e2d;
}
.pagina a:hover {
	text-decoration:underline;
}
.pagina-lista {
	margin-bottom: 30px;
}
.pagina-lista ul {
	list-style: none;
	padding: 0;
}
.pagina-lista ul li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	display: block;
}
.pagina-lista ul li a {
	color: #333;
}
.pagina-lista ul li a:hover {
	color: #28a745;
	text-decoration: none;
}
.pagina-lista li:last-child {
	border-bottom: none;
}
.pagina-lista-capa {
	width: 102px;
	border: 1px solid #afafaf;
	float: left;
	margin-right: 20px;
}
.pagina-lista-capa img {
	width: 100px !important;
	height: auto !important;
}
.pagina-lista-data {
	color: #adadad;
	font-size: 0.8rem;
}
.page-item.active .page-link {
    background-color: #094e2d;
    border-color: #094e2d
}
.page-link:hover {
    color: #28a745;
    text-decoration: none !important;
}
.btn-botao {
	margin-top: 2rem;
	margin-bottom: 1rem;
	color: #FFF !important;
	background-color: #003112;
	border: 1px solid #003112;
	font-size: 0.75rem;
	font-weight: 700;
	padding: 0.6rem 1.2rem;
	border-radius: 30px;
	text-transform: uppercase;
	text-decoration: none !important;
}
.btn-botao:hover {
	background-color: #25ba2d;
	border: 1px solid #25ba2d;
}

/*----------------------------------------*/

.panel-heading {
	padding: 0;
	border:0;
}
.panel-group h4 a {
	display:block;
	padding:15px;
	color:#004c28;
	font-size:1rem;
	letter-spacing:1px;
	text-decoration:none;
	border: 1px solid #CCC;
	border-radius:10px;
	text-align: left;
	background-color:#f0f0f0;
}
.panel-group .active h4 a {
    color:#FFF;
	background-color:#6c9280 !important;
	border-color:#6c9280;
}
.panel-group h4 a:hover {
	text-decoration: none;	
}
.panel-heading a:before {
	content: url('../../assets/img/arrow-down.png');
	width: 17px;
	float: right;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.panel-body {
	padding: 1rem;
	background-color: #d0e6da;
	margin-bottom: 10px;
	border-radius: 10px;
}
.panel-body ul {
	list-style: none;
	padding:0;
}
.panel-body li,
.panel-body li p {
	text-align:left;
}

/*  Galeria
/*----------------------------------------*/
.galeria-clique {
    font-size: 0.8rem;
    color: #919191;
    margin-bottom: 10px;
}
.galeria_fotos img {
	float: left;
}
.galeria-foto {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 20px 20px 0;
	border: 1px solid #CCC;
}
.clear {
	clear:both;
}

/*----------------------------------------*/
/*  Rodape
/*----------------------------------------*/

.rodape {
	border-top: 5px solid #0d8d50;
	font-size: 0.80rem;
	color: #FFF;
	background-color: #094e2d;
	padding: 2.5rem 0;
	line-height: 25px;
}
.rodape .row {
    display: flex;
    align-items: center;
}

/*----------------------------------------*/
/*  Scroll
/*----------------------------------------*/

.pagina-scroll {
	display: none;
	position: fixed;
	bottom: 1.5rem;
	right: 1.5rem;
	background-color: rgb(0, 49, 18);
	border: 0;
	color: #FFF;
	width: 50px;
	height: 50px;
	border-radius: 25px;
}
.pagina-scroll svg {
    fill: #ffffff;
	width: 34px;
	height: 34px;
}
.pagina-scroll:hover {
	background-color: #36cf87;
}