<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	@font-face {
	    font-family: 'chalkdusterregular';
	    src: url('font/chalkduster-webfont.eot');
	    src: url('font/chalkduster-webfont.eot?#iefix') format('embedded-opentype'),
	         url('font/chalkduster-webfont.woff') format('woff'),
	         url('font/chalkduster-webfont.ttf') format('truetype'),
	         url('font/chalkduster-webfont.svg#chalkdusterregular') format('svg');
	    font-weight: normal;
	    font-style: normal;

	}


	* {
		-webkit-touch-callout: none;
	    -webkit-user-select: none;
	    -khtml-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	}

	#wrapper {
		position: absolute;
		margin: 0;
		padding: 0;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		min-width: 960px;
		overflow: hidden;
	}
	
	.bg-images {
		width: 100%;
		height: auto;
	}

	.handwriting {
		font-family: 'chalkdusterregular', cursive;
	}

	.serif {
		font-family: Georgia, serif;
	}

	.white {
		color: #fff;
	}

	.black {
		color: #000;
	}

	.container {
		position: relative;
		margin: 0;
		padding: 0;
		width: 100%;
		background-size: 100%;
		margin-bottom: -5px;
	}

	.container img {
		width: 100%;
		height: auto;
	}

	.titulo {
		font-size: 24px;
		line-height: 46px;
	}

	.conteudo {
		font-size: 16px;
		line-height: 20px;
	}

	.textos {
		position: absolute;
		overflow: hidden;
	}

	#video-overlay {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-image: url('imagens/video_bg.png');
		visibility: hidden;
	}

	#video-overlay iframe {
		margin-left: 50px;
	}

	#video-overlay img {
		position: absolute;
		right: 50px;
		top: 50%;
		cursor: pointer;
	}

	#creditos {
		font-family: arial, serif;
		font-size: 11px;
		text-align: center;
		margin-bottom: 20px;
		line-height: 12px;
	}

	#creditos span {
		font-size: 16px;
		line-height: 16px;
	}</pre></body></html>