@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;600;700&display=swap');

html, body{
    margin: 0;
    padding:0;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    overflow-x: hidden !important;
}
a:hover {
  color: #000000;
}
/* header */
#header {
  background-image: url('/img/bg.svg');
  background-position: center top;
  background-repeat:no-repeat;
  background-size: 155%;
  padding: 50px 0;
  min-height: 550px;
}
#header-content img {
  max-width: 220px;
  margin-bottom: 30px;
}
#header-content h1 {
  font-size: 40px;
  font-weight: 700;
  color: #031D44;
  line-height: 1.2;
}
#header-content h5 {
  font-weight: 400;
  font-size: 30px;
  padding: 10px 0 30px 0;
}
#header-img img {
  max-width: 100%;
}
#under {
  border-bottom: 10px solid #2292A4;
}
#header-content p {
  background: #6290C3;
  border-radius: 10px;
  max-width: 300px;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;  
  line-height: 1.2;
  padding: 10px 20px;
}
/* form */
#form-box {
  text-align: center;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  max-width: 75%;
  padding: 0 0 40px 0;
}
.form-title {
  background: #031D44;
  padding: 20px 0 10px 0;
  border-radius: 20px 20px 0 0;
  text-align: center;
  font-size: 22px;
}
.form-title h5 {
  color: #ffffff;
  font-size: 25px;
}
.form-step {
    display: none;    
}
.step-box {
  padding: 60px 0;
  border-radius: 20px;
  border: solid 1px #d6d8d9;
  margin: 40px auto 0 auto;
  max-width: 80%;
}
.step-box h2 {
  margin-top: 0;
  font-size: 25px;
  font-weight: 700;
}
#s2-s {
  font-size: 18px;
  font-weight: 400;
}
.form-step button {
  margin-top: 30px;
}
.next-step,
.prev-step {
  background-color: #FF4A1C;
  color: #ffffff;
  border: none;
  cursor: pointer;
  width: 250px;
  margin: 0 auto;
  height: 50px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 50px;
}
.next-step:hover,
.prev-step:hover {
  background-color: #6290C3;
}
/* slider */
.slidecontainer {
  width: 80%;
  margin: 0 auto;
}
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 12px;
  border-radius: 20px;
  background: linear-gradient(to right, #031D44, #031D44 0%, #d3d3d3 0%);
  outline: none;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
#value {
  font-size: 55px;
  font-weight: 700;
  color: #2292A4;
}
#currency-symbol {
  font-size: 25px;
  color: #808080;
  font-weight: 400;
  margin-left: -10px;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #2292A4;
  cursor: pointer;
}
.slider::-moz-range-thumb {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #2292A4;
  cursor: pointer;
}
.btn-label {
  padding: 40px 0 0;
}
.btn-label label {
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  color: #808080;
  width: 100%;
  margin: 0 auto;
  padding: 95px 0 30px 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 80px;
  cursor: pointer;
  height: 45px;
}
#small {
  font-size: 11px;
}
.step-box select {
  border: 1px solid #808080;
  height: 45px;
  width: 300px;
  color: #808080;
  border-radius: 50px;
  padding-left: 20px;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
  margin-top: 40px;
  -webkit-appearance: none;
}
/* normal */
#label-mensuales-1 {
  background-image: url('/img/form/1500.svg');  
}
#label-mensuales-2 {
  background-image: url('/img/form/2999.svg');  
}
#label-mensuales-3 {
  background-image: url('/img/form/3000.svg');  
}
#label-credito-adi {
  background-image: url('/img/form/maiscredi.svg');  
}
#label-credito-refi {
  background-image: url('/img/form/renecredi.svg');  
}
#label-credito-cance {
  background-image: url('/img/form/cancecredi.svg');  
}
#label-credito-otro {
  background-image: url('/img/form/other.svg');  
}
#label-micro-credito {
  background-image: url('/img/form/micro.svg');  
}
#label-prestamo-pers {
  background-image: url('/img/form/personal.svg');  
}
#label-hacienda-pub {
  background-image: url('/img/form/public.svg');  
}
#label-tarjeta-rev {
  background-image: url('/img/form/card.svg');  
}
#label-hipotecaria {
  background-image: url('/img/form/house.svg');  
}
#label-credito-otro2 {
  background-image: url('/img/form/other.svg');  
}
#label-vivienda-sim {
  background-image: url('/img/form/si.svg');  
}
#label-vivienda-no {
  background-image: url('/img/form/no.svg');  
}
#label-hipoteca-sim {
  background-image: url('/img/form/si.svg');  
}
#label-hipoteca-no {
  background-image: url('/img/form/no.svg');  
}
/* hover */
#label-mensuales-1:hover {
  background-image: url('/img/form/1500_over.svg');  
}
#label-mensuales-2:hover {
  background-image: url('/img/form/2999_over.svg');  
}
#label-mensuales-3:hover {
  background-image: url('/img/form/3000_over.svg');  
}
#label-credito-adi:hover {
  background-image: url('/img/form/maiscredi_over.svg');  
}
#label-credito-refi:hover {
  background-image: url('/img/form/renecredi_over.svg');  
}
#label-credito-cance:hover {
  background-image: url('/img/form/cancecredi_over.svg');  
}
#label-credito-otro:hover {
  background-image: url('/img/form/other_over.svg');  
}
#label-micro-credito:hover {
  background-image: url('/img/form/micro_over.svg');  
}
#label-prestamo-pers:hover {
  background-image: url('/img/form/personal_over.svg');  
}
#label-hacienda-pub:hover {
  background-image: url('/img/form/public_over.svg');  
}
#label-tarjeta-rev:hover {
  background-image: url('/img/form/card_over.svg');  
}
#label-hipotecaria:hover {
  background-image: url('/img/form/house_over.svg');  
}
#label-credito-otro2:hover {
  background-image: url('/img/form/other_over.svg');  
}
#label-vivienda-sim:hover {
  background-image: url('/img/form/si_over.svg');  
}
#label-vivienda-no:hover {
  background-image: url('/img/form/no_over.svg');  
}
#label-hipoteca-sim:hover {
  background-image: url('/img/form/si_over.svg');  
}
#label-hipoteca-no:hover {
  background-image: url('/img/form/no_over.svg');  
}
/* checked */
#mensuales-1:checked + #label-mensuales-1 {
  background-image: url('/img/form/1500_over.svg');  
}
#mensuales-2:checked + #label-mensuales-2 {
  background-image: url('/img/form/2999_over.svg');  
}
#mensuales-3:checked + #label-mensuales-3 {
  background-image: url('/img/form/3000_over.svg');  
}
#credito-adi:checked + #label-credito-adi {
  background-image: url('/img/form/maiscredi_over.svg');  
}
#credito-refi:checked + #label-credito-refi {
  background-image: url('/img/form/renecredi_over.svg');  
}
#credito-cance:checked + #label-credito-cance {
  background-image: url('/img/form/cancecredi_over.svg');  
}
#credito-otro:checked + #label-credito-otro {
  background-image: url('/img/form/other_over.svg');  
}
#micro-credito:checked + #label-micro-credito {
  background-image: url('/img/form/micro_over.svg');  
}
#prestamo-pers:checked + #label-prestamo-pers {
  background-image: url('/img/form/personal_over.svg');  
}
#hacienda-pub:checked + #label-hacienda-pub {
  background-image: url('/img/form/public_over.svg');  
}
#tarjeta-rev:checked + #label-tarjeta-rev {
  background-image: url('/img/form/card_over.svg');  
}
#hipotecaria:checked + #label-hipotecaria{
  background-image: url('/img/form/house_over.svg');  
}
#credito-otro2:checked + #label-credito-otro2 {
  background-image: url('/img/form/other_over.svg');  
}
#vivienda-sim:checked + #label-vivienda-sim {
  background-image: url('/img/form/si_over.svg');  
}
#vivienda-no:checked + #label-vivienda-no {
  background-image: url('/img/form/no_over.svg');  
}
#hipoteca-sim:checked + #label-hipoteca-sim {
  background-image: url('/img/form/si_over.svg');  
}
#hipoteca-no:checked + #label-hipoteca-no {
  background-image: url('/img/form/no_over.svg');  
}
.form-field {
  margin: 20px 0 0 0;
}
.form-field input {
  border: 1px solid #808080;
  height: 45px;
  width: 300px;
  color: #808080;
  border-radius: 50px;
  padding-left: 20px;
  margin: 0 auto;
  display: block !important;
}
[type="submit"] {
  background-color: #FF4A1C;
  color: #ffffff;
  border: none;
  cursor: pointer;
  width: 250px;
  margin: 0 auto;
  height: 50px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 50px;
}
[type="submit"]:hover {
  background-color: #6290C3;
}
.error {
  margin-top: 10px;
  color: red;
}
#term-box {
  margin-top: 20px;
}
/* Thank You */
#ty h1 {
  font-size: 45px;
  font-weight: 700;
  color: #031d44;
}
#ty p {
  font-size: 20px;
}
.cta-error {
  background-color: #FF4A1C;
  color: #ffffff;
  border: none;
  cursor: pointer;
  width: 250px;
  margin: 0 auto;
  height: 50px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 50px;
}
.cta-error:hover {
  background-color: #6290C3;
}
/* section1 */
#section1 {
  padding: 30px 0 100px 0;
  text-align: center;
}
#sec1-title {
  padding-bottom: 60px;
}
#sec1-title h3 {
  font-size: 40px;
  font-weight: 700;
}
#icons img {
  max-width: 230px;
  margin: 0 auto;
}
#icons p {
  font-size: 16px;
  font-weight: 400;
  margin: 30px auto 0 auto;
  max-width: 85%;
  line-height: 1.1;
}
/* section 2 */
#section2 {
  padding: 50px 0;
  text-align: center;
  background: #f6f7f9;
}
#sec2-title {
  padding-bottom: 60px;
}
#sec2-title h3 {
  font-size: 40px;
  font-weight: 700;
}
.slick-list {
  margin: 0 auto;
  text-align: center;
}
.testemunho {
  display: flex !important;
}
.teste-box {
  text-align: left;
}
#teste-img img {
  max-width: 220px;
  margin: 0 auto;
}
.teste-content {
  width: 95%;
  margin: 0 auto;
}
.teste-txt {
  font-size: 16px;
  font-weight: 700;
  color: #031d44;
  line-height: 1.1;
}
.name {
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
}
.teste-sub {
  font-size: 16px;
}
.pull-right {
  z-index: 55;
  position: relative;
  border: none;
  background: transparent;
}
.pull-right img {
  width: 40px;
  height: 40px;
}
.pull-left {
  z-index: 55;
  position: relative;
  border: none;
  background: transparent;
}
.pull-left img {
  rotate: 180deg;
  width: 40px;
  height: 40px;
}
/* section 2 */
#section3 {
  padding: 80px 0;
  text-align: center;
}
#sec3-title {
  padding-bottom: 40px;
}
#sec3-title h3 {
  font-size: 40px;
  font-weight: 700;
}
.accordion-button {
  font-size: 18px;
  font-weight: 700;
  color: #031d44;
}
.accordion-button:not(.collapsed) {
  color: #031d44;
  background: #f6f7f9;
}
.accordion-body {
  text-align: left;
}
/* footer */
#footer {
  background: #031d44;
  padding: 50px 0;
}
#footer-content {
  color: #ffffff;
}
#footer-content h2 {
  font-weight: 700;
  font-size: 55px;
}
#footer-content p {
  font-size: 18px;
}
#footer-cta {
  text-align: center;
}
.cta {
  width: 80%;
  height: 50px;
  border-radius: 50px;
  border: none;
  background: #ff4a1c;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
}
.cta:hover {
  background: #6290c3;
}
/* adstrategy */
#section-ads {
  text-align: center;
  padding: 30px 0;
}

