:root {
  --darkblue: #032177;
  --lighblue: #03cbff;
  --gradient: linear-gradient(57deg, #4e2afc 0%, #03cbff 99.71%);
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  overflow-x: hidden !important;
  background-color: #eef2ff;
}
a:hover {
  color: #000000;
}

.box {
  background: white;
  border-radius: 40px;
}

section {
  padding: 120px 120px 0;
}

.h1-title {
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  background: linear-gradient(66deg, #4e2afc 39.96%, #03cbff 60.82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 100%;
  align-content: center;
  align-items: center;
}

.slick-slider {
  padding: 0;
}

.max-1200 {
  max-width: 1200px;
  margin: 0 auto;
}
.mh-500 {
  aspect-ratio: 4/ 3;
}

button {
  border-radius: 50px;
  background: var(--darkblue);
  min-height: 50px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  padding: 15px 50px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s;
  border: none;
}
button:hover {
  transform: scale(1.05);
}

/* accordion */
.accordion {
  width: 100%;
  padding: 0 27px;
}
.accordion .accordion-item {
  border: none;
  background: #f5f7ff;
  border-radius: 20px;
}

.accordion-button,
.accordion-body,
.accordion-button:not(.collapsed),
.accordion-item .accordion-header .accordion-button {
  border: none;
  border-radius: 20px;
  background: transparent;
  outline: none;
  box-shadow: none;
  width: 100%;
  margin: 0;
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.accordion-button.collapsed {
  border-radius: 20px !important;
  padding-bottom: 20px;
}

.accordion-button {
  color: var(--darkblue);
  font-size: 18px;
  font-weight: 700;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 20px 30px;
}

.accordion-button:hover {
  transform: none !important;
}
.accordion-item {
  margin-bottom: 20px;
}
.accordion-body {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0 30px 20px;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-button::after {
  background-image: url(/img/arrow.svg);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(/img/arrow.svg);
}

/* -------------Section-0 */

#section-0 {
  min-height: 690px;
  background: linear-gradient(91deg, #fff 0.95%, #ffffff00 98.99%), url(/img/header.png);
  background-size: cover;
  background-position: top;
}

.s0t {
  margin: 80px 0 50px;
  color: var(--darkblue);
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  text-wrap: balance;
  line-height: 1.1;
}

.s0t span {
  background: var(--gradient,linear-gradient(57deg, #4e2afc 0%, #03cbff 99.71%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#section-0 p {
  position: relative;
  color: var(--darkblue);
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  width: fit-content;
}

#section-0 p::after {
  content: "";
  background-image: linear-gradient(-64deg, #03cbff, #063ddd);
  position: absolute;
  left: 0;
  bottom: -18px; /* Adjust this value for offset */
  width: 100%; /* This will now span the full width of the <p> */
  height: 10px; /* Adjust this value for thickness */
}

/* google badge */
.google-badge {
  width: 255px;
  height: 80px;
  border-radius: 15px;
  background-color: white;
  margin: 80px 0;
  padding: 12px 13px;
}

.google-badge h1 {
  color: black;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: fit-content;
  margin: 0;
  height: 15px;
}

.google-badge h2 {
  color: var(--darkblue);
  font-size: 21.818px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: fit-content;
}

.google-badge .caption {
  color: black;
  font-size: 8.727px;
  margin: 0;
}

.google-badge .h-img {
  height: 36px;
}

#section-0 .forms-wrapper {
  display: inline-flex;
  justify-content: flex-end;
  align-items: flex-start;
}

#section-0 .form-body {
  max-width: 480px;
  min-height: 340px;
  border-radius: 20px;
  background: #fff;
  padding: 40px 30px;
  margin-bottom: 40px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

/* form */
.form-step {
  display: none;
}
.form-step.active {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.form-body h3 {
  color: var(--darkblue);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 auto;
}
.form-button {
  display: block;
  margin: 25px auto 0 auto;
  text-transform: uppercase;
}

#termos {
  color: var(--darkblue);
  border: 0;
  outline: 0;
  background: none;
  width: 100%;
  text-align: start;
  font-size: 12px;
  gap: 5px;
  justify-content: start;
  padding: 0;
  height: auto;
}

#termos a {
  color: var(--darkblue);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

#termos:hover {
  transform: none;
}

.form-step h2 {
  color: var(--darkblue);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto 30px;
}

input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.form-body label {
  display: flex;
  cursor: pointer;
  background: white;
  width: 200px;
  height: 80px;
  justify-content: space-around;
  align-items: center;
  transition: all 0.5s;
  border-radius: 6px;
  padding: 20px;
  column-gap: 10px;
  border: 3px solid transparent;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(57deg, var(--darkblue) 0%, var(--darkblue) 99.71%)
      border-box;
}

.form-body label:hover {
  transform: scale(1.05);
  background: linear-gradient(white, white) padding-box,
    linear-gradient(57deg, #4e2afc 0%, #03cbff 99.71%) border-box;
}

.form-body label:has(input[type="radio"]:checked),
.form-body input:focus-visible {
  border: 3px solid transparent;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(57deg, #4e2afc 0%, #03cbff 99.71%) border-box;
}

.form-body label img {
  height: 40px;
  width: auto;
  filter: brightness(0) saturate(100%) invert(13%) sepia(57%) saturate(3493%)
    hue-rotate(219deg) brightness(92%) contrast(112%);
}

.form-body input {
  outline: transparent;
  background: white;
  height: 40px;
  border-radius: 6px;
  padding: 20px;
  border: 3px solid transparent;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(57deg, var(--darkblue) 0%, var(--darkblue) 99.71%)
      border-box;
}

.form-body .options {
  margin: 25px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 10px 20px;
  margin-bottom: 0;
}

.form-body .options p {
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1 !important;
  margin: 0;
}

.form-body .options p::after {
  display: none;
}

.form-body #postal {
  background: url("/img/icons/postal-code.svg") no-repeat 15px center / 20px
      20px,
    linear-gradient(white, white) padding-box,
    linear-gradient(57deg, var(--darkblue) 0%, var(--darkblue) 99.71%)
      border-box;
  padding-left: 45px; /* Add padding to make space for the icon */
}

.form-body #postal:checked,
.form-body #postal:focus-visible {
  background: url("/img/icons/postal-code.svg") no-repeat 15px center / 20px
      20px,
    linear-gradient(white, white) padding-box,
    linear-gradient(57deg, #4e2afc 0%, #03cbff 99.71%) border-box;
  padding-left: 45px; /* Add padding to make space for the icon */
}

.form-body #provincia {
  background: url("/img/icons/location-pin.svg") no-repeat 15px center / 20px
      20px,
    linear-gradient(white, white) padding-box,
    linear-gradient(57deg, var(--darkblue) 0%, var(--darkblue) 99.71%)
      border-box;
  padding-left: 45px; /* Add padding to make space for the icon */
}

.form-body #provincia:checked,
.form-body #provincia:focus-visible {
  background: url("/img/icons/location-pin.svg") no-repeat 15px center / 20px
      20px,
    linear-gradient(white, white) padding-box,
    linear-gradient(57deg, #4e2afc 0%, #03cbff 99.71%) border-box;
  padding-left: 45px; /* Add padding to make space for the icon */
}

.form-body #nome,
.form-body #apellido {
  background: url("/img/icons/profile.svg") no-repeat 15px center / 20px 20px,
    linear-gradient(white, white) padding-box,
    linear-gradient(57deg, var(--darkblue) 0%, var(--darkblue) 99.71%)
      border-box;
  padding-left: 45px; /* Add padding to make space for the icon */
}

.form-body #apellido:checked,
.form-body #apellido:focus-visible,
.form-body #nome:checked,
.form-body #nome:focus-visible {
  background: url("/img/icons/profile.svg") no-repeat 15px center / 20px 20px,
    linear-gradient(white, white) padding-box,
    linear-gradient(57deg, #4e2afc 0%, #03cbff 99.71%) border-box;
  padding-left: 45px; /* Add padding to make space for the icon */
}

.form-body #telefono {
  background: url("/img/icons/phone.svg") no-repeat 15px center / 20px 20px,
    linear-gradient(white, white) padding-box,
    linear-gradient(57deg, var(--darkblue) 0%, var(--darkblue) 99.71%)
      border-box;
  padding-left: 45px; /* Add padding to make space for the icon */
}

.form-body #telefono:checked,
.form-body #telefono:focus-visible {
  background: url("/img/icons/phone.svg") no-repeat 15px center / 20px 20px,
    linear-gradient(white, white) padding-box,
    linear-gradient(57deg, #4e2afc 0%, #03cbff 99.71%) border-box;
  padding-left: 45px; /* Add padding to make space for the icon */
}

.form-body #email {
  background: url("/img/icons/mail.svg") no-repeat 15px center / 20px 20px,
    linear-gradient(white, white) padding-box,
    linear-gradient(57deg, var(--darkblue) 0%, var(--darkblue) 99.71%)
      border-box;
  padding-left: 45px; /* Add padding to make space for the icon */
}

.form-body #email:checked,
.form-body #email:focus-visible {
  background: url("/img/icons/mail.svg") no-repeat 15px center / 20px 20px,
    linear-gradient(white, white) padding-box,
    linear-gradient(57deg, #4e2afc 0%, #03cbff 99.71%) border-box;
  padding-left: 45px; /* Add padding to make space for the icon */
}

.step-4 {
  gap: 20px;
}

/* slider */
.form-slider {
  gap: 30px;
}

.value-display {
  width: 100%;
  height: 80px;
  border-radius: 6px;
  border: 3px solid var(--darkblue);
  background: white;
  color: var(--darkblue);
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
  margin: 0 auto;
}

#renda,
#caucao {
  -webkit-appearance: none;
  background: transparent;
  margin: 0 auto;
  width: 100%;
}

