@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html, body{
    margin: 0;
    padding:0;
    font-family: 'Montserrat';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    overflow-x: hidden !important;
}
a:hover {
  color: #000000;
}
:root{
  --labelColor: #444;
}
input:not(input[type="range"]).error{
  border: 1px solid red;
  color: initial;
}
label.error{
  margin-top: 5px;
}
.error{
  width: 100%;
  color: red;
  font-size: 12px;
}
#beginning{
  background: url('/img/prelp/back.svg'), #0079a8;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.beg-txt {
  text-align: center;
  color: #fff;
  background: transparent;
  border-radius: 20px 0;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-out;
  text-decoration: none;
  padding: 80px 30px;
}
.beg-txt:hover {
  transform: translateY(-5px) scale(1) translateZ(0);
}
.beg-txt:hover .overlay {
  transform: scale(4) translateZ(0);
  opacity: 1;
}
.beg-txt:hover {
  color: #000;
}
.beg-txt:hover h3 span {
  color: #0079a8;
}
.beg-content {
  position: relative;
  z-index: 1;
}
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0;
  top: 70px;
  left: 50px;
  z-index: 0;
  transition: transform 0.6s ease-out;
}
.beg-txt svg {
  width: 300px;
  margin-bottom: 20px;
}
.beg-txt h3 {
  font-size: 40px;
  font-weight: 400;
}
.beg-txt h3 span {
  font-weight: 700;
}
.beg-txt p {
  font-size: 20px;
  margin: 0;
}
#compareButton {
  width: 350px;
  background-color: #f1a73d;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  border-radius: 50px;
  border: none;
  height: 60px;
  margin: 30px 0 20px 0;
  transition: background .3s ease-in-out;
}
#compareButton:hover {
  background: #0079a8;
  color: #fff;
}
#header, #section-ads {
  display: none;
}
#header{
  background-color: #F6F8FB;
}
/*NAV*/
.nav{
  background: url('/img/prelp/back.svg'), #0079a8;
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
}
.nav-content img {
  height: 80px;
}
#partners{
  background-color: #fff;
  padding: 25px 0;
}
.partner{
  display: flex !important;
  margin: 20px;
  height: 60px;
  /*box-shadow: 2px 4px 5px -2px rgba(0,0,0,.08);*/
}
#partners img{
  height: 45px;
  width: 100%;
  margin: auto;
  object-fit: contain;
}

/*Partners*/
.slick-slide{
  background-color: #fff;
}
.formContainer{
  padding: 30px 0 50px 0;
}
/*Form*/  
.progressDiv{
  background-color: #fff;
  padding: 50px;
  margin-top: 30px;
  border-radius: 20px 0;
  box-shadow: 3px 3px 0 0 #f1a73d;
}
.progress{
  background-color: #F6F8FB;
  height: 15px; 
  margin-top: 5x;
}
.progress-bar{
  background: #0079a8;
  border-radius: 30px;
}
.dadosCliente{
  margin: 30px 0 0 30px;
  padding: 30px;
  background: #fff;
  border-radius:  20px 0;
  min-height: 80px;
  height: min-content;
  box-shadow: 3px 3px 0 0 #f1a73d;
} 
.dadosCliente h2 {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 400;
  color: var(--labelColor);
}
.dadosCliente h2 span {
  font-weight: 700;
}
.dadosCliente hr {
  width: 200px;
  height: 2px;
  background: #f1a73d;
  opacity: 1;
  border: none;
  border-radius: 10px;
}
.dadosCliente h6{
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 5px;
  color: #0079a8;
}
.dadosCliente p{
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
 input:not(input[type="range"]):focus-visible, input:not(input[type="range"]):focus, input:not(input[type="range"]):hover {
  outline: none !important;
 }
input:not(input[type="range"]){ 
  width: 350px;
  height: 50px;
  border-radius: 50px;
  font-size: 16px;
  border: 1px solid #0079a8;
  appearance: none;
  padding-left: 20px;
  margin-top: 10px;
}
.form-input input {
  width: 100% !important;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #000;
  font-size: 16px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #000;
  font-size: 16px;
  opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #000;
  font-size: 16px;
  opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
  font-size: 16px;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
  font-size: 16px;
}
::placeholder { /* Most modern browsers support this now. */
  color: #000;
}
/*Form*/
.forms-wrapper{
  margin-top: 70px;
}
fieldset h2{
  color: var(--labelColor);
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 32px;
}
fieldset h2 span {
  font-weight: 700;
}
fieldset button{
  transition: background .3s ease-in-out;
  display: block;
  border-radius: 100px;
  width: 245px;
  height: 50px;
  border: none;
  background: #f1a73d;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  margin: 30px 0 0 0;
}
fieldset button:hover{
  background: #0079a8;
  color: #fff;
}
#divida, .step1 label{
  color: #0079a8;
  font-weight: 700;
  width: 320px;
  margin: 15px 0; 
  font-size: 25px;
}
 /* Customizing the range input */
