ul {
  list-style-type: none;
}
a {
  text-decoration: none;
}

.w-50{
  width: 50%;
}
.w-60{
  width: 60%;
}
.w-70{
  width: 70%;
}
.v-align{
  position: absolute;
  top: 50%; 
  transform: translateY(-50%);
  height: 50%;
}
.ox-hidden{
  overflow-x: hidden;
}
.mainpl{
  padding-left: 4.3%;
}
.mainpr{
  padding-right: 4.3%;
}
.mainplBig{
  padding-left: 8.6%;
}
.mainprBig{
  padding-right: 8.6%;
}
.headingM{
  font-size: 26px;
  color: rgb(114, 123, 140);
  line-height: 1.6;
  font-weight: bold;
}
.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
  padding-left: 13%!important;
  padding-right: 13%!important;
  background-color: #cf51b8;
}
.lead{
  color: rgb(157, 162, 171)
}

body{
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}

#exampleModal{position: relative; z-index: 99999999}
.btn-whatsapp {padding: 7px !important; font-size: 28px !important;    text-align: center;  text-decoration: none;  background: #3abf4c;  color: white;   border-radius: 50%;   position:fixed; 
  bottom: 35px;   float: right; box-shadow: 1px 3px 0px rgb(1,1,1,0.1);  z-index: 999999;   display: block;   right: 10px;  margin-right: 20px; width: 56px !important;
}
.btn-whatsapp:hover {color: #fff !important; box-shadow: 0px 0px 0px rgb(1,1,1,0.1); transition: 0.2s}

#btn_simule{display: none;}
.simlue {cursor:pointer;  padding: 7px !important; 
  font-size: 18px !important;    
  text-align: left;  text-decoration: none;  
  background: #ef7f2d;  color: #fff !important;   border-radius:10px;   position:fixed;border: 1px solid #ef7f2d; 
  bottom: 40px;   float: left; box-shadow: 1px 3px 0px rgb(1,1,1,0.1);  z-index: 999999;   display: block;  right: 10px;  margin-right: 90px; width: 130px !important;
}
.simlue:hover {color: #ef7f2d !important; background: #fff;  text-decoration: none; box-shadow: 0px 0px 0px rgb(1,1,1,0.1); transition: 0.2s}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 999999;
}
#preloader .wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#preloader2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255,255,255,0.5);
  z-index: 999999;
}
#preloader2 .wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


#mensagem_simulacao{display: none; position: absolute; top: 0; width: 100%; height: 100vh; background: rgb(0,0,0,0.7); z-index: 9999999999}
.wrapper_mensagem{width: 50%; position: absolute; top: 30%; opacity: 0; transition: 1s;  background: #76b0d1; left: 50%; margin-left: -400px; padding: 30px; padding-bottom: 60px; text-align: center;}

#home-interna{
  height: 100px;
  margin-bottom: 0px;
  width: 100%;
  z-index: 99999999999;
  background: rgb(255,255,255,0.9);
  padding-left: 8%!important;
  padding-right: 8%!important;

}
#home-interna .backWrapper{
  width: 100%;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background: rgb(255,255,255,1);
}


#home-interna nav.navbar{
  background: rgb(255,255,255,1);
  width: 100%;
  transition: all 0.3s ease-out;
  z-index: 99999;
}
#home-interna .navbar-nav a{
  color: #161415;
  font-weight: bold;
  padding: 0.5rem 1rem;
  transition: all 0.3s linear;
  font-size: 1rem;
  border: 1px solid transparent;
}
#home-interna .navbar-nav li.buynow a{
  background: rgb(255,255,255,1);
}
#home-interna .navbar-nav a:hover,
#home-interna .navbar-nav a.active
{
  border-color: #161415;

  border-radius: 5px;
}
#home-interna .imgWrapper img{
  width: 100%;
  position: relative;
  top: 15px;
  background: rgb(255,255,255,1);
}

#home-interna .headerDesc{
  text-align: center;
  margin: 0 auto;
}