#renda,
#caucao {
  background: linear-gradient(
    to right,
    var(--darkblue) var(--slider-value, 0%),
    rgba(224, 224, 224, 0.8) var(--slider-value, 0%),
    rgba(224, 224, 224, 0.8) 100%
  );
  height: 10px;
  padding: 0;
  margin: 0;
  border: 0;
}

#renda{
  margin-bottom: 30px;
}

/* Webkit browsers (Chrome, Safari) */
#renda::-webkit-slider-thumb,
#caucao::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background-image: var(--gradient);
  border-radius: 20px;
  cursor: pointer;
}

#renda::-moz-range-thumb,
#renda::-ms-thumb,
#caucao::-moz-range-thumb,
#caucao::-ms-thumb {
  appearance: none;
  width: 30px;
  height: 30px;
  background-image: var(--gradient);
  border-radius: 20px;
  cursor: pointer;
}

label.error {
  font-size: 12px;
  color: red;
  border: 0;
  outline: 0;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  height: auto !important;
  width: 100% !important;
}
/* -------------Section-1 */

#section-1 .box {
  min-height: 498px;
  padding: 55px 95px 20px;
  display: flex;
}

#section-1 .benefits {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  min-width: 25%;
  text-wrap: balance;
}

#section-1 .benefits-mobile .benefits {
  min-width: unset;
}

