body {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	color: #333;
}

a:link, a:active, a:visited{
	color: #315e8a;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

html {
	scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin: 0;
}

.sem-padding {
	padding: 0 !important;
}

.sem-margin {
	margin: 0 !important;
}

nav {
	display: flex;
	flex-direction: row;	
	align-items: initial;
	background-color: #D3D3D3;
	justify-content: space-between;
	width: 100%;
}

nav ul {
	display: flex;
	flex-direction: row;	
}

nav ul li a {
	display: inline-block;
	padding: 10px;
	margin-right: 15px;
}

nav img {
	padding: 3px 3px;
	border-radius: 12px;	
	color: #ebebeb;
	margin-top: 5px;
	margin-left: 15px;
}

#header {
	background: url('../img/background.png') no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	height: 600px;	
	width: 100%;
	text-align: center;	
	align-items: center;
}

#header h1 {
	color: #f8f8ff;
}

#beneficio {
	background-image: url('../img/marcadores.png');	
	background-position: top;
	background-repeat: no-repeat;
	background-color: #f1f2ea;
	height: 620px;	
	text-align: center;
	align-items: center;
}

#beneficio h1 {
	padding-top: 45px;
	color: #ebebeb;	
	text-align: center;
	margin-bottom: 25px;
}

#beneficio ul {
	text-align: left;
	margin-left: 35%;
    margin-bottom: 35px;
}

#contato {	
	background-color: #f1f2ea;
	text-align: center;
	align-items: center;
	height: 620px;
}

#contato h1 {
	background-image: url('../img/marcador.png');
	background-position: top;
	background-repeat: no-repeat;	
	color: #ebebeb;	
	margin-bottom: 25px;
}

#contato li {
	list-style: none;
	text-align: left;
	margin-left: 42%;
	margin-bottom: 55px;
}

#mapacontato {
	padding: 3px 3px;
	background: #1f3c58;
	color: #ebebeb;
	margin-right: 20%;
	float: right;
}

#contato .enviar {
	text-align: left;
	margin-right: 35%;
	margin-left: 30%;
}

.enviar label{
	display: block;
	font-size: 13px;
	font-weight: 300;
}

.enviar input, .enviar textarea{
	display: block;
	margin-bottom: 15px;
	padding: 5px 2%;
	width: 96%;
}

.enviar textarea{
	height: 150px;
}

.enviar input.botao{
	width: auto;
}

@media screen and (min-width: 768px) {
   	#inicio img {
		max-width: 960px;
	}	
	
}

ul li, ol li{
	margin-bottom: 5px;
}
ul.inline li, ol.inline li{
	display: inline;
	margin-right: 0px;
}
ul.inline li:last-child, ol.inline li:last-child {
	margin-right: 0;
}
ul.sem-marcador, ol.sem-marcador{
	list-style: none;
}

a.botao, input.botao{
	background: #1f3c58;
	padding: 5px 10px;
	border-radius: 3px;
	color: #ebebeb;
	cursor: pointer;
	display: inline-block;
	border: none;
}

a.botao:hover, input.botao:hover {
	background: #315e8a;
	text-decoration: none;
}

footer {
	background: #1f3c58;
	color: #ebebeb;	
	padding: 5px 5px; 
}

footer p {
	padding-bottom: 20px;
	text-align: center;
}

footer a {
	float: right;
}

footer a:hover {
	background-color: #483d8b;
	border-radius: 50%;
}

.menu {
	text-transform: lowercase;	
}

.menu li a {
	background: #00008B;
	padding: 10px 10px;
	border-radius: 4px;
	color: #ebebeb;
}

.menu li a:hover {
	text-decoration: none;
	background: #1f3c58;
	color: #ebebeb;
}