<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
body, html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
}
.bg_scrool {
	background-image: url(/images/bg.png);
	background-color: #23b9ed;
	background-size: 100% auto;
	background-position: top center;
	background-repeat: repeat-y;
}
.bg_full {
	background-image: url(/images/bg.png);
	background-size: cover;
	background-position: center;
	min-height: 100%;
}
body, td, th, input, button, select {
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body, td, th {
	font-size: 16px;
}
* {
	box-sizing: border-box
}
/* Live */
.video-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
#streamSelect-div {
	text-align: center;
	padding: 10px;
}
.video-container iframe, .video-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-container img {
	z-index: 1;
	border: 1px solid #CCCCCC;
}
.video-container iframe {
	z-index: 2;
}
/* WhatsApp */
.btn-whatsapp {
	display: inline-block;
	border-radius: 200px;
	background-color: #ffd216;
	padding: 2px 20px;
	transition: background-color .2s ease;
	min-width: 150px;
	vertical-align: middle;
	color: #000000;
	text-decoration: none;
	font-size: 20px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 20px;
}
.btn-whatsapp span {
	color: #000000;
	font-size: 12px;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	font-family: GintoNord, 'Open Sans', Arial, Helvetica, sans-serif;
}
.fa-whatsapp {
/*
	color:#fff;
	background: linear-gradient(#25d366,#25d366) 14% 84%/16% 16% no-repeat, radial-gradient(#25d366 58%,transparent 0);
	*/
}
.whats {
	position: fixed;
	right: 6%;
	bottom: 5%;
	z-index: 88;
}

@media screen and (max-width:700px) {
.whats {
	clear: both;
	position: relative;
	right: inherit;
	bottom: inherit;
	width: 100%;
	text-align: center;
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
}
}

/*Quiz*/
.quiz-conteudo {
	position: relative;
	width: 100%;
	border-radius: 15px;
	box-shadow: -1px 1px 10px 3px rgba(255, 211, 0, 0.5);
	overflow: hidden;
	min-height: 190px;
}
.quiz-pergunta {
	padding: 5px;
	background-image: linear-gradient(to right, #ff411f, #ffd300);
	color: #ffffff;
	font-size: 20px;
	text-align: center;
}
#quiz-principal {
	width: 100%;
}
.quiz-respostas {
	position: relative;
	width: 100%;
	padding: 16px;
}
.quiz-resp {
	display: inline-block;
	padding: 10px;
	border: 3px solid #CCCCCC;
	width: 48%;
	margin: 1%;
	float: left;
	border-radius: 30px;
	cursor: pointer;
}
.quiz-resp:hover, .quiz-resp:active {
	background-color: #F5EEA8;
}
.quiz-letra {
	display: inline-block;
	height: 30px;
	width: 30px;
	border-radius: 15px;
	line-height: 28px;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	color: #ffd300;
	font-weight: bold;
	text-align: center;
}
.quiz-texto {
	display: inline;
	font-size: 13px;
}
.quiz-invalido {
	text-align: center;
	padding: 10px;
	padding-top: 30px;
	font-size: 18px;
	color: #A20002;
}
#quiz-respondido {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	height: 200px;
	z-index: 1;
	text-align: center;
	font-size: 16px;
}
#quiz-inativo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	height: 200px;
	z-index: 1;
	text-align: center;
	font-size: 16px;
}
.quiz-view {
	opacity: 1;
	transition: opacity .5s linear;
}
.quiz-hide {
	opacity: 0;
	pointer-events: none;
}

@media screen and (max-width:700px) {
.quiz-resp {
	display: block;
	float: inherit;
	width: 100%;
	margin-top: 3%;
	margin-bottom: 3%;
}
}
</pre></body></html>