/* ====== DEFAULT ====== */
html {
	scroll-behavior: smooth;
}

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

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

*:focus {
	outline: none;
}

button:focus {
	outline: 0 !important;
}

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

.transition {
	transition: all 0.2s linear;
}

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

.topoPage {
	background: url(../images/bg-topo.jpg) no-repeat left bottom;
	background-size: cover;
	padding: 30px 0 180px;
}

.topoPage a.lkMenu {
	border-radius: 5px;
	width: 30px;
	height: 30px;
	background: #242021;
	font-size: 26px;
	color: var(--bs-white);
	line-height: 32px;
}

.topoPage a.lkND {
	font-size: 16px;
	font-weight: 600;
	color: var(--bs-white);
	text-decoration: none;
	width: 150px;
	height: 38px;
	border-radius: 20px;
	background: #242021;
}

.topoPage a.lkMenu:hover,
.topoPage a.lkND:hover {
	background-color: #d2b03d;
}

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

.topoPage .logo {
	margin: 60px auto 30px;
}

.topoPage h1 {
	font-size: 32px;
	color: #231F20;
	font-weight: 700;
	line-height: 42px;
}

.topoPage p {
	font-size: 16px;
	color: #231F20;
	font-weight: 500;
	line-height: 26px;
	margin-top: 10px;
}

.titleSection {
	margin-bottom: 35px;
}

.titleSection h2 {
	font-size: 32px;
	font-weight: 700;
	color: var(--bs-black);
}

.titleSection p {
	font-size: 18px;
	color: var(--bs-black);
	margin-top: 10px;
	line-height: 26px;
}

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

.patrocinadores .boxLogos {
	margin-bottom: 40px;
}

.patrocinadores h4 {
	font-size: 18px;
	color: var(--bs-black);
	font-weight: 500;
}

.patrocinadores img {
	margin: 25px 10px 0;
}

.serie,
.footer {
	margin-bottom: 80px;
	padding: 130px 0 80px;
	background: url(../images/bg-serie.jpg) no-repeat center top;
	background-size: cover;
}

.sinopse {
	padding-bottom: 20px;
}

.serie:before,
.footer:before {
	content: " ";
	display: block;
	position: absolute;
	z-index: 30;
	top: 0;
	left: 0;
	right: 0;
	height: 107px;
	background: url(../images/bg-top-serie.png) no-repeat center top;
}

.serie:after {
	content: " ";
	display: block;
	position: absolute;
	z-index: 30;
	bottom: 0;
	left: 0;
	right: 0;
	height: 80px;
	background: url(../images/bg-foot-serie.png) no-repeat center top;
}

.serie .seriePrev,
.serie .serieNext {
	width: 56px;
	height: 56px;
	font-size: 20px;
	color: #4E4A23;
	cursor: pointer;
	background: var(--bs-white);
	padding: 0;
	margin: 0 15px;
}

.serie .seriePrev:hover,
.serie .serieNext:hover {
	background-color: var(--bs-black);
	color: var(--bs-white);
}

.slideSerie {
	width: 100%;
}

.slideSerie .swiper-slide {
	height: auto !important;
	padding: 0 15px 30px;
}

.slideSerie article {
	overflow: hidden;
	border-radius: 15px;
	padding-bottom: 80px;
	background: var(--bs-white);
	box-shadow: 0px 5px 20px 0px rgba(93, 93, 93, 0.12);
	max-width: 325px;
	margin: 0 auto;
	height: 100%;
}

.slideSerie article h3 {
	font-size: 18px;
	font-weight: 500;
	color: var(--bs-black);
	margin: 15px 25px 0;
	line-height: 26px;
}

.slideSerie article h3 a {
	color: var(--bs-black);
	text-decoration: none;
}

.slideSerie article h3 a:hover {
	color: #d2b03d;
}

.slideSerie .lkMore {
	font-size: 14px;
	font-weight: 600;
	color: var(--bs-white);
	text-decoration: none;
	padding: 8px 20px;
	border-radius: 8px;
	background: #263238;
    width: 120px;
    text-align: center;
}

.slideSerie .lkMore:hover {
	background: #d2b03d;
	color: var(--bs-white);
}

.conteudos {
	margin-bottom: 30px;
}

.conteudos ul li {
	width: 100%;
	max-width: 325px;
	background: var(--bs-white);
	margin: 0 auto 35px;
	border-radius: 8px;
	overflow: hidden;
	padding-bottom: 85px;
	box-shadow: 0px 25px 50px 0px rgba(93, 93, 93, 0.07);
}

.conteudos ul li .data {
	font-size: 14px;
	font-weight: 500;
	color: #867024;
	margin: 15px 25px 0;
}

.conteudos ul li h3 {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin: 5px 25px 0;
	line-height: 24px;
}

