body{
	background-image: url(../img/em-construcao.jpg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 50% 13%;
}
/*.container {margin-top: 0px;text-align: center;padding: 0;} p {font-size: 18px;margin-bottom: 20px;}*/
.overlay {
/*	background-color: rgba(255, 255, 255, 0.2);*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.construcao {
    padding: 0;
    position: absolute;
    width: 65%;
    height: 100%;
    text-align: center;
}
.logo-construcao {
    width: 100%;
}
.logo-construcao img {
    width: 50%;
}
h1 {
	color: #8ac220;
	font-family: 'Noto Sans', sans-serif;
    font-size: 5em;
    padding: 0.5em 0;
    font-weight: 900;
}
p, a {
	color: #000;
	font-family: 'Noto Sans', sans-serif;
    font-size: 1.6em;
}