#section-1 .benefits p {
  width: 185px;
}

#section-1 .benefits img {
  margin: 20px;
}

.benefits-mobile {
  display: none;
}

.benefits-desktop {
  display: block;
}

/* slick slider */

/* Remove default list styling */
.slick-dots {
  position: relative;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* Style for each dot item */
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* The actual dot button */
.slick-dots li button {
  width: 50px;
  text-align: center;
  border: 0;
  background: transparent;
  display: block;
  height: 5px;
  padding: 0;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}

/* Create the dot appearance */
.slick-dots li button:before {
  content: "";
  font-size: 50px;
  border-radius: 25px;
  width: 50px;
  height: 5px;
  background-color: #d9d9d9;
  margin-top: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Active dot styling */
.slick-dots li.slick-active button:before {
  background-color: var(--darkblue);
}

/* -------------Section-2 */

#section-2 .h1-title {
  margin-bottom: 50px;
}

#section-2 .card {
  width: 270px;
  height: 365px;
  border: none;
  display: flex;
  align-items: center;
  padding: 45px 25px;
  text-align: center;
  font-style: normal;
  text-wrap: balance;
  margin: 0;
}

#section-2 .card img {
  width: 100px;
  height: auto;
}

#section-2 .card h1 {
  color: var(--darkblue);
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  margin: 30px auto;
}

#section-2 p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px; /* 125% */
}

#section-2 button {
  margin: 40px auto 0;
}

#section-2 .slick-dots li button{
  margin: 0;
}



/* -------------Section-3 */

