.form-title {
  text-align: center;
  font-size: 36px;
  font-style: normal;
  text-wrap: balance;
  max-width: 992px;
  font-weight: 500;
  line-height: 33px;
  color: var(--primary-color);
  margin: auto;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --darkgreen: var(--primary-color);
  --green: var(--primary-color);
  --lightgreen: var(--primary-color);
  --lightgold: var(--primary-color);
  --lightgrey: #f1f1f1;
  --white: #fff;
}

html,
body {
  margin: 0;
  padding: 0 !important;
  font-family: "Poppins", serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  overflow-x: hidden !important;
}

a:hover {
  color: #000000;
}

/* call icon */
.call-icon {
  left: unset;
  top: 50px;
  right: 30px;
}

.main-logo img {
  margin-right: auto;
  display: block;
  max-width: 240px;
}

.call-icon a {
  text-decoration: none;
}

.call {
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-cta {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background: var(--primary-color);
  border: 1px solid var(--green);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.phone img {
  width: 35px;
  height: 35px;
}

.phone {
  width: 100%;
  transition: all 0.6s ease;
}

.phone:hover {
  transform: scale(1.02);
}

.phone-txt {
  background: var(--white);
  padding: 8px 20px;
  color: var(--green);
  border: 1px solid var(--green);
  margin-left: -10px;
  width: 140px;
  border-radius: 0 20px 20px 0;
  transition: all 0s ease;
}

.phone-txt p {
  margin: 0;
  text-decoration: none;
}

.phone-tooltip {
  position: absolute;
  width: 150px;
  right: 0;
  text-align: center;
  padding: 8px 20px;
  margin-left: -10px;
  border-radius: 0 20px 20px 0;
  opacity: 0;
  text-decoration: none;
  transition: all 0s ease;
  color: #fff;
}

.phone:hover .phone-tooltip {
  opacity: 1;
}

.phone:hover .phone-txt p {
  opacity: 0;
}

.phone:hover .phone-txt {
  background: var(--primary-color);
}

#phone_contact {
  position: relative;
  margin-bottom: 20px;
  width: 200px;
  text-decoration: none;
}

.phone img {
  margin: 0 !important;
  filter: brightness(0) invert(1);
  width: 35px !important;
}

.container-typeform {
  min-height: auto;
}

/* thankyou */
.thankyou {
  background: var(--primary-color);
  padding: 60px 0 150px 0;
  border-radius: 0 0 40px 40px;
}

.nav {
  margin-bottom: 0;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}

.message-txt {
  text-align: center;
}

.message-txt img {
  height: 65px;
  margin-bottom: 30px;
}

.message-txt h3 {
  color: var(--white);
  font-size: 45px;
  max-width: 100%;
  line-height: 1.2;
  margin: 0 0 0 auto;
  font-weight: 800;
  text-wrap: balance;
}

.message-txt p {
  font-size: 20px;
  font-weight: 400;
  color: var(--white);
  max-width: 85%;
  line-height: 1.2;
  margin: 15px auto 0px auto;
  text-wrap: balance;
}

.message-txt p span {
  font-weight: 700;
}

.ty-securitas {
  height: 70px !important;
  margin-bottom: 0 !important;
  margin-top: 40px;
  filter: brightness(0) invert(1);
}

.message-txt button {
  padding: 10px 20px;
  background-color: var(--white);
  margin-top: 40px;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  color: var(--secondary-color);
  margin: 20px auto 0 auto;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
}
.message-txt button img {
  height: 25px;
  width: 25px;
  margin: 0 10px 0 0;
}
.message-txt button:hover {
  transform: scale(1.1);
}

.spinner-border {
  color: var(--primary-color) !important;
}

.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;
  border-radius: 30px;
  background: #FBFBFB;
  padding: 50px 40px;
  text-align: center;
  width: 650px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: unset;
}

.popup-content h3 {
  color: var(--primary-color);
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  text-wrap: balance;
  line-height: 1.1;
  margin: 0;
}

.popup-content p {
  color: var(--secondary-color);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  text-wrap: balance;
}

