@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;
}

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

.img-responsive {
	max-width: 100%;
	height: auto;
}

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

.text-gradient {
	background: #349544;
	background: linear-gradient(to right, #349544 0%, #9de140 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

h2.titleSection {
	margin-bottom: 12px;
	font-size: 36px;
	font-weight: 700;
	filter: drop-shadow(5px 20px 30px rgba(93, 93, 93, 0.21));
}

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

.modal .close {
	width: 36px;
	height: 36px;
	cursor: pointer;
	margin-bottom: 10px;
	background: url(../images/bt-close.png) no-repeat 0 0;
	text-indent: -5000em;
	opacity: 1;
}

#popupVideo .modal-content {
	background: none !important;
	border: none;
	border-radius: 0 !important;
	clear: both;
}

#popupVideo .modal-body {
	padding: 0 !important;
	z-index: 10;
}

.topoPage {
	background: url(../images/bg-topo.jpg) no-repeat center top;
	background-size: cover;
	padding: 35px 0;
	min-height: 217px;
}

.topoPage img.logo {
	margin: 0 auto;
}

.topoPage ul {
	width: 100%;
	margin-top: 30px;
}

.topoPage ul li {
	margin-bottom: 15px;
	width: 100%;
}

.topoPage ul li a {
	background: #FFF;
	font-size: 16px;
	font-weight: 500;
	color: #009640;
	line-height: 44px;
	text-decoration: none;
	border-radius: 22px;
	box-shadow: 0 20px 20px 0 rgba(93, 93, 93, 0.08);
}

.topoPage ul li a:hover {
	color: #FFF;
	background: #009640;
}

.destaque {
	background: url(../images/bg-destaque.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 50px 0 50px;
	margin-bottom: 10px;
}

.destaque img {
	border-radius: 10px;
	box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.25);
	margin: 0 auto;
}

.destaque a.lkVideo:before {
	content: " ";
	display: block;
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 50%;
	width: 78px;
	height: 78px;
	margin: -39px 0 0 -39px;
	background: url(../images/icon-play.png) no-repeat 0 0;
	transition: all 0.2s linear;
}

.destaque a.lkVideo:hover:before {
	opacity: 0.8;
	transition: all 0.2s linear;
}

.episodios {
	margin-bottom: 55px;
}

.episodios .intro {
	margin-bottom: 35px;
}

.episodios #slideEpisodios,
.relacionados #receitasSlider{
	padding: 0 50px;
}

.episodios #slideEpisodios .slick-list,
.relacionados #receitasSlider .slick-list{
	padding-bottom: 30px;
}

.episodios #slideEpisodios .slick-track,
.relacionados #receitasSlider .slick-track {
	display: flex;
}

.episodios #slideEpisodios .item,
.relacionados #receitasSlider .item{
	height: auto !important;
	margin: 0 10px;
}

.episodios #slideEpisodios a,
.relacionados #receitasSlider a{
	font-size: 18px;
	font-weight: 600;
	color: #57667E;
	text-decoration: none;
	width: 100%;
	max-width: 443px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0 15px 20px 0 rgba(93, 93, 93, 0.07);
}

.episodios #slideEpisodios a:hover {
	color: #349544;
}

.episodios #slideEpisodios a strong,
.relacionados #receitasSlider a h3  {
	font-weight: 600;
	display: inline-block;
	padding: 28px 20px 25px;
}

.episodios #slideEpisodios img{
    height: auto;
}

.episodios #slideEpisodios .slick-prev,
.relacionados #receitasSlider .slick-prev{
	display: block;
	text-indent: -5000em;
	cursor: pointer;
	border: none;
	outline: none;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -35px;
	background: url(../images/arrow-episodios.jpg) no-repeat 0 0;
	border-radius: 50%;
	width: 71px;
	height: 70px;
	box-shadow: 0 10px 20px 0 rgba(164, 160, 255, 0.14);
	transition: all 0.2s linear;
	z-index: 30;
}

.episodios #slideEpisodios .slick-next ,
.relacionados #receitasSlider .slick-next{
	display: block;
	text-indent: -5000em;
	cursor: pointer;
	border: none;
	outline: none;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -35px;
	z-index: 30;
	background: url(../images/arrow-episodios.jpg) no-repeat -71px 0;
	border-radius: 50%;
	width: 71px;
	height: 70px;
	box-shadow: 0 10px 20px 0 rgba(164, 160, 255, 0.14);
	transition: all 0.2s linear;
}

.episodios #slideEpisodios .slick-prev:hover,
.episodios #slideEpisodios .slick-next:hover,
.relacionados #receitasSlider .slick-prev:hover,
.relacionados #receitasSlider .slick-next:hover{
	box-shadow: 0 5px 10px 0 rgba(164, 160, 255, 0.3);
	transition: all 0.2s linear;
}

.conteudos {
	margin-bottom: 90px;
}

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

.conteudos .conteudos-list {
	max-width: 100%;
    flex: 0 0 100%;
    flex-wrap: wrap;
}

.conteudos .conteudos-list .site-button{
    width: 100%;
    position: relative;
}