#section-3 {
  padding-top: 80px;
}
#section-3 .box {
  min-height: 430px;
  position: relative;
}

#section-3 .bg {
  background-image: url(/img/1.png);
  background-size: 850px;
  background-repeat: no-repeat;
  background-position: -8vw center;
  z-index: 0;
  max-width: 1200px;
  border-radius: 40px;
}

#section-3 .h1-title {
  margin-bottom: 50px;
}

#section-3 .overlay {
  z-index: 1;
  padding: 25px 30px !important;
}

#section-3 .point {
  gap: 30px;
  margin: 25px 0;
}

#section-3 .point img {
  width: 100px;
  height: auto;
}

#section-3 .point h1 {
  color: var(--darkblue);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

#section-3 .point p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  max-width: 425px;
}

#section-3 .point p b {
  font-weight: 700;
}

#section-3 .cards {
  max-width: 430px;
}

/* -------------Section-4 */

#section-4 .h1-title {
  margin-bottom: 50px;
}

#section-4 .img {
  max-width: 100%;
  border-radius: 40px;
  background-image: url("/img/2.png");
  background-size: cover;
  background-position: top center;
}

#section-4 .box {
  min-height: 60px;
  margin-bottom: 20px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--darkblue);
  font-size: 22px;
  font-weight: 700;
  border-radius: 20px;
  line-height: 1;
}

.number {
  width: 40px;
  height: auto;
}

#section-4 .cta {
  margin-top: 40px;
}

/* -------------Section-5 */
#section-5 {
  padding-top: 80px;
}
#section-5 .h1-title {
  margin-bottom: 30px;
}

#section-5 .box {
  min-height: 280px;
  padding: 55px;
}

.partner-slider .slick-track {
  padding: 30px 0;
  align-items: center;
  display: flex;
  align-items: center;
}

.partner-slider::before,
.partner-slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 4;
}

.partner-slider::before {
  left: 0;
  height: 130px;
  background: linear-gradient(to right, white, #ffffff00);
}

.partner-slider::after {
  right: 0;
  height: 130px;
  background: linear-gradient(to left, white, #ffffff00);
}

.partner-slider {
  height: 100px;
}

.partner-outer img {
  margin: 0 auto;
  transition: all 0.4s ease;
  width: unset;
  height: 60px;
}

.partner-outer img:hover {
  transform: scale(1.15);
  filter: none;
}

/* -------------Section-6 */

#section-6 {
  padding-top: 80px;
}

#section-6 .h1-title {
  margin-bottom: 50px;
}

#section-6 .reviews .box {
  max-width: 95%;
  width: 580px;
  min-height: 290px;
  padding: 30px 45px;
  color: black;
  font-size: 16px;
  font-weight: 400;
}

#section-6 .reviews .text {
  margin: 30px 0;
  min-height: 75px;
}

#section-6 .reviews .name {
  color: var(--darkblue);
  font-size: 16px;
  font-weight: 700;
  padding: 10px;
}

.read-more {
  color: #03cbff;
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* -------------Section-7 */
#section-7{
  padding-top: 60px;
}

#section-7 .box {
  padding: 60px;
}

#section-7 .accordion {
  max-width: 900px;
  margin: 50px auto 20px;
  padding: 0;
}

/* -------------Section-8-footer */

#section-8 {
  min-height: 225px;
  padding: 0;
  display: flex;
  align-items: center;
  text-wrap: balance;
  padding-bottom: 30px 0 !important;
}

#section-ads a {
  width: unset;
}

/* politica */
.modal-header {
  justify-content: space-between;
}

.modal-content {
  background-color: white !important;
  border-radius: 20px;
  color: var(--darkblue) !important;
}
.modal .btn {
  background-color: var(--darkblue) !important;
  color: white !important;
}
.modal button.close {
  color: var(--darkblue) !important;
  margin: 0 !important;
  padding: 0 20px;
}

/* css do agradecimento */
.thankyou {
  background: var(--gradient);
  padding: 65px 0 150px !important;
  border-radius: 0 0 40px 40px;
}
.ty-houses {
  color: var(--darkblue);
}

.main-nav {
  gap: 30px 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 35px 0;
  min-height: 100px;
}

.page-wrapper .google-badge {
  margin: 0;
  align-content: center;
}
.logo img {
  width: 200px;
  height: auto;
}

