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

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

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

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

.btCTA {
	font-size: 20px;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
	padding: 15px 35px;
	border-radius: 32px;
	box-shadow: 0 10px 20px 0 rgba(0, 6, 108, 0.12);
	background: linear-gradient(to right, #252161 0%, #00aeef 100%);
}

.btCTA:hover {
	box-shadow: 0 5px 5px 0 rgba(0, 6, 108, 0.3);
	color: #FFF;
}

.topoPage {
	background: url(../images/doc/bg-topo.jpg) no-repeat left bottom;
	height: 544px;
	padding-top: 110px;
}

.topoPage img {
	margin: 0 auto;
}

.introPage {
	margin-bottom: 120px;
}

.introPage h2 {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 10px;
}

.introPage p {
	font-size: 18px;
	color: #26426c;
	margin-bottom: 30px;
}

.patrocinios {
	background: url(../images/doc/bg-patrocinios.jpg) no-repeat center top;
	margin-bottom: 60px;
}

.patrocinios h2 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 40px;
}

.patrocinios ul {
	margin-bottom: 55px;
}

.patrocinios ul li {
	margin-bottom: 24px;
	width: 45%;
}

.fichaTecnica h2 {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 40px;
}

.informacoes {
	box-shadow: 0 30px 40px 0 rgba(189, 223, 246, 0.22);
	margin-bottom: 120px;
}

.informacoes .descricao {
	background: #FFF;
	padding: 40px 25px;
	border-radius: 14px 14px 0 0;
}

.informacoes .descricao h3 {
	font-size: 24px;
	font-weight: 400;
	color: #242565;
	margin-bottom: 15px;
}

.informacoes .descricao h3 strong {
	display: block;
	font-weight: 700;
}

.informacoes .descricao p {
	font-size: 15px;
	line-height: 26px;
	color: #797979;
	margin-bottom: 25px;
}

.informacoes .descricao a {
	font-size: 18px;
	font-weight: 700;
	color: #242565;
	text-decoration: underline;
}

.informacoes .descricao a:hover {
	color: #00aeef;
}

.informacoes .ficha {
	background: linear-gradient(to right, #252161 0%, #00aeef 100%);
	padding: 40px 25px;
	border-radius: 0 0 14px 14px;
}

.informacoes .ficha h3 {
	font-size: 24px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 15px;
}

.informacoes .ficha p {
	font-size: 15px;
	line-height: 26px;
	color: #FFF;
	margin-bottom: 15px;
}

.informacoes .ficha p strong {
	font-weight: 700;
}

.informacoes .ficha ul {
	font-size: 15px;
	color: #FFF;
	margin-bottom: 30px;
}

.informacoes .ficha ul li {
	margin-bottom: 10px;
}

.informacoes .ficha a {
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	text-decoration: underline;
}

.episodios {
	padding-top: 130px;
	background: linear-gradient(to right, #252161 0%, #00aeef 100%);
}

.episodios:before {
	content: " ";
	display: block;
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 20;
	height: 86px;
	background: url(../images/doc/mask-episodios.png) no-repeat center top;
}

.episodios .row {
	padding-bottom: 90px;
}

.episodios .embed-responsive {
	margin-bottom: 40px;
}

.episodios h2 {
	font-size: 38px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 5px;
}

.episodios h3 {
	font-size: 21px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 20px;
}

.episodios p {
	text-align: justify;
	font-size: 15px;
	color: #FFF;
	margin-bottom: 20px;
	line-height: 24px;
}

.boxScroll {
	width: 100%;
	max-height: 380px;
	overflow-y: auto;
	padding-right: 20px;
}

.boxScroll::-webkit-scrollbar {
	width: 22px;
}

.boxScroll::scrollbar {
	width: 22px;
}

.boxScroll::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.11);
	border-radius: 11px;
	margin: 10px 0;
}

.boxScroll::scrollbar-track {
	background: rgba(0, 0, 0, 0.11);
	border-radius: 11px;
}

