.titulo-pagina h1 {
	margin-top: 170px;
	font-size: 40px;
	text-align: center;
	font-weight: 700;
	color: #0E173F;
}

.titulo p {
	font-size: 30px;
	color: #005EA5;
	font-weight: 700;
	text-align: center;
	line-height: 30px;
}

.container-botoes a {
	color: #005EA5;
	border-color: #005EA5;
  	background-color: #FFFFFF!important;
}

.container-botoes a:hover,
.container-botoes a:active {
	color: #fff;
	background: #005EA5 !important;
	box-shadow: none !important;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    border: none;
}

.btn-enviar {
    border-radius: 50px;
    width: 116px;
    line-height: 30px;
    background-color: #005EA5;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #0056b3;
    cursor: pointer;
    color: #fff;
}

.btn-enviar:hover {
	color: #0056b3;
	background-color: #fff;
	border: 1px solid #0056b3;
}