.agradecimento-header {
  text-align: center;
  margin-top: 40px;
}

.agradecimento-header h1 {
  color: var(--gradient);
  margin-bottom: 1rem;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
}

.suggestions-card {
  --max-width: 650px;
  --padding: 1rem;
  width: min(var(--max-width), 100% - (2 * var(--padding)));
  margin: 2rem auto;
  padding: 32px 100px;
  border: 3px solid var(--gradient);
  border-radius: 1.5rem;
}

.suggestions-card h2 {
  text-align: center;
  text-wrap: balance;
  color: var(--darkblue);
  font-size: 25px;
  font-weight: 500;
}

.suggestions-grid {
  /* display: grid;
  grid-template-columns: repeat(2, minmax(50px, 1fr));
  gap: 2rem;
  margin: 2rem auto; */
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-inline: 24px;
  margin-top: 50px;
}

.suggestion-block {
  width: 48%;
}

.suggestions-list {
  list-style: none;
  padding: 0;
  margin: 30px;
  column-count: 2;
  column-gap: 2rem;
}

.suggestions-list li {
  margin-bottom: 1rem;
  color: var(--darkblue);
  font-weight: 400;
  text-align: left;
  font-size: 16px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: var(--DarkRed, #de2429);
  text-decoration-thickness: 25%;
  text-underline-offset: 10%;
}

.message-txt h3 {
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 96% */
  text-wrap: balance;
}

.message p{
  font-weight: 600!important;
}
.message-txt p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-wrap: balance;
  max-width: 700px;
  margin: 0 auto;
}

/*.thankyou button {
  background-color: white;
  color: var(--darkblue);
  text-transform: uppercase;
  gap: 16px;
  padding: 0 25px;
  margin: 55px auto 0;
}*/

.thankyou button  {
  gap: 20px;
  background: #36b741;
  padding: 0 30px;
  text-transform: uppercase;
}
.thankyou button  img{
    height: 40px;
}

#section-0 .message {
  height: 100%;
  align-items: center;
  gap: 20px;
  display: grid;
}

#section-0 .message p::after{
  display: none;
}
.thankyou
/* pop up com mensagem de agradecimento */
.over {
  transition: filter 0.3s ease;
}

.overlay-view {
  filter: blur(6px);
}

.popup {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-content {
  position: relative;
  background: white;
  padding: 80px 50px;
  text-align: center;
  width: 640px;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border-radius: 20px;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.4);
}
.popup-content .buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 20px;
}
.popup-content .buttons button {
  min-width: 200px;
  max-width: 300px;
  justify-content: center;
}
.popup-content .buttons button img {
  margin-right: 10px;
}
#call_cta {
  padding: 0 20px;
}
#call_cta img {
  height: 30px;
  filter: brightness(0) invert(1);
}
#whatsapp_confirmation {
  background: #36b741;
  padding: 0 20px;
}
#whatsapp_confirmation img{
    height: 35px;
}
.popup-content h3 {
  color: var(--darkblue);
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}

.popup-content p {
  color: var(--darkblue);
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
  text-wrap: balance;
}

.popup-content span {
  color: var(--darkblue);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.popup-content .close-popup {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 28px;
  color: white;
  background-color: var(--darkblue);
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  transition: all 0.5s;
  padding: 3px 3px 0;
}

.modal-footer {
  justify-content: center !important;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between !important;
}

.politica-button {
  margin: 0 !important;
  box-shadow: none !important;
}

#section-ads a {
  text-align: center;
}

/* Offer slider */

.ty-houses {
  background-color: #EEF2FF;
  max-width: 1200px;
  margin: -100px auto 0;
  border-radius: 40px;
  padding: 10px 30px 50px;
}

.ty-houses b {
  color: var(--lighblue);
}

.ty-houses h1 {
  font-size: 30px;
  margin-top: 20px;
}

.houseContainer {
  padding: 15px;
  border: none;
  background-color: transparent;
}

.houseContainer hr{
  background-color: var(--darkblue);
  height: 3px;
  opacity: 1;
  margin: 30px 0;
}

.house {
  max-width: 350px;
  height: 400px;
  padding: 40px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 2px 7px 5px rgba(216, 216, 216, 0.605);
  border-radius: 40px;
  background: #FFF;
}

