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

body {
    background-color: #f1fbf3;
}
@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1270px;
	}
}

/*----------------------------------------*/
/*  Topo
/*----------------------------------------*/

.topo {
	display: none;
	background-color: #e6f1e8;
}
@media only screen and (min-width:992px) {
	.topo {
		display: block;
	}
	.topo-container {
		display: flex;
		height: 150px;
		align-items: center;
	}
	.topo-logo {
		margin-right: 20px;
	}
	.topo-nome {
		color: #1c1c1c;
		max-width: 70%;
		font-weight: 800;
		font-size: 1.4rem;
		line-height: 1.7rem;		
	}
	.topo-data {
		color: #717171;
		display: block;
		font-size: 0.9rem;
		font-weight: normal;
	}
}
@media only screen and (min-width:1200px) {
	.topo-nome {
		font-size: 1.6rem;
		line-height: 1.9rem;
	}
}

/*----------------------------------------*/
/*  Navbar
/*----------------------------------------*/

.navbar {
	background-color: #ffffff;
	padding-top: 0px;
	padding-bottom: 0px;
}
.navbar .container {
	padding: 0;
}
.navbar-brand {
    float: left;
    height: 60px;
    padding: 5px 10px;
    display: none;
}
.navbar-brand img {
	width: auto;
	height: 50px;
}
@media (max-width: 991px) {
	.navbar-brand {
		display: block;
	}
}
.nav-link {
    padding-top: .7rem !important;
    padding-bottom: .7rem !important;
}
.nav-item {
	margin: 0 8px;
	font-weight: 600;
}
.nav-item a {
	color: #093e0a !important;
}
.nav-item a:hover {
	color: #21a54e !important;
}
@media only screen and (min-width: 992px) {
	.nav-item {
		font-size: 0.8rem;
	}
}
@media only screen and (min-width: 1275px) {
	.nav-item {
		font-size: 1rem;
		margin: 0 1rem;
	}
}
.dropdown:hover> .dropdown-menu {
	display: block;
}
.dropdown-menu {
	margin-top: 0;
	border: 0;
	border-radius: 0;
	background-color: #ffc107;	
}
.dropdown-item:hover {
	background-color: #efb300;
}
a.dropdown-item {
	color: #333 !important;
}
a.dropdown-item:hover {
	color: #FFF !important;
}

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

.noticias {
	background-color: #083f0a;
	background-image: url('../../assets/img/noticias.jpg');
	background-size: cover;
	background-position: 50%;
	padding: 1.5rem 0.5rem;
	border-top: 5px solid #ffc107;
	border-bottom: 5px solid #ffc107;
}
@media only screen and (min-width:992px) {
	.noticias {
		padding: 2rem 0;
	}
}
.noticia-capa img {
	border-radius: 1rem;
}
.noticias a {
	text-decoration: none;
}
.noticia-data  {
	color: #FFF;
	margin-top: 1rem;
	font-size: 0.9rem;
}
.noticia-titulo {
	color: #1bd65a;
	margin-top: 0.5rem;
	font-size: 1.2rem;
	line-height: 1.8rem;
}
.noticia-texto {
	color: #FFF;
	margin-top: 0.8rem;
	font-size: 0.95rem;
	line-height: 1.6rem;
}

@media only screen and (min-width:768px) {
	.noticia-data  {
		margin-top: 0;
		font-size: 1rem;
	}
	.noticia-titulo {
		font-size: 1.3rem;
		line-height: 2rem;
	}
	.noticia-texto {
		font-size: 1rem;
		line-height: 1.8rem;
	}
}

@media only screen and (min-width:1024px) {
	.noticia-titulo {
		font-size: 1.7rem;
		line-height: 2.2rem;
	}
	.noticia-texto {
		font-size: 1.1rem;
		line-height: 1.8rem;
	}
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #199643;
    border-color: #199643;
}

/*----------------------------------------*/
/*  Slider
/*----------------------------------------*/

