body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}
body{
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	background-color: #410566;
	font-family: 'Bree Serif', serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*{
	outline: none;
}
.massa{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%; 
	margin: 0;
	z-index: 70;
}
.light{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; 
	margin: 0;
	z-index: 70;
}
.tv{
	position: fixed;
	width: 100%; 
	height: 100%;
	background: url(https://criateriaec.com.br/img/bg-tv.png);
}
.logo{
	position: absolute;
	left: 10%;
	top: 10%;
	z-index: 90;
}
.teaser{
	position: absolute;
	left: 0;
	bottom: 100px;
}
.teaser-txt01{
	position: absolute;
	left: 0;
	bottom: 282px;
	height: 50px;
	padding: 4px 0 0 20px;
	font-family: Georgia, Arial;
	font-size: 44px;
	color: #72408d;
	background: #FFF;
	filter: opacity(alpha=80); /* para o IE */
    -moz-opacity: 0.8; /* para o FireFox */
    opacity: 0.8; /* para o outros Navegadores */
}
.teaser-txt02{
	position: absolute;
	left: 0;
	bottom: 232px;
	height: 50px;
	padding: 0 0 0 20px;
	font-family: Georgia, Arial;
	font-size: 44px;
	color: #72408d;
	background: #FFF;
	filter: opacity(alpha=80); /* para o IE */
    -moz-opacity: 0.8; /* para o FireFox */
    opacity: 0.8; /* para o outros Navegadores */
}
.teaser-txt03{
	position: absolute;
	left: 0;
	bottom: 176px;
	height: 50px;
	padding: 0 0 6px 20px;
	font-family: Georgia, Arial;
	font-size: 44px;
	color: #72408d;
	background: #FFF;
	filter: opacity(alpha=80); /* para o IE */
    -moz-opacity: 0.8; /* para o FireFox */
    opacity: 0.8; /* para o outros Navegadores */
}
.teaser-txt04{
	position: absolute;
	left: 0;
	bottom: 120px;
	height: 50px;
	padding: 0 0 6px 20px;
	font-family: Georgia, Arial;
	font-size: 44px;
	color: #72408d;
	background: #FFF;
	filter: opacity(alpha=80); /* para o IE */
    -moz-opacity: 0.8; /* para o FireFox */
    opacity: 0.8; /* para o outros Navegadores */
}
.footer{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 30px;
	width: 100%;
	padding: 10px 0 0 0;
	font-size: 18px;
	font-weight: lighter;
	text-align:  center;
	color: #FFF;
	z-index: 80;
}
.footer span{
	color: #ffca05;
}
