/*GERAIS*/
body {
  background: #fff;
  color: #727272;
font-family: "indivisible", sans-serif;
font-weight: 400;
font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
font-family: "indivisible", sans-serif;
font-weight: 700;
font-style: normal;
}
.row {
  max-width: 80em !important;
}
.bottom30 {
  margin-bottom: 30px;
}
.bottom60 {
  margin-bottom: 60px;
}
.top15 {
  margin-top: 15px;
}
.top30 {
  margin-top: 30px;
}
.pad {
  padding: 0 30px;
}
.m40 {
  margin: 40px 0;
}
.top-bar .name {
  background: #0B6DAE;
}
.top-bar-section ul li {
  border-bottom: 1px solid #fff;
  background: #006daa !important;
}
.top-bar-section ul li > a {
  padding: 20px;
  font-family: oscine, sans-serif;
  background: #0B6DAE;
  text-transform: uppercase;
  color: #fff !important;
  font-size: 14px;
}
.spacer {
   width: 30%;
  border-bottom: 4px solid #831d1c;
  margin: 20px 0;}
.relative {
  position: relative;
}
p {
  line-height: 28px;
  font-size: 17px;
  margin-bottom: 15px;
}
.bold {
  font-weight: 800;
}
small {
  font-size: 15px;
  font-family: oscine, sans-serif;
  text-transform: uppercase;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
blockquote {
  padding: 50px;
  font-weight: 900;
  font-size: 20px;
  color: #000;
  border-left: 4px solid #e7e7e7;
}
#toggle {
  display: block;
  width: 28px;
  height: 30px;
  margin: 30px 95px 10px;
}
#toggle span:after, #toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after {
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}
#toggle span, #toggle span:after, #toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #fff;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}
/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}
/* menu appearance*/
#menu {
  position: absolute;
  color: #999;
  width: 200px;
  padding: 10px;
  margin: auto;
  ont-family: sofia-pro-soft, sans-serif;
  text-align: center;
  border-radius: 4px;
  background: white;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s;
}
#menu:after {
  position: absolute;
  top: -15px;
  left: 95px;
  content: "";
  display: block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid white;
}
ul, li, li a {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
#menu li a {
  ont-family: sofia-pro-soft, sans-serif !important;
  font-style: normal;
  font-weight: 300;
  padding: 14px;
  text-transform: uppercase;
  color: #888;
  font-size: 12px;
  text-decoration: none;
  transition: all .2s;
}
#menu li a:hover, #menu li a:focus {
  background: #eeb739;
  color: #fff;
}
::-webkit-input-placeholder {
  text-transform: uppercase;
  font-size: 13px;
  color: #484848;
}
:-moz-placeholder {
  color: #484848;
}
::-moz-placeholder {
  color: #484848;
}
:-ms-input-placeholder {
  color: #484848;
}
/*LAYOUT*/


header{
    background: #044b94;
    padding: 30px 0 20px;}
.btn-whatsapp{
    font-size: 13px;
    display: block;
    position: relative;
    top: 40px;
    background: #3796aa;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px; 
     text-transform: uppercase;
	transition:  background-color 300ms ease-in-out;}
.btn-whatsapp:hover{
	color: #fff;
	background: #F4B426;}
#banner{
	background: url("../img/banner-topo.jpg") no-repeat top/cover;
    padding: 300px 0;
	margin-top: 5px;}
.box{
    background: #831d1c;
    padding: 20px;
    margin-top: 5px;}
.box h1{
    font: 38px/ 38px "indivisible", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;}	
.box p{
	color: #fff;}
#form input,
#form select{
	text-transform: uppercase;
    background: #f5f5f5;
    border: none;
    border-radius: 10px;
    padding: 20px;
    height: 60px;}
#form button{
    text-transform: uppercase;
    width: 100%;
    border: none;
    background: #044b94;
    border-radius: 10px;
    height: 60px;
	transition:  background-color 300ms ease-in-out;}
#form button:hover{
	color: #fff;
	background: #0567CC;}
.btn-simulacao{
	padding: 20px;
	text-align: center;
	color: #fff;
	display: block;
    text-transform: uppercase;
    width: 100%;
    border: none;
    background: #044b94;
    border-radius: 10px;
	transition:  background-color 300ms ease-in-out;}
.btn-simulacao:hover{
	color: #fff;
	background: #0567CC;}
form{
    position: relative;
    top: -20px;}
.aviso{
  display: none;
  background: #F4B426;
  color: #fff;
  padding:5px;}
#solucoes h2,
#parceria h2,
#bancos h2,
#planos h2,
#indique h2{
    font: 50px/ 50px "indivisible", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #831d1c;
    margin: 20px 0;}
#solucoes h3{
    font: 30px/ 30px "indivisible", sans-serif; 
    font-weight: 700;
    font-style: normal;
    color: #044b94;
     margin-top: 20px;}			 
#solucoes .item{
    margin-bottom: 20px; }
#bancos{
    padding: 20px 0; }
#bancos li{
    width: 28%;
    display: inline-block;
    float: left;
    margin-bottom: 13px;
    margin-right: 15px;}
#bancos li:last-child{
    margin-right: 0;}
#banner-planos{
    background: url("../img/banner-planos.jpg") no-repeat top/cover;
    padding: 200px 0;}	
#banner-solucoes{
	margin-bottom: 20px;
    background: url("../img/banner-solucoes.jpg") no-repeat top/cover;
    padding: 200px 0;}	
#banner-indique{
    background: url("../img/banner-indique.jpg") no-repeat top/cover;
	margin-bottom: 30px;
    padding: 320px 0;}	
#planos ul,
#indique ul{
	padding-top: 20px;}
#planos li,
#indique li{
	display: block;
	border-bottom: 1px solid #cdbeaf;
	margin-bottom: 20px;
	padding-bottom: 20px;}
  #planos h3{
    font: 80px/ 60px "indivisible", sans-serif;
    font-weight: 700;
    font-style: normal;			  
      color: #F4B426;}
  #planos li p{
      font-size: 13px;
      padding: 0;
      margin: 0;
      color: #fff;
      text-transform: uppercase;}
footer{
    background: #831d1c;
    padding: 50px 0;
    margin-top: 50px;}
footer .logo{
    margin-bottom: 30px;}
footer ul li a{
	font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border-bottom:1px solid;
    padding: 15px 0;}
footer p{
	font-size: 14px;
	margin-bottom: 0;}
.color{
	display: inline;
	color: #044b94;
	font-weight: bold;}

/*MEDIA QUERIES*/
@media (min-width: 1000px) {
#banner-solucoes{
	margin-bottom: 80px;}	
	#form .box{
		position: absolute;
    	top: 545px;
    	max-width: 600px;}
	#form .cadastro{
		right: 100px;
		position: absolute;
		top:406px;
		max-width: 500px;}
	#solucoes,
	#parceria,
	#bancos,
	#planos,
	#indique{
		padding: 100px 0 0;}	
	#bancos{
		padding: 50px 0;
		background:#F3F3F3;}
	#banner-planos{
		margin-bottom: 30px;
		padding: 300px 0;}
#banner-solucoes{
    padding: 280px 0;}	
	footer{
		margin-top: 100px;
	}
	footer .logo{
		width: 50%;	}
}
