 @import url('https://fonts.googleapis.com/css?family=Roboto');
 
* {	margin: 0;
	padding: 0;
}

a {
	color: #353535;
	text-decoration: none;
}

ul {
	list-style: none;
}

body {
	color: #555;
	font-size: 13px;
	background-color: #eeeeee;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

section {
	float: left;
	width: 100%;
}

.select1{
	font-size:16px;
	color:#558ed5;
	border-radius: 5px;
	background:#fff;	
	border: 1px solid #558ed5;	
	height:35px;
	
	
}


.clearfix {
	clear: both;
}

.inner {
	width: 960px;
	margin: 0 auto;
}

.header {
	color: #fff;
	height: 325px;
	background:#1e62a3;
	background-position: center;
	background-repeat: no-repeat;
}

.header-nav {
	float: left;
	width: 100%;
	height: 40px;
	margin-top: 20px;
}

.nav-logo {
	float: left;
	height: 40px;
	font-size: 30px;
	font-weight: 100;
	line-height: 40px;
}

.botao{
	color: #558ed5;
	font-size: 16px;
	padding: 0 5px;
	margin-left: 10px;
	height: 35px;
	font-weight: 400;
	line-height: 40px;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 5px;
	background:#fff;	
	border:none;
}

.botao:hover {
	//color: #1e62a3;
//	line-height: 38px;
	border-radius: 5px;
	border-top: 5px solid #ff0000;

}


.nav-link {
	color: #558ed5;
	float:right;
	font-size: 16px;
	padding: 0 5px;
	margin-left: 10px;
	height: 40px;
	font-weight: 400;
	line-height: 40px;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 5px;
	background:#fff;	
	border:none;	
}

.nav-link:hover {
	//color: #1e62a3;
//	line-height: 38px;
	border-radius: 5px;
	border-top: 5px solid #ff0000;
}

.botao-menu {
	color: #fff;
	float:right;
	font-size: 16px;
	padding: 0 5px;
	margin-left: 0px;
	height: 70px;
	font-weight: 500;
	line-height: 40px;
	cursor: pointer;
	text-transform: uppercase;

	background:#fff;	
	border:none;
	
}

.botao-menu:hover {
	//color: #1e62a3;
//	line-height: 38px;
	font-size: 19px;

	
}


.header-title,
.header-sub-title {
	text-align: center;
}

.header-title {
	padding: 0 10%;
	font-size: 30px;
	margin-top: 120px;
	text-transform: uppercase;
	font-weight: 300;
}

.header-sub-title {
	font-size: 20px;
	margin-top: 20px;
	font-weight: 100;
}

.section-title {
	font-size: 30px;
	font-weight: 100;
	text-align: center;
	margin-bottom: 30px;
}

.section-sub-title {
	font-size: 20px;
	font-weight: 100;
	text-align: center;
	margin-top: -50px;
	margin-bottom: 70px;
}

.sub-header-gray {
	height: 150px;
	background-color: #f5f5f5;
}

.form {
	margin-top:50px;
	position: relative;
	width: 370px;
	margin: -50px auto 0;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 0.5px 5px rgba(0, 0, 0, 0.15);
}

.form li {
	float: left;
	width: 100%;
}

.form-title {
	width: 100%;
	font-size: 26px;
	line-height: 40px;
	font-weight: 100;
	text-align: center;
	margin-bottom: 15px;
	margin-top: -5px;
}

.form .input-text {
	width: 100%;
	height: 42px;
	font-size: 13px;
	box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.08) inset;
	border-radius: 1px;
	padding: 9px 9px;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-bottom: 15px;
}

.form .input-text:focus {
	border-color: #137dba;
}

.form .button {
	cursor: pointer;
	width: 100%;
	color: #fff;
	padding: 1em 2em;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1d90cb), to(#0e86c4));
	background-image: -webkit-linear-gradient(#1d90cb, #0e86c4);
	background-image: linear-gradient(#1d90cb, #0e86c4);
	border-color: #137dba;
	font-size: 11px;
	text-transform: uppercase;
	height: 42px;
	letter-spacing: 0.05em;
	border-radius: 2px;
	border: none;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

.form .button:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0e86c4), to(#0e86c4));
	background-image: -webkit-linear-gradient(#0e86c4, #0e86c4);
	background-image: linear-gradient(#0e86c4, #0e86c4);
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}

.form-terms {
	color: #888;
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

.features {
	padding-top: 180px;
	padding-bottom: 50px;
	background-color: #fff;
}

.feature-box {
	float: left;
	width: 50%;
	height: 90px;
	margin-bottom: 50px;
	padding-right: 30px;

}


.feature-box.right {
	padding-right: 0px;
	padding-left: 30px;
}

.feature-icon {
	fill: #137dba;
	width: 60px;
	height: 60px;
	float: left;
	margin: 10px 25px 15px 0;
	
}

.feature-title {
	color: #137dba;
	font-size: 15px;
	font-weight: 500;
	line-height: 26px;
	text-transform: uppercase;
}

.feature-title label {
	color: #fff;
	opacity: 0.7;
	font-weight: normal;
	padding: 3px 5px;
	font-size: 12px;
	line-height: 16px;
	margin-top: -1px;
	float: right;
	margin-right: 5px;
	text-transform: lowercase;
	background: #1e62a3;
	border: 1px solid #137dba;
	border-radius: 3px;
}

.feature-description {
	font-size: 14px;
	line-height: 20px;
	background:#f5f5f5;
}

.app {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #fafafa;
}

.apps {
	width: 480px;
	margin: -30px auto 0;
}

.app-store,
.google-play {
	width: 220px;
	height: 63px;
	float: left;
	margin: 0 10px;
	background-size: contain;
	background-image: url(_imagens/app-store.png);
}

.google-play {
	background-image: url(_imagens/google-play.png);
}

footer {
	color: #ddd;
	float: left;
	width: 100%;
	font-size: 14px;
	text-align: center;
	height: 50px;
	line-height: 50px;

	border-bottom: 2px solid #f5f5f5;	
	background-color: #333;
}


footer a {
	color: inherit;
	font-weight: bold;
}

/*------ POLITICA DE PRIVACIDADE E TERMOS DE USO ---------*/

.legal-page .header {
	height: 200px;
}

.legal-page .header-title {
	margin-top: 100px;
}

.legal-page-body {
	padding: 20px 0;
}

.legal-page h3 {
	font-size: 40px;
	margin-bottom: 30px;
	text-align: center;
}

.legal-page h4 {
	font-size: 20px;
	line-height: 30px;
	margin-top: 20px;
}

.legal-page p,
.legal-page li {
	margin: 10px 0;
	font-size: 14px;
	line-height: 22px;
}

.legal-page li {
    list-style: inside disc;
}
