*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: sans-serif;
}

a{
	text-decoration: none;
}

.alturaTotal{
	min-height: 100vh;
	background-color: black;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;

	
}

.fundo2{
	background-color: #040D12;
}
.alturaTotal h1{
	color: white;
	padding: 10px;
	text-align: center;
	font-size: 1.8em;
	

}

.dv-text{
	display: flex;
	width: 600px;
	padding: 20px;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.dv-text p{
	line-height: 1.8em;
}

.dv-text button{
	width: 150px;
	padding: 10px;
	background-color: green;
	color: white;
	outline: none;
	border: none;
	border-radius: 5px;
	margin: 10px;
	font-weight: 600;
}

.dv-img{
	display: flex;
	padding: 20px;
	width: 600px;
	justify-content: center;
	text-align: center;
	align-items: center;
}

.dv-img img{
	width: 70%;

}

.link-text{
	color: white;
	text-decoration: none;
	padding: 10px;
}

p{
	color: white;
	font-size: 1.2em;

}

.p-left{
	text-align: left;
	line-height: 1.5em;

}

.p-azul{
	color: #00AFEF;
}

.img-social{
	width: 50px;
	margin: 10px;
}

.p-creditos{
	font-size: 0.8em;



/***** ANIMAÇÃO ****/

.animationFadeIn{
    animation: fadeIn 4s;
}

@keyframes fadeIn{
    0% {opacity:0}
    100% {opacity:1}
}

.reaveal-1, .reaveal-2, .reaveal-3 {
    visibility: hidden;
}

