/************************************* geral  ************************************/
@font-face {
    font-family: 'Space Grotesk';
    src: url('../font/SpaceGrotesk-Light.woff2') format('woff2'),
        url('../font/SpaceGrotesk-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Space Grotesk';
    src: url('../font/SpaceGrotesk-Bold.woff2') format('woff2'),
        url('../font/SpaceGrotesk-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Space Grotesk';
    src: url('../font/SpaceGrotesk-Medium.woff2') format('woff2'),
        url('../font/SpaceGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Space Grotesk';
    src: url('../font/SpaceGrotesk-Regular.woff2') format('woff2'),
        url('../font/SpaceGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
    line-height: 2;
    font-family: Montserrat;
    color: #4F535D;;
    background-color: #F5F6F8;
    padding-top: 80px;
    min-height: 100vh;
}
.esconder{
  display: none;
}
.bg-footer {
    background-color: #F5F6F8;
}
.error{
  min-height: calc(100vh - 298px);
  display: flex;
  align-items: center;
  background-color: #e4e4e4;
  background-image: url(../images/error.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}
.erro-txt{
  font-size: 200px;
  font-family: 'Space Grotesk';
  line-height: 1;
  color: #00D0C5;
}
h1 {
    font-weight: 300;
    margin-bottom: 30px;
    font-family: 'Space Grotesk';
}
h1::first-line{
  font-family: 'Space Grotesk';
}
h2 {
    font-size: 44px;
    font-weight: 300;
    margin-bottom: 30px;
    font-family: 'Space Grotesk';
}
h3 {
  font-size: 40px;
  font-family: 'Space Grotesk';
}
h4 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
    font-weight: 500;
}
a{
  color: #504350;
}
a:focus, a:hover {
  color: #1C181C;
  }
.light{
  font-family: 'Space Grotesk';
  font-weight: 300;
}
.light strong{
  font-family: 'Space Grotesk';
  font-weight: bold;
}
.s-bold{
  font-family: 'Space Grotesk';
  font-weight: 500;
  line-height: 1.8;
}
.s-bold span{
  color: #FF7575;
}
.font-21{
  font-size: 21px;
}
.font-22{
  font-size: 22px;
}
.font-15{
  font-size: 15px;
  line-height: 2.2;
}
.big-text{
  font-size: 74px;
  font-weight: 400;
}
.padding-100{
  padding: 100px;
}
.padding-40{
  padding: 40px;
}
.padding-20{
  padding: 20px;
}
.padding-10{
  padding: 10px;
}
.padding-bottom{
  padding-bottom: 20px;
}
.padding-top{
  padding-top: 20px;
}
.padding-vertical{
  padding: 20px 0 20px 0;
}
.padding-horizontal{
  padding: 0 20px 0 20px;
}
.margin{
  margin: 20px;
}
.margin-bottom{
  margin-bottom: 20px;
}
.margin-top{
  margin-top: 20px;
}
.margin-vertical{
  margin: 20px auto;
}
.margin-horizontal{
  margin: 0 20px 0 20px;
}
.justificar{
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.cinza{
  color: #504350;
}
.azul-1{
  color: #00D0C5;
}
.azul-2{
  color: #FF7575;
}
.bg-azul-1{
  background-color: #00D0C5;
}
.bg-azul-2{
  background-color: #FF7575;
}
.branco{
  color: #ffffff;
}
.cinza-escuro{
  color: #535353;
}
.bg-branco{
  background-color: #fff;
}
.bg-cinza{
  background-color: #f5f5f5;
}
.bg-cinza-escuro{
  background-color: #3a3a3a;
}
.bg-preto{
  background-color: #000;
}
.center{
  margin: auto auto;
}
.text-center{
  text-align: center;
}
.justificar-elementos{
  display: flex;
  justify-content: space-between;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.hide{
  display: none;
}
@media (max-width: 991px){
.hide-m{
  display: none
}
}
.divisor{
  position: absolute;
width: 2px;
height: 330px;
left: 50%;
margin-left: -1px;
background-color: #ededed;
margin-top: 220px;
}
.divisor-m{
  display: none;
  text-align: center;
}
@media (max-width: 991px) {
    .divisor{
      display: none
    }
    .divisor-m{
      display: unset;
    }
    .divisor-m hr{
      border-top: 2px solid #ededed;
    }
    .divisor-m p{
      line-height: 3;
      color: #c5c5c5
    }
  }
 
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  box-shadow: 0 0 5px rgba(0, 208, 197, 1);
  border: 1px solid rgba(0, 208, 197, 1);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
  background: rgba(0, 208, 197, 1) !important;
}
/************************************* Menu  ************************************/
.menu {
   background: #3E333E;
   border-color: none;
   height: 80px;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 999999;
}
.menu .logo{
  float: left;
}

.logo{
  margin-top: 20px;
  width: 100px;
}
.logo img{
  width: 100px;
}
.botoes{
  float: right;
  margin-top: 15px;
}

.botoes li{
  display: inline-block;
  margin-left: 20px;
}
.botoes li i{
  margin-left: 10px;
}
.botoes .btn{
  font-size: 14px;
  padding: 15px 20px;
}
a:hover,
a:focus{
  text-decoration: none;
}
@media (max-width: 576px) {
  .menu span{
    display: none;
  }
  .botoes li i {
    margin: 0;
  }
  .botoes{
    padding: 0;
  }
}
.shadow{
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.1);
}
.btn-1{
  background: #272327;
  color: #fff;
}
.btn-1:hover{
  background: #070607;
  color: #fff;
}
.btn-2{
  background: #FF7575;
  color: #fff;
}
.btn-2:hover{
  background: #B65757;
  color: #fff;
}
.btn-3{
  background: #fff;
  color: #504350;
  border: solid 2px #504350; 
}
.btn-3:hover{
  background: #504350;
  color: #fff;
}
.btn-4{
  background: #00D0C5;
  color: #fff;
}
.btn-4:hover{
  background: #00A198;
  color: #fff;
}
.logo-footer{
margin-bottom: 45px;
margin-top: 13px;
}
.logo-footer img{
  width: 100px;
}
.txt-footer{
  font-family: 'Space Grotesk';
  font-size: 14;
  margin-top: 40px;
}
.txt-footer a{
  cursor: pointer;
}
@media (max-width: 991px) {
    .footer{
      text-align: center;
    }
    .text-right{
      text-align: center;
    }
  }
.social i{
  width: 35px;
  height: 35px;
  text-align: center;
  margin:20px 5px 5px 5px;
  background: #FF7575;
  border-radius: 100%;
  color: #fff;
  line-height: 2.6; 
}
.social i:hover{
  background-color: #00D0C5
}
.social i:last-child{
  margin:20px 0 5px 5px;
}
.checkbox input[type=checkbox]{
  margin-top: 7px;
}
/************************************* Home  ************************************/
#home{
}
.bg-luciana-seabra{
  background-image: url(../images/bg-luciana-seabra.jpg);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: scroll;
  background-size: cover;
  min-height: 300px;
}
.bg-luciana-seabra a{
  text-decoration: underline;
}

@media (max-width: 769px) {
  .bg-luciana-seabra .big-text{
    font-size: 34px;
    margin-bottom: 100px;
}
.bg-luciana-seabra{
  background-image: url(../images/bg-luciana-seabra.jpg);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: scroll;
  background-size: 100%;

}
}
.plan-box-hover:hover{
  -webkit-box-shadow: 0px 0px 19px 0px rgba(80,67,80,1);
-moz-box-shadow: 0px 0px 19px 0px rgba(80,67,80,1);
box-shadow: 0px 0px 19px 0px rgba(80,67,80,1);

}
.plan-box-expert{
  margin: 100px auto;
}
.plan-box p{
  font-size: 15px;
  line-height: 2.5;
}
.plan-box .list{
  padding: 20px 40px;
}
.plan-box .list p{
  line-height: 1.8;
}
.plan-box .list .obs, .plan-box .list-vertical .obs{
  font-size: 12px;
  line-height: 1.2;
}
@media (min-width: 1350px) {
  .plan-box-expert{
    margin-top: 200px;
  }
  .img-fundos{
    width: 660px;
    max-width: 660px;
  }
  .img-expert{
    max-width: 660px;
    width: 660px;
    margin-top: -140px;
  }
}
.text{
    margin-top: -200px;
  }
  
@media (max-width: 1350px) {
  .text{
    margin-top: -120px;
  }
}
@media (max-width: 1140px) {
.text{
    margin-top: -80px;
  }
}
@media (max-width: 720px) {
  .text{
    margin-top: auto;
  }
  .plan-box-hover{
    margin-left:10px;
    margin-right: 10px; 
  }
}
.bg-ideia-investimento{
  background-image: url(../images/bg-receba-ideias-investimentos.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  padding: 80px 0;
}
.bg-ideia-investimento{
  font-family: 'Space Grotesk';
}
.bg-ideia-investimento form{
    margin-top: 60px;
}
.bg-ideia-investimento label{
  color: #fff;
}
.bg-ideia-investimento a{
  color: #00D0C5;
}
.nome{
  font-size: 20px;
  font-family: 'Space Grotesk';
  line-height: 1;
}
.twitter{
  font-size: 16px;
  font-family: 'Space Grotesk';
  line-height: 1;
}
.depoimento{
  font-size: 17px;
  font-family: 'Space Grotesk';
  color: #504350;
  margin-top: 20px;
}
.testimonials i{
  color: #00D0C5;
}
.carousel-inner .img-responsive{
  max-width: 95px;
  margin-bottom: 20px;
}
.carousel-indicators{
  bottom: -40px
}
.carousel-indicators li{
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: rgba(0,0,0,0);
  border-radius: 10px;
  background: #CCD3E5;
  border: none;
  }
.carousel-indicators .active{
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #00D0C5;
}
/*************************************  pagina detalhe  ************************************/
.plan-box .valor p{
  line-height: 1.3;
}
.plan-box .valor p:nth-child(1){
  color: #FF7575;
  font-family: 'Space Grotesk';
  font-size: 38px;
}
.plan-box .valor p:nth-child(1) span:nth-child(2){
  color: #B8B8B8;
  font-size: 14px;
}
.plan-box .valor p:nth-child(2) span{
  font-size: 24px;
}
.plan-box .valor p:nth-child(3){
  color: #B8B8B8;
  font-size: 14px;
}
.bg-sobre-fundos{
  background-image: url(../images/bg-tudo-sobre-fundos.jpg);
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 1920px;
  background-position: 65% center;
  background-attachment: scroll;
  padding: 80px 0;
  height: 700px;
}
.bg-assinatura-expert{
  background-image: url(../images/bg-assinatura-expert.jpg);
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 1920px;
  background-position: 65% center;
  background-attachment: scroll;
  padding: 80px 0;
  height: 700px;
}
#pagina-detalhe .title{
  margin-top: 80px;
}
#pagina-detalhe h2{
  font-family: 'Space Grotesk';
  font-size: 124px;
  line-height: 1;
}
#pagina-detalhe h2::first-line{
  font-size: 47px;
}
.luciana-profile p{
  font-size: 20px;
  font-family: 'Space Grotesk';
  color: #6E6E6E;
  line-height:1.2;
}
@media (max-width: 991px){
    .bg-sobre-fundos, .bg-assinatura-expert{
    background-image: none;
    background-color: #fff;
    padding: 80px 0;
    height: auto;
    text-align: center;
  }
  .bg-sobre-fundos img, .bg-assinatura-expert img{
    margin: auto auto;
  }
  #pagina-detalhe h2{
    font-family: 'Space Grotesk';
    font-size: 74px;
    line-height: 1;
    text-align: center;
  }
  #pagina-detalhe h2::first-line{
    font-size: 40px;
  }
  #pagina-detalhe .title{
  margin-top: auto;
}
}
.side-box{
  padding: 40px;
}
.side-box h3{
  font-family: 'Space Grotesk';
  font-size: 38px;
  line-height: 1.4;
  color: #504350;
}
.side-box p{
  font-size: 22px;
}
.testimonials{
  background-color: #E9ECF1;
  padding: 40px 40px 60px 40px;
}
#pagina-detalhe .plan-box{
  margin-top: 60px;
  padding: 40px;
}
#pagina-detalhe .plan-box h4{
  color: #00D0C5;
  font-weight: 600;
}
/*************************************  Form ************************************/
.form-login .recu-senha{
  text-align: center;
}
.form-login .recu-senha a{
  text-decoration: underline;
  cursor: pointer;
}
.form-login label{
  font-size: 16;
  font-weight: 400;
}
.form-login{
  margin-bottom: 80px;
}
.form-entrar h3{
  color: #504350;
}
.form-entrar p{
  font-size: 16px;
}
.bg-entrar{
  background-image: url(../images/bg-entrar.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;

}
.container-form{
  padding: 100px;
}
.container-form h3{
  color: #504350;
}
.box-plano-selecao{
  padding: 20px 60px;
}
@media (max-width: 991px){
  .container-form{
    padding: 40px 20px;
  }
  .bg-entrar{
    background-image: none;
    background-color: #ffffff;
  }
}
#assine{
  background:#fff;
}
.tela-cadastro{
  background:#fff;
}
.tela-cadastro h3{
  color:#504350;
  font-size: 30px;
}
.form-voltar{
  text-align: right;
}
.form-voltar i{
  margin-right: 10px;
}
.check-termos{
  text-align: center;
}
.check-termos a{
  text-decoration: underline;
  font-weight: 600;
  cursor: pointer;
}
.box-plano-selecao .radio label{
  font-size: 41px;
  font-family: 'Space Grotesk';
  color: #3E333E;
  line-height: 1;
}
.box-plano-selecao .radio label input[type=radio]{
  margin-top: 15px;
}
.box-plano-selecao .valor p{
  line-height: 1.3;
  margin-left: 15px;
  margin-top: 10px;
}
.box-plano-selecao .valor p:nth-child(1){
  color: #00D0C5;
  font-family: 'Space Grotesk';
  font-size: 38px;
}
.box-plano-selecao .valor p:nth-child(1) span{
  font-size: 24px;
}
.box-plano-selecao .valor p:nth-child(1) span:nth-child(2){
  font-size: 14px;
  color: #7C7C7C;
}
.steps{
  margin-top: 40px;
}  
.multi-steps > li.is-active:before, .multi-steps > li.is-active ~ li:before {
  content: counter(stepNum);
  font-family: inherit;
  font-weight: 700;
}
.multi-steps > li.is-active:after, .multi-steps > li.is-active ~ li:after {
  background-color: #ededed;
}

.multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.multi-steps > li {
  counter-increment: stepNum;
  text-align: center;
  display: table-cell;
  position: relative;
  color: #3E333E;
}
.multi-steps > li:before {
  content: '\f00c';
  content: '\2713;';
  content: '\10003';
  content: '\10004';
  content: '\2713';
  display: block;
  margin: 0 auto 4px;
  background-color: #FF7575;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-color: #FF7575;
  border-radius: 50%;
  color: #fff;
}
.multi-steps > li:after {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #FF7575;
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: -1;
}
.multi-steps > li:last-child:after {
  display: none;
}
.multi-steps > li.is-active:before {

  border-color: #FF7575;
}
.multi-steps > li.is-active ~ li {
  color: #3E333E;
}
.multi-steps > li.is-active ~ li:before {
  background-color: #ededed;
  border-color: #ededed;
}
input[type='radio']:after {
    width: 18px;
    height: 18px;
    border-radius: 18px;
    top: -24px;
    left: -2px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #979797;
}

input[type='radio']:checked:after {
    width: 18px;
    height: 18px;
    border-radius: 18px;
    top: -24px;
    left: -2px;
    position: relative;
    background-color: #00D0C5;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #979797;
    padding: 2px;
}
#pagamento input[type='radio']:after {
top: -2px;
}
#pagamento .form-group{
  margin-top: 15px;
  margin-bottom: 33px;
}
.modal {
  text-align: center;
}

@media screen and (min-width: 100px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-content{
  border-radius: 0;
  box-shadow: none;
  border: none;
  text-align: center;
}
.titulo-modal{
  font-size: 29px;
  font-weight: 600;
}
.corpo-modal{
  font-size: 19px;
  margin-bottom: 20px;
}
.icone-modal i{
border: 3px solid #00A198;
padding: 30px 30px 30px 30px;
border-radius: 100%;
color: #00A198;
width: 140px;
height: 140px;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}
input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}
input:-webkit-autofill:hover,
textarea:-webkit-autofill:hover,
select:-webkit-autofill:hover {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}


