.CalculadoraComponent-module-scss-module__81bhNa__contenedor{background-color:#fdd000;border-radius:8px}.CalculadoraComponent-module-scss-module__81bhNa__cabecera_tipo{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:1rem;display:flex}.CalculadoraComponent-module-scss-module__81bhNa__cabecera{color:#0a0a0a;text-align:center;background-color:#fafafa;border-radius:8px;outline:2px solid #0a0a0a;padding:1rem}.CalculadoraComponent-module-scss-module__81bhNa__cabecera h1{font-size:1.2rem}.CalculadoraComponent-module-scss-module__81bhNa__cabecera span{font-size:.7rem}.CalculadoraComponent-module-scss-module__81bhNa__cuerpo{text-align:center;flex-direction:column;gap:1rem;padding:1.5rem 1rem;display:flex}.CalculadoraComponent-module-scss-module__81bhNa__cuerpo h2{font-size:1.2rem}.CalculadoraComponent-module-scss-module__81bhNa__cuerpo .CalculadoraComponent-module-scss-module__81bhNa__campo{flex-direction:column;display:flex}.CalculadoraComponent-module-scss-module__81bhNa__cuerpo .CalculadoraComponent-module-scss-module__81bhNa__campo input{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background:0 0;outline:none;width:100%}.CalculadoraComponent-module-scss-module__81bhNa__cuerpo .CalculadoraComponent-module-scss-module__81bhNa__campo input::-webkit-slider-runnable-track{background:#fafafa;border-radius:4px;height:8px}.CalculadoraComponent-module-scss-module__81bhNa__cuerpo .CalculadoraComponent-module-scss-module__81bhNa__campo input::-moz-range-track{background:#fafafa;border-radius:4px;height:8px}.CalculadoraComponent-module-scss-module__81bhNa__cuerpo .CalculadoraComponent-module-scss-module__81bhNa__campo input::-ms-track{color:transparent;background:#fafafa;border-color:transparent;border-radius:4px;height:8px}.CalculadoraComponent-module-scss-module__81bhNa__cuerpo .CalculadoraComponent-module-scss-module__81bhNa__campo input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#0a0a0a;border-radius:50%;width:20px;height:20px;margin-top:-6px}.CalculadoraComponent-module-scss-module__81bhNa__cuerpo .CalculadoraComponent-module-scss-module__81bhNa__campo input::-moz-range-thumb{background:#0a0a0a;border-radius:50%;width:20px;height:20px}.CalculadoraComponent-module-scss-module__81bhNa__cuerpo .CalculadoraComponent-module-scss-module__81bhNa__campo input::-ms-thumb{background:#0a0a0a;border-radius:50%;width:20px;height:20px}.CalculadoraComponent-module-scss-module__81bhNa__etiqueta{padding-bottom:.5rem;font-size:1.2rem}.CalculadoraComponent-module-scss-module__81bhNa__legal{text-align:justify;font-size:.7rem}.CalculadoraComponent-module-scss-module__81bhNa__boton{color:#fdcf01;cursor:pointer;background-color:#0a0a0a;border:2px solid #fafafa;border-radius:8px;padding:.7rem 1.2rem;font-size:1.1rem;font-weight:600;text-decoration:none;display:block}.CalculadoraComponent-module-scss-module__81bhNa__boton:active{color:#0a0a0a;background-color:#fdcf01}
.FormComponent-module-scss-module__fl3B-q__container{background-color:#fafafa;border:1px solid #0a0a0a;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:18rem;padding:1rem;display:flex}.FormComponent-module-scss-module__fl3B-q__container .FormComponent-module-scss-module__fl3B-q__field{flex-direction:column;align-items:stretch;width:100%;display:flex}.FormComponent-module-scss-module__fl3B-q__container .FormComponent-module-scss-module__fl3B-q__field label{margin-bottom:.5rem;font-size:1rem}.FormComponent-module-scss-module__fl3B-q__container .FormComponent-module-scss-module__fl3B-q__field input{border:.5px solid #0a0a0a;border-radius:6px;padding:.4rem .8rem;font-family:Lexend\, Lexend Fallback;font-size:1.1rem}.FormComponent-module-scss-module__fl3B-q__container .FormComponent-module-scss-module__fl3B-q__field input:focus{outline:2px solid #fdcf01}.FormComponent-module-scss-module__fl3B-q__container .FormComponent-module-scss-module__fl3B-q__field textarea{border:.5px solid #0a0a0a;border-radius:6px;padding:.4rem .8rem;font-family:Lexend\, Lexend Fallback;font-size:1.1rem;font-weight:400}.FormComponent-module-scss-module__fl3B-q__container .FormComponent-module-scss-module__fl3B-q__field textarea:focus{outline:2px solid #fdcf01}.FormComponent-module-scss-module__fl3B-q__container .FormComponent-module-scss-module__fl3B-q__field select{background-color:#fafafa;border:.5px solid #0a0a0a;border-radius:6px;padding:.4rem .8rem;font-family:Lexend\, Lexend Fallback;font-size:1.1rem}.FormComponent-module-scss-module__fl3B-q__container .FormComponent-module-scss-module__fl3B-q__field select:focus{outline:2px solid #fdcf01}.FormComponent-module-scss-module__fl3B-q__container .FormComponent-module-scss-module__fl3B-q__submit{color:#0a0a0a;background-color:#fdcf01;border:2px solid #0a0a0a;border-radius:8px;padding:.7rem 1.2rem;font-size:1.1rem;font-weight:600}.FormComponent-module-scss-module__fl3B-q__container .FormComponent-module-scss-module__fl3B-q__submit:active{color:#fafafa;background-color:#0a0a0a}.FormComponent-module-scss-module__fl3B-q__container .FormComponent-module-scss-module__fl3B-q__loader{color:#fdcf01;border:2px solid #0a0a0a;border-radius:20px;width:120px;height:22px;position:relative}.FormComponent-module-scss-module__fl3B-q__container .FormComponent-module-scss-module__fl3B-q__loader:before{content:"";border-radius:inherit;background:currentColor;margin:2px;animation:2s infinite FormComponent-module-scss-module__fl3B-q__l6;position:absolute;top:0;bottom:0;left:0;right:100%}@keyframes FormComponent-module-scss-module__fl3B-q__l6{to{top:0;bottom:0;left:0;right:0}}
:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-left:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child:not(:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-left:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-left:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-top:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow-left{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow-right{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow-top{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow-left{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow-right{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow-top{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(transparent,rgba(0,0,0,.5))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:transparent;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translate(0,0)}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination{display:none!important}.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);width:100%;left:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);display:inline-block}button.swiper-pagination-bullet{box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px)0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:100% 0}.swiper-horizontal>.swiper-pagination-progressbar{width:100%;height:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}.swiper-pagination-progressbar.swiper-pagination-horizontal{width:100%;height:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}.swiper-pagination-progressbar.swiper-pagination-vertical{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}.swiper-pagination-lock{display:none}
.ClientesComponent-module-scss-module__JNr2Va__contenedor{min-height:300px}.ClientesComponent-module-scss-module__JNr2Va__cliente_card{z-index:20;background-color:#fafafa;border-radius:8px;outline:3px solid #fdcf01;flex-direction:column;align-items:center;width:20rem;height:10rem;margin-top:6rem;display:flex}.ClientesComponent-module-scss-module__JNr2Va__cliente_card .ClientesComponent-module-scss-module__JNr2Va__cabecera{outline-offset:0px;z-index:1;background-color:#fafafa;border-radius:50%;outline:5px solid #fafafa;width:7rem;height:7rem;margin-top:-5rem;box-shadow:0 0 0 8px #ffc107}.ClientesComponent-module-scss-module__JNr2Va__cliente_card .ClientesComponent-module-scss-module__JNr2Va__cuerpo{flex-direction:column;justify-content:space-between;align-items:center;height:100%;padding:1rem;display:flex}.ClientesComponent-module-scss-module__JNr2Va__cliente_card .ClientesComponent-module-scss-module__JNr2Va__cuerpo p{text-align:justify}.ClientesComponent-module-scss-module__JNr2Va__cliente_card .ClientesComponent-module-scss-module__JNr2Va__cuerpo span{text-align:end}
.FaqComponent-module-scss-module__eovHgW__inactivo{display:none}.FaqComponent-module-scss-module__eovHgW__activo{display:block}.FaqComponent-module-scss-module__eovHgW__pregunta{padding:1rem}.FaqComponent-module-scss-module__eovHgW__pregunta h2{font-size:1rem;font-weight:400}.FaqComponent-module-scss-module__eovHgW__pregunta hr{margin:1rem 0 0;padding:0}.FaqComponent-module-scss-module__eovHgW__contenedor{text-align:left;background-color:#fafafa;border-radius:6px;flex-direction:column;align-self:center;width:80%;padding:1rem 0;display:flex}@media screen and (min-width:768px){.FaqComponent-module-scss-module__eovHgW__contenedor{width:50%}}.FaqComponent-module-scss-module__eovHgW__cabecera{justify-content:space-between;align-items:center;display:flex}.FaqComponent-module-scss-module__eovHgW__cabecera span{font-size:3rem}
.PasosComponent-module-scss-module__cKB_jG__cuerpo{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:4rem;padding:1rem;display:flex}.PasosComponent-module-scss-module__cKB_jG__cuerpo .PasosComponent-module-scss-module__cKB_jG__paso{flex-direction:column;align-items:center;gap:.48rem;display:flex}.PasosComponent-module-scss-module__cKB_jG__cuerpo .PasosComponent-module-scss-module__cKB_jG__paso .PasosComponent-module-scss-module__cKB_jG__numero{aspect-ratio:1;background-color:#fdcf01;border-radius:50%;outline:2px solid #0a0a0a;padding:1rem;font-size:2rem;font-weight:800}.PasosComponent-module-scss-module__cKB_jG__cuerpo .PasosComponent-module-scss-module__cKB_jG__paso .PasosComponent-module-scss-module__cKB_jG__texto{background-color:#fdcf01;border-radius:8px;outline:2px solid #0a0a0a;width:70%;padding:1rem}.PasosComponent-module-scss-module__cKB_jG__cuerpo .PasosComponent-module-scss-module__cKB_jG__paso .PasosComponent-module-scss-module__cKB_jG__separador{color:#fdcf01;background-color:#fdcf01;border:none;outline:2px solid #0a0a0a;width:2rem;height:5px;transform:rotate(90deg)}@media screen and (min-width:768px){.PasosComponent-module-scss-module__cKB_jG__cuerpo{flex-direction:row;justify-content:space-evenly;min-height:70vh}}
.page-module-scss-module__qnDekq__primerpag{background-image:url(/logos/fondo.png);background-size:cover;flex-direction:column;justify-content:flex-end;align-items:center;min-height:80vh;padding:2rem 0;display:flex}.page-module-scss-module__qnDekq__primerpag .page-module-scss-module__qnDekq__imagenCabecera,.page-module-scss-module__qnDekq__primerpag .page-module-scss-module__qnDekq__imagenCabeceraDeudas,.page-module-scss-module__qnDekq__primerpag .page-module-scss-module__qnDekq__imagenCabeceraPyme,.page-module-scss-module__qnDekq__primerpag .page-module-scss-module__qnDekq__imagenCabeceraAuto,.page-module-scss-module__qnDekq__primerpag .page-module-scss-module__qnDekq__imagenCabeceraFlotilla,.page-module-scss-module__qnDekq__primerpag .page-module-scss-module__qnDekq__imagenCabeceraVivienda{width:70vw;height:auto}.page-module-scss-module__qnDekq__primerpag .page-module-scss-module__qnDekq__cabecera_pc{color:#0a0a0a;background-color:#fdcf01;flex-direction:column;justify-content:center;align-items:center;width:22rem;padding:1rem;display:flex}@media screen and (min-width:768px){.page-module-scss-module__qnDekq__primerpag{flex-direction:row;justify-content:space-evenly;align-items:flex-end;min-height:90vh;padding:0}.page-module-scss-module__qnDekq__primerpag .page-module-scss-module__qnDekq__imagenCabecera{width:27vw;height:auto}.page-module-scss-module__qnDekq__primerpag .page-module-scss-module__qnDekq__imagenCabeceraDeudas{width:40vw;height:auto}.page-module-scss-module__qnDekq__primerpag .page-module-scss-module__qnDekq__imagenCabeceraPyme{width:43vw;height:auto}.page-module-scss-module__qnDekq__primerpag .page-module-scss-module__qnDekq__imagenCabeceraAuto{width:35vw;height:auto}.page-module-scss-module__qnDekq__primerpag .page-module-scss-module__qnDekq__imagenCabeceraFlotilla,.page-module-scss-module__qnDekq__primerpag .page-module-scss-module__qnDekq__imagenCabeceraVivienda{width:42vw;height:auto}}.page-module-scss-module__qnDekq__calculadora{width:90vw}@media screen and (min-width:768px){.page-module-scss-module__qnDekq__calculadora{align-self:center;width:22rem}}.page-module-scss-module__qnDekq__procedimiento{background-color:#fff;background-image:url(/logos/fondo.png);background-size:cover}.page-module-scss-module__qnDekq__procedimiento .page-module-scss-module__qnDekq__cabecera{text-align:center;background-color:#fdcf01;justify-content:center;align-items:center;padding:1.5rem .6rem;display:flex}.page-module-scss-module__qnDekq__procedimiento .page-module-scss-module__qnDekq__cabecera h1{font-weight:400}.page-module-scss-module__qnDekq__procedimiento .page-module-scss-module__qnDekq__pie{color:#fafafa;text-align:center;background-color:#0a0a0a;justify-content:center;align-items:center;padding:2rem .6rem;display:flex}.page-module-scss-module__qnDekq__procedimiento .page-module-scss-module__qnDekq__pie h1{font-weight:400}.page-module-scss-module__qnDekq__procedimiento .page-module-scss-module__qnDekq__cuerpo{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:1rem;display:flex}.page-module-scss-module__qnDekq__procedimiento .page-module-scss-module__qnDekq__cuerpo .page-module-scss-module__qnDekq__paso{flex-direction:column;align-items:center;gap:3rem;display:flex}.page-module-scss-module__qnDekq__procedimiento .page-module-scss-module__qnDekq__cuerpo .page-module-scss-module__qnDekq__paso .page-module-scss-module__qnDekq__numero{aspect-ratio:1;background-color:#fdcf01;border-radius:50%;outline:4px solid #0a0a0a;padding:1rem;font-size:2rem;font-weight:800}.page-module-scss-module__qnDekq__procedimiento .page-module-scss-module__qnDekq__cuerpo .page-module-scss-module__qnDekq__paso .page-module-scss-module__qnDekq__separador{color:#fdcf01;background-color:#000;width:100px;transform:rotate(90deg)}@media screen and (min-width:768px){.page-module-scss-module__qnDekq__procedimiento .page-module-scss-module__qnDekq__cuerpo{flex-direction:row;justify-content:space-evenly;min-height:70vh}}.page-module-scss-module__qnDekq__formulario{background-color:#0a0a0a}.page-module-scss-module__qnDekq__formulario .page-module-scss-module__qnDekq__cabecera{text-align:center;background-color:#fdcf01;justify-content:center;align-items:center;padding:1.5rem .6rem;display:flex}.page-module-scss-module__qnDekq__formulario .page-module-scss-module__qnDekq__cabecera h1{font-weight:400}.page-module-scss-module__qnDekq__formulario .page-module-scss-module__qnDekq__cuerpo{justify-content:center;align-items:center;height:100%;padding:2rem 0;display:flex}@media screen and (min-width:768px){.page-module-scss-module__qnDekq__formulario{min-height:100vh}}.page-module-scss-module__qnDekq__testimonios{color:#0a0a0a;background-color:#fafafa}.page-module-scss-module__qnDekq__testimonios .page-module-scss-module__qnDekq__cabecera{text-align:center;color:#0a0a0a;background-color:#fdcf01;justify-content:center;align-items:center;padding:1.5rem .6rem;display:flex}.page-module-scss-module__qnDekq__testimonios .page-module-scss-module__qnDekq__cabecera h1{font-weight:600}.page-module-scss-module__qnDekq__faq{text-align:center;background-color:#0a0a0a;flex-direction:column;gap:2rem;display:flex}.page-module-scss-module__qnDekq__faq .page-module-scss-module__qnDekq__cabecera{text-align:center;color:#0a0a0a;background-color:#fdcf01;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:1.5rem .6rem;display:flex}.page-module-scss-module__qnDekq__faq .page-module-scss-module__qnDekq__cabecera h2{font-size:1.2rem;font-weight:400}.page-module-scss-module__qnDekq__faq .page-module-scss-module__qnDekq__cabecera a{color:#0a0a0a;font-size:1.2rem;text-decoration:none}.page-module-scss-module__qnDekq__producto .page-module-scss-module__qnDekq__cabecera{text-align:center;color:#0a0a0a;background-color:#fdcf01;justify-content:center;align-items:center;padding:1.5rem .6rem;display:flex}.page-module-scss-module__qnDekq__producto .page-module-scss-module__qnDekq__cabecera h1{font-weight:600}.page-module-scss-module__qnDekq__producto .page-module-scss-module__qnDekq__cuerpo{color:#fafafa;text-align:center;background-color:#0a0a0a;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:2rem 1rem;display:flex}@media screen and (min-width:768px){.page-module-scss-module__qnDekq__producto .page-module-scss-module__qnDekq__cuerpo{flex-direction:row-reverse}}.page-module-scss-module__qnDekq__producto .page-module-scss-module__qnDekq__card_imagen{width:18rem}.page-module-scss-module__qnDekq__producto .page-module-scss-module__qnDekq__card_imagen img{border-radius:8px;outline:2px solid #fdcf01;width:18rem;height:auto}@media screen and (min-width:768px){.page-module-scss-module__qnDekq__producto .page-module-scss-module__qnDekq__card_imagen,.page-module-scss-module__qnDekq__producto .page-module-scss-module__qnDekq__card_imagen img{width:auto;height:100%}}.page-module-scss-module__qnDekq__producto .page-module-scss-module__qnDekq__card{color:#0a0a0a;background-color:#fafafa;border-radius:6px;flex-direction:column;width:18rem;display:flex}@media screen and (min-width:768px){.page-module-scss-module__qnDekq__producto .page-module-scss-module__qnDekq__card{flex-direction:row;justify-content:center;align-items:stretch}}.page-module-scss-module__qnDekq__producto .page-module-scss-module__qnDekq__card .page-module-scss-module__qnDekq__cuerpo_card{padding:1rem .75rem}.page-module-scss-module__qnDekq__producto .page-module-scss-module__qnDekq__card .page-module-scss-module__qnDekq__cuerpo_card h2{font-size:1.3rem}.page-module-scss-module__qnDekq__producto .page-module-scss-module__qnDekq__card .page-module-scss-module__qnDekq__cuerpo_card span{font-size:.9rem}.page-module-scss-module__qnDekq__producto .page-module-scss-module__qnDekq__card .page-module-scss-module__qnDekq__cuerpo_card ul{text-align:center;padding:.7rem 1rem 0;list-style-type:none}.page-module-scss-module__qnDekq__producto .page-module-scss-module__qnDekq__card .page-module-scss-module__qnDekq__cuerpo_card ul li{padding-bottom:.7rem}
