#overview{
	margin-top: 0px;
	background-color: #f0f7ef;
	/*background-image: linear-gradient(to bottom left, #1f2f0a, #fff);*/
}
#myCarousel{
	margin-top: -30px;
	margin-bottom: 30px;
}

.imagem{
	margin: auto;
}

.footer {
	position:absolute;
	bottom:0;
	width: 100%;
	height: 200px;
	background-color:#222222;
	color: #8f8989;
	border-top: 10px solid #8f8989;

}

.geral{
	position: relative;
	min-height:100%;
	padding-bottom: 200px;
}

html, body {height:100%;}

.info{
	display: block;
	position: relative;
}
address{
	padding-top: 10px;
}

input:invalid { border: 1px solid red; }
input:valid { border: 1px solid green; }

.redes-sociais{
	margin: 10px 0;
}
.box{
	width:100%;
    height:100px;
    background-color:#282828;
    border-radius: 20px;
	padding: 15px 10px;
	margin: 7px;
	
}
.titulo_box{
	display:block;
	text-align: center;
	color: white;
	height:100%;
	width: 100%;
}