@charset "utf-8";

/* ====== DEFAULT ====== */
a,
button {
	text-decoration: none;
	transition: all 0.2s linear;
}

a:hover,
button:hover {
	text-decoration: none;
	transition: all 0.2s linear;
}

a:focus {
	outline: 0;
}

a img {
	border: none;
}

#page-brde{
	width: 100%;
	height: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 100%;
	font-weight: 400;
	margin: 0;
}

.max-w {
	width: 100%;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

.site-button{
    text-align: center;
}

a.lkMore {
	background: #92D643;
	padding: 8px 15px;
	font-size: 14px;
	font-weight: 600;
	color: #4B7135;
	text-decoration: none;
	border-radius: 4px;
	bottom: 28px;
	left: 20px;
}

a.lkMore:hover {
	background: #509D44;
	color: #FFF;
}

.site-button .site-bt.lkLoad {
	width: 130px;
    min-width: auto;
	height: 50px;
	margin: 0 auto;
	border-radius: 30px;
	background-color: #008697;

}

.site-button .site-bt.lkLoad:hover {
	background-color: #92D643;
}

.site-button .site-bt.lkLoad .button-icon{
    margin: 0;
}

.titleSection {
	font-size: 34px;
	font-weight: 700;
	color: #2A899A;
}

.topo {
	background: #f5f6fa url(../images/bg-topo.jpg) no-repeat center bottom;
	padding-bottom: 16px;
	margin-bottom: 45px;
}

.topo .colTitle {
	padding-top: 40px;
	padding-bottom: 40px;
}

.topo h1 {
	font-size: 23px;
	font-weight: 300;
	color: #787878;
	margin: 10px 0 30px;
}

.episodios,
.conteudos {
	margin-bottom: 90px;
}

.boxVideo {
	padding: 30px 15px 65px;
	width: 100%;
	max-width: 634px;
	margin: 20px auto 55px;
	background: url(../images/bg-player.png) no-repeat center center;
	background-size: contain;
}

ul.listaPosts {
	width: 100%;
	margin: 0 auto;
}

ul.listaPosts li {
	width: 100%;
	max-width: 325px;
	overflow: hidden;
	border-radius: 15px;
	background: #FFF;
	margin: 0 auto 30px;
	padding-bottom: 80px;
	box-shadow: 0px 25px 50px 0px rgba(93, 93, 93, 0.07);
}

ul.listaPosts li h3 {
	margin: 15px 20px 0;
	font-size: 18px;
	color: #509D44;
	font-weight: 600;
	line-height: 27px;
}

ul.listaPosts li h3 a {
	color: #509D44;
	text-decoration: none;
}

ul.listaPosts li h3 a:hover {
	color: #92D643;
}

ul.listaPosts li p {
	margin: 10px 20px 0;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

.conteudos .titleSection {
	margin-bottom: 35px;
}

.programas {
	margin-bottom: 70px;
	padding-bottom: 30px;
	overflow: hidden;
}

.programas .title {
	margin-bottom: 50px;
}

.programas p {
	font-size: 16px;
	color: #333;
	line-height: 30px;
}

.programas .baseSlide {
	padding-top: 40px;
}

.programas .baseSlide:before {
	content: " ";
	display: block;
	position: absolute;
	z-index: -1;
	background: #F9F9F9;
	right: 0;
	left: 0;
	top: 0;
	bottom: 32px;
}

.programas .control {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.programas .control button {
	margin: 0 15px;
	width: 50px;
	height: 50px;
	background: #FFF;
	box-shadow: 0px 10px 20px 0px rgba(93, 93, 93, 0.15);
}

.programas .control button:hover {
	background: #92D643;
}

#slideProgramas {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

#slideProgramas .slick-track {
	display: flex;
}

#slideProgramas .item {
	height: auto !important;
	background: #FFF;
	overflow: hidden;
	border-radius: 15px;
	margin: 0 8px 30px;
	box-shadow: 0px 12px 14px 0px rgba(93, 93, 93, 0.1);
}

#slideProgramas .item figure {
	width: 100%;
	height: 154px;
	margin: 0;
}

#slideProgramas .item h3 {
	font-size: 20px;
	font-weight: 700;
	padding: 10px;
	width: 100%;
	height: 100px;
}

#slideProgramas .item h3 a {
	text-decoration: none;
}

#slideProgramas .item.agro h3,
#slideProgramas .item.agro h3 a {
	color: #326E54;
}