.conteudos ul li h3 a {
	color: #333;
}

.conteudos ul li h3 a:hover {
	color: #d2b03d;
}

.conteudos ul li .lkMore {
	font-size: 14px;
	font-weight: 600;
	color: var(--bs-white);
	padding: 8px 15px;
	border-radius: 8px;
	background: #231F20;
	left: 25px;
	bottom: 30px;
	text-decoration: none;
}

.conteudos ul li .lkMore:hover {
	background: #d2b03d;
}

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

.lkLoad {
	background: var(--bs-white);
	width: 70px;
	height: 70px;
	font-size: 47px;
	color: #333;
	text-decoration: none;
	box-shadow: 0px 8px 40px 0px rgba(93, 93, 93, 0.1);
}

.lkLoad:hover {
	background: var(--bs-black);
	color: var(--bs-white);
}

.footer {
	margin-bottom: 0;
}

.footer .logo {
	width: 100%;
	max-width: 270px;
	height: auto;
	margin: 0 auto;
}

#modalSerie .modal-content {
	border-radius: 0;
	background: none;
	border: none;
}

#modalSerie .modal-body {
	background: var(--bs-white);
	overflow: hidden;
	border-radius: 15px;
	padding: 0;
}

#modalSerie .btFechar {
	font-size: 14px;
	font-weight: 600;
	color: var(--bs-black);
	background: #E4D7C3;
	border-radius: 8px;
	outline: none;
	cursor: pointer;
	width: 116px;
	height: 40px;
	margin-bottom: 15px;
}

#modalSerie .btFechar:hover {
	background: var(--bs-black);
	color: var(--bs-white);
}

#modalSerie .boxScroll {
	width: 100%;
	overflow-y: auto;
	padding: 0 20px;
	max-height: 300px;
	margin: 20px 0;
}

#modalSerie .boxScroll::-webkit-scrollbar {
	width: 10px;
}

#modalSerie .boxScroll::scrollbar {
	width: 10px;
}

#modalSerie .boxScroll::-webkit-scrollbar-track {
	background: #ebebeb;
	border-radius: 5px;
}

#modalSerie .boxScroll::scrollbar-track {
	background: #ebebeb;
	border-radius: 5px;
}

#modalSerie .boxScroll::-webkit-scrollbar-thumb {
	background: var(--bs-black);
	border-radius: 5px;
}

#modalSerie .boxScroll::scrollbar-thumb {
	background: var(--bs-black);
	border-radius: 5px;
}

#modalSerie h2 {
	font-size: 22px;
	font-weight: 700;
	color: var(--bs-black);
}

#modalSerie p {
	font-size: 14px;
	font-weight: 500;
	color: var(--bs-black);
	line-height: 24px;
	margin-top: 15px;
}

#modalSerie img {
	width: 100%;
	height: auto;
}

.modal-backdrop.show {
	opacity: 0.7;
}

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

	#modalSerie .modal-dialog {
		max-width: 470px;
	}

	.conteudos ul li {
		width: 48%;
		margin-left: 0;
		margin-right: 0;
	}
}

@media only screen and (min-width : 768px) {
	#modalSerie .boxScroll {
		width: 45%;
		overflow-y: auto;
		padding: 0 20px;
		max-height: 260px;
		margin: 20px 0;
	}

	#modalSerie img {
		width: 55%;
		height: 300px;
		object-fit: cover;
	}

	#modalSerie .modal-dialog {
		max-width: 720px;
	}
}

@media only screen and (min-width : 992px) {
	.topoPage {
		background-position: center bottom;
		min-height: 757px;
		padding-top: 40px;
	}

	.topoPage .logo {
		margin: 70px 0 35px;
	}

	.patrocinadores {
		margin-top: -50px;
	}

	.patrocinadores img {
		margin-left: 0;
		margin-right: 20px;
	}

	.patrocinadores img:last-child {
		margin-right: 0;
	}

	#modalSerie .modal-dialog {
		max-width: 940px;
	}

	#modalSerie .boxScroll {
		width: 49%;
		padding: 0 20px 0 30px;
	}

	#modalSerie img {
		width: 50%;
	}

	.conteudos ul li {
		width: 23.5%;
		margin-left: 0;
		margin-right: 2%;
	}

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

@media only screen and (min-width : 1200px) {

	#modalSerie .modal-dialog {
		max-width: 1040px;
	}

	#modalSerie .boxScroll {
		width: 53%;
	}

	#modalSerie img {
		width: 45.2%;
	}
}

@media only screen and (min-width : 1400px) {

	

	.conteudos {
		max-width: 1400px;
	}
}

@media only screen and (min-width : 1440px) {
	.serie .container:not(.sinopse) {
		max-width: 1440px;
	}
}