.popup-content p span {
  color: var(--primary-color);
  font-weight: 700;
}
.popup-content img {
  width: 500px;
  max-width: 100%;
  margin: 30px 0;
}
.popup-content button {
  margin: 0 auto;
  font-size: 18px;
  width: 220px;
  height: 55px;
  border: none;
  color: #fff;
  font-weight: 700;
  border-radius: 15px;
  background-color: var(--primary-color);
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.popup-content button img {
  filter: brightness(0) invert(1);
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
}
.popup-content button:hover {
  transform: scale(1.1);
}
.popup-content .close-popup {
  position: absolute;
  font-size: 27px;
  color: var(--white);
  background-color: var(--primary-color);
  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 .close-popup:hover {
  transform: scale(1.1);
}
.ty-houses {
  background-color: #fff;
  max-width: 1100px;
  margin: -100px auto 0;
  border-radius: 20px;
  padding: 10px 30px 50px;
}

.ty-houses b {
  color: var(--primary-color);
}

.ty-houses h1 {
  font-size: 30px;
  margin-top: 20px;
}

.houseContainer {
  padding: 15px;
  border: none;
}

.house {
  height: 310px;
  padding: 20px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 2px 7px 5px rgba(216, 216, 216, 0.605);
}

.house-img {
  height: 85px;
}

hr {
  margin-top: auto;
}

.houseContainer .bottom {
  padding: 15px;
  height: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: auto;
}

.houseContainer img {
  width: 100%;
  height: 70px;
  max-width: 200px;
  margin: 10px auto 10px;
}

.house {
  position: relative;
  overflow: hidden;
}

.house h5 {
  font-size: 18px;
  text-align: center;
  text-wrap: balance;
}

.house h6 {
  font-size: 14px;
  text-align: center;
}

.house h6:last-of-type {
  margin: 0 auto;
  font-size: 18px;
  max-width: 250px;
  color: #fff;
  padding: 10px;
  border-radius: 15px;
  background-color: var(--primary-color);
  text-align: center;
  transition: all 0.3s ease;
}

.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: auto;
  width: auto;
  padding: 10px 15px;
  background-color: var(--primary-color);
  color: var(--white);
  text-decoration: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 20px;
}

.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;
  background-color: var(--primary-color);
}

.modal-header button.close {
  color: var(--primary-color) !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;
}

.slick-dots li button {
  margin-top: 20px;
  width: 15px;
  height: 15px;
  background-color: #000;
  border-radius: 20px;
  border: none;
  transition: all 0.3s ease;
}

.slick-dots .slick-active button {
  transform: scale(1.2);
  background-color: var(--primary-color);
}

.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;
    width: 35%;
}


/* Media Queries */
@media (max-width: 1440px) {
  .estado {
    font-size: 14px;
    width: 85px;
  }

  .colm-title {
    font-size: 11px;
  }

  th {
    padding: 20px 15px;
  }
}

@media (max-width: 1200px) {
  .offer img {
    width: 70px;
  }

  .info-selos img {
    width: 20px;
    height: 20px;
  }

  .risk {
    font-size: 14px;
    width: 28px;
    height: 28px;
  }

  .colm-title {
    font-size: 10px;
  }

  td,
  .estado,
  .invest,
  .type {
    font-size: 12px;
  }

  th {
    padding: 20px 0px;
  }
}

@media (max-width: 1080px) {
  .offer img {
    width: 60px;
    margin-left: 10px;
  }

  .info-selos img {
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
  }
}

@media (max-width: 996px) {
  .colm-title {
    font-size: 8px;
  }

  th {
    padding: 20px 2px;
  }

  .section1 {
    max-width: 95%;
    padding: 60px 0px;
  }

  .section1 .container {
    max-width: 95%;
  }

  .message-txt p {
    font-size: 18px;
    text-wrap: balance;
    max-width: 100%;
  }

  .disc-txt p {
    font-size: 18px;
  }

  .left-opt {
    width: 45%;
  }

  .left-opt h6 {
    font-size: 12px;
  }

  .left-opt h6:nth-child(1),
  .left-opt h6:nth-child(2),
  .left-opt h6:nth-child(3) {
    margin-right: 10px;
  }
}

@media (max-width: 991px) {
    .thanks-buttons {
        flex-direction: column;
    }
    .thanks-buttons button {
        width: 80%;
        font-size: 18px;
    }
  .trust-pilot-desktop {
    display: none;
  }

  .trust-pilot-mobile {
    display: block;
  }

  .logo_2 a img {
    width: 100%;
  }

  .wizard-container {
    order: 3;
  }

  .container-typeform {
    padding: 1rem 2rem;
  }

  .footerSection h1,
  .form-title {
    font-size: 30px;
  }

  .stats-es {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }

  .graph-info {
    border: none;
    margin-top: 40px;
  }

  .footerSection {
    display: flex;
  }

  .footerSection .row {
    row-gap: 25px;
  }
}