#home-interna .headerDesc h3{
  color: white;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
}

#home-interna .navbar-toggler{
  float: right;
}

#home-interna .iconHolder{
  position: relative;
  top: -70px;
}
#home-interna .iconHolder a{
  color: #ffffff;
}
#home-interna .iconHolder a span{
  width: 30px;
  height: 30px;
  border: 1px solid #FFFFFF;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  border-color: #FFFFFF;
  animation: arrowScale 2s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
}
#home-interna .iconHolder a > span{
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-color: #cf51b8;
}
#home-interna .iconHolder a:hover span{
  animation: none;
}

#home-interna .sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999999999999;
  border-top: 0;
  padding-left: 13%!important;
  padding-right: 10%!important;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
}

.background_home{width: 100%; height: 90vh; max-height: 700px; background: linear-gradient(90deg,#006600,#a9b000);}
.textos_banner{width: 50%; float:left; margin: 0 auto; text-align: left; padding-top: 10%;}
.textos_banner h2{color: #FFFFFF; font-size: 28px; line-height: 47px; margin-top:  0px; margin-bottom: 0px; font-weight: 700}
.textos_banner h1{color: #f8b82c; font-size: 104px; line-height: 83px; font-weight: 700; margin-top:  0px; margin-bottom: 40px;}
.textos_banner p{color: #FFFFFF; font-size:  20px; line-height: 28px; font-weight: 400; padding-left: 0px; padding-right: 150px;}
.textos_banner button{cursor: pointer; width: 100%; padding-top: 25px; padding-bottom: 25px; margin-bottom: 10px; margin-top: 50px; background: #3ABF4C; color: #fff; text-transform: uppercase; text-align: center; font-size: 18px; border: none; border-radius: 5px; font-weight: bold; }
.textos_banner button:hover{background: #CC2B4E; transition: 0.2s;}

.financiamento-txt{margin-top: 80px; background: rgb(255,255,255,1); border-radius: 10px; padding: 20px 10px 40px 10px; width: 500px; margin-right: 0px; float: right; color: #16499f; text-align: center; position: relative; z-index: 990;
  box-shadow: 10px 5px 10px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 10px 5px 10px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 10px 5px 10px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 10px 5px 10px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 10px 5px 10px 5px rgba(0, 0, 0, 0.1);
}
.financiamento-txt p {font-size: 16px;  padding: 0px; }
.financiamento-txt h3{color: #161415; font-size: 24px; line-height: 30px; font-weight: 700;margin-top: 15px; margin-bottom: 20px;}
.financiamento-txt span{font-size: 22px; margin-top: 25px; display: block; color: #161415}
.financiamento-txt button {cursor: pointer; width: 80%; padding-top: 10px; padding-bottom: 7px; margin-bottom: 10px; margin-top: 10px; background: #f27e2a; color: #FFFFFF; text-transform: uppercase; text-align: center; font-size: 17px; border: none; border-radius: 5px; font-weight: bold; }
.financiamento-txt button:hover{background: #e07325; transition: 0.2s;}

#sobre{margin-top: -100px; width: 100%;}
.descricao{width: 100%; background: #fff; border-radius: 10px; margin-right: 0px; position: relative; z-index: 990;
  box-shadow: 10px 5px 10px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 10px 5px 10px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 10px 5px 10px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 10px 5px 10px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 10px 5px 10px 5px rgba(0, 0, 0, 0.1);
}
.descricao-padding{padding: 100px 150px 100px 150px;}  
.descricao h1{font-size: 36px; font-weight: 700; margin-bottom: 30px; text-align:left;}
.descricao p{text-align: justify; font-weight: 400; font-size: 16px; line-height: 26px;}

.desc_melhor{width: 100%; position: relative; z-index: 999; margin-top: 40px; padding-bottom: 150px; }
.desc_melhor_conteudo{color:#000; margin-top: 80px; text-align: center}
.desc_melhor_conteudo h1{font-size: 36px; font-weight: bold; margin-bottom: 60px;}
.caixa{width: 23%; min-height: 250px; float: left; box-shadow: 0px 0px 14px -4px rgb(0 0 0 / 50%); margin: 10px 10px 10px 10px; padding: 50px 10px 30px 10px; border-radius: 10px 10px 10px 10px;}
.caixa i{font-size: 50px; color: #ef7f2d;}
.caixa h2{font-size: 26px; font-weight: 700; line-height: 34px; margin-top: 20px; margin-bottom: 20px;}
.caixa p{font-size: 16px; line-height: 16px;}

.como-func{margin-top: 20px; height: 250px; margin-bottom: 20px; width: 100%; }
.como-func-1-img{width: 40%; float: left; text-align: center}
.como-func-1-txt{width: 60%; float: right;}

.como-func-2-img{width: 40%; float: right; text-align: center; margin-top: -50px;}
.como-func-2-txt{width: 60%; float: left; margin-top: 60px;}


#duvidas{padding-top: 10px; background: linear-gradient(90deg,#006600,#a9b000); position: relative; z-index: 999; padding-bottom: 100px; margin-top: 0px; text-align: left; color:#fff;}
#duvidas h1{font-size: 36px; font-weight: bold; margin-bottom: 60px;}

.interna-duvidas{width: 100%; margin-top: 100px;}
.interna-duvidas h1{width: 100%; text-align: center; color: #fff; font-size: 38px; line-height: 48px; font-weight: bold; margin-bottom: 30px;}
.interna-duvidas h2{width: 100%; text-align: center; color: #fff; font-size: 26px; line-height: 36px; margin-bottom: 50px;}

.interna-duvidas ul{list-style: none; margin: 0px; padding: 0px}
.interna-duvidas ul li{ width: 100%; min-height: 60px; padding-top: 15px; background: #fff; margin-bottom: 10px;}
.interna-duvidas ul li a{color: #fff; cursor: pointer;}
.interna-duvidas ul li a:hover{text-decoration: none;}
.interna-duvidas ul li a h4{color: #fff; float: left;  padding-left: 25px; width: 100%; font-size: 24px; line-height:50px; font-weight: bold;}
.interna-duvidas ul li a img{width: 18px; float: right; margin-top: 10px;}

.carrega-duvida h4{cursor: pointer; float: left; padding-left: 25px; color: #161415; font-weight: bold; font-size: 18px; line-height: 26px}
.carrega-duvida img{width: 18px; float: right; margin-top: 20px;}
.carrega-duvida p{ padding-bottom: 10px; padding-left: 25px; width: 100%; float: none; display: inline-block;  color: #161415; font-size: 16px; line-height: 35px;}

.parceiros{text-align: center;}
.parceiros h1{font-weight: bold; margin-top: 100px; margin-bottom: 30px; text-align: center}
.parceiros p{font-size: 22px; line-height: 32px;}

.button-avatar{width: 100%; margin: 0 auto; margin-bottom: 50px; padding-top: 0px; padding-bottom: 100px;}
.button-avatar button {cursor: pointer; width: 50%; padding-top: 10px; padding-bottom: 7px; margin-bottom: 15px; margin-top: 25px; background: #ef7f2d !important; color: #FFFFFF; text-transform: uppercase; text-align: center; font-size: 17px; border: none; border-radius: 25px; font-weight: bold; }
.button-avatar button:hover{background: #ef7f2d; transition: 0.4s;}

.rodape{background: #292527; width: 100%; height: auto !important; z-index: 10; margin-top: -20px; padding-top: 40px;}
.rodape3{background: #292527; width: 100%; height: auto; padding-top: 10px; padding-bottom: 30px; z-index: 10; margin-top: 0px;}
.rodape2{background: #161415; width: 100%; height: 40px; z-index: 10; text-align: center;}
.rodape2 h1{font-size: 14px; color: #FFF; padding-top: 13px;}
.texto_rodape{width: 100%;  padding-top: 0px; color: #FFFFFF;}
.texto_rodape p{width: 100%; display: block; font-size: 15px; line-height: 20px; }

.texto-contanto{width: 45%; float: none; padding-top: 40px;}
.texto-contanto h1{margin-bottom: 30px; font-weight: bold; color: #FFFFFF;  font-size: 28px; line-height: 48px;}
.texto-contanto p{margin-bottom: 15px; color: #FFFFFF; font-size: 16px; line-height: 22px;}

.formulario-contato{width: 50%; float: left; margin-left: 5%; padding-top: 30px;}
.formulario-contato label{color: #898989 !important}

.btn-enviar-contato{width: 70%; margin: 0 auto; text-align: center; margin-top: 50px;}
.btn-enviar-contato button{cursor: pointer; width:100%; padding-top: 10px; padding-bottom: 7px; margin-bottom: 10px; background: #db264d; color: #FFFFFF; text-transform: uppercase; text-align: center;  font-size: 17px; border: none; border-radius: 25px; font-weight: bold;}
.btn-enviar-contato button a{color: #FFFFFF;}
.btn-enviar-contato button:hover{background: #b82d4b; transition: 0.4s;}

.link-social:hover{opacity: 0.5; transition: 0.5s}

#msg-final{width: 80%; margin: 0 auto; visibility: hidden; transition: 2s; margin-top: 10px; border: 1px solid #FFFFFF; color: #FFFFFF; text-align: center; font-size: 18px; border-radius: 15px; padding-top: 9px; padding-bottom: 0px;}
#msg-final h1{color: #FFFFFF; font-size: 26px; font-weight: bold; margin-bottom: 15px;}
#msg-final p{color: #FFFFFF; font-weight: 300; font-size: 16px; text-align: center; text-transform: none}
#msg-final a{color: #FFFFFF}

.bg-modelo{background: #FFFFFF; color: #7b7b7b; border: 1px solid #dddddd; }
.bg-modelo:hover{color: #73459b; border-color:#73459b}
.active{color: #FFFFFF}
.active:hover{color: #FFFFFF}

.ativo{background: #73459b; color: #FFFFFF}
.ativo:hover{background: #73459b; color: #FFFFFF}

.popup{display: none; width: 260px; height: 200px; padding-left: 40px; padding-right: 20px; padding-top: 25px; padding-bottom: 25px; position: fixed; bottom: 100px; left: 0; z-index: 9999; background: rgb(255, 255, 255, 0.95); border-bottom-right-radius: 10px; border-top-right-radius: 10px;box-shadow: 3px 3px 6px 0 rgba(0,0,0,.2);
  opacity: 0;
  transition: visibility 0s .7s,opacity .3s,transform .2s cubic-bezier(.25,.46,.45,.94);

  transition-property: visibility, opacity, transform;
  transition-duration: 0s, 0.3s, 0.2s;
  transition-timing-function: ease, ease, cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.7s, 0s, 0s;
}

.hidden {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}

.show-me {
  opacity: 1;
  transition: visibility .3s 0s,opacity .7s,transform .7s cubic-bezier(.25,.46,.45,.94);

  transition-property: visibility, opacity, transform;
  transition-duration: 0.3s, 0.7s, 0.7s;
  transition-timing-function: ease, ease, cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0s, 0s, 0s;
}

.popup h1{font-size: 20px; font-weight: bold; color: #161415}
.popup p{font-size: 14px; line-height: 24px; color: #898989}
.popup p a{color: #898989}
#fechar-popup{color: #898989; position: absolute; left: 220px; top: 10px; border: 0px; background: transparent; font-size: 20px;  cursor: pointer;}
#exclamacao-popup{color: #161415; position: absolute; left: 0px; top: 20px; border: 0px; background: transparent; font-size: 24px; cursor: pointer;}


#texto-popup{display: block;}
#texto-popup-responsivo{display: none;}

#texto-padding-left{text-align: justify; padding-left: 20px}

.link_ser{cursor: pointer}

.bg-simulador{background: linear-gradient(to right, #283850 0%, #283850 calc(50% - 180px), #e0e0e0 20%, #e0e0e0 100%); padding-top: 30px; padding-bottom: 150px;}

.campo-obrigatorio{float: none; margin-left: 5px; color: red; display: none;}
.campo-obrigatorio-2{float: right; margin-left: 3px; color: #c1c0c0 !important;}


#cookie { box-shadow: 0 0 1em rgb(155, 155, 155,0.5); display: none; position: fixed; bottom: 0; margin-bottom: 20px; left: 5%; background: #faf8f7; color: #56504c; width: 90%; padding-top: 1.5%; padding-bottom: 1.5%; font-size: 1em;transition: 0.5s; z-index: 9999999;border:  1px solid #56504c; border-radius: 10px;}
#cookie div div {width: 75%; float: left; padding-left: 15px;}
#cookie a {text-decoration: underline;}
#cookie button {background: #faf8f7; color: #2379b6; border: 1px solid #2379b6; border-radius: 10px; float: right; font-size: 1.2em; width: 22%; padding-top: 1%; padding-bottom: 1%; font-weight: bold;}


@media screen and (max-width: 1439px) {
  #home-interna{
    padding-left: 3%!important;
    padding-right: 3%!important;
  }
  #home-interna .sticky {
    padding-left: 10%!important;
    padding-right: 10%!important;
    background-color: #FFFFFF;
  }
  .sticky {
    padding-left: 5%!important;
    padding-right: 5%!important;
  }


  #tipo_home button{margin-bottom: 20px;}
  #btn_portabilidade{margin-left: 0px;}
  .voltar_home{margin-top: 78vh;}

}

@media screen and (max-width: 1200px) {
  #home-interna{
    padding-left: 5%!important;
    padding-right: 1%!important;
  }

  #home-interna .sticky {
    padding-left: 1%!important;
    padding-right: 1%!important;
  }
  .sticky {
    padding-left: 0%!important;
    padding-right: 1%!important;
  }

  .como_funciona{height: auto; margin-bottom: 400px;}

  .texto_rodape p{width: 100%; display: block; font-size: 15px; line-height: 20px; }

  .bg-simulador{padding-top: 60px; padding-bottom: 170px;}
  .form-simulador{width: 50%; margin:0 auto; left: 50%; margin-left: 400px; }
  .texto-lateral{position: absolute; height: auto;  width: 350px; margin-left: 30px; text-align: left; margin-top: 150px;}
  .melhor_prazo{margin-left: 20px;}


  .seta-d{margin-top: -100px; margin-left: 400px;}
  .seta-e{margin-top: -100px; margin-left: -500px;}
  #tipo_home button{margin-bottom: 20px;}
  #btn_portabilidade{margin-left: 0px;}
  .voltar_home{margin-left: -480px; margin-top: 550px;}


  .financiamento-txt{ padding: 5px; width: 450px;}

  .descricao_esq{margin-left: 110px; }

}

@media screen and (max-width: 992px){
  #home-interna{
    padding-left: 14%!important;
    padding-right: 18%!important;
    background: rgb(255,255,255,1);
  }

  #home-interna .iconHolder{
    top: 30px;
  }
  #home-interna .headerDesc{
    text-align: center;
    margin-top: 35px;
  }
  #home-interna nav.navbar{
    background: rgb(255,255,255,1);
  }

  .sticky {
    padding-left: 13%!important;
    padding-right: 13%!important;
  }
  #home-interna .sticky {
    padding-left: 13%!important;
    padding-right: 18%!important;
    background: rgb(255,255,255,1);
  }

  [data-aos] {
    opacity: 1 !important;
    transform: translate(0) scale(1) !important;
  }


  .btn-whatsapp {bottom: 10px !important; right: 10px;  margin-right: 10px; }
  .simlue {bottom: 15px; right: 10px;  margin-right: 70px;}

  .background_home{width: 100%; height: 100vh; min-height:900px; max-height: 700px;}
  .textos_banner{width: 100%; float:none; margin: 0 auto; text-align: left; padding-top: 10%;}
  .textos_banner h2{color:#fff; font-size: 28px; line-height: 47px;}
  .textos_banner h1{color: #f8b82c; font-size: 90px; line-height: 83px;}
  .textos_banner p{font-size:  20px; line-height: 28px;padding-right: 0px;}

  .financiamento-txt{margin-top: 40px; background: rgb(255,255,255,1); border-radius: 10px; padding: 20px 10px 40px 10px; width: 98%; margin-right: 0px; float: none; }
  .financiamento-txt p {font-size: 16px;  padding: 0px; }
  .financiamento-txt h3{color: #161415; font-size: 24px; line-height: 30px; font-weight: 700;margin-top: 15px; margin-bottom: 20px;}
  .financiamento-txt span{font-size: 22px; margin-top: 25px; display: block; color: #161415}
  .financiamento-txt button {cursor: pointer; width: 80%; padding-top: 10px; padding-bottom: 7px; margin-bottom: 10px; margin-top: 10px; background: #f27e2a; color: #FFFFFF; text-transform: uppercase; text-align: center; font-size: 17px; border: none; border-radius: 5px; font-weight: bold; }
  .financiamento-txt button:hover{background: #e07325; transition: 0.2s;}

  #sobre{clear: both; margin-top: 100px; width: 100%;}
  .descricao{width: 100%; background: #fff; border-radius: 10px; margin-right: 0px; position: relative; z-index: 990;
    box-shadow: none
  }
  .descricao-padding{padding: 10px 15px 10px 15px;}  
  .descricao h1{font-size: 36px; font-weight: 700; margin-bottom: 30px; text-align:left;}
  .descricao p{text-align: justify; font-weight: 400; font-size: 16px; line-height: 26px;}

  .desc_melhor{width: 100%; position: relative; z-index: 999; margin-top: 40px; padding-bottom: 150px; }
  .desc_melhor_conteudo{color:#000; margin-top: 80px; text-align: center}
  .desc_melhor_conteudo h1{font-size: 36px; font-weight: bold; margin-bottom: 60px;}
  .caixa{width: 96%; margin:0 auto; min-height: 250px; float: none; box-shadow: 0px 0px 14px -4px rgb(0 0 0 / 50%); margin: 10px 10px 10px 10px; padding: 50px 10px 30px 10px; border-radius: 10px 10px 10px 10px;}
  .caixa i{font-size: 50px; color: #ef7f2d;}
  .caixa h2{font-size: 26px; font-weight: 700; line-height: 34px; margin-top: 20px; margin-bottom: 20px;}
  .caixa p{font-size: 16px; line-height: 16px;}

  .como-func{margin-top: 20px; height: 250px; margin-bottom: 20px; width: 100%; }
  .como-func-1-img{width: 40%; float: left; text-align: center}
  .como-func-1-txt{width: 60%; float: right;}

  .como-func-2-img{width: 40%; float: right; text-align: center; margin-top: -50px;}
  .como-func-2-txt{width: 60%; float: left; margin-top: 60px;}


  #duvidas{padding-top: 10px; position: relative; z-index: 999; padding-bottom: 100px; margin-top: 0px; text-align: left; color:#fff;}
  #duvidas h1{font-size: 36px; font-weight: bold; margin-bottom: 60px;}

  .interna-duvidas{width: 100%; margin-top: 100px;}
  .interna-duvidas h1{width: 100%; text-align: center; color: #fff; font-size: 38px; line-height: 48px; font-weight: bold; margin-bottom: 30px;}
  .interna-duvidas h2{width: 100%; text-align: center; color: #fff; font-size: 26px; line-height: 36px; margin-bottom: 50px;}

  .interna-duvidas ul{list-style: none; margin: 0px; padding: 0px}
  .interna-duvidas ul li{ width: 100%; min-height: 75px; padding-top: 15px; background: #fff; margin-bottom: 10px;}
  .interna-duvidas ul li a{color: #fff; cursor: pointer;}
  .interna-duvidas ul li a:hover{text-decoration: none;}
  .interna-duvidas ul li a h4{color: #fff; float: left;  padding-left: 25px; width: 100%; font-size: 24px; line-height:50px; font-weight: bold;}
  .interna-duvidas ul li a img{width: 18px; float: right; margin-top: 10px;}

  .carrega-duvida h4{cursor: pointer; float: left; padding-left: 25px; color: #161415; font-weight: bold; font-size: 18px; line-height: 26px}
  .carrega-duvida img{width: 18px; float: right; margin-top: 20px;}
  .carrega-duvida p{ padding-bottom: 10px; padding-left: 25px; width: 100%; float: none; display: inline-block;  color: #161415; font-size: 16px; line-height: 35px;}

  .parceiros{text-align: center;}
  .parceiros h1{font-weight: bold; margin-top: 100px; margin-bottom: 30px; text-align: center}
  .parceiros p{font-size: 22px; line-height: 32px;}

  .button-avatar{width: 100%; margin: 0 auto; margin-bottom: 50px; padding-top: 0px; padding-bottom: 100px;}
  .button-avatar button {cursor: pointer; width: 50%; padding-top: 10px; padding-bottom: 7px; margin-bottom: 15px; margin-top: 25px; background: #ef7f2d !important; color: #FFFFFF; text-transform: uppercase; text-align: center; font-size: 17px; border: none; border-radius: 25px; font-weight: bold; }
  .button-avatar button:hover{background: #ef7f2d; transition: 0.4s;}

  .rodape{background: #292527; width: 100%; height: auto !important; z-index: 10; margin-top: -20px; padding-top: 40px;}
  .rodape3{background: #292527; width: 100%; height: auto; padding-top: 10px; padding-bottom: 30px; z-index: 10; margin-top: 0px;}
  .rodape2{background: #161415; width: 100%; height: 40px; z-index: 10; text-align: center;}
  .rodape2 h1{width: 100%; font-size: 14px; color: #FFF; padding-top: 13px;}
  .texto_rodape{width: 100%;  padding-top: 0px; color: #FFFFFF;}
  .texto_rodape p{width: 100%; display: block; font-size: 15px; line-height: 20px; }
}



select {
  -webkit-tap-highlight-color: transparent;
  background-color: #FFF;
  border-radius: 0px;
  border: none;
  border-bottom: solid 1px #dddddd;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  color: #626262;
  font-family: inherit;
  font-size: 18px;
  font-weight: normal;
  height: 42px;
  line-height: 32px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 90%; 
  margin: 0 auto;
  margin-bottom: 15px;
  position: relative;
}
select:hover {
  border-color: #25344a; 
}
select:active, select.open, select:focus {
  border-color: #25344a; 
  color: #4a4a4a;
}
select:after {
  border-bottom: 2px solid #90a1b5;
  border-right: 2px solid #90a1b5;
  content: '';
  display: block;
  height: 5px;
  margin-top: 0px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  color: #4a4a4a;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px; 
  color: #4a4a4a;
}
select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  color: #4a4a4a;
}
select.open .list {
  opacity: 1;
  color: #4a4a4a;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0); 
}
select.disabled {
  border-color: #e7ecf2;
  color: #90a1b5;
  pointer-events: none; 
}
select.disabled:after {
  border-color: #cdd5de; 
}
select.wide {
  width: 100%; 
}
select.wide .list {
  left: 0 !important;
  right: 0 !important; 
}
select.right {
  float: right; 
}
select.right .list {
  left: auto;
  right: 0; 
}

select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow-y: scroll;
  height: auto !important;
  max-height: 400px;
  padding: 0;
  padding-top: 65px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9; 
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important; 
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 20px;
  list-style: none;
  min-height: 33px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; 
}
select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f7f9; 
}
select .option.selected {
  font-weight: bold; 
}
select .option.disabled {
  background-color: transparent;
  color: #90a1b5;
  cursor: default; 
}