.boxScroll::-webkit-scrollbar-thumb {
	background: #FFF;
	border-radius: 11px;
}

.boxScroll::scrollbar-thumb {
	background: #FFF;
	border-radius: 11px;
}

.boxScroll::-webkit-scrollbar-button:single-button:decrement {
	background: url(../images/doc/arrow-up-scroll.jpg);
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: block;
	cursor: pointer;
}

.boxScroll::scrollbar-button:single-button:decrement {
	background: url(../images/doc/arrow-up-scroll.jpg);
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: block;
	cursor: pointer;
}

.boxScroll::-webkit-scrollbar-button:single-button:increment {
	background: url(../images/doc/arrow-down-scroll.jpg);
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: block;
	cursor: pointer;
}

.boxScroll::scrollbar-button:single-button:increment {
	background: url(../images/doc/arrow-down-scroll.jpg);
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: block;
	cursor: pointer;
}

.modal .close {
	position: absolute;
	z-index: 40;
	width: 36px;
	height: 36px;
	cursor: pointer;
	display: block;
	text-indent: -5000em;
	opacity: 1;
	right: -10px;
	background: url(../images/doc/bt-close.png) no-repeat 0 0;
	top: -10px;
}

.modalTxt .modal-body {
	padding: 30px 20px;
}

.modalTxt h2 {
	font-size: 24px;
	font-weight: 400;
	color: #242565;
	margin-bottom: 15px;
}

.modalTxt h2 strong {
	display: block;
	font-weight: 700;
}

.modalTxt p,
.modalTxt ul {
	font-size: 15px;
	line-height: 26px;
	color: #797979;
	margin-bottom: 25px;
}

.modalTxt ul li {
	margin-bottom: 5px;
}

.modalTxt p strong,
.modalTxt ul strong {
	font-weight: 700;
}

@media only screen and (min-width : 576px) {
	.topoPage {
		padding-top: 70px;
	}
}

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

	.introPage h2,
	.fichaTecnica h2 {
		font-size: 46px;
	}

	.patrocinios ul li {
		margin: 0 12px 24px;
		width: auto;
	}

	.informacoes .ficha:after {
		content: " ";
		display: block;
		position: absolute;
		z-index: 30;
		width: 250px;
		height: 218px;
		background: url(../images/doc/img-ficha-tecnica.png) no-repeat 0 0;
		background-size: contain;
		right: -20px;
		bottom: -60px;
	}
}

@media only screen and (min-width : 992px) {
	.topoPage {
		background-position: center bottom;
		margin-bottom: 50px;
	}

	.informacoes .descricao {
		padding: 40px 40px 90px;
		border-radius: 14px 0 0 14px;
	}

	.informacoes .ficha {
		padding: 40px 25px 90px 30px;
		border-radius: 0 14px 14px 0;
	}

	.informacoes .descricao a {
		position: absolute;
		bottom: 45px;
		left: 40px;
	}

	.informacoes .ficha a {
		position: absolute;
		bottom: 45px;
		left: 30px;
	}

	.informacoes .ficha:after {
		right: -5px;
		width: 210px;
		height: 183px;
	}

	.episodios {
		background: url(../images/doc/bg-episodios.jpg) no-repeat center top;
		background-size: cover;
	}

	.episodios .container {
		max-width: 1260px;
	}
}

@media only screen and (min-width : 1200px) {
	.patrocinios .container.large {
		max-width: 1460px;
	}

	.informacoes .ficha:after {
		right: -15px;
		width: 250px;
		height: 218px;
	}

	.boxScroll {
		max-height: 420px;
	}
}

@media only screen and (min-width : 1280px) {
	.informacoes .ficha:after {
		right: -55px;
	}
}

@media only screen and (min-width : 1360px) {
	.informacoes .ficha:after {
		right: -95px;
		width: 290px;
		height: 253px;
	}
}

@media only screen and (min-width : 1600px) {
	.informacoes .ficha:after {
		right: -200px;
		width: 392px;
		height: 342px;
	}
}