.house-img {
  height: 85px;
}

hr {
  margin-top: auto;
}

.houseContainer .bottom {
    text-align: center;
    padding: 15px 0 0;
    height: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
}

.houseContainer img {
  width: 100%;
  height: 70px;
  max-width: 200px;
  margin: 10px auto 10px;
}

.house {
  position: relative;
  overflow: hidden;
}

.house h5 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-wrap: balance;
}

.house h6 {
  font-size: 13px;
  text-align: center;
}

.house h6:last-of-type {
  margin: 0 auto;
  max-width: 250px;
  color: #fff;
  padding: 10px;
  border-radius: 15px;
  background-color: var(--darkblue);
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}

.house h6:last-of-type:hover {
  transform: scale(1.1);
}

.house p {
  font-size: 12px;
  margin: 0 0 auto 0;
}

.arrowContainer {
  display: flex;
  gap: 15px;
  padding-right: 35px;
  justify-content: flex-end;
}

.arrowContainer img {
  cursor: pointer;
  filter: var(--filter);
  max-width: 30px;
}

#prevArrow {
  transform: rotate(180deg);
}

.cta {
    margin: 20px auto;
    width: auto;
    padding: 10px 30px;
    background-color: var(--darkblue);
    color: white;
    text-decoration: none;
    border-radius: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    /* margin-top: 20px; */
    font-size: 20px;
    font-weight: 700;
}

.numeros-stats {
  color: var(--secondary-color);
  text-align: center;
  font-size: 52px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.text-stats {
  color: var(--secondary-color);
  text-align: center;
  font-family: Raleway;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

.footerSection h2 {
  font-size: 18px;
}

.cta:hover {
  color: #fff;
}

.modal-header button.close {
  color: var(--lighblue) !important;
  width: 30px;
  height: 30px;
  font-size: 25px;
  padding: 0;
}

.modal-inner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal-header {
  border-bottom: none;
  padding: 0;
}

.modal-inner-content img {
  width: 100%;
  max-width: 220px;
  display: block;
  margin: 0 auto 40px;
}

.modal-content {
  padding: 20px;
  border-radius: 25px;
  min-width: 500px;
}

.modal-body {
  padding-top: 0;
}

.modal-inner-content h1 {
  text-align: center;
  font-size: 30px;
  margin: 0 auto 15px;
}

.modal-inner-content p {
  max-width: 100%;
  text-wrap: balance;
}

.footerIconSlider {
  margin: auto;
  max-width: 500px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  font-size: 0;
  padding: 0;
  gap: 15px;
}

.ty-houses .slick-dots li button {
  margin-top: 20px;
  width: 15px;
  height: 15px;
  background-color: #000;
  border-radius: 20px;
  border: none;
  transition: all 0.3s ease;
}

.ty-houses .slick-dots .slick-active button {
  transform: scale(1.2);
  background-color: var(--lighblue);
}

.trust-pilot-mobile {
  display: none;
}

.thanks-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.thanks-buttons button {
  margin: 0;
}

/* --------------Media queries */

/* min-width */
@media only screen and (min-width: 1200px) {
  /* customized columns in section 3 */
  #section-3 .col-xl-5 {
    flex: 0 0 auto;
    width: 48.33% !important;
  }

  #section-3 .col-xl-7 {
    flex: 0 0 auto;
    width: 51.67% !important;
  }
}

/* max-width */

@media only screen and (max-width: 1500px) {
  #section-3 .bg {
    background-position: -13vw center;
  }
}

@media only screen and (max-width: 1350px) {
  #section-3 .bg {
    background-position: -13vw center;
  }
}

@media only screen and (max-width: 1200px) {
  /* specific styles */

  #section-0 {
    text-align: center;
  }

  .s0t {
    margin: 80px auto 50px;
  }

  #section-0 p,
  .google-badge {
    margin-left: auto;
    margin-right: auto;
  }

  #section-0 .forms-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
  }
  #section-1 .box {
    min-height: unset;
  }

  .benefits-desktop {
    display: none !important;
  }

  .benefits-mobile {
    display: block !important;
  }

  #section-3 .bg {
    max-width: 768px;
    background-size: 120vw;
    background-position: top center;
  }

  #section-4 .img {
    display: none;
  }
  #section-4 .col-12,
  #section-5 .container-fluid {
    padding: 0;
  }

  #section-8 button {
    margin: 30px auto;
  }
}

