@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

body {
	margin: 0;
	border: 0;
	padding: 0;
	overflow-x: hidden;
	min-width: 650px;
}

header {
	width: 100%;
	min-height: 96px;
	background-color: #238ced;
	border-bottom: 5px solid #1071ca;
}

.logo {
	width: 211px;
	height: 46px;
	background-image: url(../../images/logo.svg);
	position: relative;
	float: left;
	margin-top: 25px;
	margin-left: 25px;
}

.topo {
	width: 100%;
	height: 650px;
	margin-bottom: 250px;
}

.fone {
	background-color: #1071ca;
	font-family: "Open Sans", sans-serif;
	color: #ffffff;
	font-weight: 600;
	font-size: 16px;
	position: relative;
	float: right;
	padding: 15px;
	margin-top: 20px;
	margin-right: 35px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.iconFone {
	width: 18px;
	height: 18px;
	background-image: url(../../images/fone.svg);
	position: relative;
	float: left;
	margin-top: 3px;
	margin-right: 7px;
}

.tituloPadrao {
	width: 100%;
	border-bottom: 1px solid #cccccc;
	position: relative;
	background-color: #ffffff;
}

.tituloPadrao h1 {
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	color: #3e3e3e;
	font-weight: 400;
	font-size: 24px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	text-align: center;
	padding: 18px;
	margin: 0 auto;
	position: relative;
	max-width: 450px;
	margin-bottom: -40px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

p {
	font-family: "Open Sans", sans-serif;
	color: #797979;
	font-size: 14px;
}

.bullet {
	text-align: center;
	font-family: "Open Sans", sans-serif;
	color: #e4e4e4;
	font-size: 60px;
	margin: 0 auto;
}

.valor {
	width: 100%;
	height: 171px;
	background-color: #eeeeee;
	text-align: center;
	line-height: 171px;
	font-family: "Open Sans", sans-serif;
	font-size: 30px;
	font-weight: 400;
	color: #bcbcbc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.textoValor {
	text-align: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 600;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: -10px;
}

.corFundo1 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffc953+0,d79e24+100 */
	background: #ffc953; /* Old browsers */
	background: -moz-linear-gradient(top, #ffc953 0%, #d79e24 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffc953 0%, #d79e24 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to bottom,
		#ffc953 0%,
		#d79e24 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc953', endColorstr='#d79e24',GradientType=0 ); /* IE6-9 */
	color: #9c6e27;
}

.corFundo2 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#31d254+0,28a84e+100 */
	background: #31d254; /* Old browsers */
	background: -moz-linear-gradient(top, #31d254 0%, #28a84e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #31d254 0%, #28a84e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to bottom,
		#31d254 0%,
		#28a84e 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31d254', endColorstr='#28a84e',GradientType=0 ); /* IE6-9 */
	color: #0e6c23;
}

footer {
	background-color: #ededed;
	bottom: 0px;
	margin: 60px 0px 0px 0px;
	/* min-height: 400px; */
}

.textoFooter {
	background-color: #c9c9c9;
	width: 100%;
	text-align: center;
	color: #494949;
	bottom: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	clear: both;
}

.telaTopo {
	max-width: 650px;
	padding: 15px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 35px -11px rgba(60, 74, 87, 1);
	-moz-box-shadow: 0px 0px 35px -11px rgba(60, 74, 87, 1);
	box-shadow: 0px 0px 35px -11px rgba(60, 74, 87, 1);
	margin: 0 auto;
	margin-top: 35px;
	margin-bottom: 50px;
}

.tituloHs {
	font-family: "Montserrat", sans-serif;
	text-align: center;
	color: #ffffff;
	font-size: 50px;
	font-weight: 600;
	padding-top: 50px;
}

.subtituloHs {
	font-family: "Open Sans", sans-serif;
	color: #ffffff;
	font-size: 14px;
	max-width: 980px;
	padding: 15px;
	margin: 0 auto;
	text-align: center;
	font-weight: 300;
	/*font-style: italic;*/
	padding-top: 30px;
}

.botao {
	max-width: 180px;
	height: 70px;
	margin: 5px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	font-family: "Montserrat", sans-serif;
	line-height: 70px;
	color: #797979;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
	background-color: #e8e8e8;
	margin-top: 15px;
	margin-bottom: 15px;
}

.botao1 {
	border-left: 6px solid #e36f6f;
	border-right: 6px solid #e36f6f;
}

.botao1:hover {
	background-color: #e36f6f;
	color: #ffffff;
}

.botao2 {
	border-left: 6px solid #f1de79;
	border-right: 6px solid #f1de79;
}

.botao2:hover {
	background-color: #f1de79;
	color: #ffffff;
}

.botao3 {
	border-left: 6px solid #faa243;
	border-right: 6px solid #faa243;
}

.botao3:hover {
	background-color: #faa243;
	color: #ffffff;
}

.botao4 {
	border-left: 6px solid #42d5de;
	border-right: 6px solid #42d5de;
}

.botao4:hover {
	background-color: #42d5de;
	color: #ffffff;
}

.botao5 {
	border-left: 6px solid #33e699;
	border-right: 6px solid #33e699;
}

.botao5:hover {
	background-color: #33e699;
	color: #ffffff;
}

.botao6 {
	border-left: 6px solid #238ced;
	border-right: 6px solid #238ced;
}

.botao6:hover {
	background-color: #238ced;
	color: #ffffff;
}

.botaoERP {
	width: 70%;
	height: 100px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	line-height: 100px;
	color: #bfbfbf;
	background-color: #f0f0f0;
	font-size: 30px;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
}

.block {
	display: block;
}

.none {
	display: none;
}

.boxTitulo {
	width: 100%;
	min-height: 100px;
	position: relative;
	margin-top: 60px;
	margin-bottom: 40px;
}

.tituloBanner {
	font-family: "Open Sans", sans-serif;
	color: #ffffff;
	font-weight: 300;
	font-size: 58px;
	line-height: 55px;
}

.subTituloBanner {
	font-family: "Open Sans", sans-serif;
	color: #ffffff;
	font-weight: 300;
	font-size: 20px;
	margin-top: 10px;
}

.tituloPadrao {
	width: 100%;
	border-bottom: 1px solid #cccccc;
	position: relative;
	background-color: #ffffff;
}

.tituloPadrao h1 {
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	color: #3e3e3e;
	font-weight: 400;
	font-size: 24px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	text-align: center;
	padding: 18px;
	margin: 0 auto;
	position: relative;
	max-width: 450px;
	margin-bottom: -40px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

h2 {
	font-family: "Open Sans", sans-serif;
	font-size: 19px;
	color: #000000;
}

.topo {
	width: 100%;
	height: 450px;
	background-color: #0e3463;
	background-image: url(../../images/imagemTopo.jpg);
}

.boxMod {
	max-width: 600px;
	margin: 0 auto;
	margin-top: 30px;
	margin-right: 10px;
}

.seta1 {
	width: 83px;
	height: 83px;
	margin: 0 auto;
	cursor: pointer;
	margin-top: 300px;
	text-align: center;
	margin-left: 20px;
}

.seta2 {
	width: 83px;
	height: 83px;
	cursor: pointer;
	margin: 0 auto;
	margin-top: 300px;
	text-align: center;
	margin-right: 20px;
}

.notebook {
	width: 1100px;
	height: 615px;
	background-image: url(../../images/notebook.png);
	margin: 0 auto;
	text-align: center;
}

@media (max-width: 1600px) {
	.notebook {
		margin-left: -10%;
	}
}

@media (max-width: 1300px) {
	.notebook {
		margin-left: -20%;
	}
}

@media (max-width: 1200px) {
	.seta1 {
		display: none;
	}
	.seta2 {
		display: none;
	}
	.notebook {
		margin-left: -10%;
	}
}

.textoRodape {
	text-align: center;
	font-family: "Open Sans", sans-serif;
	color: #494949;
	font-weight: 400;
	font-size: 14px;
	margin-top: 40px;
}

.call-to-action {
	padding: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.btn-conversao {
	height: 65px;
	font-size: 17px;
	font-weight: bold;
	padding: 0px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px;
	border: none !important;
}

.fone-conversao {
	margin-top: 25px;
	padding: 15px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background-color: #1071ca;
	border-radius: 10px;
}

.btn-conversao img {
	width: 26px;
	height: 30px;
	margin-right: 10px;
}