#slideProgramas .item.agro figure {
	background: #326E54;
}

#slideProgramas .item.ambiental h3,
#slideProgramas .item.ambiental h3 a {
	color: #40B394;
}

#slideProgramas .item.ambiental figure {
	background: #40B394;
}

#slideProgramas .item.inovacao h3,
#slideProgramas .item.inovacao h3 a {
	color: #72A8AF;
}

#slideProgramas .item.inovacao figure {
	background: #72A8AF;
}

#slideProgramas .item.social h3,
#slideProgramas .item.social h3 a {
	color: #48659B;
}

#slideProgramas .item.social figure {
	background: #48659B;
}

#slideProgramas .item.negocio h3,
#slideProgramas .item.negocio h3 a {
	color: #362F69;
}

#slideProgramas .item.negocio figure {
	background: #362F69;
}

#slideProgramas .item.municipio h3,
#slideProgramas .item.municipio h3 a {
	color: #872364;
}

#slideProgramas .item.municipio figure {
	background: #872364;
}

#slideProgramas .item.microcredito h3,
#slideProgramas .item.microcredito h3 a {
	color: #E42A20;
}

#slideProgramas .item.microcredito figure {
	background: #E42A20;
}

#slideProgramas .item.energia h3,
#slideProgramas .item.energia h3 a {
	color: #F28D1C;
}

#slideProgramas .item.energia figure {
	background: #F28D1C;
}

#slideProgramas .item.turismo h3,
#slideProgramas .item.turismo h3 a {
	color: #F2B700;
}

#slideProgramas .item.turismo figure {
	background: #F2B700;
}

.social img {
	margin: 0 auto;
}

.footer-brde {
	background: url(../images/bg-topo.jpg) no-repeat center top;
	padding-top: 70px;
}

.footer-brde ul {
	width: 100%;
	margin: 0 auto;
	max-width: 210px;
}

.footer-brde ul li {
	margin-bottom: 30px;
}

.footer-brde ul li a {
	font-size: 26px;
	color: #008598;
	font-weight: 700;
	text-decoration: none;
}

.footer-brde ul li a:hover {
	color: #7FBE00;
}

.footer-brde ul li a img {
	margin-right: 12px;
}

.footer-brde .logo {
	border-radius: 30px 30px 0px 0px;
	background: #F9F9F9;
	width: 100%;
	max-width: 410px;
	margin: 60px auto 0;
	padding: 25px 0 5px;
}

@media only screen and (min-width : 480px) {
	.topo h1 {
		font-size: 32px;
	}
}

@media only screen and (min-width : 576px) {
	ul.listaPosts {
		max-width: 540px;
	}

	.footer-brde ul {
		max-width: 470px;
	}

	.footer-brde ul li {
		width: 46%;
	}
}

@media only screen and (min-width : 768px) {
	.titleSection {
		font-size: 40px;
	}

	ul.listaPosts li {
		margin-left: 0;
		margin-right: 0;
	}

	ul.listaPosts {
		max-width: 720px;
	}
}

@media only screen and (min-width : 992px) {
	.topo h1 {
		font-size: 26px;
	}

	.topo .colTitle {
		padding-top: 0;
		padding-bottom: 0;
	}

	.topo .colImg {
		padding-right: 0;
		padding-top: 10px;
	}

	.footer-brde ul {
		max-width: initial;
	}

	.footer-brde ul li {
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media only screen and (min-width : 1200px) {
	.topo h1 {
		font-size: 32px;
	}

	.topo .colImg img {
		margin-right: -10px;
	}

	ul.listaPosts {
		max-width: 1410px;
		padding: 0 15px;
	}

	ul.listaPosts li {
		width: 23.5%;
		margin-right: 2%;
	}

	ul.listaPosts li:nth-child(4n+0) {
		margin-right: 0;
	}

	.programas .baseSlide:before {
		left: -240px;
		border-radius: 200px 0 0 200px;
	}

	.programas .control,
	#slideProgramas {
		margin: 0;
	}
}

@media only screen and (min-width : 1400px) {
	.topo .colTitle {
		padding-left: 75px;
	}

	.programas .control,
	#slideProgramas {
		margin: 0 15px;
	}

    main .container{
        max-width: 1320px;
    }
}

@media only screen and (min-width : 1520px) {
	.programas .colImg img {
		margin-top: -40px;
	}
}