<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.identifica-tu-perfil h2 {
  font-size: 28px;
}
.titulo_fondo {
  width: 100%;
  height: 45px;
}

.titulo_fondo h1 {
  color: #ffffff;
  background: #666666;
  border-radius: 5px;
  width: 40%;
  display: block;
  text-align: center;
  overflow: hidden;
  height: 51px;
  float: left;
}
.titulo_fondo p {
  padding-left: 20px;
  width: 37%;
  overflow: hidden;
}

.float-left {
  float: left;
  width: 48.5%;
  clear: both;
}
.float-right {
  float: right;
  width: 48.5%;
}
.text-small {
  font-size: 12px;
  margin: 35px 0 0;
}

.box-cont {
  border-radius: 6px;
  min-height: 566px;
  height: 100%;
  height: auto;
  opacity: 0;
  display: none;
}
.border-top {
  border-top: 1px solid #edf3f5;
}
.border-bottom {
  border-bottom: 1px solid #edf3f5;
}
.active {
  opacity: 1;
  display: block;
}
.sub-title {
  margin-top: 20px;
  width: 95%;
  position: absolute;
  line-height: 18px;
}
.control-group {
  margin-bottom: 20px;
  border: 1px solid rgba(20, 20, 20, 0.15);
  border-radius: 16px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.control-group .inline {
  display: flex;
  align-items: center;
  padding: 16px;
  height: 100%;
  width: 100%;
}
.control-group .inline input[type="radio"] {
  transform: scale(1.3);
  margin-right: 16px;
  appearance: none;
  border-radius: 50%;
  border: 1px solid rgba(20, 20, 20, 0.15);
}
.control-group .inline input[type="radio"]:checked {
  border: 1px solid #2f6d95;
  background-color: #2f6d95 !important;
  background-image: url(../images/check.png);
  background-repeat: no-repeat;
  background-size: 9.7px 8px;
  background-position: center;
}
.control-group:has(input[type="radio"]:checked) {
  border: 1px solid #2f6d95;
}
.resultado_titulo {
  margin-left: 30%;
}
.resultado &gt; h3,
.resultado &gt; p {
  text-align: center;
}

.resultado .group2 {
  width: 85%;
  margin: 30px auto;
}

.resultado .group2 a {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.resultado .group2 a:hover {
  text-decoration: none;
}

.resultado .group2 .item {
  width: 45%;
  font-size: 14px;
  position: relative;
  padding: 0 30px;
  vertical-align: top;
}

.resultado .group2 .item:last-child:before {
  border-left: 1px solid #fff;
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
}

.resultado .group2 .estimacion {
  font-size: 48px;
  margin-bottom: 20px;
  letter-spacing: -2px;
  line-height: 43px;
  font-family: "RobotoBold", sans-serif;
}

.resultado .group2 .estimacion span {
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.resultado .group2 .item:first-child {
  text-align: center;
}

.resultado .group2 .item .bajada {
  font-size: 14px;
  line-height: 18px;
  display: block;
  margin-bottom: 20px;
}

.resultado .cont-foo {
  display: block;
  width: 100%;
  padding: 2.5% 6%;
  border-top: 1px solid #fff;
  height: auto !important;
}

.resultado .cont-foo p {
  font-size: 18px;
  padding-right: 20px;
}

.resultado .cont-foo .button {
  width: 222px;
  text-align: left;
  font-size: 14px;
  padding: 10px 25px;
}

input[type="checkbox"],
input[type="radio"],
input[type="file"] {
  width: auto;
}

.error {
  box-shadow: 0 0 5px #ff1052;
  color: #a81839;
  animation-duration: 1s;
  animation-name: shake;
}
.error-message {
  font-size: 12px;
  display: inline-block;
  background: rgba(168, 24, 57, 0.9);
  color: #fff;
  padding: 5px;
  margin-top: 5px;
  position: absolute;
  right: 3%;
}

.pasos {
  font-size: 13px;
}

label.inline {
  font-size: 14px;
}

.legal {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.legal p {
  color: #fff;
  font-size: 11px;
  padding: 1% 0;
  margin: 0 auto;
  max-width: 1000px;
  line-height: 14px;
}
.legal p a {
  text-decoration: underline;
}

.fondos {
  display: flex;
  justify-content: space-between;
}
.fondo-container {
  width: 31%;
}
.swiper-container.swiper-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.fondo-container .fondo-header {
  padding: 32px 28px;
  border-radius: 17px 17px 0px 0px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  z-index: 10;
  position: relative;
}

.fondo-container .fondo-header .fondo-header-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fondo-container .fondo-header .fondo-header-section.title {
  margin-bottom: 36px;
}

.fondo-container .fondo-header .fondo-header-section.title span {
  font-weight: bold;
  font-size: 20px;
}

.fondo-container .fondo-header .fondo-header-section.title .fondo-tipo {
  color: white;
  background-color: #2f6d95;
  padding: 6px 16px;
  border-radius: 16px;
  font-size: 14px;
}

.fondo-container
  .fondo-header
  .fondo-header-section.indicadores
  .fondo-indicador {
  text-align: center;
  font-size: 12px;
}

.fondo-container
  .fondo-header
  .fondo-header-section.indicadores
  .fondo-indicador
  img {
  width: 86px;
  height: 48px;
  margin-bottom: 12px;
}

.fondo-container
  .fondo-header
  .fondo-header-section.indicadores
  .fondo-indicador
  .description
  p {
  color: #6e7378;
  margin-bottom: 0px;
}

.fondo-container .fondo-content {
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f6f6f6;
  z-index: 0;
  border-radius: 0px 0px 16px 16px;
}
.fondo-container .fondo-content .title {
  border-bottom: 1px solid #d0d0d0;
  padding: 4px;
  font-size: 14px;
}
.fondo-container .fondo-content .portafolio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 24px;
}
.leyenda {
  font-size: 12px;
}
.leyenda .label {
  display: flex;
  align-items: center;
  padding: 8px 0px;
}
.leyenda .label .icon {
  border-radius: 50%;
  min-width: 16px;
  min-height: 16px;
  width: 16px;
  margin-right: 8px;
  height: 16px;
}
.leyenda .label.locales .icon,
.fondo-container .fondo-content .portafolio .grafico .barra.locales {
  background-color: #ce1336;
}
.leyenda .label.extranjeras .icon,
.fondo-container .fondo-content .portafolio .grafico .barra.extranjeras {
  background-color: #8a001a;
}
.leyenda .label.transito .icon,
.fondo-container .fondo-content .portafolio .grafico .barra.transito {
  background-color: #8e9b9e;
}
.leyenda .label.fija .icon,
.fondo-container .fondo-content .portafolio .grafico .barra.fija {
  background-color: #c92d54;
}
.leyenda .label.variable .icon,
.fondo-container .fondo-content .portafolio .grafico .barra.variable {
  background-color: #73607d;
}
.leyenda .label.alternativo .icon,
.fondo-container .fondo-content .portafolio .grafico .barra.alternativo {
  background-color: #c3accf;
}
.leyenda .info {
  margin-top: 8px;
  font-size: 14px;
}
.fondo-container .fondo-content .portafolio .grafico {
  border-radius: 16px;
  height: 140px;
  width: 80px;
}
.fondo-container .fondo-content .portafolio .grafico .barra {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: white;
}
.fondo-container .fondo-content .portafolio .grafico .barra:first-child {
  border-radius: 16px 16px 0px 0px;
}
.fondo-container .fondo-content .portafolio .grafico .barra:last-child {
  border-radius: 0px 0px 16px 16px;
}
.fondo-container .fondo-content .portafolio .grafico .barra {
  height: var(--percent);
}
.pregunta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0px;
}
.pregunta .pregunta-title {
  margin: auto;
  width: 60%;
}
.pregunta .pregunta-title h3 {
  font-size: 24px;
  font-weight: 500;
  width: 36ch;
  margin: auto;
}
.pregunta .pregunta-respuestas {
  width: 40%;
}
/* step-tools */
.step-tools {
  margin: 20px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.step-tools.resultado {
  justify-content: center;
}
.step-tools .pagination {
  border-radius: 90px;
  height: 34px;
  background: #ffebef;
}
.step-tools .pagination .page {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: transparent;
  padding: 8px;
  text-align: center;
  color: #6e7378;
}
.step-tools .pagination .page.active {
  background: #ce1336;
  color: #ffffff;
}
.step-tools .habitat.button.secondary {
  background: #ffffff;
  color: #ce1336;
  border: 1px solid #ce1336;
}
.identifica-tu-perfil .step-tools .habitat.button {
  width: 200px;
  margin: 0px;
  height: 44px;
  padding: 14px 12px;
  display: flex;
}
.step-tools.resultado .habitat.button {
  width: 360px;
  margin: 0px 16px;
}
.step-tools .habitat.button span {
  margin: auto;
}
.step-tools .habitat.button img {
  width: 16px;
  height: 16px;
}
.step-tools .habitat.button img.left {
  left: 0;
}
.step-tools .habitat.button img.right {
  right: 0;
}
.step-tools .habitat.button img.responsive {
  display: none;
}
/*  */
.fondos.resultado {
  padding: 32px 0px;
  display: block;
}
.resultado.fondo-container {
  width: 100%;
  display: none;
}
.resultado.fondo-container.active {
  width: 100%;
  display: flex;
}
.resultado.fondo-container .fondo-header {
  width: 35%;
  padding: 36px 28px;
  border-radius: 17px 0px 0px 17px;
}
.resultado.fondo-container .fondo-content {
  width: 65%;
  border-radius: 0px 17px 17px 0px;
  align-items: inherit;
}
.resultado.fondo-container .fondo-content .portafolio-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.resultado.fondo-container .fondo-content .portafolio-container .portafolio {
  width: 45%;
}
.resultado-message {
  background: #eff3fe;
  border-radius: 16px;
  color: #363a3e;
  width: 100%;
  text-align: center;
  margin: 24px 0px;
  font-size: 12px;
  padding: 16px 12px;
}
.modal-renta {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  position: fixed;
  top: 30vh;
  z-index: 100000;
  left: 0;
  right: 0;
  max-width: 603px;
  margin: 0 auto;
  padding: 16px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.modal-close-btn {
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 20px;
  background-color: transparent;
  cursor: pointer;
}
.modal-renta .modal-renta-title {
  font-size: 20px;
  font-weight: 400px;
  text-align: center;
  margin: 20px 0px;
}
.modal-renta .leyenda {
  font-size: 16px;
  padding: 0px 12px;
}
.modal-renta .leyenda p {
  margin: 0;
}
.modal-renta .leyenda .label {
  align-items: flex-start;
}
.modal-renta .leyenda .label .icon {
  margin-top: 4px;
}
.modal-renta .habitat.button {
  width: 100%;
  margin-top: 20px;
}
.overlay {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.identifica-tu-perfil .button.habitat.responsive {
  display: none;
}

/*Mediaqueris*/

@media only screen and (max-width: 1080px) {
  .form {
    width: 62%;
  }
  .error-message {
    position: relative;
    right: 0;
  }
}

@media only screen and (max-width: 820px) {
  .identifica-tu-perfil .table-group {
    display: block;
    text-align: left;
  }
  .container {
    padding: 0 15%;
  }
  .float-content {
    width: 100%;
  }

  .float-content h2 {
    margin-top: 25px;
    font-size: 28px;
  }
  .float-content .form {
    width: 75%;
  }
  .legal {
    padding: 2% 10%;
    position: relative;
    margin-top: 30px;
  }
  .resultado .group2 .item {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .resultado .group2 .item:last-child:before {
    display: none;
  }
  .resultado .group2 .item .bajada {
    margin: 10px 0;
  }

  .float-left,
  .float-right {
    width: 100% !important;
    float: none !important;
    max-width: inherit !important;
  }
  .titulo_fondo {
    height: 62px;
  }
}

@media only screen and (max-width: 640px) {
  .float-content.multifondos {
    width: 100%;
  }
  .box-cont {
    min-height: auto;
  }
  .contenido {
    padding-bottom: 0px;
  }
  .control-group {
    height: 84px;
  }
  .modal-renta {
    bottom: 0;
    top: auto;
  }
  enu .float-content {
    padding: 12px;
  }
  .identifica-tu-perfil .button.habitat.responsive {
    margin-top: 12px;
    display: block;
    width: 100%;
  }
  .container {
    padding: 0 6%;
  }
  .float-content,
  .resultado .group2,
  .float-content .form {
    width: 100%;
  }
  .pregunta {
    display: flex;
    flex-direction: column;
    padding: 12px 12px 30px 12px;
  }
  .pregunta .pregunta-title {
    width: 100%;
    margin-bottom: 20px;
  }
  .pregunta .pregunta-title h3 {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    line-height: 24px;
  }
  .pregunta .pregunta-respuestas {
    width: 100%;
  }
  .pregunta ~ .step-tools .habitat.button,
  .pregunta ~ .step-tools .habitat.button.secondary {
    width: 48px;
    border: none;
    background-color: #ffebef;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pregunta ~ .step-tools .habitat.button span {
    display: none;
  }
  .pregunta ~ .step-tools .habitat.button img.right {
    display: none;
  }
  .pregunta ~ .step-tools .habitat.button img.responsive {
    display: inline-block;
  }
  .group-button a {
    margin: 15px;
  }
  .control-group label {
    position: relative;
  }
  .tooltip {
    position: inherit;
  }
  .tooltip .tooltiptext {
    top: 23px;
    left: auto;
    right: 0;
  }
  .tooltip:hover .tooltiptext:after {
    display: none;
  }
  .titulo_fondo h1 {
    width: 100%;
    float: inherit;
  }
  .titulo_fondo p {
    width: 100%;
  }
  .resultado.fondo-container {
    flex-direction: column;
  }
  .resultado.fondo-container .fondo-header,
  .resultado.fondo-container .fondo-content {
    width: 100%;
  }
  .resultado.fondo-container .fondo-header {
    border-radius: 17px 17px 0px 0px;
  }
  .resultado.fondo-container .fondo-content {
    border-radius: 0px 0px 17px 17px;
  }
  .resultado.fondo-container .fondo-content .portafolio-container {
    flex-direction: column;
  }
  .resultado.fondo-container .fondo-content .portafolio-container .portafolio {
    width: 100%;
  }
  .resultado-message {
    margin: 0px;
    text-align: left;
  }
  .step-tools.resultado {
    flex-direction: column;
  }
  .step-tools.resultado .habitat.button {
    width: 340px;
    margin: 4px 0px;
  }
  .modal-renta .leyenda p {
    font-size: 14px;
  }
  .swiper-container.swiper-wrapper {
    display: flex;
    width: auto;
  }
  .fondo-container.swiper-slide {
    width: 84vw;
  }
  .fondos.swipper {
    overflow: hidden;
  }
  .box-box .container {
    overflow: visible;
  }
  .container.menu .float-sidebar.multifondos {
    position: absolute;
    top: -72px;
    padding: 20px 16px;
    margin: 0;
    z-index: 1000;
  }
  .container.menu .float-sidebar.multifondos .content select {
    background: #f6f6f6;
    border-radius: 16px;
  }
}
@media only screen and (max-width: 480px) {
  h3 {
    font-size: 28px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 375px) {
  html {
    height: auto;
  }
  .back span {
    display: none;
  }
  .resultado .group2 .item {
    padding: 0;
  }
  .resultado .group2 .estimacion {
    font-size: 37px;
  }
}
</pre></body></html>