body{
	margin: 0;
	padding: 0;
	font-family: 'Hind Siliguri', sans-serif;
	background: #FFF;
}
h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 36px;
	line-height: 44px;
	color: #3F3F3F;
}
h2{
	font-weight: bold;
	font-size: 18px;
	color: #3F3F3F;
	font-family: 'Hind Siliguri', sans-serif;
}
h3{
	font-weight: bold;
	font-size: 18px;
	color: #3040DB;
	font-family: 'Hind Siliguri', sans-serif;
}
@media (max-width: 990px){
	h3 {
		font-size: 28px;
		text-align: center;
	}
}
p{
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	color: #3F3F3F;
	font-family: 'Hind Siliguri', sans-serif;
}
@media (max-width: 990px){
	p {
		text-align: center;
	}
}
.center{
	margin: 0 auto;
}
.center_horizontal{
	display: grid;
	align-items: center;
}
.header{
	background: url(../images/bg-header.png) no-repeat;
	height: 100vh;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    display: table;
    margin: 0 auto;
	padding: 80px 0;
	background-position: top center;
}
.header .logo {
	text-align: left;
    display: block;
    margin-left: 0;
    margin-right: auto;
}
@media (max-width: 990px){
	.header .logo {
		text-align: center;
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	}
}
.header .guia {
    padding: 0;
    vertical-align: bottom;
}
.header .guia img {
	margin-top: 50px;
}
.header span {
	color: #FFFFFF;
	background: #D84D07;
	border-radius: 50px;
	padding: 5px 20px;
	margin-bottom: 20px;
	display: inline-block;
}
.header h1 {
	color: #FFFFFF;
	margin-bottom: 20px;
}
@media (max-width: 990px){
	.header h1 {
		text-align: center;
	}
	.header span {
		display: block;
		text-align: center;
	}
}
.header p {
	color:  #FFFFFF;
}
@media (max-width: 990px){
	.header p {
		text-align: center;
		font-size: 24px;
	}
}
.header ul {
	padding: 0;
	margin-left: 0;
	margin-right: auto;
	margin-top: 40px;
}
.header ul li {
	background-image: url(../images/icon.png);
    color: #FFFFFF;
    background-repeat: no-repeat;
    line-height: 30px;
    padding-left: 40px;
    list-style: none;
    margin-bottom: 10px;
}
@media (max-width: 990px){
	.header li {
		font-size: 24px;
	}
}
button {
	background: #3BBA7D;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 700;
	padding: 10px 50px;
	border-radius: 5px;
	text-align: center;
	display: block;
	border: 1px solid #3BBA7D;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 320px;
	margin-left: 0;
	margin-right: auto;
	margin-top: 30px;
}
@media (max-width: 990px){
	button {
		width: 100%;
		margin-top: 0;
	}
}
button:hover {
	background: #FFFFFF;
	color: #3BBA7D;
	border: 1px solid #3BBA7D;
	-webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.tabela3 button {
	margin-left: auto !important;
}

.descubra {
	background: #FFFFFF;
	align-items: center;
	background: url(../images/fundo.png) no-repeat;
    width: 100%;
	padding: 80px 0;
	background-position: center;
}
.descubra img {
	padding-bottom: 30px; 
}
.oque {
	background: #E0F4FE;
	margin: 0px;
	padding: 80px 0 60px 0;
}
.oque .tabela1 {
	background: #FFFFFF;
	border-radius: 10px 10px 0 0;
	padding-top: 20px;
}
.oque .tabela2{
	background: #FFFFFF;
	border-radius: 0;
}
.tabela1 hr {
	margin: 0;
	padding: 0;
}
.oque .tabela3{
	background: #FFFFFF;
	border-radius: 0 0 10px 10px;
	padding: 40px;
}
.oque .tabela4 {
	border-right: 1px solid rgba(0,0,0,.1);
}
@media (max-width: 990px){
	.oque .tabela4 {
		border-right: 0;
	}
}
.item {
	padding: 40px 40px 20px 40px;
}
.item .num {
	border-radius: 100px;
	border: 3px solid #3040DB;
	padding: 5px 15px;
	color: #3040DB;
	font-size: 28px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	width: 56px;
	height: 56px;
	display: block;
	float: left;
	margin-right: 20px;
	margin-top: 10px;
    margin-bottom: 100px;
    text-align: center;
}
@media (max-width: 990px){
	.item {
		padding: 20px;
	}
	.item .num {
		float: none;
		margin-left: auto;
	    margin-bottom: 10px;
	    margin: 0 auto;
	}
}
.item h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 44px;
	color: #3F3F3F;
	margin-top: 0;
	margin-bottom: 0;
}
@media (max-width: 990px){
	.item h1 {
		text-align: center;
		font-size: 24px;
		line-height: 30px;
		margin: 20px 0;
	}
	.item p {
		font-size: 24px;
    	text-align: center;
	}
}
.caracteristicas ul {
	padding: 0;
	display: block;
}
.caracteristicas li {
	float: left;
    display: inline-flex;
    width: 30%;
    background-image: url(../images/circulo.png);
    list-style: none;
    color: #3F3F3F;
    background-repeat: no-repeat;
    line-height: 25px;
    padding-left: 40px;
    margin: 40px 15px 0 15px;
    padding-right: 40px;
    border-right: 1px solid #CCCCCC;
    font-size: 18px;
}
.caracteristicas li:last-child {
    border-right: none;
}
@media (max-width: 990px){
	.caracteristicas li {
		float: none;
		width: 100%;
	    border-right: none;
	    font-size: 24px;
    	line-height: 30px;
	}
}
.sobre {
	background: #FFFFFF;
	margin: 0px;
	padding: 80px 0px;
	align-items: center;
}
/* Formulário CTA */
.formulario {
	background: url(../images/bg-cta.png) no-repeat;
	height: 100vh;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    display: table;
    margin: 0 auto;
	padding: 80px 0;
}
.formulario h1, 
.formulario h2 {
	color: #FFFFFF;
	width: 70%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
}
@media (max-width: 990px){
	.formulario h1, 
	.formulario h2 {
		width: 100%;
		font-size: 28px;
	}
}
form {
	width: 70%;
	margin: 0 auto;
	background: #FFFFFF;
	box-shadow: -5px 4px 41px rgba(0, 0, 0, 0.13);
	border-radius: 8px;
	padding: 40px;
	margin-bottom: 90px;
}
form .col-lg-2 {
	width: 20% !important;
	flex: 20% !important;
	max-width: 20% !important;
}
@media (max-width: 990px){
	form {
		width: 95%;
		padding: 30px;
	}
	form .col-lg-2 {
		width: 50% !important;
		flex: 50% !important;
		max-width: 50% !important;
	}
}
.titulo_simulacao{
	margin-top: 85px;
}
.titulo_simulacao h1{
	font-style: normal;
	font-weight: bold;
	font-size: 34px;
	line-height: 44px;
	color: #FFFFFF;
}
form small{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 50px;
	color: #828282;
}
.preco{
	width: 100%;
	height: 45px;
	background: #EDEDED;
	border-radius: 5px;
	display: grid;
	align-items: center;
	font-size: 13px;
	text-align: center;
	color: #000000;
	margin: 9px 0px;
}
.vezes{
	width: 100%;
	height: 45px;
	background: #EDEDED;
	border-radius: 5px;
	display: grid;
	align-items: center;
	font-size: 13px;
	text-align: center;
	color: #000000;
	margin-bottom: 20px;
}
.preco:hover, .vezes:hover{
	background: #FFB292;
	cursor: pointer;
}
.preco.ativo, .vezes.ativo{
	width: 100%;
	height: 45px;
	background: #FFB292;
	border-radius: 5px;
	display: grid;
	align-items: center;
	font-size: 13px;
	text-align: center;
	color: #000000;
}
.form-group label{
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	color: #828282;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-bottom: 1px solid #B8B8B8;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-check-label {
    margin-bottom: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #828282;
    margin-bottom: 20px;
}
.btn-primary {
    color: #fff;
    border-color: #F26F39;
    width: 65%;
    height: 61px;
    background: #F26F39;
    border-radius: 4px;
    margin: 0 auto;
    display: block;
}
input::placeholder {
    overflow: visible;
    color: #171717 !important;
}
@media (max-width: 990px){
	.btn-primary {
		width: 100%;
	}
}
.footer p {
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
}