
.topo{
	position: relative;
	background: #fff;
}

p{
	font-size: 1.1em;
}
nav a:link {
	color: #79895e;
	font-weight: bold;
}
nav a:hover {
	color: #332350;
}
.banner-topo{
	background: #fbf8f0;
	padding-bottom: 0.925em;
}
.banner-topo .img-destaque{
	max-width: 18.75em;
}

.cor-tema{
	color:#332350;
}
.quem-somos{
	background: #000;
	color: #fff;
}
.rodape{
	color: #fff;
	background:  #b3b2b2;
	margin-top: 0;
	margin-bottom: 0;
}

input, label, textarea{
	display: inline-block;
	width: 45%;
	box-sizing: border-box;

}
input[type="radio"] {
	width: auto;
}

input, textarea, select{
	background-color: #cccccc;
	padding: 1.2em;
	border-radius: 5px;
	margin-bottom: 1.6rem;
	border: 0;
}

.enviar{
	margin-top: 4em;
	margin-left: 4em;
	margin-bottom: 4em;
}
.fim{
    clear: both;
    font-family:Arial, Helvetica, sans-serif;
    background-color: rgb(155, 158, 156);
    margin: 0;
    color: aliceblue;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-indent: 0;
}