.conteudos .conteudos-list .conteudos-card {
	width: 100%;
	max-width: 360px;
	overflow: hidden;
	background: #FFF;
	margin: 0 auto 30px;
	border-radius: 5px;
	padding-bottom: 35px;
	box-shadow: 0 25px 50px 0 rgba(93, 93, 93, 0.07);
}

.conteudos .conteudos-list .conteudos-card img {
    height: auto;
}

.conteudos .conteudos-list .conteudos-card .data {
	font-size: 16px;
	font-weight: 300;
	color: #A2A2A2;
	margin: 20px 20px 10px;
}

.conteudos .conteudos-list .conteudos-card h3 {
	font-size: 18px;
	font-weight: 500;
	color: #009640;
	margin: 0 20px;
}

.conteudos .conteudos-list .conteudos-card h3 a {
	color: #009640;
	text-decoration: none;
}

.conteudos .conteudos-list .conteudos-card h3 a:hover {
	color: #9de140;
}

.conteudos a.lkLoad {
	text-indent: -5000em;
    min-width: inherit;
	width: 76px;
	height: 75px;
	border-radius: 50%;
	background: url(../images/icon-mais.jpg) no-repeat 0 0;
	box-shadow: 0 10px 20px 0 rgba(164, 160, 255, 0.14);
}

.conteudos a.lkLoad:hover {
	box-shadow: 0 5px 15px 0 rgba(164, 160, 255, 0.35);
}

.relacionados {
	margin-bottom: 50px;
}

.relacionados .intro {
	margin-bottom: 35px;
}

.relacionados #receitasSlider a h3{
    font-size: 16px;
}

.relacionados a.lkLoad {
	text-indent: -5000em;
    min-width: inherit;
	width: 76px;
	height: 75px;
	border-radius: 50%;
	background: url(../images/icon-mais.jpg) no-repeat 0 0;
	box-shadow: 0 10px 20px 0 rgba(164, 160, 255, 0.14);
}

.relacionados a.lkLoad:hover {
	box-shadow: 0 5px 15px 0 rgba(164, 160, 255, 0.35);
}

img.slogan {
	margin: 0 auto 60px;
}

.banner {
	margin-bottom: 60px;
}

.banner .col-12 {
	background: url(../images/bg-banner.jpg) no-repeat center top;
	background-size: cover;
	border-radius: 10px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}

.banner h2 {
	font-size: 34px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 25px;
}

.banner a {
	font-size: 18px;
	font-weight: 600;
	color: #009640;
	text-decoration: none;
	line-height: 56px;
	border-radius: 28px;
	padding: 0 25px;
	background: #FFF;
}

.banner a:hover {
	color: #FFF;
	background: #009640;
}

footer {
	margin-bottom: 65px;
}

footer .logo {
	margin: 0 auto 30px;
}

footer .social {
	text-align: center;
}

footer .social a {
	margin: 0 6px 10px;
	width: 43px;
	height: 42px;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 0px rgba(0, 146, 55, 0.1);
}

footer .social a:hover {
	box-shadow: 0px 0px 0px 5px rgba(0, 146, 55, 0.3);
}

@media only screen and (min-width : 480px) {
	.episodios #slideEpisodios, 
    .relacionados #receitasSlider{
		padding: 0 70px;
	}

	.episodios #slideEpisodios .item,
    .relacionados #receitasSlider .item{
		margin: 0 20px;
	}
}

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

	.topoPage ul li {
		width: inherit;
		padding: 0 5px;
	}

	.topoPage ul li a {
		white-space: nowrap;
		padding: 0 15px;
	}

}

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

	footer .logo {
		margin: 0 40px 15px 0;
	}
}

@media only screen and (min-width : 992px) {
	.topoPage img.logo {
		margin: 0 40px 0 0;
		width: 350px;
	}

	.topoPage ul {
		margin-top: 0;
	}

	.destaque {
		padding: 30px 0 65px;
	}

	.episodios #slideEpisodios,
    .relacionados #receitasSlider {
		padding: 0 75px;
	}

	.episodios #slideEpisodios .item,
    .relacionados #receitasSlider .item{
		overflow: hidden;
		border-radius: 8px;
		background: #FFF;
		box-shadow: 0 15px 20px 0 rgba(93, 93, 93, 0.07);
	}

	.episodios #slideEpisodios a,
    .relacionados #receitasSlider a {
		overflow: initial;
		border-radius: 0;
		background: none;
		box-shadow: none;
	}

	.conteudos .conteudos-list .conteudos-card,
	.relacionados ul li {
		width: 31.5%;
		margin-left: 0;
		margin-right: 3%;
	}

	.conteudos .conteudos-list .conteudos-card:nth-child(3n+0),
	.relacionados ul li:nth-child(3n+0) {
		margin-right: 0;
	}

	.banner .col-12 {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.banner h2 {
		margin-bottom: 0;
	}
}

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

	.topoPage img.logo {
		margin-right: 50px;
		width: auto;
	}

	.conteudos .conteudos-list .conteudos-card,
	.relacionados ul li {
		width: 31.4%;
		margin-right: 2.8%;
	}

	.conteudos .conteudos-list .conteudos-card .data {
		margin-left: 30px;
		margin-right: 30px;
	}

	.conteudos .conteudos-list .conteudos-card h3 {
		margin: 0 30px;
	}

	.banner a {
		padding: 0 35px;
	}
}