.contatoOpcoes {
	width: 12%;
	float: right;
    margin-right: 45%;
}

#conteudo-maior {
    width: 100%;
    float: left;
    line-height: 1.8;
    border-top: 1px solid #F0F0F0;
    margin: 1% 0% 0% 0%;
}

#formContato {
	width: 96%; 
	height:22px
}

#gFormContExpo {
	margin: 0% 0% 4% 0%;
    width: 100%;
    float: left;
    font-family: 'Roboto', sans-serif;
}

.enviarBotao {
    background: #005aa0;
	width: 100%;
    text-align: center;
    border: none;
  	transition: 1s;
}

.enviarBotao:hover {
  background-color: #ff5a00;
  color: white;
  opacity: 0.7;
}

.enviarContato {
	color: #FFFF;
}

input {
	font-family: 'Roboto', sans-serif;
}