.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.simulador-container {
display: flex;
flex-wrap: wrap;
gap: 2rem;
background: #f9fafb;
padding: 2rem;
border-radius: 10px;
font-family: 'Inter', sans-serif;
}
.simulador-formulario,
.simulador-resultado {
flex: 1 1 45%;
background: white;
border-radius: 10px;
padding: 2rem;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.simulador-formulario h2,
.simulador-resultado h3 {
font-size: 1.5rem;
margin-bottom: 1rem;
color: #1f2937;
}
.simulador-formulario label {
display: block;
margin-bottom: 1.5rem;
font-weight: 600;
color: #374151;
}
.simulador-formulario input:not([type="range"]),
.simulador-formulario select {
display: block;
width: 100%;
margin-top: 0.25rem;
padding: 0.5rem;
border: 1px solid #d1d5db;
border-radius: 6px;
font-size: 1rem;
background: #fff;
}
.range-output {
margin-top: 0.25rem;
font-size: 0.875rem;
color: #6b7280;
}
button {
background-color: #0f172a;
color: white;
padding: 0.75rem 1.5rem;
font-weight: 600;
border: none;
border-radius: 8px;
cursor: pointer;
margin-top: 1rem;
}
button:hover {
background-color: #1e293b;
}
.simulador-resultado {
background-color: #eff6ff;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.cuota-mensual {
margin-bottom: 1rem;
}
.cuota-mensual h3 {
font-size: 1.25rem;
margin-bottom: 0.5rem;
color: #1f2937;
}
.cuota {
font-size: 2rem;
font-weight: bold;
color: #0f172a;
}
.resumen-detallado {
list-style: none;
padding: 0;
margin-bottom: 2rem;
color: #1f2937;
}
.resumen-detallado li {
margin-bottom: 0.5rem;
font-size: 1rem;
}
.barras {
display: flex;
height: 12px;
border-radius: 6px;
overflow: hidden;
background: #e5e7eb;
}
.barra {
height: 100%;
}
#barra-ahorro {
background-color: #6ee7b7;
}
#barra-hipoteca {
background-color: #3b82f6;
}
#barra-interes {
background-color: #1e40af;
} input[type="range"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 100%;
height: 8px;
background: transparent;
margin-top: 0px;
padding: 0;
border: none;
box-shadow: none;
}
input[type="range"]::-webkit-slider-runnable-track {
height: 8px;
background: #d1d5db;
border-radius: 4px;
}
input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none;
height: 20px;
width: 20px;
background: #0f766e;
border-radius: 50%;
cursor: pointer;
margin-top: -6px;
border: none;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
input[type="range"]::-moz-range-track {
height: 8px;
background: #d1d5db;
border-radius: 4px;
}
input[type="range"]::-moz-range-thumb {
height: 20px;
width: 20px;
background: #0f766e;
border-radius: 50%;
cursor: pointer;
border: none;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
input[type="range"]::-ms-track {
height: 8px;
background: transparent;
border-color: transparent;
color: transparent;
}
input[type="range"]::-ms-fill-lower,
input[type="range"]::-ms-fill-upper {
background: #d1d5db;
border-radius: 4px;
}
input[type="range"]::-ms-thumb {
height: 20px;
width: 20px;
background: #0f766e;
border-radius: 50%;
cursor: pointer;
border: none;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.leyenda-barras {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 2rem;
margin-top: 0.75rem;
font-size: 0.875rem;
color: #374151;
}
.leyenda-barras span {
display: flex;
align-items: center;
gap: 0.4rem;
white-space: nowrap;
}
.color-caja {
display: inline-block;
width: 16px;
height: 8px;
border-radius: 4px;
}
.color-caja.ahorro {
background-color: #6ee7b7;
}
.color-caja.hipoteca {
background-color: #3b82f6;
}
.color-caja.interes {
background-color: #1e40af;
}
.range-wrapper {
display: block;
width: 100%;
padding: 0.5rem;
border: 1px solid #d1d5db;
border-radius: 6px;
background: #fff;
box-sizing: border-box;
}.wpml-ls-legacy-list-horizontal{border:1px solid transparent;padding:7px;clear:both}.wpml-ls-legacy-list-horizontal>ul{padding:0;margin:0 !important;list-style-type:none}.wpml-ls-legacy-list-horizontal .wpml-ls-item{padding:0;margin:0;list-style-type:none;display:inline-block}.wpml-ls-legacy-list-horizontal a{display:block;text-decoration:none;padding:5px 10px 6px;line-height:1}.wpml-ls-legacy-list-horizontal a span{vertical-align:middle}.wpml-ls-legacy-list-horizontal a span.wpml-ls-bracket{vertical-align:unset}.wpml-ls-legacy-list-horizontal .wpml-ls-flag{display:inline;vertical-align:middle}.wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:.4em}.rtl .wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:0;margin-right:.4em}.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{margin-bottom:30px}.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul{text-align:center}