.bx-wrapper {
    box-shadow: none;
    border: 0;
    background-color: transparent;
}
.bx-wrapper {
	margin-bottom: 30px;
}
.bx-wrapper .bx-controls-direction a {
	z-index: 1;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active, 
.bx-wrapper .bx-pager.bx-default-pager a:focus {
	background-color: #1bd65a;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
}
.bx-wrapper .bx-controls-auto .bx-start {
    background: url(../../assets/img/controls.png) -86px -11px no-repeat;
}
.bx-wrapper .bx-controls-auto .bx-stop {
    background: url(../../assets/img/controls.png) -86px -44px no-repeat;
}

/*----------------------------------------*/
/*  Outras noticias
/*----------------------------------------*/

.outras-noticias {
	padding: 1.5rem 0.5rem;
}
@media only screen and (min-width:992px) {
	.outras-noticias {
		padding: 2.2rem 0.5rem 1.5rem 0.5rem;
	}
}
.outras-noticias-topico {
	color: #cc3433;
	font-weight: bold;
	font-size: 1.4rem;
	text-transform: uppercase;
	margin-bottom: 1.5rem;	
}
.outras-noticias a {
	color: #333;
	text-decoration: none;
}
.outras-noticias a:hover {
	color: #cc3433;
}
.outras-noticias-capa {
	border: 1px solid #95b196;
	border-radius: 10px;
	margin-bottom: 1rem;
}
.outras-noticias-capa img {
	border-radius: 10px;
}
.outras-noticias-data {
	color: #155724;
	font-size: 0.8rem;
	margin-bottom: 5px;
}
.outras-noticias-titulo {
	font-size: 0.9rem;
}
@media only screen and (min-width:992px) {
	.outras-noticias-titulo {
		font-size: 1rem;
	}
}

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

.associe {
	background-color: #cc3433;
	padding: 50px 0;
	border-top: 5px solid #af2221;
	border-bottom: 5px solid #af2221;
}
@media (min-width: 1024px) {
	.associe .container .row {
		display: flex;
		align-items: center;		
	}
	.associe-botao {
		float: right;
	}
}
@media (max-width: 1023px) {
	.associe-botao {
		margin-top: 20px;
	}
}
.associe-titulo {
	color: #ffffff;
	font-weight: bold;
	font-size: 1.4rem;
	text-transform: uppercase;
}
.associe-texto {
	color: #ffffff;
}

/*----------------------------------------*/
/*  Outros destaque
/*----------------------------------------*/

.outros-destaques {
	padding: 3rem 0 4rem 0;
}
.outros-destaques a {
	text-decoration: none;
}
.outros-destaques a:hover > .outros-destaques-texto {
	color: #cc3433;
}
.outros-destaques-titulo {
	color: #00561d;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 1rem;
	text-transform: uppercase;
}
.outros-destaques-capa {
	margin-bottom: 1rem;
}
.outros-destaques-texto {
	color: #333;
}

/*----------------------------------------*/
/*  Footer
/*----------------------------------------*/

.footer {
	color: #FFF;
	background-color: #212121;
	padding: 30px 5%;
	box-sizing: border-box;	
}
.footer a {
	color:#71ff71;
}
.footer-info {
	text-align: center;
}
@media only screen and (max-width:767px) {
	.footer-logo {
		text-align: center;
	}
	.footer-info {
		margin-top: 1rem;
	}
}
@media only screen and (max-width:767px) {
	.selo {
		margin: 1rem auto 0 auto;
		text-align: center;
	}
}

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

.pagina-scroll {
	display: none;
	position: fixed;
	bottom: 1.5rem;
	right: 1.5rem;
	background-color: rgba(91, 206, 117, 0.6);
	border: 0;
	color: #FFF;
	width: 44px;
	height: 44px;
	font-size: 1.5rem;
	line-height: 22px;
}

/*----------------------------------------*/
/*  Popup
/*----------------------------------------*/

.home .modal-header {
	display: none;
}
.home .modal-body {
/* 	text-align: center; */
	padding: 0;
/* 	background-color: transparent; */
    padding: 20px;
}
.home .modal-content {
	/* background-color: transparent; */
	box-shadow: none;
	border: 0;
}
.home .modal-body p {
	margin: 0;
}

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

.pagina-titulo {
	color: #FFF;
	background-color: #083f0a;
    padding: 1.5rem 0.5rem;
    border-top: 5px solid #ffc107;
}
.pagina-data {
	margin-bottom: 1rem;
	color: #969696;
	font-weight: 100;
	font-size: 0.9rem;
	font-weight: bold;
}
.pagina {
	margin: 1.5rem 0;
	text-align: justify !important;
	min-height: 400px;
}
.pagina a {
	color: #009a34;
	text-decoration: none;
}
.pagina a:hover {
	color: #2c6b42;
	text-decoration: none;
}
.pagina h3 {
	color: #2c6b42;
	margin-bottom: 1rem;
}
.pagina-lista {
	margin-bottom: 30px;
}
.pagina-lista ul {
	list-style: none;
	padding: 0;
}
.pagina-lista ul li {
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 15px;
	padding-bottom: 15px;
	display: block;
}
.pagina-lista ul li a {
	color: #333;
}
.pagina-lista ul li a:hover {
	color: #009934;
	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;
}
.item-destaque {
	border: 1px solid #083f0a;
	border-radius: 5px;
	margin-bottom: 1rem;
	padding: 0.5rem 1rem;
}
.item-destaque:hover {
	border: 1px solid #bd9417;
}

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

.pagina-eventos-lista .evento-titulo {
	background-color: #f0f0f0;
	padding: 10px;
	display: block;
	text-align: center;
	font-size: 0.85rem;
}
.pagina-eventos-lista .evento-capa {
	width: 100%;
	height: 160px;
}
@media (min-width:768px){
	.pagina-eventos-lista .evento-capa {
		height: 170px;
	}
}
@media (min-width:992px){
	.pagina-eventos-lista .evento-capa {
		height: 130px;
	}
}
@media (min-width:992px){
	.pagina-eventos-lista .evento-capa {
		height: 180px;
	}
}
.pagina-eventos-fotos .eventos-fotos {
	height: 120px;
}

/*----------------------------------------*/
/*  Apoio
/*----------------------------------------*/

.clear {
	clear: both;
}