body{
	background-color:#ACBDBF;
	padding:0;
	margin:0;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
}
.h5{
	font-size:12px;
}
.h4{
	font-size:14px;
}
.h3{
	font-size:20px;
}
.h2{
	font-size:23px;
}
.h1{
	font-size:26px;
}
.bold{
	font-weight:bold;
}

.branco{
	color:white;
}

.Righteous{
	font-family: 'Righteous', cursive;
}

.escuro{
	color:#4E5A74;
}

.claro{
	color:#999;
}

.sombra{
	text-shadow: -0.1em 0.05em black;
}

.center{
	text-align:center;
}
.painel{
	background-color:#BAD3C4;
	background-image:url(../imgs/painel.jpg);
	padding: 80px 30px 80px 30px;
	background-repeat: no-repeat;
	background-position: center top;
}