input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  margin-top: 30px;
  border-radius: 30px;
  background-color: #eff9ff;
}

/* WebKit browsers (Safari, Chrome) */
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  border-radius: 30px;
  background-color: transparent;  
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: #f1a73d;
  cursor: pointer;
  margin-top: -7px;  
}

/* Mozilla Firefox */
input[type="range"]::-moz-range-track {
  width: 100%;
  height: 10px;
  border-radius: 30px;
  background-color: transparent;  
}

input[type="range"]::-moz-range-thumb {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: #f1a73d;
  cursor: pointer;
}

/* Internet Explorer */
input[type="range"]::-ms-track {
  width: 100%;
  height: 10px;
  background: transparent; 
  border-color: transparent;
  color: transparent;
}

input[type="range"]::-ms-fill-lower {
  background: transparent;  
  border-radius: 30px;
}

input[type="range"]::-ms-fill-upper {
  background: #eff9ff;
  border-radius: 30px;
}

input[type="range"]::-ms-thumb {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: #f1a73d;
  cursor: pointer;
}
label{
  font-size: 19px;
  color: var(--labelColor);
}
fieldset:not(.active){
  display: none;
}
#valorAtual {
  font-size: 35px;
  color: #0079a8;
  font-weight: 700;
}

/*Term animation */
.termContainer {
  width: 100%;
  font-size: 12px;
  color: #1E1E1E;
  margin-top: 20px;
  cursor: pointer;
}
.termContainer a{
  color: #1E1E1E;
}
.termContainer input {
  display: none;
}

.termContainer svg {
  overflow: visible;
  max-height: 15px;
  max-width: 15px;
  margin-right: 5px;
  margin-top: 1px;
  vertical-align: baseline;
  translate: 0 2px;
}

.path {
  fill: none;
  stroke: #0079a8;
  stroke-width: 5px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease;
  stroke-dasharray: 241 9999999;
  stroke-dashoffset: 0;
}

.termContainer input:checked ~ svg .path {
  stroke-dasharray: 70.5096664428711 9999999;
  stroke-dashoffset: -262.2723388671875;
}

/* message */
#ty {
  padding: 100px 0;
}
.message-box {
  background-color: #fff; 
  padding: 50px;
  margin-top: 30px;
  border-radius: 20px 0;
  box-shadow: 3px 3px 0 0 #f1a73d;
  text-align: center;
}
.message-box h3 {
  color: #0079a8;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 35px;
}
.message-box {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}
#section-ads {
  text-align: center;
  padding: 30px 0;
}
@media (min-width: 1600px){
  .dadosCliente {
    margin: 30px 0 0 60px;
  }
  .formContainer {
    padding: 100px 0 150px 0;
  }
}
@media (max-width: 1300px){
  .beg-txt h3 {
    font-size: 35px;
  }
  .beg-txt p {
    font-size: 18px;
  }
}
@media (max-width: 1080px){
  .nav-content svg {
    height: 70px;
  }
  .beg-txt h3 {
    max-width: 85%;
    margin: 0 auto 20px auto;
  }
  .beg-txt p {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 991px){
  .dadosCliente{
    margin: 30px 0 0 10px;
  }
  .dadosCliente h2 {
    font-size: 22px;
  }
  .dadosCliente hr {
    max-width: 60%;
  }
  fieldset h2 {
    font-size: 30px;
  }
  .dadosCliente h6 {
    font-size: 16px;
  }
  .dadosCliente p {
    font-size: 15px;
  }
}
@media (max-width: 768px){
  .nav-content {
    padding: 20px 0;
  }
  #partners {
    padding: 10px 0;
  }
  #partners img {
    height: 35px;
  }
  .dadosCliente{
    display: none;
  }
  .forms-wrapper{
    text-align: center;
  }
  fieldset h2{
    font-size: 24px;
  }
  #divida, .step1 label{
    font-size: 24px;
  }
  fieldset button{
    margin: 20px auto 0;
  }
  #nav img{
    width: 100%;
  }
  .progressDiv{
    width: 90%;
    margin: 30px auto 0;
  }
}
@media (max-width: 500px){
  .beg-txt h3 {
    max-width: 90%;
    font-size: 33px;
  }
  #partners img {
    height: 55px;
  }
}
@media (max-width: 475px){
  .beg-txt h3 {
    max-width: 95%;
    font-size: 30px;
  }
  .beg-txt p {
    max-width: 90%;
  }
}
@media (max-width: 450px){
  fieldset button, #divida, .step1 label, input:not(input[type="range"]) {
    width: 100%;
  }
  .forms-wrapper{
    margin-top: 50px;
  }
  #header{
    min-height: 100vh;
  }
  #compareButton {
    width: 100%;
    font-size: 26px;
  }
}

@media (max-width: 380px){
  fieldset h2{
    font-size: 20px;
  }
  #compareButton {
    font-size: 22px;
  }
  fieldset button {
    font-size: 17px;
  }
}