header {
  border-bottom: 1px solid #b7b7b7;
  background: #fff;
  padding: 18px;
}
.headerLogo {
  display: flex;
  align-items: center;
}
.headerLogo > div > a {
  text-decoration: none;
  display: flex;
  align-items: flex-end;
}
.headerLogo > div > a > img {
  margin-inline-start: 12px;
  height: 60px;
  width: auto;
}
.headerLogo > div > p {
  color: #1d519e;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.headerLogo > div {
  display: flex;
}
.headerLogo > div > span > a {
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-inline-start: 20px;
}
.headerLogo > div > span > a > span {
  color: #1d519e;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-inline-start: 10px;
}
footer {
  background: #2a2c38;
  padding: 90px;
}
footer > div > div > div > p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: justify;
}
.stepsPrincipal {
  margin-top: 0px;
}
.stepsPrincipal > div > p {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* 45.168% */
  margin: 0px;
  color: #2a2c38;
}
.stepsPrincipal > div > span {
  color: #2a2c38;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.stepsPrincipal > div > select {
  margin-top: 30px;
  margin-block-end: 30px;
}
.stepsPrincipal > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  justify-content: center;
}
.stepsPrincipal > div > div {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.stepsPrincipal > div > div > span {
  color: #000;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.067px;
  /* 75.28% */
  margin-block-end: 50px;
  margin-top: 10px;
}
.buttonYellow {
  border-radius: 10px;
  background: #205efd;
  display: flex;
  width: 400px;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
  text-decoration: none;
  border: none;
  text-transform: uppercase;
}
.buttonYellow > svg {
  width: 14px;
}
.buttonSecondary {
  border-radius: 10px;
  border: 1px solid #3295e1;
  display: flex;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #3295e1;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-inline-start: 10px;
  margin-top: 20px;
}
.boxNavFooter {
  margin-top: 75px;
  margin-block-end: 10px;
}
.boxNavFooter > div {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.boxNavFooter > div > a {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  text-decoration: none;
}
.boxNavFooter > div > span {
  margin-inline-start: 10px;
  margin-inline-end: 10px;
  display: flex;
}
.stepsCalculate {
  /*margin-top: 25px;*/
  margin-top: 0px;
}
.stepsCalculate > div > p {
  display: flex;
  color: #2a2c38;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  align-items: center;
  cursor: pointer;
  margin: 0px;
}
.stepsCalculate > div > p > svg {
  margin-inline-end: 20px;
}
.titleDiv > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.titleDiv > div > p {
  color: #2a2c38;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0px;
}
.titleDiv > div > p > span {
  color: #3295e1;
  font-family: "Poppins", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
}
.titleDiv > div > span {
  color: #000;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.067px;
}
/* -------------------------------------- checkbox inicio -------------------------------------- */
.containerCheck {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.containerCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 6px;
  margin-top: 6px;
}
/* On mouse-over, add a grey background color */
.containerCheck:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.containerCheck input:checked ~ .checkmark {
  background-color: #3295e1;
  margin-top: 6px;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.containerCheck input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.containerCheck .checkmark:after {
  left: 10px;
  top: 6px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* -------------------------------------- checkbox fin -------------------------------------- */
.checkBoxDiv {
  display: flex;
  justify-content: center;
}
.checkBoxDiv > div {
  margin-top: 20px;
}
.divInnerStep > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70%;
}
.divInnerStep {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
.divInnerStep > div > p {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.567px;
  text-align: center;
  margin-block-end: 50px;
}
.divInnerStep > div > p > span {
  color: #000;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.567px;
  /* 139.863% */
}
.divInnerStepInformation {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.divInnerStepInformation > div {
  border-radius: 8px;
  background: rgba(121, 199, 243, 0.2);
  padding: 25px;
  margin-block-end: 20px;
  width: 70%;
}
.divInnerStepInformation > div > p {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.567px;
  /* 167.836% */
  text-align: justify;
}
.zipCodeDiv {
  margin-top: 25px;
}
.zipCodeDiv > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.zipCodeDiv > div > p {
  color: #2a2c38;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
}
.zipCodeDiv > div > label {
  color: #000;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.067px;
  /* 75.28% */
}
.zipCodeDiv > div > p > label {
  color: #1745be;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
.zipCodeDiv > div > input {
  margin-top: 50px;
  border-radius: 8px;
  border: 1px solid #dbdbdb;
  background: #fafafa;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  width: 35%;
  height: 90px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
}
.zipCodeDiv > div > span {
  margin-top: 20px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#errorZipCode {
  color: red !important;
  font-size: 16px;
}
#errorZipCode2 {
  color: red !important;
  font-size: 16px;
}
.zipCodeDiv > div > button {
  margin-top: 20px;
}
#property {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.boxSelect {
  display: flex;
  justify-content: space-evenly !important;
}
.boxSelect > div {
  border-radius: 5.616px;
  border: 0.702px solid #dbdbdb;
  background: #fafafa;
  box-shadow: 0px 2.80795px 2.80795px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  /* width: 363.629px; */
  height: 63.179px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 20px;
  color: #545453;
  font-family: "Roboto", sans-serif;
  font-size: 16.848px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  text-align: justify;
}
.selectDiv {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.selectDiv > div {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.selectDiv > div > p {
  color: #000;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.selectDiv > div > span {
  color: #a0a0a0;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 18.067px;
}
.selectDiv > div > select {
  border-radius: 8px;
  border: 1px solid #dbdbdb;
  background: #fafafa;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 50px;
}
option {
  color: #14183e;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
}
.selectDiv > div select:hover {
  background-color: #fafafa;
}
.selectDiv > div select option[selected] {
  background-color: #3498db;
  color: white;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  background-image: url("../img/icon.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding: 10px;
}
.form {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.form > div {
  display: flex;
  width: 50%;
  margin-top: 15px;
  justify-content: space-between;
}
.form > div > div {
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.form > div > div > select {
  background-size: 25px;
  padding: 10px;
  width: 100%;
  height: 73px;
  margin-top: 0px;
  border-radius: 8px;
}
.form > div > div > input {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #dbdbdb;
  background: #fafafa;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  height: 58px;
  padding: 35px 20px;
  align-items: center;
  gap: 10px;
}
.form > div > input {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #dbdbdb;
  background: #fafafa;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  height: 58px;
  padding: 35px 20px;
  align-items: center;
  gap: 10px;
}
.boxInfoForm {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.boxInfoForm > div {
  display: flex;
  width: 50%;
  margin-top: 15px;
  background: #fafafa;
  padding: 20px;
}
.boxInfoForm > div > div > label > p {
  color: #14183e;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.22px;
  margin-inline-start: 10px;
  text-align: justify;
}
.boxInfoForm > div > div > label > p > a {
  text-decoration-line: underline;
  color: #14183e;
}
.stepDiv {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.options_text {
  display: flex;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
  color: #ffffff;
}
select {
  box-sizing: border-box;
  margin-top: 10px;
  background: #ffffff;
  border: 0.745975px solid #bfbfbf;
  border-radius: 5px;
  padding: 21px 27px;
  width: 30%;
  appearance: none;
  background-image: url("./../img/arrow.png");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  color: #989898 !important;
}
select option {
  width: 100%;
  background: rgba(30, 30, 30, 0.8);
  backdrop-filter: blur(7px);
  border-radius: 20px;
  line-height: 20px;
}
/* ------------------------------------------ loading Inicio ------------------------------------------ */
.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20vh;
}
.pelotita {
  width: 20px;
  height: 20px;
  background-color: #3498db;
  border-radius: 50%;
  margin: 0 10px;
  animation: bounce 1.5s infinite;
}
.pelotita:nth-child(2) {
  animation-delay: 0.2s;
}
.pelotita:nth-child(3) {
  animation-delay: 0.4s;
}
.pelotita:nth-child(4) {
  animation-delay: 0.6s;
}
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
}
/* ------------------------------------------ loading Fin ------------------------------------------ */
.md-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}
#home-wrapper_v2 {
  background-size: cover !important;
  background-position: center top !important;
  background-attachment: fixed !important;
}
.background {
  left: 0px;
  top: 0px;
  /* background: linear-gradient(
  rgb(228, 228, 228, 0.8) 100%,
  rgba(245, 245, 245, 0.4) 10%
  ),
  url(../img/background.png) no-repeat !important; */
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  ),
    /* url(../img/background.png), lightgray -34.19px -277.63px / 100% 210.817% no-repeat, */
    url(../img/background.jpg),
    lightgray 0px -49px / 100% 116.145% no-repeat;
  background-blend-mode: hard-light, normal, normal;
}
.headerTexto {
  display: flex;
  flex-direction: column;
}
.headerTexto > p {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Poppins", sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  /* 75.4px */
}
.headerTexto > span {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.headerTexto > span > label {
  text-decoration: underline;
}
.headerTexto > div > div {
  display: flex;
}
.headerTexto > div > div > p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-inline-start: 10px;
}
.headerTexto > div {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.box1 {
  background: #ebebeb;
  padding: 100px;
}
.box1Inner > div > div {
  width: 100%;
  height: 260px;
  border-radius: 20px;
  background: #fff;
  padding: 20px;
}
.box1Inner > div > div > p {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 10px;
}
.box1Inner > div > div > span {
  color: #545453;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 120% */
}
.title > p {
  color: #2a2c38;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
/* ---------------------------------------- */
.contenedor {
  display: flex;
}
.texto {
  flex: 1;
  /* Esto permite que el div de texto tome todo el espacio disponible */
  background-color: #2a2c38;
  /* Cambia el color de fondo según tus necesidades */
  display: flex;
  justify-content: center;
}
.imagen {
  display: flex;
  flex: 1;
  /* Esto permite que el div de la imagen tome todo el espacio disponible */
  text-align: center;
  /* Centra la imagen horizontalmente */
  overflow: hidden;
  /* Oculta cualquier parte de la imagen que se salga del div */
}
.imagen img {
  max-width: 100%;
  /* Asegura que la imagen no se desborde del div de la imagen */
  height: auto;
  /* Mantiene la proporción de aspecto de la imagen */
}
/* ---------------------------------------- */
.box2 {
  background: #2a2c38;
}
.textBox2 {
  align-items: center;
}
.textBox2 > div {
  width: 75%;
}
.textBox2 > div > p {
  color: #79c7f3;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 120% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 50px;
}
.textBox2 > div > span {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
}
.textBox2 > div > div {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.textBox2 > div > div > div {
  width: 48%;
  padding: 20px;
  border-radius: 30px;
  margin-block-end: 0px;
  margin-top: 10px;
  margin-block-end: 10px;
}
.textBox2 > div > div > div:hover {
  border-radius: 30px;
  background: #6c7293;
}
.textBox2 > div > div > div > p {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  /* 145% */
}
.textBox2 > div > div > div > span {
  color: rgba(255, 255, 255, 0.75);
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 152.941% */
}
.box3 {
  background: rgba(121, 199, 243, 0.5);
  padding: 60px;
}
.box3 > div > div > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1450px) {
  .headerLogo > div > p {
    font-size: 18px;
  }
  .headerLogo > div > span > a > span {
    font-size: 22px;
  }
  .headerTexto > p {
    font-size: 52px;
  }
  .headerTexto > span {
    font-size: 20px;
  }
  .buttonYellow {
    font-size: 20px;
  }
  .box1Inner > div > div > p {
    font-size: 24px;
  }
  .box1Inner > div > div > span {
    font-size: 18px;
  }
  .title > p {
    font-size: 40px;
  }
  .textBox2 > div > p {
    font-size: 18px;
  }
  .textBox2 > div > span {
    font-size: 40px;
  }
  .textBox2 > div > div > div > p {
    font-size: 18px;
  }
  .textBox2 > div > div > div > span {
    font-size: 16px;
  }
  .stepsPrincipal > div > p {
    font-size: 35px;
  }
  .stepsPrincipal > div > span {
    font-size: 40px;
  }
  .stepsPrincipal > div > div > span {
    font-size: 20px;
  }
  .buttonSecondary {
    font-size: 20px;
  }
  .stepsCalculate > div > p {
    font-size: 18px;
  }
  .titleDiv > div > p {
    font-size: 48px;
  }
  .titleDiv > div > span {
    font-size: 20px;
  }
  .containerCheck {
    font-size: 20px;
  }
  .checkmark {
    margin-top: 0px;
  }
  .divInnerStep > div > p {
    font-size: 20px;
  }
  .divInnerStepInformation > div > p {
    font-size: 18px;
  }
  .zipCodeDiv > div > p {
    font-size: 35px;
    margin: 0;
  }
  .zipCodeDiv > div > p > label {
    font-size: 35px;
  }
  .zipCodeDiv > div > label {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1300px) {
  .headerLogo > div > p {
    font-size: 16px;
  }
  .headerLogo > div > span > a > span {
    font-size: 16px;
  }
  .headerTexto > p {
    font-size: 50px;
  }
  .headerTexto > span {
    font-size: 18px;
  }
  .buttonYellow {
    font-size: 18px;
  }
  .box1Inner > div > div > p {
    font-size: 22px;
  }
  .box1Inner > div > div > span {
    font-size: 16px;
  }
  .title > p {
    font-size: 35px;
  }
  .textBox2 > div > p {
    font-size: 16px;
  }
  .textBox2 > div > span {
    font-size: 36px;
  }
  .textBox2 > div > div > div > p {
    font-size: 16px;
  }
  .textBox2 > div > div > div > span {
    font-size: 14px;
  }
  .stepsPrincipal > div > p {
    font-size: 32px;
  }
  .stepsPrincipal > div > span {
    font-size: 35px;
  }
  .stepsPrincipal > div > div > span {
    font-size: 18px;
  }
  .buttonSecondary {
    font-size: 18px;
  }
  .stepsCalculate > div > p {
    font-size: 16px;
  }
  .titleDiv > div > p {
    font-size: 40px;
  }
  .titleDiv > div > span {
    font-size: 18px;
  }
  .containerCheck {
    font-size: 18px;
  }
  .checkmark {
    margin-top: 0px;
  }
  .divInnerStep > div > p {
    font-size: 18px;
  }
  .divInnerStepInformation > div > p {
    font-size: 16px;
  }
  .zipCodeDiv > div > p {
    font-size: 32px;
    margin: 0;
  }
  .zipCodeDiv > div > p > label {
    font-size: 32px;
  }
  .zipCodeDiv > div > label {
    font-size: 18px;
  }
}
@media only screen and (max-width: 850px) {
  .contenedor {
    flex-direction: column;
  }
  .textBox2 > div {
    width: 100%;
    margin-top: 50px;
  }
  .stepsPrincipal > div > select {
    width: 100%;
  }
  .stepDiv > img {
    width: 100%;
  }
  .stepsCalculate > div > img {
    width: 100%;
    margin-top: 10px;
  }
  .stepsCalculate > div > p {
    width: 100%;
    display: flex;
    text-align: start;
  }
  .stepsCalculate > div > p > svg {
    margin-inline-end: 10px;
  }
  .headerLogo {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .headerLogo > div {
    width: 50%;
  }
  .headerLogo > div > a {
    display: flex;
    align-items: center;
  }
  .headerLogo > div > a > svg {
    width: 30px;
  }
  .headerLogo > div > p {
    display: none;
  }
  .headerLogo > div > span {
    display: none;
  }
  .headerLogo > div > label {
    display: flex !important;
    color: #1d519e;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    align-items: center;
  }
  .headerLogo > div > label > a {
    margin-inline-end: 5px;
    color: #1d519e;
    font-family: "Lato", sans-serif;
    text-decoration: none;
    font-size: 12px;
  }
  .headerLogo > div > span > a > span {
    font-size: 14px;
  }
  .headerTexto {
    justify-content: center;
    align-items: center;
  }
  .headerTexto > p {
    font-size: 35px;
    text-align: center;
  }
  .headerTexto > span {
    font-size: 14px;
    text-align: center;
  }
  .headerTexto > div > div > p {
    font-size: 16px;
  }
  .buttonYellow {
    font-size: 14px;
    width: 100%;
  }
  .box1 {
    padding: 50px 0px;
  }
  .box1Inner > div > div {
    margin-top: 20px;
    height: auto;
  }
  .title > p {
    font-size: 30px;
  }
  .textBox2 > div > p {
    text-align: center;
    margin-top: 20px;
  }
  .textBox2 > div > span {
    font-size: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
  .textBox2 > div > div > div {
    width: 100%;
    margin-block-end: 10px;
  }
  .box2 {
    padding: 50px 0px;
  }
  .box3 {
    padding: 50px 0px;
  }
  .boxNavFooter > div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .boxNavFooter > div > span {
    display: none;
  }
  footer {
    padding: 50px 0px;
  }
  .stepsPrincipal > div > p {
    line-height: normal;
    font-size: 25px;
  }
  .stepsPrincipal > div > span {
    font-size: 30px;
    line-height: normal;
    margin-top: 0px;
  }
  .stepsPrincipal > div > div {
    width: 100% !important;
  }
  .stepsPrincipal > div {
    margin-top: 20px;
    display: flex;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
  }
  .stepsPrincipal > div > div > span {
    font-size: 14px;
    margin-block-end: 45px;
    margin-top: 0px;
  }
  .stepsPrincipal > div > div > svg {
    display: none;
  }
  .stepsPrincipal > div > button {
    width: 100%;
    margin-inline-end: 0px;
    margin-inline-start: 0px;
  }
  .titleDiv > div > p {
    font-size: 30px;
  }
  .titleDiv > div > span {
    font-size: 16px;
  }
  .containerCheck {
    font-size: 16px;
    width: 60%;
  }
  .checkBoxDiv > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .containerCheck input:checked ~ .checkmark {
    margin-top: 0px;
  }
  .titleDiv > div > p {
    font-size: 25px;
  }
  .titleDiv > div > p > span {
    font-size: 25px;
  }
  .divInnerStep > div > p {
    font-size: 15px;
  }
  .divInnerStep > div {
    width: 100%;
  }
  .divInnerStep > div > p > span {
    font-size: 15px;
  }
  .divInnerStepInformation > div {
    width: 100%;
  }
  .divInnerStepInformation > div > p {
    font-size: 12px;
  }
  .zipCodeDiv > div > p {
    font-size: 26px;
  }
  .zipCodeDiv > div > input {
    width: 100%;
  }
  .boxSelect > div {
    font-size: 14px;
    /* display: contents; */
  }
  .zipCodeDiv {
    display: flex;
    justify-content: center;
  }
  .form > div {
    width: 100%;
  }
  .form > div > input {
    padding: 30px 20px;
  }
  .boxInfoForm > div {
    width: 100%;
  }
  .box3 > div > div > div > button {
    width: 100%;
  }
}
.buttonYellow:hover {
  background: rgba(32, 94, 253, 0.9);
}
button:disabled {
  background: rgba(32, 94, 253, 0.6);
  cursor: not-allowed;
}
/*------------------------------------*\
Preloader
\*------------------------------------*/
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 99999;
}
.preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader span {
  display: inline-block;
  background-color: #6195ff;
  width: 25px;
  height: 25px;
  -webkit-animation: 1s preload ease-in-out infinite;
  animation: preload 1s ease-in-out infinite;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
}
.preloader span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.preloader span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.preloader span:nth-child(3) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.preloader span:nth-child(4) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes preload {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes preload {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

      * {
        max-width: unset;
      }

      #i9vlo {
        width: 70%;
      }

      #ir273 {
        --min: 10000;
        --max: 100000;
        --step: 1000;
        --value: 52000;
        --text-value: "52,000";
        --prefix: "$";
      }

      .stepsCalculate {
        margin-top: 0px;
      }

      #ageSelect {
        margin-block-end: 15px;
      }

      #genderSelect {
        margin-top: 15px;
        margin-block-end: 15px;
      }

      #step5 {
        display: none;
      }

      #step6 {
        display: none;
      }

      #ihbogf {
        display: none;
      }

      #iaokp {
        justify-content: flex-end;
      }

      #is7e4 {
        display: none;
      }

      #principalDiv {
        display: block;
      }

      #iik0t {
        width: 70%;
      }

      #imr3e {
        --min: 10;
        --max: 10000;
        --step: 1000;
        --value: 5200;
        --text-value: "5,200";
        --prefix: "€";
      }

      #ifq8t {
        flex-direction: row;
      }

      #step1 {
        display: none;
      }

      #izamv {
        display: flex;
        justify-content: end;
      }

      #ighil {
        display: flex;
        align-items: center;
        justify-content: center;
      }

      #step2 {
        display: none;
      }

      #ixhjx {
        display: flex;
        justify-content: end;
      }

      #if6hv {
        display: flex;
        align-items: center;
        justify-content: center;
      }

      #i2tuve {
        flex-direction: row;
      }

      #step3 {
        display: none;
      }

      #if04ic {
        display: flex;
        justify-content: end;
      }

      #i9q6b9 {
        display: flex;
        align-items: center;
        justify-content: center;
      }

      #ifnj3z {
        display: flex;
        justify-content: center;
        margin-top: 10px;
      }

      #step4 {
        display: none;
      }

      #iwuool {
        display: flex;
        justify-content: end;
      }

      #img29f {
        display: flex;
        align-items: center;
        justify-content: center;
      }

      #requestWaiting {
        display: none;
      }

      #congratulations {
        display: none;
      }

      #ifie8g {
        margin-top: 35px;
      }

      #ickn6g {
        display: flex;
        justify-content: center;
        margin-top: 50px;
        text-align: center;
      }

      #izpgy {
        margin-bottom: 0;
      }

      #ickn6g-2 {
        display: flex;
        justify-content: center;
        margin-top: 25px;
        text-align: center;
      }

      #iaaawt {
        margin-top: 40px;
      }

      #im3itt {
        background-image: initial;
        background-position-x: initial;
        background-position-y: initial;
        background-size: initial;
        background-repeat: initial;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-color: rgb(235, 235, 235);
      }

      #iik39q {
        color: rgb(0, 0, 0);
      }

      #id0bqc {
        font-size: small;
        font-weight: normal;
        margin-top: -15px;
      }




      .error-container {
        display: none; /* Initially hidden */
        max-width: 800px;
        margin: 60px auto;
        font-family: 'Arial', sans-serif;
      }
      
      .error-box {
        background-color: #fff;
        border: 1px solid #e9ecef;
        position: relative;
        border-radius: 6px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        padding: 40px;
        margin: 20px;
        text-align: center;
        transition: all 0.3s ease;
      }
      
      .error-box:hover {
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
      }
      
      .error-icon {
        display: none;
      }
      
      .error-title {
        color: #dc3545;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 20px;
      }
      
      .error-message {
        color: #6c757d;
        font-size: 16px;
        line-height: 1.6;
        margin: 0 20px 20px 20px;
      }
      
  
  
      @media (max-width: 576px) {
        .error-container {
          margin: 20px;
        }
        
        .error-box {
          padding: 20px 15px;
        }
        
        .error-title {
          font-size: 20px;
        }
      }