@charset "utf-8";
:root {
	--gray:#91A4AE;
	--gray-dark: #546E7A;
}
a,
button {
	text-decoration: none;
	transition: all 0.2s linear;
}

button{
    cursor: pointer;
}

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

a:focus {
	outline: 0;
}

a img {
	border: none;
}

body {
	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;
}

.embed-responsive-2by1::before{
    padding-bottom: 55%;
}

.embed-responsive-2by1 .embed-responsive-item{
    object-fit: cover;
}

a.lkCTA {
	background: #F1E521;
	padding: 15px 40px;
	font-size: 18px;
	font-weight: 600;
	color: #4E4A23;
	text-decoration: none;
	border-radius: 8px;
}

a.lkCTA:hover {
	background: #608C47;
	color: #FFF;
}

.site-button{
    display: block;
    width: 100%;
    text-align: center;
}

a.lkLoad {
	width: 56px;
	height: 56px;
    line-height: 56px;
	margin: 55px auto 0;
	overflow: hidden;
	background: #F1E521;
    padding: 0;
    border-radius: 50%;
}

a.lkLoad:hover {
	background: #2B9520;
}

a.lkLoad:hover img {
	filter: brightness(0) invert(1);
}

.titleSection {
	font-size: 34px;
	font-weight: 700;
	color: #608C47;
}

.intro {
	font-size: 16px;
	color: #333;
	margin-top: 10px;
	line-height: 30px;
}

.topoPage {
	padding: 40px 0 40px;
	background: url(../images/agro-v2/bg-topo.jpg) no-repeat center bottom;
}

.topoPage.interno {
	margin-bottom: 80px;
}

.topoPage .logo {
	margin-bottom: 20px;
}

.topoPage a.lkMenu img {
	border-radius: 5px;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
	transition: all 0.2s linear;
}

.topoPage a.lkMenu:hover img {
	box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1);
	transition: all 0.2s linear;
}

.topoPage a.lkND {
	font-size: 16px;
	font-weight: 500;
	color: #2B9520;
	text-decoration: none;
	width: 150px;
	height: 38px;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.topoPage a.lkND:hover {
	box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.topoPage a.lkND img {
	margin-right: 8px;
}

.navBar {
	background: #2B9520;
	padding: 15px 0;
	margin-bottom: 40px;
	box-shadow: 10px 13px 50px 0px rgba(172, 172, 172, 0.15);
}

.navBar ul li {
	padding: 0 12px;
	border-left: 1px solid #59ac50;
}

.navBar ul li:first-child {
	border-left: none;
}

.navBar ul li a {
	font-size: 16px;
	color: #FFF;
	font-weight: 500;
	text-decoration: none;
}

.navBar ul li a:hover {
	color: #85db22;
}

.baseSlide {
	margin-bottom: 80px;
}

#slideTopo {
	width: 100%;
	max-width: 1540px;
	margin: 0 auto;
}

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

#slideTopo .item {
	height: auto !important;
}

#slideTopo .item .boxImg {
	padding-bottom: 30px;
	padding-right: 20px;
}

#slideTopo .item .boxImg:after {
	content: " ";
	display: block;
	position: absolute;
	z-index: 0;
	top: 10%;
	left: 20%;
	right: 5px;
	bottom: 0;
	border-radius: 0px 100px;
	background: #F1E521;
}

#slideTopo .item .boxImg img {
	border-radius: 8px;
	margin: 0 auto;
	z-index: 10;
}

#slideTopo .item .boxTxt {
	padding: 30px 15px 0;
}

#slideTopo .item h2 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 5px;
}

#slideTopo .item h2 a{
    color: #608C47;
}

#slideTopo .item p {
	font-size: 16px;
	color: #333;
	margin-bottom: 30px;
	line-height: 30px;
}

#slideTopo .slick-dots {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

#slideTopo .slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

#slideTopo .slick-dots li button {
	border: none;
	outline: none;
	background: #c7e8af;
	padding: 0;
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	text-indent: -5000em;
	transition: all 0.2s linear;
	border-radius: 8px;
}

#slideTopo .slick-dots li.slick-active button {
	width: 40px;
	background: #f1e521;
	transition: all 0.2s linear;
}

