.home {
	background-image: url('../img/montanha.jpeg');
	background-size: cover;
}

.logo svg {
	max-height: 9.375rem;
	max-width: 	9.375rem;
}

.menu svg {
	max-height: 5.75rem;
	max-width:  36.875rem;
}

.slogan svg {
	max-height: 45.625rem;
}

.desenho svg {
	max-height: 27.5rem;
	}

.texto svg {
	max-height: 27.5rem;
}

.oferecemos svg{
	max-height: 11.5rem;
}

.servico svg{
	max-height: 15.8125rem;
}

.servicos {
	background-color: #f2f2f2;
}

.opcoes svg {
	max-height: 8.5625rem;
}

.plano svg {
	max-height: 44.9375rem;
}

.contato{
	background-color: #f2f2f2;
}

.fale svg {
	max-height: 7.4375rem;
}

.contatos svg {
	max-height: 21.875rem;
}

.rodape{
	background-color: #333333;
}

.fim svg{
	max-height: 4.5rem;
}

.formulario {
	padding: 3rem;
	padding-bottom: 5rem;
}

.formulario input, .formulario textarea {
	display: block;
	margin: 0.5rem;
	width: 100%;
	max-width: 18.75rem;
	padding: 0.5rem;
	border: 0;
	color: #4d4d4d;
	font-family: "Source Sans Pro"
}

.formulario button {
	padding: 0.5rem;
	margin-right: 2.5rem;
	margin-left: 0.5rem;
	background-color: #fff;
	color: #a9a9a9;
	float: left;
}

.formulario p {
	padding-left: 0.5rem;
	padding-top: 0.5rem;
}

a {
	fill: #fff;
}

a:hover {
	fill: #4d4d4d;
}