@charset "utf-8";

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

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

#page-amve {
	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;
}

h2.titleSection {
	margin-bottom: 25px;
	font-size: 40px;
	font-weight: 700;
	color: #FFF;
	padding: 0 22px;
	line-height: 65px;
	background: #2d6c67;
}

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-#page-amve {
	padding: 0 !important;
	z-index: 10;
}

.topoPage {
	padding: 40px 0;
}

.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: #643E00;
	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: #EE8600;
}

.destaque {
	background: url(../images/bg-destaque.jpg) no-repeat center top;
	padding: 40px 0;
	margin-bottom: 80px;
}

.destaque img{
    max-width: 950px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.25);
    display: block;
    margin:  0 auto;
}

.video {
	margin-bottom: 85px;
}

.video img {
	border-radius: 10px;
	box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.25);
	margin: 0 auto;
    max-width: 725px;
    width: 100%;
}

.episodio: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;
}

.episiodio:hover:before {
	opacity: 0.8;
	transition: all 0.2s linear;
}

.episodios {
	margin-bottom: 85px;
}

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

.episodios .episodios-lista {
	width: 100%;
    margin-bottom: 80px;
}

.episodios .episodios-lista .episodios-card {
	margin: 0 auto 30px;
	width: 100%;
	max-width: 440px;
    display: inline-block;
}

.episodios .episodios-lista .episodios-card a {
	font-size: 16px;
	font-weight: 600;
	color: #745111;
	text-decoration: none;
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0 25px 50px 0 rgba(93, 93, 93, 0.07);
	;
}

.episodios .episodios-lista .episodios-card a:hover {
	color: #EE8600;
}

.episodios .episodios-lista .episodios-card a strong {
	font-weight: 600;
	display: inline-block;
	padding: 28px 20px 25px;
}

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

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

.conteudos {
	margin-bottom: 85px;
}

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

.conteudos .conteudos-lista {
	width: 100%;
}

.conteudos .conteudos-lista .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-lista .conteudos-card .data {
	font-size: 16px;
	font-weight: 300;
	color: #A2A2A2;
	margin: 25px 20px 20px;
}

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

.conteudos .conteudos-lista .conteudos-card h3 a {
	color: #745111;
	text-decoration: none;
}

.conteudos .conteudos-lista .conteudos-card h3 a:hover {
	color: #EE8600;
}

.manifesto {
	background: url(../images/bg-destaque.jpg) no-repeat center top;
	background-size: cover;
	padding: 40px 0;
}

.manifesto h2 {
	font-size: 30px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 20px;
}

.manifesto h2 span {
	display: inline-block;
	line-height: 54px;
	padding: 0 15px;
	background: #2C6C67;
	margin-bottom: 10px;
}

.manifesto p {
	font-size: 16px;
	color: #FFF;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 20px;
}

.manifesto a.lkMore {
	font-size: 20px;
	font-weight: 700;
	color: #ED7900;
	text-decoration: none;
	line-height: 58px;
	border-radius: 30px;
	background: #FFF;
	padding: 0 35px;
	box-shadow: 0 20px 20px 0 rgba(93, 93, 93, 0.08);
}

.manifesto a.lkMore:hover {
	color: #FFF;
	background: #745111;
}

footer {
	padding-top: 80px;
	padding-bottom: 80px;
}

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

footer .social {
	text-align: center;
}

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

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

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

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

	.episodios .episodios-lista .episodios-card {
		margin-left: 0;
		margin-right: 0;
		width: 48%;
	}
}

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

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

	footer .social a {
		margin: 0 6px 0;
	}

	.manifesto h2 {
		margin: 0;
	}

	.manifesto .col-12 div {
		width: 50%;
	}
}

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

	.topoPage ul {
		margin-top: 0;
		width: 500px;
	}

	.destaque {
		padding-bottom: 0;
	}

	.conteudos .conteudos-lista .conteudos-card {
		width: 31.5%;
		margin-left: 0;
		margin-right: 3%;
	}

	.conteudos .conteudos-lista .conteudos-card:nth-child(3n+0) {
		margin-right: 0;
	}

	.manifesto {
		padding: 100px 0;
	}

	.manifesto h2 {
		font-size: 40px;
	}

	.manifesto h2 span {
		line-height: 64px;
	}

	.manifesto .col-12 div {
		width: 54%;
	}
}

@media only screen and (min-width : 1200px) {
	.topoPage img.logo {
		margin-right: 50px;
		width: auto;
	}

	.conteudos .conteudos-lista .conteudos-card {
		width: 31.6%;
		margin-right: 2.8%;
	}

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

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