/* media queries */
@media screen and (max-width: 1400px) {
  .step-box {
    max-width: 90%;
  }  
  #header-content h5 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1220px) {
  .cta {
    width: 100%;
  }
    #header-content h5 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .form-field input {
    width: 100%;
  }
  .label_termos {
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  #header {
    background-size: 250%;
  }
  #header-content img {
    max-width: 175px;
  }
  #header-content h1 {
    max-width: 75%;
    font-size: 30px;
  }
  #header-content h5 {
    font-size: 17px;
  }
  #header-content p {
    font-size: 22px;
    max-width: 60%;
  }
  .step-box {
    padding: 50px 15px;
    max-width: 90%;
  }
  .btn-label label {
    font-size: 14px;
  }
  .step-box h2 {
    font-size: 20px;
  }
  .form-field input {
    width: 100%;
  }
  #icons p {
    font-size: 14px;
    max-width: 100%;
  }
  .accordion-body {
    font-size: 13px;
  }
  #footer-content h2 {
    font-size: 45px;
  }
  #footer-content p {
    font-size: 16px;
  }
  .cta {
    width: 100%;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  #header-content h1 {
    font-size: 30px;
  }
  #header-content p {
    max-width: 80%;
  }
  #form-box {
    max-width: 100%;
  }
  .step-box {
    padding: 50px 0;
  }
  .label_termos {
    font-size: 11px;
  }
  .btn-label label {
    background-size: 67px;
  }
  #icons p {
    font-size: 12px;
  }
  #footer-content h2 {
    font-size: 35px;
  }
  #footer-content p {
    font-size: 14px;
  }
  .cta {
    font-size: 12px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  #header {
    text-align: center;
    padding: 30px 0 60px 0;
    background-size: cover;
  }
  #header-content h1 {
    margin: 0 auto;
    font-size: 32px;
  }
  #header-content p {
    margin: 0 auto;
    max-width: 250px;
    font-size: 22px;
    padding: 10px 40px;
  }
  #header-content h5 {
    font-size: 23px;
  }
  #header-img img {
    max-width: 280px;
    margin: 20px 0;
  }
  .step-box {
    padding: 50px 20px;
  }
  .label_termos {
    font-size: 14px;
  }
  .btn-label label {
    background-size: 80px;
  }
  #icons {
    margin-bottom: 50px;
  }
  #icons img {
    max-width: 250px;
  }
  #icons p {
    font-size: 15px;
    max-width: 70%;
    margin: 30px auto 0 auto;
  }
  #sec1-title h3, #sec2-title h3, #sec3-title h3 {
    font-size: 30px;
  }
  #sec2-title {
    padding-bottom: 30px;
  }
  #teste-img img {
    padding-bottom: 30px;
  }
  .teste-content {
    width: 100%;
    text-align: center;
  }
  .teste-txt {
    font-size: 18px;
  }
  #footer {
    text-align: center;
  }
  #footer-content h2 {
    font-size: 45px;
  }
  #footer-content p {
    font-size: 18px;
    line-height: 1.1;
  }
  .cta {
    width: 100%;
    font-size: 18px;
    height: 55px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  #footer-content h2 {
    font-size: 40px;
  }
  .step-box h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 414px) {
  .form-title h5 {
    font-size: 20px;
  }
  #footer-content h2 {
    font-size: 32px;
  }
  .cta {
    font-size: 14px;
    height: 45px;
  }
  .accordion-button {
    padding-right: 25px;
  }
  #footer-content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  #footer-content h2 {
    font-size: 28px;
  }
  #footer-content p {
    font-size: 15px;
  }
  .cta {
    font-size: 12.5px;
  }
}
@media screen and (max-width: 320px) {
  .step-box select {
    width: 100%;
  }
  #header-content h5 {
    font-size: 18px;
  }
  #header-content h1 {
    font-size: 28px;
  }
  [type="submit"] {
    width: 100%;
  }
  #term-box label {
    font-size: 12.5px;
  }
  .form-title h5 {
    font-size: 17px;
  }
  #value {
    font-size: 45px;
  }
  #section1 {
    padding: 30px 0 50px 0;
  }
  #section2 {
    padding: 50px 0 0 0;
  }
  #footer-content h2 {
    font-size: 35px;
  }
  #footer-content p {
    font-size: 15px;
  }
  .cta {
    font-size: 11px;
  }
}