.patrocinadores {
	margin-bottom: 100px;
}

.patrocinadores ul {
	margin-top: 30px;
}

.patrocinadores ul li {
	width: 50%;
}

.patrocinadores ul li a{
    width: 100%;
    display: block;
    text-align: center;
    background: #FFF;
	padding: 15px;
    height: 100px;
	border-radius: 5px;
	box-shadow: 0px 0px 30px 0px rgba(172, 172, 172, 0.15);
}

.patrocinadores ul li img{
    max-height: 65px;
    width: auto;
}

#tv {
	margin-bottom: 100px;
	overflow: hidden;
}

#tv .bg:before {
	content: " ";
	display: block;
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	top: 60px;
	bottom: 50px;
	background: #2B9520;
}

#tv ul {
	margin-top: 25px;
}

#tv ul li {
	width: 100%;
	max-width: 320px;
	margin: 0 auto 30px;
	padding-bottom: 80px;
	background: #FFF;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 0px 30px 0px rgba(172, 172, 172, 0.35);
}

#tv ul li .data {
	font-size: 14px;
	color: #B27A47;
	margin: 18px 25px 10px;
}

#tv ul li h3 {
	font-size: 18px;
	font-weight: 500;
	color: #50773A;
	margin: 0 25px;
	line-height: 28px;
}

#tv ul li h3 a {
	color: #50773A;
	text-decoration: none;
}

#tv ul li h3 a:hover {
	color: #7ED825;
}

#tv ul li a.lkMore {
	font-size: 14px;
	font-weight: 600;
	color: #4E4A23;
	background: #F1E521;
	line-height: 32px;
	padding: 0 15px;
	border-radius: 8px;
	left: 25px;
	bottom: 20px;
}

#tv ul li a.lkMore:hover {
	background: #7ED825;
	color: #FFF;
}

#workshop {
	margin-bottom: 100px;
}

#workshop .control button {
	margin: 0 15px;
	width: 56px;
	height: 56px;
	background: #F1E521;
}

#workshop .control button:hover {
	background: #7ED825;
}

#slideWorkshop,
#slidePodcast {
	margin-top: 20px;
}

#slideWorkshop .slick-track,
#slidePodcast .slick-track {
	display: flex;
}

#slideWorkshop .item,
#slidePodcast .item {
	height: auto !important;
	padding: 20px 15px 30px;
}

#slideWorkshop .item .box {
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	background: #FFF;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: 0px 5px 20px 0px rgba(93, 93, 93, 0.12);
}

#slidePodcast .item .box {
	width: 100%;
	max-width: 292px;
	margin: 0 auto;
	padding-bottom: 70px;
	background: #FFF;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: 0px 5px 20px 0px rgba(93, 93, 93, 0.12);
}

#slideWorkshop .item h3 {
	font-size: 18px;
	font-weight: 500;
	color: #50773A;
	line-height: 28px;
	margin: 15px 25px 25px;
}

#slidePodcast .item h3 {
	font-size: 17px;
	font-weight: 500;
	color: #50773A;
	line-height: 28px;
	margin: 0 18px;
}

#slideWorkshop .item h3 a,
#slidePodcast .item h3 a {
	color: #50773A;
	text-decoration: none;
}

#slideWorkshop .item h3 a:hover,
#slidePodcast .item h3 a:hover {
	color: #7ED825;
}

#slidePodcast .item .episodio {
	font-size: 14px;
	color: #B27A47;
	margin: 18px 18px 10px;
}

#slidePodcast .item a.lkMore {
	font-size: 14px;
	font-weight: 600;
	color: #4E4A23;
	background: #F1E521;
	line-height: 32px;
	padding: 0 15px;
	border-radius: 8px;
	left: 18px;
	bottom: 20px;
}

#slidePodcast .item a.lkMore:hover {
	background: #7ED825;
	color: #FFF;
}

#slidePodcast .item .duracao {
	z-index: 20;
	top: 15px;
	left: 15px;
	font-size: 12px;
	font-weight: 600;
	color: #FFF;
	border-radius: 4px;
	background: #B27A47;
	line-height: 20px;
	padding: 0 5px;
}

#podcast {
	overflow: hidden;
	margin-bottom: 110px;
}