@media (max-width: 950px) {
  .table-container {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .call-icon {
    top: unset;
    bottom: 35px;
  }
}

@media (max-width: 768px) {
  .steps-section {
    margin: 70px auto 50px !important;
  }

  .numeros-stats {
    font-size: 40px;
  }

  .text-stats {
    font-size: 22px;
  }

  .graph-cta {
    margin: 0 30px;
  }

  .main-text h1,
  .main-text .subtitle {
    text-align: center;
  }

  .ty-houses h1 {
    text-wrap: balance;
  }

  .message-txt h3 {
    font-size: 40px;
    text-wrap: balance;
  }

  .call-mobile {
    margin-top: 30px;
  }

  .call-mobile a {
    text-decoration: none;
  }

  .phone-tooltip {
    right: unset;
    margin-left: 70px;
  }

  .menu-bottom {
    justify-content: center;
    flex-direction: column;
  }

  .page-opt ul {
    justify-content: center;
  }

  .menu-bottom {
    justify-content: center;
    align-items: center;
  }

  .page-opt {
    width: 100%;
  }

  .view-opt {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }

  .sec1-title {
    text-align: center;
  }

  .menu-top {
    flex-direction: column;
    margin: 20px 0;
  }

  .left-opt {
    width: 100%;
    justify-content: center;
  }

  .right-opt {
    width: 90%;
    margin-top: 20px;
    justify-content: center;
  }

  .table-container {
    display: none;
  }

  .mobile-offer {
    display: block;
  }

  .house {
    height: auto;
  }

  .search img {
    height: 18px;
  }

  .search p {
    font-size: 14px;
  }

  .risk-tooltip {
    left: 20px;
    min-width: 130px;
  }

  .level p {
    font-size: 12px;
  }
  .thankyou {
    padding: 40px 0 170px 0;
  }
}

@media (max-width: 600px) {

  .section1 {
    padding: 40px 0;
  }

  .risk:hover .risk-tooltip {
    opacity: 0;
  }

  .modal-content {
    min-width: 100%;
  }
  .popup-content {
    width: 95%;
    padding: 40px 25px;
  }
}

@media (max-width: 475px) {

  .footerSection h1,
  .form-title {
    font-size: 25px;
  }

  .numeros-stats {
    font-size: 35px;
  }

  .text-stats {
    font-size: 20px;
  }

  .mobile-offer-box img {
    width: 90px;
    border-radius: 15px;
    margin-right: 10px;
  }

  .info-selos img {
    width: 18px;
    height: 18px;
  }

  .phone-cta {
    width: 50px;
    height: 50px;
  }

  .phone-cta img {
    width: 30px;
    height: 30px;
  }

  .phone-txt p {
    font-size: 14px;
  }

  .call-icon {
    bottom: 25px;
  }

  .info-box {
    min-height: auto;
    padding: 20px 0;
  }
}

@media (max-width: 414px) {

  .message-txt h3 {
    font-size: 35px;
    margin: 0 auto 10px auto;
  }

  .message-txt p,
  .disc-txt p {
    font-size: 14px;
  }

  .info h4 {
    font-size: 15px;
    line-break: anywhere;
  }

  .sec1-title h3 {
    font-size: 18px;
  }

  .mobile-offer-box img {
    width: 80px;
    margin-right: 0px;
  }

  .info-selos img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }

  .info-txt p {
    font-size: 14px;
  }

  .estado,
  .invest,
  .type {
    font-size: 10px;
  }

  .risk {
    font-size: 12px;
  }

  .page-opt ul li {
    font-size: 13px;
    min-width: 20px;
    min-height: 20px;
  }
  .popup-content h3 {
    font-size: 22px;
  }
}

@media (max-width: 375px) {
  .risk {
    display: none;
  }

  .info-selos img {
    width: 11px;
    width: 11px;
    margin-right: 5px;
  }

  .invest,
  .type {
    width: 50px;
  }

  .info-txt p {
    font-size: 11px;
  }

  .info h4 {
    font-size: 13px;
  }

  .page-opt ul li {
    font-size: 12px;
    min-width: 18px;
    min-height: 18px;
  }
  .popup-content h3 {
    font-size: 20px;
  }
  .popup-content p {
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  .mobile-offer-box img {
    width: 70px;
  }

  .info-selos img {
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }

  .info-txt p {
    font-size: 9px;
  }
}