@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
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;
}
#section-ads {
  padding: 30px 0;
}
:root{
  --colorPrimary: #FF0098;
  --colorSecondary: #FF6928;
  --colorTerciary: #EAA2CD;
}
/* Header / Form */
.section1{
  background-image: url(/img/person.png), url(/img/bg.svg);
  background-size: 450px, cover;
  background-repeat: no-repeat;
  background-position: center bottom, center top;
  padding: 0 0 180px 0;
}
.logo{
  max-width: 120px;
  margin-top: -10px;
  margin-bottom: 70px;
}
.section1 h5{
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(90deg, #FF0098 0%, #FF6928 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section1 hr{
  background: linear-gradient(90deg, #FF0098 0%, #FF6928 100%);  
  opacity: 1;
  height: 5px;
}
.section1 h1{
  font-size: 30px; 
  font-weight: 700;
  max-width: 570px;
  margin-bottom: 20px;
}
.review{
  width: 355px;
  background-color: #fff;
  border-radius: 20px;
  padding: 18px 22px;
  margin-top: 10px;
}
.review h4{
  font-size: 19px;
  font-weight: 700;
   margin: 0;
  text-align: center;
}
.stars{
  max-height: 22px;
}
.googleLogo{
  width: 50px;
  padding: 0;
}
.review .middleReview{
  width: 125px;
}
.counting{
  width: 80px;
}
.review h2{ 
  font-size: 30px; 
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.review p{ 
  font-size: 12px; 
  font-weight: 400;
  margin: 10px 0 0 0;
  line-height: normal;
}

.list{
  list-style-type: none;
  padding: 0;
}
.list li{
  padding: 0 0 0 25px;
  background-image: url(/img/icons/check.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: left; 
  font-size: 16px; 
  font-weight: 400;
  line-height: 30px; 
}

/* Formulario */
.forms-wrapper {
  min-height: 700px;
  position: relative;
}
.form-body{
  border-radius: 40px;
  box-shadow: 0px 14.372px 19.162px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  padding: 40px;
  max-width: 425px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.form-title{
  color: #000;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
} 
fieldset{
  display: none;
}
fieldset.active{
  display: flex;
  flex-direction: column;
}
fieldset p.text-center{
    font-size: 12px;
    font-weight: 500;
    margin: 0 auto 20px;
}
p.small{
  max-width: 270px;
}
.progressImg{
  max-width: 340px;
  margin: 40px auto;
}
.form-body h6{ 
  font-size: 16px; 
  margin-top: 30px;
  font-weight: 700; 
} 
.radio-button {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  margin: 0 0 15px;
  position: relative; 
  line-height: 1.1;
  color: #000;
  cursor: pointer;
} 
.radio-button input[type="radio"] {
  position: absolute;
  opacity: 0;
} 
.radio {
  position: relative;
  display: inline-block;
  min-width: 18px; 
  height: 18px;
  border-radius: 50%;
  border: 2px solid var(--colorTerciary); 
  transition: all 0.2s ease;
} 
.radio-button input[type="radio"]:checked+.radio {
  border: 5px solid var(--colorPrimary); 
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
 
 .btn-form{
  display: block;
  background-color: var(--colorPrimary);
  color: white;
  width: 200px;
  height: 50px;
  border-radius: 16px;   
  font-size: 20px; 
  font-weight: 700; 
  text-transform: uppercase;
  margin: 30px auto 0;
  transition: all 0.5s ease;
 }
 .btn:focus{
  box-shadow: none;
 }
 .btn-form:hover{
    background-color: var(--colorSecondary);
    transform: scale(1.1);
    color: white;
    box-shadow: 0 5px 10px #0000005b;
 }
 /* Slider */
 .slider-container {
   display: flex;
   flex-direction: column;
   align-items: center;
   width: 100%;
   margin: 20px 0 30px;
 }

 input[type="range"] {
   -webkit-appearance: none;
   width: 100%;
   height: 8px; 
   background: linear-gradient(90deg, var(--colorSecondary) 0%, var(--colorPrimary) 10%, #F7F0F7 10%);
   outline: none;
   transition: background 0.3s;
   cursor: pointer;
 }

 input[type="range"]::-webkit-slider-thumb {
   -webkit-appearance: none;
   width: 20px;
   height: 20px;
   background: var(--colorTerciary);
   border-radius: 50%;
   cursor: pointer;
   transition: 0.2s;
 }

 input[type="range"]::-webkit-slider-thumb:hover {
   background: var(--colorPrimary);
 }

 input[type="range"]::-moz-range-thumb {
   width: 20px;
   height: 20px;
   background: var(--colorTerciary);
   border-radius: 50%;
   cursor: pointer;
 }

 #debtValue {
   color: #000;
   text-align: center;
   font-size: 20px;
   font-weight: 700;
 }
 /* Custom dropdown */
 .custom-dropdown {
   position: relative;
   display: inline-block;
   width: 100%;
 }

 .dropdown-toggle {
   display: flex;
   color: #8C8C8C;
   font-size: 16px;
   font-weight: 400;
   align-items: center;
   border-radius: 10px;
   border: 2px solid var(--colorTerciary);
   justify-content: space-between;
 }

 .dropdown-toggle::after {
   display: none;
 }

 .dropdown-list {
   display: none;
   position: absolute;
   background-color: white;
   width: 100%;
   max-height: 150px;
   overflow-y: auto;
   border: 1px solid transparent;
   border-radius: 5px;
   z-index: 1000;
 }

 .dropdown-item {
   padding: 8px;
   background-color: #eaa2cd4d;
   cursor: pointer;
 }
 .dropdown-item:hover {
   background-color: var(--colorPrimary);
   color: white;
 }

 input[type="text"]::placeholder {
   color: #8c8c8c;
 }

/* Radio options / labels */
.radio-container{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
}
.radio-container label{
  max-width: 160px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-weight: 700;
  font-size: 14px;
  border-radius: 16px;
  border: 2px solid var(--colorTerciary);
  text-align: center;
  transition: all 0.4s ease-out;
  cursor: pointer;
}
.radio-container input{
  display: none;
}
.radio-container input[type="radio"]:checked + label, .radio-container label:hover{
  background-color: var(--colorPrimary);
  border-color: var(--colorPrimary);
  color: #fff;
}
::placeholder{
  color: #A2A2A2;
}
fieldset input[type="text"]{
  width: 100%;
  padding: 17px 0 16px 20px; 
  border-radius: 16px;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.5s ease;
  color: #000;
  border: 2px solid var(--colorTerciary);
}

fieldset input[type="text"]:focus-visible, fieldset input[type="text"]:hover{
  border-color: var(--colorPrimary);
  outline: none;
}
fieldset .input-box{
  margin-bottom: 15px;
}

#phone{
  background-image: url(/img/icons/spainFlag.svg);
  padding-left: 60px;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 7% center;
}

.input-box h4{
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
/*Term animation */
.termContainer {
  width: 100%;
  font-size: 12px;
  color: #1E1E1E; 
  cursor: pointer;
}

.termContainer a {
  color: #1E1E1E;
  font-weight: 700;
}

.termContainer input {
  display: none;
}

.termContainer a:hover {
  color: var(--primaryColor) !important;
}

.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: var(--colorTerciary);
  stroke-width: 8px;
  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: var(--colorPrimary);
  stroke-dasharray: 70.5096664428711 9999999;
  stroke-dashoffset: -262.2723388671875;
}

label.error{
  color: var(--colorSecondary);
  font-size: 12px;
}

/* Section 2 */
.section2{
  padding-bottom: 0px;
  margin-top: -120px;
} 
.vant{
  max-width: 350px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 25px 30px;
  filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.15));
  border-radius: 15px;
}
.vant:nth-of-type(1){
  padding: 25px 50px;
}
.vant img{
  margin-bottom: 10px;
  max-width: 60px;
}
.vant h3{
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 20px;
}
.vant p{
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
}

.question-divider {
  height: 20px;
  width: 100%;
}

.box-txt h3 {
    font-size: 35px;
    margin-bottom: 20px;
    color: var(--black);
}

.popup {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    position: relative;
    border-radius: 30px;
    background: #FBFBFB;
    padding: 50px 40px;
    text-align: center;
    width: 500px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: unset;
}

.popup-content .close-popup {
    position: absolute;
    font-size: 27px;
    color: var(--white);
    background-color: var(--colorPrimary);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    top: 10px;
    right: 10px;
    border: none;
    line-height: 1;
    padding: 0;
    cursor: pointer;
    transition: all 0.4s ease;
}

.popup-content span {
    font-size: 26px;
    font-weight: 700;
    color: var(--colorPrimary);
    margin-bottom: 20px;
    text-transform: uppercase;
}

.popup-content h3 {
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    text-wrap: balance;
    line-height: 1;
    margin: 0;
}

.popup-content span {
    font-size: 26px;
    font-weight: 700;
    color: var(--colorPrimary);
    margin-bottom: 20px;
    text-transform: uppercase;
}

.popup-content p {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
    text-wrap: balance;
    margin: 0;
}

.popup-content img {
    width: 40%;
    max-width: 100%;
    margin: 30px 0;
}

.popup-cta__wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.popup-content button {
    margin: 0 auto;
    font-size: 18px;
    width: 220px;
    height: 55px;
    border: none;
    color: var(--white);
    font-weight: 700;
    border-radius: 15px;
    background-color: var(--colorSecondary);
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    cursor: pointer;
}

.popup-cta__call {
    background-color: var(--colorPrimary) !important;
}

.popup-cta__wrapper button {
    margin: 0;
    width: 80%;
}

.popup-content button img {
    filter: brightness(0) invert(1);
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
}

.popup-content .whatsapp-cta {
    background-color: #1ED741;
}

.popup-content .whatsapp-cta img {
    filter: none !important;
    width: 40px;
    height: 40px;
}

.call-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.call-txt p {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
}

.call-txt .phone-number-display {
    font-weight: 400;
}

.popup-cta__wrapper button:hover {
    transform: scale(1.1);
}

@media (max-width: 1200px){
  .section1 h1{
    font-size: 24px;
  }
  .section1 h5{
    font-size: 15px;
  }
  .list{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .list li{
    line-height: 1.1;
    font-size: 13px;
  } 
  .vant{
    width: 300px;
  }
  .vant h3{
    font-size: 18px;
  }
  .vant p{
    font-size: 14px;
  }
}
@media (max-width: 992px){
  .section1{
    padding-top: 30px;
    background-position: 110% 120%, top;
  }
  .logo, .section1 h5{
    margin: auto;
  }
  .logo{
    max-width: 200px;
  }
  .section1 h5{
    margin-top: 40px;
  }
  .section1 h1,   .section1 h5{
    text-align: center;
  }
  .section1 h1{
    max-width: 560px;
    margin: 0 auto 40px;
  }
  .mobileDiv{
    margin-top: 50px;
    align-items: center;
  }
  .list{
    background-color: white;
    padding: 15px 10px;
    border-radius: 15px;
    max-width: 380px;
  }
  .list li{
    color: #000;
    font-size: 16px;
  }
  .review{
    margin-top: 20px;
  }
  .vant{
    max-width: 100%;
    display: flex !important;
  }
  .section2{
    padding-bottom: 40px;
  }
  .section2 .slick-slider{
    height: 300px;

    margin-bottom: 70px;
  }
  .slick-slide{
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 30px;
  }
  .dotsContainer{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
  .dotsContainer ul{
    display: flex;
    position: relative;
    margin: auto;
    appearance: none;
    list-style: none;
    padding: 0;
    gap: 10px;
  }
  .dotsContainer li button{ 
    color: transparent;
    background-color: transparent;
    width: 25px;
    height: 25px;
    border: 2px solid var(--colorTerciary);
    transition: all 0.2s ease;
    border-radius: 50%;
  }
  .dotsContainer li.slick-active button{
    border: 5px solid var(--colorPrimary); 
    background-color: white
  }
  .vant:nth-of-type(1){
    padding: 55px 30px ;
  }
  .forms-wrapper {
    min-height: auto;
  }
  .form-body {
    position: relative;
  }
}
@media (max-width: 768px){
  .section1{
    padding-bottom: 380px;
    background-position: 110% 115%, top;
  }
  .radio-container {
    justify-content: space-around;
  }
  .radio-container label {
      min-width: 130px;
  }
}
@media(max-width: 450px){
  .section1{
    padding: 30px 0 360px;
  }
  .progressImg{
    margin: 20px auto;
    width: 100%;
  }
  .section1 h5{
    font-size: 13px;
  }
  .logo{
    max-width: 130px;
  }
  .section1 h5{
   margin-top: 30px; 
  }
  .section1 h1{
    font-size: 20px;
  }
  .form-body h6{
    text-align: center;
    font-size: 15px; 
  }
  .radio-button{
    font-size: 14px;
  }
  .list li{
    font-size: 11px;
  }
  .btn-form{
    margin: 30px auto 0;
  }
  .slider-container{
    margin: 5px 0 30px;
  }
  .dropdown-toggle, .dropdown-item{
    font-size: 12px;
  }
}