#podcast:before {
	content: " ";
	display: block;
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	top: 120px;
	bottom: 75px;
	background: #2B9520;
}

#podcast .titleSection {
	color: #FFF;
}

#podcast .control {
	margin-top: 20px;
}

#podcast .control button {
	margin: 0 15px;
	width: 56px;
	height: 56px;
	background: #FFF;
}

#podcast .control .verde{
    background: #F1E521;
}

#podcast .control button:hover {
	background: #F1E521;
}

#podcast .colImg img {
	margin: 0 auto 30px;
}

#conteudo {
	margin-bottom: 100px;
}

#conteudo .filtro {
	padding: 18px 15px;
	margin-top: 10px;
	white-space: nowrap;
	max-width: 100%;
	overflow-x: auto;
	background: #FFF;
	border-radius: 10px;
	box-shadow: 10px 13px 50px 0px rgba(172, 172, 172, 0.15);
}

#conteudo .filtro::-webkit-scrollbar {
	height: 6px;
	margin: 10px 0;
}

#conteudo .filtro::scrollbar {
	height: 6px;
}

#conteudo .filtro::-webkit-scrollbar-track {
	background: #ebebeb;
	border-radius: 3px;
}

#conteudo .filtro::scrollbar-track {
	background: #ebebeb;
	border-radius: 3px;
}

#conteudo .filtro::-webkit-scrollbar-thumb {
	background: #F1E521;
	border-radius: 3px;
}

#conteudo .filtro::scrollbar-thumb {
	background: #F1E521;
	border-radius: 5px;
}

#conteudo .filtro a {
	margin: 0 15px;
	font-size: 18px;
	text-decoration: none;
	color: #7C5735;
	font-weight: 500;
}

#conteudo .filtro a:hover {
	color: #2B9520;
}

ul.listaPost {
	margin-top: 40px;
}

ul.listaPost li {
	width: 100%;
	max-width: 320px;
	margin: 0 auto 30px;
	padding-bottom: 80px;
	background: #FFF;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 0px 30px 0px rgba(172, 172, 172, 0.35);
}

ul.listaPost .data {
	font-size: 14px;
	color: #B27A47;
	margin: 18px 25px 10px;
}

ul.listaPost h3 {
	font-size: 16px;
	font-weight: 500;
	color: #50773A;
	margin: 0 25px;
	line-height: 28px;
}

ul.listaPost h3 a {
	color: #50773A;
	text-decoration: none;
}

ul.listaPost h3 a:hover {
	color: #7ED825;
}

ul.listaPost p {
	font-size: 14px;
	color: #333;
	margin: 10px 25px 0;
	line-height: 24px;
}

ul.listaPost li a.lkMore {
	font-size: 14px;
	font-weight: 600;
	color: #4E4A23;
	background: #F1E521;
	line-height: 32px;
	padding: 0 15px;
	border-radius: 8px;
	left: 25px;
	bottom: 20px;
}

ul.listaPost li a.lkMore:hover {
	background: #7ED825;
	color: #FFF;
}

.loader {
	position: relative;
	width: 142px;
	height: 40px;
	margin: 30px auto 0;
}

.loader .dot {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0;
	left: 15px;
	background: #c7e8af;
	border-radius: 50%;
	transform: translateX(0);
	animation: dot 2.8s infinite;
}

.loader .dots {
	transform: translateX(0);
	margin-top: 0;
	margin-left: 31px;
	animation: dots 2.8s infinite;
}

.loader .dots span {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin-left: 16px;
	background: #c7e8af;
	border-radius: 50%;
}

.single-tags{
    display: none;
}

.detalhePost .single-content,
.detalhePost .single-content h2,
.detalhePost .single-content h3,
.detalhePost .single-content p{
    font-family: 'Poppins' , sans-serif;
}

.topoPost h1{
    font-weight: 700;
    color: #608C47;
    font-size: 30px;
}

