/*GERAIS*/
body {
  background: #fff;
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: 60em !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 #3DA1FF;
  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: #034b94;
    padding: 30px 0 20px;}
.btn-whatsapp{
    font-size: 13px;
    display: block;
    position: relative;
    top: 40px;
    background: #046FE6;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px; 
     text-transform: uppercase;
	transition:  background-color 300ms ease-in-out;}
.btn-whatsapp:hover{
	color: #fff;
	background: #3DA1FF;}
#banner{
	background: url("../img/banner-topo.jpg") no-repeat top/cover;
    padding: 175px 0;
	margin-top: 5px;}
#box{
    background: #034B94;
    padding: 20px;
    margin-top: 5px;}
#box h1{
    font: 36px/ 36px "indivisible", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;}	
#box p{
	color: #fff;}
#form input{
    background: #f5f5f5;
    border: none;
    border-radius: 10px;
    padding: 20px;
    height: 60px;
	display: block;
    width: 100%;
    margin-bottom: 10px;}
#form button{
    text-transform: uppercase;
    width: 100%;
    border: none;
    background: #3DA1FF;
    border-radius: 10px;
    height: 60px;
	transition:  background-color 300ms ease-in-out;}
#form button:hover{
	color: #fff;
	background: #046FE6;}
#form .campo{background-color: #f5f5f5;padding: 20px 20px 10px; border-radius: 50px; display: flex; align-items: center;}
#form .campo span{font-weight: 700;}
.btn-simulacao{
	padding: 20px;
	text-align: center;
	color: #fff;
	display: block;
    text-transform: uppercase;
    width: 100%;
    border: none;
    background: #3DA1FF;
    border-radius: 10px;
	transition:  background-color 300ms ease-in-out;}
.btn-simulacao:hover{
	color: #fff;
	background: #046FE6;}
#solucoes h2,
#bancos h2,
#planos h2,
#lista h2,
#fotos h2,
#lista2 h2,
#lider h2,
#anuncio h2,
#anuncie h2{
    font: 50px/ 50px "indivisible", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #034B94;
    margin: 20px 0;}
#fotos h2,
#lista2 h2{
	color: #fff;}
#fotos p,
#lista2 p{
	color: #fff;}
#solucoes h3{
    font: 30px/ 30px "indivisible", sans-serif; 
    font-weight: 700;
    font-style: normal;
    color: #034B94;}			 
#solucoes .item{
    margin-bottom: 40px; }
#bancos{
    padding: 20px 0; }
#bancos li{
    width: 30%;
    display: inline-block;
    float: left;
    margin-bottom: 13px;
    margin-right: 13px;}
#bancos li:last-child{
    margin-right: 0;}
#banner-planos{
    background: url("../img/banner-planos.jpg") no-repeat center/cover;
    padding: 200px 0;}	
#planos{
	padding-bottom: 30px;}
  #planos li{
      width: 40%;
      display: inline-block;
      float: left;
      padding: 30px 0;
      background: #034B94;
      border-radius: 30px;
      margin:35px 20px;
      text-align: center;}
  #planos h3{
    font: 80px/ 60px "indivisible", sans-serif;
    font-weight: 700;
    font-style: normal;			  
      color: #3DA1FF;}
  #planos li p{
      font-size: 16px;
      padding: 0;
      margin: 0;
      color: #fff;
      text-transform: uppercase;}
.corner{
    background: #034b94;
    padding: 40px; }
.corner h2{
    padding: 50px 50px 0 0;
    color: #fff;}
.box-form{
    border-radius: 10px;
    background:#efefef;
    padding: 50px;}
.box-form h3{
    font-size: 20px;
    margin-bottom: 10px;
    color: #034b94;}
.box-form input{
      background: #fff;
      border: none;
      border-radius: 10px;
      padding: 20px;
      height: 60px;
      display: block;
      width: 100%;
      margin-bottom: 10px;}
.box-form select{
      background: #fff;
      border: none;
      border-radius: 10px;
      padding: 20px;
      height: 60px;
      display: block;
      width: 100%;
      margin-bottom: 10px;}
.box-form .check,#form .campo .check{
      background: #fff;
      border: none;
      border-radius: 10px;
      padding: 30px;
      display: inline;
      width: 30px;
       height: 30px;;
      margin-bottom: 10px;}
.box-form .campo{
    margin: 15px 0; }
.box-form span, #form .campo span{
    position: relative;
    top: -5px; }
#form{
    padding: 30px 0 0;}
#form li{ display:inline-block; }
#form li a{
    color: #727272;
    display: block;
    padding: 12px 24px;
    border: 1.5px solid #ccc;
    border-radius: 50px;
    font-size: 1rem;
    transition: all 0.2s ease;
    margin:0 10px 30px 0;
    text-transform: uppercase;}
#form #ativo{
    background-color: #eaeff9; /* ou a cor do seu tema */
    color: #034b94;
    font-weight: 700;
    border-color: #034b94;}
#form .cadastro{
    margin: 30px 0 0;}
#lista{
	padding-bottom: 30px;}
#lista li {
    font-family: "indivisible", sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #3DA1FF;
    border-bottom:1px solid #d8d8d8;
    padding: 20px 0;}
#fotos .box{
    padding: 20px 20px 60px 20px;
    background: #046FE6;}
#fotos .img{
    position: relative;
    top:-40px;}
#fotos img{
    margin-bottom: 30px;}
#lista2{
    background: #046FE6;
    padding: 20px;}
#lista2 li{
      font-family: "indivisible", sans-serif;
      font-size: 26px;
      line-height: 26px;
      font-weight: 700;
      color: #fff;
      border-bottom: 1px solid #fff;
      padding: 30px 0 40px 80px;}
  #lista2 ul li:before {
      content: "";
      position: absolute;
      left: 13px;
      width: 60px;
      height: 60px; 
      background: url("../img/ico-lista-01.png") no-repeat center center;
      background-size: contain;}
  #lista2 .juridica:before {
      content: "";
      position: absolute;
      left: 13px;
      width: 60px;
      height: 60px; 
      background: url("../img/ico-lista-02.png") no-repeat center center;
      background-size: contain;}
  #lista2 .atendimento:before {
      content: "";
      position: absolute;
      left: 13px;
      width: 60px;
      height: 60px; 
      background: url("../img/ico-lista-03.png") no-repeat center center;
      background-size: contain;}  
#lider{
    padding: 20px 0;}
#lider li{
    display: block;
    background: #034B94;
    padding: 50px 0;
    text-align: center;
    color: #fff;
    font: 30px/ 30px "indivisible", sans-serif;
    font-weight: 700;
    font-style: normal;
    border-radius: 10px;
    margin: 20px 0;}		
#anuncie{
	margin-bottom: 30px;}
footer{
    background: #034B94;
    padding: 40px 0;}
footer .logo{
    width: 50%;
    margin-bottom: 30px;}
footer ul li a{
    color: #fff;
    text-transform: uppercase;
    border-bottom:1px solid;
    padding: 15px 0;}


/*MEDIA QUERIES*/
@media (min-width: 1000px) {
	#form{
		padding: 50px 0;}
	.corner{
		height: 100%;}
	.box-form{
		position: relative;
		top: 40px;
		left: -50px;}
	#banner{
	padding: 220px 0;}	
	#solucoes,
	#bancos,
	#lista,
	#lista2,
	#lider{
		padding: 80px 0;}	
	#bancos{
		background:#F3F3F3;}
	#fotos .box{
		padding: 20px 50px 80px 50px;}
}