@media only screen and (max-width: 991px) {
  /* general styles */
  section {
    padding: 100px 20px 0 !important;
  }
    
  #section-0 .form-body{
      margin-top: 30px;
  }
  /* specific styles */
  .s0t {
    font-size: 40px;
    text-wrap: balance;
    margin: 60px auto 40px;
  }
    
    #section-2 .card{
        box-shadow: 0 0 20px 5px #3182fe29;
        margin: 15px 0;
    }
  #section-0 p {
    font-size: 25px;
  }

  .main-nav {
    flex-direction: column;
    gap: 20px;
  }
  #section-0 {
        background: linear-gradient(180deg, rgba(255, 255,255, 0.8) 0.95%, #ffffff00 98.99%),
        url(/img/header.png);
        background-size: cover;
        background-position: center;
        padding: 40px 20px 0 !important;
    }
    .google-badge{
        margin: 20px auto 50px;
    }
}

@media only screen and (max-width: 768px) {
  .popup-content .buttons {
    justify-content: center;
    gap: 20px 0;
  }
  .popup-content .buttons button {
    width: 300px;
  }
  #section-1 .box {
    padding: 55px 20px 20px;
  }

  .h1-title {
    font-size: 30px;
  }

  #section-3 .point {
    flex-direction: column;
    text-align: center;
    align-items: center !important;
    margin: 30px 0;
  }

  #section-3 .bg {
    margin: auto;
  }

  #section-3 .overlay {
    padding: 25px 20px !important;
  }

  #section-7 .box {
    padding: 60px 40px 20px;
  }
}

@media only screen and (max-width: 500px) {
  /* general styles */
  section {
    padding: 65px 20px 0 !important;
  } 
  .h1-title {
    font-size: 28px;
  }

  .slick-dots li button:before,
  .slick-dots li button {
    width: 10px;
  }

  /* specific styles */
  .s0t {
    font-size: 30px;
      margin: 30px auto 30px;
  }
  #section-0 p {
    font-size: 20px;
  } 
  #section-0 p::after {
    bottom: -8px;
    height: 7px;
  }
 

  #section-3 .overlay {
    padding: 15px !important;
  }

  #section-3 .point img {
    width: 75px;
  }

  #section-3 .point {
    gap: 15px;
    margin: 15px 0;
  }

  #section-3 .point h1 {
    font-size: 20px;
  }

  #section-3 .point p {
    font-size: 14px;
    line-height: 1;
  }

  #section-4 .box {
    font-size: 20px;
  }

  #section-7 .box {
    padding: 60px 27px;
  }
  #section-5 .box{
    padding: 55px 0;
  }
  #whatsapp_confirmation {
    width: 100%;
    padding: 0 15px;
  }
  #whatsapp_confirmation img {
    height: 30px;
  }
  .thankyou button {
    font-size: 17px;
  }
}

@media only screen and (max-width: 375px) {
  /* general styles */
  section {
    padding: 50px 15px 0 !important;
  }

  .h1-title {
    font-size: 25px;
  }

  .accordion-button {
    text-wrap: balance;
    font-size: 15px;
    padding: 20px;
  }

  .accordion-body {
    text-wrap: balance;
    font-size: 12px;
    padding: 0 20px 20px;
  }

  .accordion {
    padding: 0 15px;
  }

  /* specific styles */
  .s0t {
    font-size: 27px;
    margin: 50px auto 30px;
  }

  #section-0 p {
    font-size: 15px;
  }

  .google-badge {
    margin: 40px auto;
  }

  #section-4 .box {
    font-size: 18px;
  }

  #section-7 .box {
    padding: 60px 15px 10px;
  }

  #section-6 .reviews .box {
    padding: 30px;
    font-size: 14px;
    line-height: 1, 3;
  }
  #section-0 .form-body {
    padding: 40px 20px;
  }
  .form-step h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #whatsapp_confirmation {
    width: 100%;
    padding: 0 15px;
  }
  .popup-content {
    padding: 40px 25px;
  }
  .thankyou button {
    font-size: 15px;
    gap: 0 10px;
  }
  .thankyou button img {
    height: 30px;
  }
}
