@-webkit-keyframes intro {
	5% { opacity: 1; }
	55% { opacity: 1; }
	70% { opacity: 0; }
}
@keyframes intro {
	5% { opacity: 1; }
	55% { opacity: 1; }
	70% { opacity: 0; }
}

body
{
	/*background-image: url(imagens/intro0.jpg);
	background-size: cover;
	background-position: center top;*/
}
img
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	/*height: calc(100vw * .65);*/
}

#contentor
{
	width: 100%;
	height: 100vh;
	position: absolute;
	overflow: hidden;
	display: none;
}
.intro-anim
{
	-webkit-animation: intro 1s linear;
	-moz-animation: intro 1s linear;
	-ms-animation: intro 1s linear;
	-o-animation: intro 1s linear;
	animation: intro 1s linear;
}
.intro-anim:nth-of-type(1)
{
	-webkit-animation-delay: 250ms;
	-moz-animation-delay: 250ms;
	-ms-animation-delay: 250ms;
	-o-animation-delay: 250ms;
	animation-delay: 250ms;
}
.intro-anim:nth-of-type(2)
{
	-webkit-animation-delay: 500ms;
	-moz-animation-delay: 500ms;
	-ms-animation-delay: 500ms;
	-o-animation-delay: 500ms;
	animation-delay: 500ms;
}
.intro-anim:nth-of-type(3)
{
	-webkit-animation-delay: 750ms;
	-moz-animation-delay: 750ms;
	-ms-animation-delay: 750ms;
	-o-animation-delay: 750ms;
	animation-delay: 750ms;
}
.intro-anim:nth-of-type(4)
{
	-webkit-animation-delay: 1000ms;
	-moz-animation-delay: 1000ms;
	-ms-animation-delay: 1000ms;
	-o-animation-delay: 1000ms;
	animation-delay: 1000ms;
}
.intro-anim:nth-of-type(5)
{
	-webkit-animation-delay: 1250ms;
	-moz-animation-delay: 1250ms;
	-ms-animation-delay: 1250ms;
	-o-animation-delay: 1250ms;
	animation-delay: 1250ms;
}
.intro-anim:nth-of-type(6)
{
	-webkit-animation-delay: 1500ms;
	-moz-animation-delay: 1500ms;
	-ms-animation-delay: 1500ms;
	-o-animation-delay: 1500ms;
	animation-delay: 1500ms;
}
.intro-anim:nth-of-type(7)
{
	-webkit-animation-delay: 1750ms;
	-moz-animation-delay: 1750ms;
	-ms-animation-delay: 1750ms;
	-o-animation-delay: 1750ms;
	animation-delay: 1750ms;
}
.intro-anim:nth-of-type(8)
{
	-webkit-animation-delay: 2000ms;
	-moz-animation-delay: 2000ms;
	-ms-animation-delay: 2000ms;
	-o-animation-delay: 2000ms;
	animation-delay: 2000ms;
}
.intro-anim:nth-of-type(9)
{
	-webkit-animation-delay: 2250ms;
	-moz-animation-delay: 2250ms;
	-ms-animation-delay: 2250ms;
	-o-animation-delay: 2250ms;
	animation-delay: 2250ms;
}
.intro-anim:nth-of-type(10)
{
	-webkit-animation-delay: 2500ms;
	-moz-animation-delay: 2500ms;
	-ms-animation-delay: 2500ms;
	-o-animation-delay: 2500ms;
	animation-delay: 2500ms;
}
.intro-anim:nth-of-type(11)
{
	-webkit-animation-delay: 2750ms;
	-moz-animation-delay: 2750ms;
	-ms-animation-delay: 2750ms;
	-o-animation-delay: 2750ms;
	animation-delay: 2750ms;
}
.intro-anim:nth-of-type(12)
{
	-webkit-animation-delay: 3000ms;
	-moz-animation-delay: 3000ms;
	-ms-animation-delay: 3000ms;
	-o-animation-delay: 3000ms;
	animation-delay: 3000ms;
}
.intro-anim:nth-of-type(13)
{
	-webkit-animation-delay: 3250ms;
	-moz-animation-delay: 3250ms;
	-ms-animation-delay: 3250ms;
	-o-animation-delay: 3250ms;
	animation-delay: 3250ms;
}
.intro-anim:nth-of-type(14)
{
	-webkit-animation-delay: 3500ms;
	-moz-animation-delay: 3500ms;
	-ms-animation-delay: 3500ms;
	-o-animation-delay: 3500ms;
	animation-delay: 3500ms;
}
.intro-anim:nth-of-type(15)
{
	-webkit-animation-delay: 3750ms;
	-moz-animation-delay: 3750ms;
	-ms-animation-delay: 3750ms;
	-o-animation-delay: 3750ms;
	animation-delay: 3750ms;
}
.intro-anim:nth-of-type(16)
{
	-webkit-animation-delay: 4000ms;
	-moz-animation-delay: 4000ms;
	-ms-animation-delay: 4000ms;
	-o-animation-delay: 4000ms;
	animation-delay: 4000ms;
}