.topoPost h2{
    font-size: 22px;
}
/* Assinatura */
.tpl-interna-de-noticias-v1 .ndmais-post-content {
	padding-top: 0!important;
	border-top: none!important;
}
.ndmais-post-actions {
	padding-right: 0!important;
}
.tpl-interna-de-noticias-v1 .ndmais-post-actions .share-buttons {
	height: auto;
}
.tpl-interna-de-noticias-v1 .ndmais-post-actions .share-buttons .share-button.whatsapp .share-link {
	width: auto;
}
.share-buttons .share-button.whatsapp .whatsapp-action {
	width: 100%!important;
}
@media only screen and (min-width: 1200px) {
    .btn-follow {
        width: calc(100% - 90px)!important;;
    }
}
@keyframes dot {
	50% {
		transform: translateX(96px);
	}
}

@keyframes dots {
	50% {
		transform: translateX(-31px);
	}
}

@media only screen and (min-width : 576px) {
	.navBar ul li {
		padding: 0 30px;
	}

	.navBar ul li a {
		font-size: 18px;
	}

	#slideTopo .item .boxImg {
		padding-right: 15px;
	}

	#slideTopo .item .boxImg:after {
		top: 15%;
		left: 30%;
		right: -15px;
		border-radius: 0px 140px;
	}

	#slideTopo .item h2 {
		font-size: 32px;
	}

	.titleSection {
		font-size: 38px;
	}
}

@media only screen and (min-width : 768px) {
	.topoPage {
		height: 235px;
		padding: 0;
	}

	.topoPage .logo {
		margin-bottom: 0;
	}

	#slideTopo .item .boxImg {
		width: 50%;
	}

	#slideTopo .item .boxImg img {
		margin: 0;
	}

	#slideTopo .item .boxTxt {
		width: 50%;
		padding-right: 15px;
	}

	#slideTopo .slick-dots {
		margin-top: 10px;
	}

	.titleSection {
		font-size: 42px;
	}

	#tv ul li {
		width: 32%;
		margin: 0 0 30px;
	}

	#podcast .colTxt {
		padding-top: 160px;
	}

	#podcast .control button {
		margin: 0 30px 0 0;
	}

	#podcast .colImg img {
		margin-bottom: -5px;
	}

	#conteudo .filtro a {
		margin: 0 20px;
	}

	ul.listaPost li {
		width: 50%;
		margin: 0 0 30px;
	}

    .topoPost h1{
        font-weight: 700;
        color: #608C47;
        font-size: 40px;
    }
    
    .topoPost h2{
        font-size: 24px;
    }
}

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

	.patrocinadores ul li {
		width: 25%;
	}

	#podcast .control {
		margin: 0;
	}

	#podcast .control button {
		margin: 0;
	}

	#podcast .control button.podNext {
		margin-left: 30px;
	}

	#podcast .colImg img {
		margin-bottom: 5px;
	}

	ul.listaPost li {
		width: 23.8%;
		margin-right: 1.6%;
	}

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

    .topoPost h1{
        font-weight: 700;
        color: #608C47;
        font-size: 50px;
    }
    
    .topoPost h2{
        font-size: 26px;
    }

}

@media only screen and (min-width : 1200px) {
	#slideTopo .item .boxTxt {
		padding-top: 40px;
	}

	#slideTopo .item h2 {
		font-size: 35px;
	}

	#slideTopo .item .boxImg {
		padding-bottom: 40px;
	}

	#slideTopo .item .boxImg:after {
		right: -25px;
		border-radius: 0px 180px;
	}

	.titleSection {
		font-size: 54px;
	}

	#tv .colImg {
		padding-bottom: 50px;
	}

	#tv .colImg img {
		left: 0;
		bottom: 50px;
	}

	#podcast .colImg {
		padding-left: 0;
	}

	#podcast .colImg img {
		margin-bottom: -10px;
	}
}

@media only screen and (min-width : 1400px) {
	#slideTopo .item h2 {
		font-size: 41px;
	}

	#slideTopo .item .boxImg:after {
		left: 35%;
		top: 18%;
	}

	#podcast:before {
		top: 130px;
		bottom: 115px;
	}

	#slidePodcast .item {
		padding: 20px 10px 30px;
	}

	#podcast .colTxt {
		padding: 190px 0 0;
	}

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

@media only screen and (min-width : 1440px) {
	#slideTopo .item .boxImg:after {
		right: -50px;
	}
}

@media only screen and (min-width : 1520px) {
	#slideTopo .item .boxImg:after {
		right: -70px;
	}
}