@charset "UTF-8";.filter-sentinel{height:1px;width:100%;pointer-events:none}.filter{display:flex;z-index:10;flex-direction:column;padding:0 2rem;height:100dvh;justify-content:center;box-sizing:border-box}@media (max-width: 768px){.filter{margin-bottom:10rem;height:auto}}.filter-title img{display:none}.filter-title>h2{text-align:center;font-family:Boldonse,system-ui;font-size:20px;line-height:40px;margin:45px auto;padding-bottom:0!important}@media (max-width: 991.98px){.filter-title>h2{font-size:18px;line-height:36px;margin:45px auto 30px}}.filter-nav{display:flex;max-width:96rem;width:100%;margin:0 auto;flex-direction:column}.filter-nav__body{display:flex;width:100%}.filter-nav__body__row{display:flex;flex-direction:row;gap:37px;width:100%;justify-content:center}@media (max-width: 767.98px){.filter-nav__body__row{flex-wrap:wrap;flex-direction:column;gap:20px}}@media (min-width: 768px) and (max-width: 991.98px){.filter-nav__body__row{flex-direction:row}}.filter-nav__body__row+p{display:none}.filter-nav__group{display:flex;flex-direction:column;gap:.5rem;flex:1}@media (max-width: 767.98px){.filter-nav__group{width:100%}}@media (min-width: 768px) and (max-width: 991.98px){.filter-nav__group{width:50%}}.filter-nav__group:last-child{flex:0}.filter-nav__label{font-family:Roboto,sans-serif;color:#494847;font-size:1.6rem;font-weight:700;line-height:2.4rem}.filter-nav__toggle{display:flex;gap:.6rem}.filter-nav__toggle-btn{font-family:Roboto,sans-serif;cursor:pointer;transition:all .2s ease;border-radius:4.8rem;border:1px solid #494847;background:#fff;min-height:4.8rem;display:flex;padding:1.3rem 2rem;justify-content:center;align-items:center;color:#8d8d7e;font-size:1.6rem;font-style:normal;font-weight:400;line-height:2.4rem;min-width:10.5rem}.filter-nav__toggle-btn:hover{background-color:#404040;color:#eede41}.filter-nav__toggle-btn:focus-visible{outline:2px solid #f5e636;outline-offset:2px}.filter-nav__toggle-btn.active{background-color:#8d8d7f;color:#fff;cursor:inherit}.filter-nav__select{padding:.75rem 1rem;font-family:Roboto,sans-serif;font-size:1.4rem;border:1px solid #ddd;border-radius:4px;background-color:#fff;cursor:pointer;transition:border-color .2s ease}.filter-nav__select:hover{border-color:#999}.filter-nav__select:focus{outline:none;border-color:#f5e636;box-shadow:0 0 0 2px #f5e63633}.filter-nav__section--search,.filter-nav__search-container{position:relative}.filter-nav__search-input{width:100%;font-family:Roboto,sans-serif;transition:border-color .2s ease;display:flex;padding:1.3rem 1.6rem;align-items:center;gap:.8rem;align-self:stretch;border-radius:8px;border:1px solid #011B29;background-color:#fff;box-shadow:0 1px 2px #00000012;color:#3b3b3b;font-size:1.6rem;font-weight:400;line-height:2.4rem;box-sizing:border-box}.filter-nav__search-input::placeholder{color:#8d8d7e}.filter-nav__search-input:hover{border-color:#999}.filter-nav__search-input:focus{outline:none;border-color:#f5e636;box-shadow:0 0 0 2px #f5e63633}.filter-nav__input-error{margin:.4rem 0 0;color:#c0392b;font-size:1.3rem;font-weight:400;line-height:1.8rem}.filter-nav__search-input--error{border-color:#c0392b!important}.filter-nav__search-input--error:focus{border-color:#c0392b;box-shadow:0 0 0 2px #c0392b33}.filter-nav__clear-btn{position:absolute;right:.8rem;top:50%;transform:translateY(-50%);width:2.4rem;height:2.4rem;border:none;background-color:#ddd;border-radius:50%;font-size:1.8rem;line-height:1;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0}.filter-nav__clear-btn:hover{background-color:#ccc;color:#333}.filter-nav__clear-btn:active{background-color:#bbb}.filter-nav__dropdown{position:absolute;top:100%;left:0;right:0;margin-top:.4rem;max-height:25rem;overflow-y:auto;background-color:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 4px 12px #00000026;z-index:1000;list-style:none;padding:0;margin:.4rem 0 0}.filter-nav__dropdown-item{padding:.75rem 1rem;font-family:Roboto,sans-serif;font-size:14px;color:#333;cursor:pointer;transition:background-color .2s ease}.filter-nav__dropdown-item:hover{background-color:#f0f0f0}.filter-nav__dropdown-item--active{background-color:#f5e636;color:#3b3b3b}.filter-nav__dropdown-item--empty{color:#999;cursor:default}.filter-nav__dropdown-item--empty:hover{background-color:transparent}.filter-nav__button{display:flex;justify-content:center;margin-top:3.5rem;flex-direction:column;gap:5rem;align-items:center}@media (max-width: 991.98px){.filter-nav__button{width:100%;gap:30px}}.filter-nav__button>p{color:#404040;text-align:center;font-family:Roboto,sans-serif;font-size:1.8rem;font-style:italic;font-weight:300;line-height:2.5rem}.filter-nav__apply-btn{border-radius:11px;border:1px solid #404040;background-color:#eede41;font-family:Boldonse,system-ui;padding:1.5rem 2.1rem;color:#3b3b3b;text-align:center;font-size:2rem;font-weight:400;line-height:2rem;margin:0 auto;opacity:.39}.filter-nav__apply-btn:hover{background-color:#eede41;color:#3b3b3b}.filter-nav__apply-btn--enabled{opacity:1;cursor:pointer}.filter-nav__apply-btn--enabled:hover,.filter-nav__apply-btn--enabled:active{color:#eede41;background-color:#404040}.filter-nav__apply-btn--enabled:focus-visible{outline:2px solid #404040;outline-offset:2px}@media (max-width: 767.98px){.filter-nav__apply-btn{width:100%}}.filter-image{justify-content:center;display:flex;padding:7.5rem 0 0}@media (max-width: 991.98px){.filter-image{width:210px;margin:0 auto}.filter-image img{width:100%}}.filter-image.filter-image--enabled img{transform:rotate(-34deg) scale(1.1);transition:all .2s ease}.filter--sticky{position:fixed;top:5.2rem;left:0;width:100%;flex-direction:row;padding:3.6rem 6.7rem;border-top:solid 1px #8D8D7E;border-bottom:solid 1px #8D8D7E;background-color:#fff;height:initial;background-image:url(https://img2.rtve.es/aplicaciones/infografias/rtve_2026/noticias/vivienda-tracker/i/bg-filter.png);background-size:100%;background-repeat:repeat-y;gap:60px}@media (max-width: 991.98px){.filter--sticky{padding:1.2rem 2rem}}@media (min-width: 992px) and (max-width: 1359.98px){.filter--sticky{padding:2.5rem 5rem}}.filter--sticky .filter-container{width:100%;max-width:1635px;display:flex;gap:60px;flex-direction:row}@media (min-width: 992px) and (max-width: 1359.98px){.filter--sticky .filter-container{flex-direction:column;gap:20px}}.filter--sticky .filter-title{max-width:332px}@media (max-width: 991.98px){.filter--sticky .filter-title{display:flex;align-items:center}}@media (min-width: 992px) and (max-width: 1359.98px){.filter--sticky .filter-title{max-width:100%;flex-direction:row;display:flex;gap:20px;align-items:flex-end}}.filter--sticky .filter-title img{display:flex;max-height:33px;min-width:33px;max-width:33px}@media (min-width: 1200px){.filter--sticky .filter-title img{min-width:277px;max-width:277px}}.filter--sticky .filter-title>h2{color:#404040;font-family:Roboto,sans-serif;font-size:1.8rem;font-style:normal;font-weight:400;line-height:2.5rem;width:100%;text-align:left;margin:15px 0 0;padding-bottom:0!important}@media (max-width: 991.98px){.filter--sticky .filter-title>h2{display:none}}@media (min-width: 992px) and (max-width: 1359.98px){.filter--sticky .filter-title>h2{margin:0}}.filter--sticky .filter-nav{flex-direction:row;margin:0;max-width:initial;gap:37px;background-color:transparent!important}.filter--sticky .filter-nav__body{display:flex;flex-direction:column}@media (max-width: 991.98px){.filter--sticky .filter-nav__body{display:none}}.filter--sticky .filter-nav__body__row+p{display:flex;font-style:italic;margin-top:1rem;font-size:1.4rem;padding:0;margin-bottom:0;line-height:1rem}.filter--sticky .filter-nav__button{margin-top:0}@media (max-width: 991.98px){.filter--sticky .filter-nav__button{width:auto;margin-left:auto}}.filter--sticky .filter-nav__button button{min-width:276px}@media (max-width: 1199.98px){.filter--sticky .filter-nav__button button{min-width:initial;font-size:1.6rem;padding:1rem 2.1rem;line-height:2.5rem}}.filter--sticky .filter-nav__button p{display:none}.filter--sticky .filter-nav__group{min-width:initial;flex-grow:1}.filter--sticky .filter-image{display:none}.filter--filled{padding:1.5rem 6.7rem}@media (max-width: 991.98px){.filter--filled{padding:1.2rem 2rem}}.filter--filled .filter-container{justify-content:space-between}.filter--filled .filter-title>h2,.filter--filled .filter-nav__body{display:none}.filter--filled .filter-nav{width:fit-content}.filter--filled .filter-title{display:flex}.filter--filled .filter-title picture{align-items:center;display:flex}@media (min-width: 992px) and (max-width: 1359.98px){.filter.filter--sticky.filter--filled .filter-container{flex-direction:row;align-items:center}}.charts-vivienda{font-family:Roboto,sans-serif;max-width:850px;margin:0 auto;padding:20px}@media (max-width: 768px){.charts-vivienda{margin:0 auto 1rem}}.charts-vivienda__header{margin-bottom:20px}.charts-vivienda__title{font-size:24px;font-weight:700;margin:0 0 8px;color:#1a1a1a;text-align:center}.charts-vivienda__subtitle{font-size:16px;text-align:center;color:#666;margin:0 0 16px}.charts-vivienda__select{padding:10px 16px;font-size:16px;font-family:Roboto,sans-serif;border:1px solid #ccc;border-radius:4px;background-color:#fff;cursor:pointer;min-width:200px}.charts-vivienda__select:focus{outline:none;border-color:#d4c84a;box-shadow:0 0 0 2px #d4c84a33}.charts-vivienda__chart{border-radius:8px;overflow:hidden;padding-top:1rem}.charts-vivienda__chart svg{display:block;overflow:visible}.charts-vivienda__chart svg [aria-label="y-axis tick label"]{font-size:16px}.charts-vivienda__chart svg [aria-label="y-axis tick"]>path{display:none}.charts-vivienda__chart svg [aria-label=y-grid] line{stroke-dasharray:8 4}.charts-vivienda__chart svg [aria-label="x-axis tick label"]{font-size:16px}.charts-vivienda__text{max-width:80%;margin:0 auto}.charts-vivienda__text p{text-align:center;font-size:1.7rem;color:#333;line-height:1.45em}.charts-vivienda__text p b{font-weight:700}@media screen and (min-width: 600px) and (max-width: 880px){.charts-vivienda{width:90%}}@media (max-width: 768px){.charts-vivienda{padding:10px}.charts-vivienda__title{font-size:20px}.charts-vivienda__subtitle{font-size:14px}.charts-vivienda__select{width:100%;font-size:14px}}.charts-waffle{font-family:Roboto,sans-serif;max-width:83.4rem;margin:0 auto;padding:0;border-radius:8px}.charts-waffle__header{margin-bottom:16px;text-align:center}.charts-waffle__title{font-size:24px;font-weight:700;margin:0 0 8px;color:#1a1a1a}.charts-waffle__subtitle{font-size:16px;color:#666;margin:0}.charts-waffle__info{max-width:80%;margin:0 auto}.charts-waffle__info p{text-align:center;font-size:1.7rem;color:#333;line-height:1.45em}.charts-waffle__info p b{font-weight:700;color:#1a1a1a}.charts-waffle__chart{margin-top:4.5rem;min-height:200px}.charts-waffle__row{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.charts-waffle__row--base .charts-waffle__row-label-text{color:#666}.charts-waffle__row--filled .charts-waffle__row-label-text{color:#b8a800}.charts-waffle__row--empty .charts-waffle__row-label-text{color:#8b8880}.charts-waffle__row-label{font-size:14px;color:#333}.charts-waffle__row-label b{font-weight:700}.charts-waffle__row-label-text{font-weight:500}.charts-waffle__svg{display:block;overflow:visible;margin:0 auto;width:100%}.charts-waffle__house{transition:transform .15s ease-out}.charts-waffle__legend{display:flex;justify-content:center;gap:100px;margin-top:20px;padding-top:16px}.charts-waffle__legend-item{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;text-align:center}.charts-waffle__legend-color{display:inline-block}.charts-waffle__legend-color--outline{background-color:transparent}.charts-waffle__legend-label{display:flex;flex-direction:column}.charts-waffle__legend-label p,.charts-waffle__legend-label span{display:block;font-size:1.8rem;line-height:2.1rem;color:#333;margin:0;padding:0}.charts-waffle__legend-label p strong,.charts-waffle__legend-label span strong{font-weight:700;font-size:2.2rem;line-height:2.6rem}.charts-waffle__text-footer{color:#333;max-width:40rem;margin:8rem auto;text-align:center;line-height:3.2rem;font-size:2.2rem;padding:0!important}.text-block__paragraph.bottom{margin-top:4rem}@media (max-width: 768px){.charts-waffle{padding:0 15px;margin:0 auto 6rem}.charts-waffle__title{font-size:20px}.charts-waffle__subtitle{font-size:14px}.charts-waffle__info{max-width:100%}.charts-waffle__info p{font-size:1.8rem}.charts-waffle__chart{padding:10px;gap:16px}.charts-waffle__row{gap:6px}.charts-waffle__row-label{font-size:12px}.charts-waffle__legend{align-items:center;gap:12px}}.grafico-barra-comparacion{position:relative;width:95%;max-width:850px;margin:0 auto;border-radius:8px}.grafico-barra-comparacion__header{display:flex;align-items:center;justify-content:center;gap:10px;padding-bottom:23px}.grafico-barra-comparacion h3{font-family:Roboto;font-weight:900;font-style:Black;font-size:22px;line-height:100%;letter-spacing:0%;text-align:center;padding-bottom:0;margin:0}.grafico-barra-comparacion__texto{font-size:18px;font-weight:400;text-align:center;margin-bottom:70px;margin-top:23px;color:#3b3b3b;line-height:100%}.grafico-barra-comparacion__texto .comparacion-superior{color:#f0dd00;font-weight:700}.grafico-barra-comparacion__texto .comparacion-inferior{color:#4a90e2;font-weight:700}.grafico-barra-comparacion__contenedor{position:relative;width:100%}.grafico-barra-comparacion .legenda{position:relative;top:-3rem;text-align:center;display:block;font-size:1.3rem;padding-bottom:3rem}.grafico-barra-comparacion__miga{position:relative;display:flex;justify-content:center;gap:3rem}.grafico-barra-comparacion__miga .miga-precio{position:relative;font-size:1.5rem;font-style:italic}.grafico-barra-comparacion__miga .miga-precio:before{content:"";position:relative;display:inline-block;margin-right:1rem;width:1rem;height:1rem;background-color:#f0dd00}.grafico-barra-comparacion__miga .miga-media{position:relative;font-size:1.5rem;font-style:italic}.grafico-barra-comparacion__miga .miga-media:before{content:"";position:absolute;display:inline-block;margin-right:1rem;width:.4rem;height:1.4rem;background-color:#e74c3c;left:-1rem}@media screen and (min-width: 600px) and (max-width: 880px){.grafico-barra-comparacion{width:40rem}}.barra-container{position:relative;height:auto;display:flex;align-items:center;margin-top:100px}.icono-casa svg{width:40px;height:40px;color:#f0dd00}.barra-provincia{position:absolute;left:10px;right:0;top:20px;height:13px;display:flex;align-items:center;background-color:#d0c3a4;border-radius:20px}.barra-fill{height:100%;border-radius:0 4px 4px 0;transition:width 1s ease-out}.barra-fill--provincia{background:#f0dd00}.barra-fondo{position:absolute;left:50px;right:0;height:40px;border-radius:0 4px 4px 0;z-index:-1;opacity:.4}.marcador-espana{position:absolute;height:20px;z-index:1;transform:translate(-1.5px);top:15px}.marcador-linea{width:3px;height:100%;background-color:#e74c3c;position:relative;border-radius:50px}.etiquetas{position:relative;width:100%;height:70px;margin-top:10px}.etiqueta{position:absolute;font-family:Roboto;font-weight:400;font-size:18px;line-height:100%;letter-spacing:0%;color:#8d8d7e}.etiqueta--inicio{left:10px;top:0;transform:translate(-10px);font-weight:400;font-size:18px;line-height:100%;letter-spacing:0%;color:#8d8d7e}.etiqueta--espana{top:0;transform:translate(-50%);white-space:nowrap}.etiqueta--espana-offset{top:-8.8rem}.etiqueta--max-label{display:flex;flex-direction:column;justify-content:center;align-items:center}.etiqueta--provincia{left:0;top:-140%;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:translate(-50%);font-family:Roboto;font-weight:700;font-size:2.2rem;line-height:3.2rem;letter-spacing:0%;color:#3b3b3b;white-space:nowrap}@media (max-width: 768px){.etiqueta--provincia{top:-190%}}.etiqueta--max{top:0;transform:translate(-50%);white-space:nowrap;font-weight:400;font-size:18px;line-height:100%;letter-spacing:0%;color:#8d8d7e}.etiqueta--provincia-flecha{position:absolute;top:-66%;transform:translate(-50%);display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.etiqueta--provincia-flecha{top:-90%}}.etiqueta .flecha-abajo,.etiqueta .flecha-arriba{font-size:25px;margin-top:4px;color:#3b3b3b}.etiqueta-label{font-size:12px;font-weight:400}.etiqueta-sublabel{font-size:11px;font-weight:400;color:#8d8d8d;font-style:italic}.grafico-barra-loading,.grafico-barra-error{text-align:center;padding:40px;color:#666;font-size:16px}@media (max-width: 768px){.grafico-barra-comparacion{width:90%}.grafico-barra-comparacion .etiqueta--max{display:none}}.bar-chart-anual{font-family:Roboto,sans-serif;max-width:850px;margin:0 auto;padding:20px;position:relative}@media (max-width: 768px){.bar-chart-anual{margin:0 auto 6rem}}.bar-chart-anual__header{margin-bottom:20px}.bar-chart-anual__title{font-size:24px;font-weight:700;margin:0 0 8px;color:#1a1a1a;text-align:center}.bar-chart-anual__subtitle{max-width:80%;text-align:center;font-size:1.7rem;color:#333;line-height:1.45em;margin:0 auto}.bar-chart-anual__subtitle b{font-weight:700;color:#1a1a1a}.bar-chart-anual__chart{border-radius:8px;overflow:hidden}.bar-chart-anual__chart svg{display:block;overflow:visible}.bar-chart-anual__chart svg rect{transition:opacity .15s ease}.bar-chart-anual__chart svg [aria-label="y-axis tick label"]{font-size:16px}.bar-chart-anual__chart svg [aria-label="y-axis tick"]>path{display:none}.bar-chart-anual__chart svg [aria-label=y-grid] line{stroke-dasharray:8 4}.bar-chart-anual__chart svg [aria-label="x-axis tick label"]{font-size:16px}.bar-chart-anual__loading{padding:40px;text-align:center;color:#666;font-size:1.1rem}.bar-chart-anual__tooltip{position:absolute;pointer-events:none;background:#fff;border:1.5px solid #eeda00;border-radius:7px;padding:8px 14px;transform:translate(-50%,calc(-100% - 12px));z-index:100;display:flex;flex-direction:column;align-items:center;white-space:nowrap}.bar-chart-anual__tooltip--right{transform:translate(-100%,calc(-100% - 12px))}.bar-chart-anual__tooltip--left{transform:translateY(calc(-100% - 12px))}.bar-chart-anual__tooltip-tipo{font-size:1.4rem;font-weight:300;color:#3b3b3b;line-height:1.2;display:block;margin:1rem 0 .5rem}.bar-chart-anual__tooltip-value{font-size:2.2rem;font-weight:700;color:#3b3b3b;line-height:1.2}.bar-chart-anual__tooltip-label{font-size:2rem;color:#3b3b3b;line-height:1.2;font-weight:700}@media (max-width: 768px){.bar-chart-anual{padding:10px}.bar-chart-anual__title{font-size:20px}.bar-chart-anual__subtitle{font-size:14px}}.stacked-bar-chart{position:relative;padding:20px;margin:0 auto;width:100%;max-width:85rem;display:flex;flex-direction:column;align-items:center}@media (max-width: 768px){.stacked-bar-chart{margin:0 auto 6rem}}.stacked-bar-chart__title{font-size:2.2rem;font-weight:600;color:#333;margin:0 0 8px;text-align:center}.stacked-bar-chart__subtitle{font-size:1rem;font-weight:400;color:#666;margin:0 0 12px;text-align:center}.stacked-bar-chart__text{font-size:1.7rem;font-weight:400;color:#3b3b3b;margin:0 0 20px;text-align:center;line-height:1.5}.stacked-bar-chart__text b{color:#000;font-weight:600}.stacked-bar-chart__legend{display:flex;gap:24px;align-items:center;justify-content:center;padding:12px 24px;border-radius:4px;margin-bottom:20px}.stacked-bar-chart__legend .legend-item{display:flex;align-items:center;gap:8px}.stacked-bar-chart__legend .legend-box{width:16px;height:16px;border-radius:2px}.stacked-bar-chart__legend .legend-box--libres{background-color:#eeda00}.stacked-bar-chart__legend .legend-box--protegidas{background-color:#d0c3a4}.stacked-bar-chart__legend .legend-label{font-size:15px;font-weight:400;color:#3b3b3b}.stacked-bar-chart__container,.stacked-bar-chart__chart{width:100%;display:flex;justify-content:center;align-items:center}.stacked-bar-chart__chart svg{max-width:100%;height:auto}.stacked-bar-chart__chart svg rect{transition:opacity .15s ease}.stacked-bar-chart__chart svg [aria-label="y-axis tick label"]{font-size:16px}.stacked-bar-chart__chart svg [aria-label="y-axis tick"]>path{display:none}.stacked-bar-chart__chart svg [aria-label=y-grid] line{stroke-dasharray:8 4}.stacked-bar-chart__chart svg [aria-label="x-axis tick label"]{font-size:16px}.stacked-bar-chart__tooltip{position:absolute;background:#fff;border:1px solid #ccc;border-radius:8px;padding:12px 16px 5px;font-size:13px;z-index:1000;min-width:200px;display:flex;flex-direction:column}.stacked-bar-chart__tooltip .tooltip-title{font-weight:600;font-size:14px;color:#333;margin-bottom:8px;text-transform:uppercase}.stacked-bar-chart__tooltip .tooltip-row{display:flex;align-items:center;padding:4px 0;margin:0 auto}.stacked-bar-chart__tooltip .tooltip-row--total{padding-top:0;align-items:baseline}.stacked-bar-chart__tooltip .tooltip-row--total .tooltip-value strong{font-weight:700;font-size:22px;line-height:26px}.stacked-bar-chart__tooltip .tooltip-label{color:#666;font-size:14px}.stacked-bar-chart__tooltip .tooltip-value{font-weight:700;color:#3b3b3b;font-size:14px}.stacked-bar-chart__tooltip .tooltip-value--libres{color:#d4a017;color:#3b3b3b}.stacked-bar-chart__tooltip .tooltip-value--protegidas{color:#a89968;color:#3b3b3b}@media (max-width: 768px){.stacked-bar-chart__tooltip{font-size:11px;padding:10px 12px;min-width:160px}.stacked-bar-chart__tooltip .tooltip-title{font-size:12px}.stacked-bar-chart__tooltip .tooltip-label{font-size:11px}.stacked-bar-chart__tooltip .tooltip-value{font-size:12px}}.stacked-bar-chart__loading{padding:40px;text-align:center;color:#666;font-size:1.1rem}.stacked-bar-chart :where(.plot-d6a7b5 text){font-size:16px}@media (max-width: 1023px){.stacked-bar-chart{padding:15px}.stacked-bar-chart__title{font-size:1.2rem}.stacked-bar-chart__subtitle{font-size:.9rem}.stacked-bar-chart__legend{flex-wrap:wrap;gap:15px;padding:10px 16px}.stacked-bar-chart__legend .legend-label{font-size:15px}.stacked-bar-chart__chart{overflow-x:auto}}.grafico-barra-esfuerzo{width:100%;max-width:850px;margin:0 auto;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center}.grafico-barra-esfuerzo>.text-block__content{width:100%;max-width:63.6rem}.grafico-barra-esfuerzo h3{font-family:Roboto;font-weight:900;font-size:22px;line-height:100%;letter-spacing:0%;text-align:center;padding-bottom:23px}.grafico-barra-esfuerzo__texto{font-size:18px;font-weight:400;text-align:center;margin-bottom:70px;color:#3b3b3b;line-height:100%}.grafico-barra-esfuerzo__contenedor{position:relative;width:100%}.grafico-barra-esfuerzo-loading,.grafico-barra-esfuerzo-error{text-align:center;padding:40px;color:#666;font-size:16px}.grafico-barra-esfuerzo .barra-container{position:relative;height:auto;display:flex;align-items:center;margin-top:100px}.grafico-barra-esfuerzo .barra-provincia{position:absolute;left:10px;right:0;top:20px;height:13px;display:flex;align-items:center;background-color:#d0c3a4;border-radius:20px}.grafico-barra-esfuerzo .barra-fill{height:100%;border-radius:0 4px 4px 0;transition:width 1s ease-out}.grafico-barra-esfuerzo .barra-fill--provincia{background:#f0dd00}.grafico-barra-esfuerzo .barra-fondo{position:absolute;left:50px;right:0;height:40px;border-radius:0 4px 4px 0;z-index:-1;opacity:.4}.grafico-barra-esfuerzo .etiquetas{position:relative;width:100%;height:70px;margin-top:10px}.grafico-barra-esfuerzo .etiqueta{position:absolute;font-family:Roboto;font-weight:400;font-size:18px;line-height:100%;letter-spacing:0%;color:#8d8d7e}.grafico-barra-esfuerzo .etiqueta--inicio{left:20px;top:0;transform:translate(-10px);font-weight:400;font-size:18px;line-height:100%;letter-spacing:0%;color:#8d8d7e}.grafico-barra-esfuerzo .etiqueta--compra{top:-101%;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:translate(-100%);font-family:Roboto;font-weight:500;font-size:2.2rem;line-height:100%;letter-spacing:0%;color:#3b3b3b;font-weight:700}.grafico-barra-esfuerzo .etiqueta--compra:before{content:"";position:absolute;top:-5rem;width:4rem;height:4rem;background-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='43'%20viewBox='0%200%2040%2043'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M30.2735%203.97476H27.0782V6.95057L19.9945%200L0%2019.619H4.05089V43H35.9383V19.619H40L30.2735%2010.0857V3.97476Z'%20fill='%238D8D7F'/%3e%3c/svg%3e");left:6px}.grafico-barra-esfuerzo .etiqueta--alquiler{top:-45%;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:translate(-100%);font-family:Roboto;font-weight:500;font-size:2.2rem;line-height:100%;letter-spacing:0%;color:#3b3b3b;font-weight:700}.grafico-barra-esfuerzo .etiqueta--alquiler:before{content:"";position:absolute;bottom:-5rem;width:4rem;height:4rem;background-image:url("data:image/svg+xml,%3csvg%20width='35'%20height='35'%20viewBox='0%200%2035%2035'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M21.91%200C23.7108%200%2025.4363%200.71575%2026.7085%201.988L33.012%208.2915C33.642%208.92153%2034.1418%209.66948%2034.4828%2010.4927C34.8238%2011.3158%2034.9993%2012.1981%2034.9993%2013.0891C34.9993%2013.9801%2034.8238%2014.8624%2034.4828%2015.6856C34.1418%2016.5088%2033.642%2017.2567%2033.012%2017.8867L28.3868%2022.512C27.2647%2023.6329%2025.7857%2024.3258%2024.2063%2024.4702C22.6269%2024.6147%2021.0468%2024.2018%2019.74%2023.303L19.5563%2023.1665L9.26275%2033.4618C8.46608%2034.2557%207.43548%2034.7729%206.32275%2034.937L5.93775%2034.9842L5.551%2035H3.5C1.7255%2035%200.23275%2033.6718%200.0157501%2031.8098L0%2031.5V29.449C0%2028.217%200.434%2027.0235%201.2775%2026.019L1.53825%2025.7373L2.26275%2025.0127C2.59086%2024.6845%203.03591%2024.5001%203.5%2024.5H5.25V22.75C5.25006%2022.3214%205.40742%2021.9077%205.69225%2021.5873C5.97708%2021.267%206.36956%2021.0624%206.79525%2021.0122L7%2021H8.75V19.25C8.74997%2018.8654%208.87667%2018.4914%209.1105%2018.186L9.26275%2018.011L11.8318%2015.4402L11.6988%2015.26C11%2014.2432%2010.59%2013.056%2010.5123%2011.8247L10.5%2011.4117C10.5%209.611%2011.2158%207.8855%2012.488%206.61325L17.1133%201.988C18.3856%200.716004%2020.1109%200.000996559%2021.91%200ZM22.7763%208.75H22.7413C21.813%208.75%2020.9228%209.11875%2020.2664%209.77513C19.61%2010.4315%2019.2413%2011.3217%2019.2413%2012.25C19.2413%2013.1783%2019.61%2014.0685%2020.2664%2014.7249C20.9228%2015.3813%2021.813%2015.75%2022.7413%2015.75H22.7763C23.7045%2015.75%2024.5947%2015.3813%2025.2511%2014.7249C25.9075%2014.0685%2026.2763%2013.1783%2026.2763%2012.25C26.2763%2011.3217%2025.9075%2010.4315%2025.2511%209.77513C24.5947%209.11875%2023.7045%208.75%2022.7763%208.75Z'%20fill='%238D8D7F'/%3e%3c/svg%3e");background-repeat:no-repeat;left:6px}.grafico-barra-esfuerzo .etiqueta--max{right:-40px;top:0;font-weight:400;font-size:18px;line-height:100%;letter-spacing:0%;color:#8d8d7e}.grafico-barra-esfuerzo .text-block__paragraph-home{display:flex;flex-direction:row;gap:6rem}.grafico-barra-esfuerzo .text-block__paragraph-home .text-block__paragraph-tipo{width:50%}@media screen and (max-width: 768px){.grafico-barra-esfuerzo .text-block__paragraph-home .text-block__paragraph-tipo{width:100%}}.grafico-barra-esfuerzo .text-block__paragraph-home .text-block__paragraph-tipo span{width:5.4rem;height:5.7rem;display:block;margin:0 auto;background-repeat:no-repeat}.grafico-barra-esfuerzo .text-block__paragraph-home .text-block__paragraph-tipo span.icon-casa{background-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='43'%20viewBox='0%200%2040%2043'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M30.2735%203.97476H27.0782V6.95057L19.9945%200L0%2019.619H4.05089V43H35.9383V19.619H40L30.2735%2010.0857V3.97476Z'%20fill='%238D8D7F'/%3e%3c/svg%3e")}.grafico-barra-esfuerzo .text-block__paragraph-home .text-block__paragraph-tipo span.icon-key{background-image:url("data:image/svg+xml,%3csvg%20width='35'%20height='35'%20viewBox='0%200%2035%2035'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M21.91%200C23.7108%200%2025.4363%200.71575%2026.7085%201.988L33.012%208.2915C33.642%208.92153%2034.1418%209.66948%2034.4828%2010.4927C34.8238%2011.3158%2034.9993%2012.1981%2034.9993%2013.0891C34.9993%2013.9801%2034.8238%2014.8624%2034.4828%2015.6856C34.1418%2016.5088%2033.642%2017.2567%2033.012%2017.8867L28.3868%2022.512C27.2647%2023.6329%2025.7857%2024.3258%2024.2063%2024.4702C22.6269%2024.6147%2021.0468%2024.2018%2019.74%2023.303L19.5563%2023.1665L9.26275%2033.4618C8.46608%2034.2557%207.43548%2034.7729%206.32275%2034.937L5.93775%2034.9842L5.551%2035H3.5C1.7255%2035%200.23275%2033.6718%200.0157501%2031.8098L0%2031.5V29.449C0%2028.217%200.434%2027.0235%201.2775%2026.019L1.53825%2025.7373L2.26275%2025.0127C2.59086%2024.6845%203.03591%2024.5001%203.5%2024.5H5.25V22.75C5.25006%2022.3214%205.40742%2021.9077%205.69225%2021.5873C5.97708%2021.267%206.36956%2021.0624%206.79525%2021.0122L7%2021H8.75V19.25C8.74997%2018.8654%208.87667%2018.4914%209.1105%2018.186L9.26275%2018.011L11.8318%2015.4402L11.6988%2015.26C11%2014.2432%2010.59%2013.056%2010.5123%2011.8247L10.5%2011.4117C10.5%209.611%2011.2158%207.8855%2012.488%206.61325L17.1133%201.988C18.3856%200.716004%2020.1109%200.000996559%2021.91%200ZM22.7763%208.75H22.7413C21.813%208.75%2020.9228%209.11875%2020.2664%209.77513C19.61%2010.4315%2019.2413%2011.3217%2019.2413%2012.25C19.2413%2013.1783%2019.61%2014.0685%2020.2664%2014.7249C20.9228%2015.3813%2021.813%2015.75%2022.7413%2015.75H22.7763C23.7045%2015.75%2024.5947%2015.3813%2025.2511%2014.7249C25.9075%2014.0685%2026.2763%2013.1783%2026.2763%2012.25C26.2763%2011.3217%2025.9075%2010.4315%2025.2511%209.77513C24.5947%209.11875%2023.7045%208.75%2022.7763%208.75Z'%20fill='%238D8D7F'/%3e%3c/svg%3e")}@media screen and (max-width: 768px){.grafico-barra-esfuerzo .text-block__paragraph-home{flex-direction:column;gap:3rem}}.grafico-barra-esfuerzo .flecha-abajo,.grafico-barra-esfuerzo .flecha-arriba{font-size:14px;margin-top:4px}.grafico-barra-esfuerzo .flecha-abajo{margin-top:6px}@media (max-width: 880px){.grafico-barra-esfuerzo{width:90%;margin:0 auto 6rem}.grafico-barra-esfuerzo .etiqueta--max{right:-10px;top:0;font-weight:300;font-size:15px;line-height:100%;letter-spacing:0%;color:#3b3b3b}}.esfuerzo-anual-bars{display:flex;flex-direction:column;gap:8px;width:100%;max-width:85rem;margin:0 auto;padding:0 20px}.esfuerzo-anual-bars__fila{display:flex;align-items:center;gap:10px}.esfuerzo-anual-bars__fila--actual .esfuerzo-anual-bars__año{font-weight:700;color:#1a1a1a}.esfuerzo-anual-bars__fila--actual .esfuerzo-anual-bars__barra-fill{background-color:#eeda00}.esfuerzo-anual-bars__fila--actual .esfuerzo-anual-bars__valor{font-weight:700;color:#1a1a1a}.esfuerzo-anual-bars__año{min-width:38px;font-size:16px;font-weight:400;color:#555;text-align:right;font-family:Roboto,sans-serif;flex-shrink:0}.esfuerzo-anual-bars__barra-fondo{display:flex;align-items:center;justify-content:flex-start;flex:1;height:3rem;background-color:#fff;position:relative}.esfuerzo-anual-bars__barra-fill{height:100%;background-color:#d0c3a4;transition:width .6s ease-out;position:relative}.esfuerzo-anual-bars__valor{position:relative;right:-.5rem;white-space:nowrap;font-size:16px;font-weight:400;color:#555;font-family:Roboto,sans-serif}.esfuerzo-anual-bars__loading,.esfuerzo-anual-bars__error{font-size:16px;color:#888;font-family:Roboto,sans-serif;padding:8px 0}.esfuerzo-anual-bars--mobile{gap:6px}.esfuerzo-anual-bars--mobile .esfuerzo-anual-bars__año{font-size:11px;min-width:32px}.esfuerzo-anual-bars--mobile .esfuerzo-anual-bars__barra-fondo{height:16px}.esfuerzo-anual-bars--mobile .esfuerzo-anual-bars__valor{font-size:11px}.bloque:nth-child(2) .esfuerzo-anual-bars__barra-fondo,.bloque:nth-child(4) .esfuerzo-anual-bars__barra-fondo{background-color:#f6f3ed}.mapa-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;overflow:hidden}.mapa-wrapper .mapa-title{margin:95px 0 27px;text-align:center;font-family:Roboto;font-weight:900;font-style:Black;font-size:22px}.mapa-wrapper .mapa-legend{display:flex;gap:15px;align-items:center;margin-top:20px;margin-bottom:35px;flex-wrap:wrap;justify-content:center}.mapa-wrapper .mapa-legend__item{display:flex;align-items:center;gap:6px}.mapa-wrapper .mapa-legend__color{width:12px;height:12px;display:inline-block;border:1px solid #ddd}.mapa-wrapper .mapa-legend__label{font-size:15px;color:#666}.mapa-wrapper .mapa-fuente{font-weight:300;font-style:Light;font-size:17px;margin-top:25px;color:#3b3b3b}.mapa-wrapper :global(#observablehq-683f1038eee20cc7){max-width:90%}.mapa-wrapper :global(#observablehq-683f1038eee20cc7) svg{max-width:90%;height:auto!important}.inf-title-page{font-size:4.8rem;font-family:Boldonse;margin-top:7rem;margin-bottom:2rem;width:100%;text-align:center;line-height:9.5rem;padding-bottom:0!important}.inf-title-page strong{font-family:Boldonse;font-weight:400;padding:.5rem 1rem;background-color:#eeda00}@media screen and (max-width: 880px){.inf-title-page{font-size:2.4rem;line-height:5.5rem;padding:0 20px;margin-top:4rem;margin-bottom:2.5rem}}.inf-rtve-fullwidth{left:calc(-.5*(100vw - 106rem));width:100vw;position:relative;margin-right:calc(-.5*(100vw - 106rem));margin-bottom:2rem;padding-bottom:6rem}.text-block{font-family:Roboto,sans-serif;width:100%;margin-bottom:20px}.text-block__content{width:80%;max-width:40rem;margin:0 auto;padding:2rem 0}.text-block__content.small{max-width:40rem}.text-block__content.small p:first-child{margin-bottom:2rem}.text-block__title{font-size:24px;font-weight:700;margin:0 0 8px;color:#1a1a1a}.text-block__paragraph{font-size:2.2rem!important;color:#3b3b3b;line-height:3.2rem!important;margin:0;text-align:center;padding:0!important}.text-block__paragraph b,.text-block__paragraph strong{font-weight:700!important;color:#1a1a1a;background-color:#eede41}.text-block__paragraph b.BgA,.text-block__paragraph strong.BgA{background-color:#d0c3a4}.text-block__paragraph b.noBg,.text-block__paragraph strong.noBg{background-color:transparent}.text-block--highlight .text-block__title{font-size:28px}.text-block--highlight .text-block__paragraph{font-size:1.8rem}.text-block--compact .text-block__title{font-size:20px}.text-block--compact .text-block__paragraph{font-size:1.5rem}.text-block--center{text-align:center}.text-block--left{text-align:left}.text-block--right{text-align:right}.text-block--loading{text-align:center;color:#666}.marcador-source{font-size:1.5rem!important;font-weight:300;position:relative;margin-top:4rem;text-align:center}.marcador-source.small{margin-top:0}@media (max-width: 768px){.marcador-source{margin-top:4rem}}.bloque-titulo{display:inline-block;width:100%;font-family:Boldonse,system-ui;font-size:2.8rem;line-height:5.5rem;color:#1a1a1a;padding:8rem 0 3.5rem!important;text-align:center}@media (max-width: 768px){.bloque-titulo{font-size:1.8rem;line-height:3.5rem;padding:3.5rem 2rem!important}}.bloque{position:relative}.bloque.bloque:last-child .chart-block:last-child{padding-bottom:10rem;border-bottom:.1rem solid rgba(255,255,255,0)}.bloque.bloque:last-child .chart-block:last-child:after{content:"";height:0}.bloque .chart-block{min-height:37rem}.bloque .chart-block:last-child{padding-bottom:10rem}@media (max-width: 768px){.bloque .chart-block:last-child{padding-bottom:4rem}}.bloque-debug-label{display:inline-block;left:0;font-family:monospace;font-size:2.1rem;font-weight:700;color:#fff;background-color:#333;padding:2px 8px;border-radius:3px;opacity:.6;pointer-events:none}.bloque:nth-child(2){background-color:#fff;width:calc(100vw - 8px);margin-left:calc((100vw - 100%)/-2);overflow:hidden;position:relative}.bloque:nth-child(2) .debug-overlay{left:0!important}@media (max-width: 768px){.bloque:nth-child(2){width:100vw}}.bloque:nth-child(2):before{position:absolute;bottom:0;right:60px;content:"";display:flex;width:287px;height:705px;background-image:url("data:image/svg+xml,%3Csvg width='308' height='705' viewBox='0 0 308 705' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M281.46 418.849V407.184H294.713V387.588H281.46V383.481H294.713V382.07H281.46V368.538H294.713V367.127H281.46V350.773H294.713V349.362H281.46V335.831H294.713V334.419H281.46V320.888H294.713V319.477H281.46V305.946H294.713V304.534H281.46V295.299H285.019V291.076H294.713V289.664H285.019V281.723H297.33V263.622H281.461V261.19H294.713V259.779H281.461V246.247H294.713V244.836H281.461V228.482H294.713V227.07H281.461V213.539H294.713V212.128H281.461V198.596H294.713V197.185H281.461V190.419H294.713V183.653V182.242V168.711V166.998H281.461V156.296H298.122V135.863H282.802V122.828H280.777V128.66H277.259V126.198H275.577V128.66H268.849V126.198H267.167V128.66H261.203V126.198H259.521V128.66H253.154V126.198H251.399V128.66H243.851V122.828H241.999V128.66H225.412V124.331H229.748V113.813H211.504V109.283H207.145L204.78 98.8696V93.0368H202.927V98.8696H201.858V52.1821H208.816L200.206 48.4561V42.0682H204.047V37.2772L199.544 37.011V36.5323L265.595 37.5311L265.592 39.3946H268.19L274.869 32.8381V26.0219H266.324L261.836 19.1245H249.797V20.7892H251.694V27.2815L241.991 27.131L241.97 27.1135L241.955 27.1304L241.356 27.1209L214.855 9.2953L207.031 3.04471V2.00613C207.031 0.89809 206.137 0 205.034 0H204.256C203.154 0 202.26 0.89809 202.26 2.00613L33.1283 23.8885L12.9188 23.5746V23.0848H8.81987V24.9981H12.9188V24.5427L13.7952 24.5565H13.6221V25.7764H8.81987V29.311H13.6221V83.0353L1.7798 93.7896H1.0284H0.000515296V94.7163H0.758773L0.675939 94.7916L1.02789 94.9072V97.6646H0V98.5696H27.9646V97.6646H26.801V94.7163H27.9646V93.7896H26.801H25.3252L13.9831 83.038V29.3115H20.4707V28.8975L74.3788 29.4631L74.3651 30.445L121.515 31.1231L121.531 29.9583L190.772 30.6852V36.2004H187.664V40.7937H191.596V42.0698H194.775V47.3932H192.319V44.9369H190.874V50.6764V58.807V98.8712H188.815V93.0384H186.962V98.8712L180.212 113.815H180.195V108.02H178.343V113.815H169.383V108.02H167.531V113.815H161.401V108.02H159.548V113.815H159.07V108.464H156.619V113.815H152.781V108.02H150.928V113.815H144.799V108.02H142.946V113.815H141.929V113.853H136.816V108.02H134.964V113.853H130.879V106.803H127.971V108.02H126.344V113.853H120.214V108.02H118.362V113.853H109.535V115.349H118.362V121.025H115.783V117.128H111.699V121.025H108.922V117.819H107.779V121.025H103.532V117.128H103.205V121.025H96.8346V112.239H94.7113V121.025H86.0539V108.464H84.4203V121.025H73.0101L76.1892 135.864H69.7454L74.983 156.297H83.738L83.0816 166.999H69.7449V168.712H82.9766L82.1466 182.243H69.7449V183.654H82.0595L81.23 197.186H69.7449V198.597H81.1435L80.3135 212.129H69.7449V213.54H80.2269L79.8122 220.306H69.6336V250.369H77.968L77.3907 259.78H69.7449V261.191H77.3042L77.1548 263.623H65.8259V281.724H76.0446L75.5576 289.665H69.7449V291.076H75.4711L74.8168 301.742H59.027V387.589V407.186H68.3508L67.6353 418.85H46.7456V705H308V418.849H281.46ZM2.31748 93.7902L12.4059 84.629L5.33415 93.7902H2.31748ZM13.6216 93.7902H5.79163L13.6216 83.6466V93.7902ZM24.7975 93.7902H17.9047L14.2374 83.7786L24.7975 93.7902ZM17.52 93.7902H13.9826V84.1349L17.52 93.7902ZM98.978 281.723V289.664H92.3257V281.723H98.978ZM92.3252 263.622V261.19H98.9774V263.622H92.3252ZM123.852 250.368V259.778H116.047V250.368H123.852ZM116.047 263.622V261.19H123.852V263.622H116.047ZM123.852 281.723V289.664H116.047V281.723H123.852ZM114.124 250.368V259.778H103.118V250.368H114.124ZM114.124 281.723V289.664H103.118V281.723H114.124ZM103.118 263.622V261.19H114.124V263.622H103.118ZM114.124 291.075V301.741H103.118V291.075H114.124ZM116.047 301.741V291.075H123.852V301.741H116.047ZM136.816 115.348H141.929V119.072H136.816V115.348ZM132.974 115.348H134.962V119.072H132.974V115.348ZM120.213 115.348H121.172V121.023H120.213V115.348ZM116.047 156.296H123.852V166.998H116.047V156.296ZM116.047 168.711H123.852V182.242H116.047V168.711ZM116.047 183.653H123.852V197.185H116.047V183.653ZM116.047 198.596H123.852V212.128H116.047V198.596ZM123.852 213.539V220.305H116.047V213.539H123.852ZM103.118 156.296H114.124V166.998H103.118V156.296ZM103.118 168.711H114.124V182.242H103.118V168.711ZM103.118 183.653H114.124V197.185H103.118V183.653ZM103.118 198.596H114.124V212.128H103.118V198.596ZM114.124 213.539V220.305H103.118V213.539H114.124ZM92.3252 156.296H98.9774V166.998H92.3252V156.296ZM92.3252 168.711H98.9774V182.242H92.3252V168.711ZM92.3252 183.653H98.9774V197.185H92.3252V183.653ZM92.3252 198.596H98.9774V212.128H92.3252V198.596ZM92.3252 213.539H98.9774V220.305H92.3252V213.539ZM98.978 250.368V259.778H92.3257V250.368H98.978ZM92.3252 291.075H98.9774V301.741H92.3252V291.075ZM98.978 418.849H92.3257V407.184H98.978V418.849ZM114.124 418.849H103.118V407.184H114.124V418.849ZM123.852 418.849H116.047V407.184H123.852V418.849ZM186.961 113.814H180.887L186.961 100.366V113.814ZM190.874 113.814H188.814V100.366H190.874V113.814ZM203.596 34.6847L199.98 30.7811L207.03 30.8548L203.955 34.6905L203.596 34.6847ZM197.469 29.7107L194.954 27.369L199.474 27.439L199.352 28.0105L197.469 29.7107ZM199.181 28.8163L198.97 29.803L198.099 29.794L199.181 28.8163ZM196.836 29.7802L193.986 29.7505L194.756 27.844L196.836 29.7802ZM199.791 28.265L200.684 27.4581L200.909 27.4618L203.777 29.8539L199.461 29.8088L199.791 28.265ZM199.963 27.4591L199.965 27.4469H199.976L199.963 27.4591ZM238.101 30.2133L232.267 30.1523L234.828 27.9877L235.386 27.9962L238.101 30.2133ZM236.165 28.0084L237.533 28.0296L239.639 29.7123L239.18 30.2244L238.875 30.2213L236.165 28.0084ZM231.528 30.1444L231.442 30.1433L228.922 27.896L234.093 27.976L231.528 30.1444ZM230.708 30.1359L225.156 30.0776L227.655 27.8764L228.184 27.8849L230.708 30.1359ZM224.434 30.0702L224.22 30.0681L221.961 27.7884L226.937 27.8658L224.434 30.0702ZM223.533 30.0606L219.077 30.014L220.723 27.7693L221.271 27.7778L223.533 30.0606ZM218.567 29.892L215.785 27.6924L220.131 27.7597L218.567 29.892ZM217.927 30.0018L212.541 29.9451L214.907 27.6786L214.99 27.6797L217.927 30.0018ZM211.851 29.9376L211.412 29.9329L209.228 27.5901L214.221 27.6675L211.851 29.9376ZM210.745 29.926L205.897 29.8751L208.196 27.5742L208.558 27.5795L210.745 29.926ZM205.222 29.8682L204.541 29.8608L201.677 27.4729L207.523 27.5636L205.222 29.8682ZM205.176 34.7117L207.611 31.6744L210.4 34.7997L205.176 34.7117ZM211.713 34.8215L208.184 30.867L215.38 30.9423L212.055 34.8268L211.713 34.8215ZM213.307 34.8485L216.016 31.6845L218.614 34.9381L213.307 34.8485ZM219.867 34.9593L216.669 30.9566L223.395 31.0271L220.106 34.9635L219.867 34.9593ZM221.347 34.9842L224.124 31.6596L227.274 35.0844L221.347 34.9842ZM228.606 35.1067L224.868 31.0425L232.285 31.1204L228.893 35.1115L228.606 35.1067ZM230.142 35.1327L233.092 31.6612L236.3 35.2366L230.142 35.1327ZM237.617 35.2589L233.92 31.1379L241.51 31.2174L237.882 35.2636L237.617 35.2589ZM239.823 30.2313L240.017 30.0145L240.295 30.2361L239.823 30.2313ZM239.158 35.2848L242.271 31.8149L242.283 31.8239L242.433 31.6347L246.093 35.4015L239.158 35.2848ZM247.624 35.4274L247.462 35.4248L243.393 31.2371L245.068 31.2546L248.758 33.8232L247.624 35.4274ZM247.539 31.2805L250.532 31.3118L249.582 32.6552L247.539 31.2805ZM248.791 35.4471L249.549 34.3745L251.146 35.4868L248.791 35.4471ZM253.86 35.5324L250.383 33.1939L251.423 31.7227L254.559 35.5441L253.86 35.5324ZM255.825 35.5658L252.35 31.3309L259.052 31.4014L255.903 35.5674L255.825 35.5658ZM257.098 35.587L260.059 31.6702L263.923 35.7021L257.098 35.587ZM263.527 31.4481L267.32 35.7593L265.281 35.7249L261.159 31.4231L263.527 31.4481ZM255.701 20.7892H260.541V26.0224H258.301V23.5556H255.701V20.7892ZM252.757 28.266L251.027 29.7356L249.313 28.2125L252.757 28.266ZM250.656 30.0516L250.314 30.3416L246.879 30.3056L248.768 28.3752L250.656 30.0516ZM248.269 28.1966L246.21 30.2987L246.077 30.2971L244.878 29.4902L243.199 28.1176L248.269 28.1966ZM243.655 30.2716L242.442 30.2589L242.404 30.2202L242.37 30.2584L241.079 30.2446L240.34 29.654L241.273 28.6133L243.655 30.2716ZM240.874 28.3355L239.963 29.3523L238.322 28.0423L240.501 28.0762L240.874 28.3355ZM239.078 27.0854L237.086 27.0546L223.882 16.5065L239.078 27.0854ZM207.03 3.66234L209.957 6.00035L207.03 4.03133V3.66234ZM207.03 4.79318V4.77462L217.862 12.3151L236.297 27.0419L220.987 26.8044L220.898 26.7148L220.834 26.8023L200.172 26.4815L204.799 4.79318H207.03ZM204.307 4.79318L199.68 26.4736L195.336 26.4062L204.062 4.79318H204.307ZM203.315 4.79318L194.076 26.3866L175.007 26.0908L174.965 26.0526L174.929 26.0892L132.905 25.4366L202.259 3.06751V4.79318H203.315ZM13.9831 25.7764V24.5591L16.9074 24.6042L15.5202 25.7759H13.9831V25.7764ZM16.2684 25.7764L17.6424 24.6159L17.9215 24.6201L18.9368 25.7764H16.2684ZM20.4707 27.9289V27.5233L20.8305 27.9326L20.4707 27.9289ZM21.4785 27.9395L20.4707 26.7922V25.7764H19.5789L18.5727 24.6307L25.7278 24.7421L21.9307 27.9448L21.4785 27.9395ZM22.671 27.9522L26.4633 24.7532L27.0823 24.7627L30.3369 28.0328L22.671 27.9522ZM31.0255 28.0397L27.7746 24.7733L28.1297 24.7786L28.1603 25.0188L29.8145 24.8046L35.1656 24.8879L31.3168 28.0423L31.0255 28.0397ZM32.0692 28.0508L35.9132 24.9L36.0141 24.9016L39.2233 28.1261L32.0692 28.0508ZM39.9114 28.133L36.7058 24.9122L42.9586 25.0093L39.9515 28.1335L39.9114 28.133ZM40.6142 28.1404L43.6187 25.0193L43.7712 25.022L46.8438 28.2061L40.6142 28.1404ZM47.5224 28.213L44.453 25.0326L50.5464 25.127L47.9603 28.2173L47.5224 28.213ZM48.5835 28.2242L51.1675 25.1365L51.3849 25.1397L54.3007 28.2835L48.5835 28.2242ZM54.9651 28.2909L52.0523 25.1503L57.749 25.2388L55.2437 28.2941L54.9651 28.2909ZM55.8626 28.3005L58.3648 25.2484L58.5701 25.2515L61.145 28.3556L55.8626 28.3005ZM61.7777 28.3625L59.2059 25.2616L64.3622 25.3417L61.9017 28.3641L61.7777 28.3625ZM62.5191 28.3705L64.9769 25.3512L65.2888 25.356L68.0321 28.4283L62.5191 28.3705ZM68.6848 28.4352L65.9447 25.3661L70.9612 25.444L68.6922 28.4352H68.6848ZM74.3925 28.4951L69.2921 28.4415L71.559 25.4535L71.989 25.4604L74.402 27.8159L74.3925 28.4951ZM74.4115 27.1495L72.6919 25.471L74.4353 25.4981L74.4115 27.1495ZM74.4691 23.107L74.449 24.53L36.4958 23.941L202.259 2.49441V2.55962L131.4 25.4138L121.599 25.2616L121.619 23.7846L74.4691 23.107ZM121.546 28.9897L121.574 26.9788L123.301 29.0083L121.546 28.9897ZM123.94 29.0151L121.585 26.2472L121.585 26.2302L126.123 26.3007L123.969 29.0157L123.94 29.0151ZM124.58 29.022L126.731 26.3097L127.077 26.315L129.786 29.0761L124.58 29.022ZM130.469 29.0835L127.763 26.3256L133.751 26.4184L130.475 29.0835H130.469ZM131.231 29.0915L134.503 26.4301L135.136 26.4396L137.602 29.1578L131.231 29.0915ZM135.797 26.4502L140.773 26.5276L138.17 29.065L135.797 26.4502ZM138.753 29.1705L141.454 26.5382L141.938 26.5457L144.653 29.2325L138.753 29.1705ZM142.635 26.5568L147.466 26.6316L145.172 29.0671L142.635 26.5568ZM145.67 29.2431L148.045 26.7211L151.022 29.2993L145.67 29.2431ZM151.769 29.3073L148.701 26.6506L154.014 26.7333L151.826 29.3078L151.769 29.3073ZM152.453 29.3142L154.639 26.7429L154.659 26.7434L157.564 29.3682L152.453 29.3142ZM155.392 26.7545L160.697 26.8367L158.256 29.3423L155.392 26.7545ZM158.892 29.382L161.36 26.8473L161.574 26.8505L163.984 29.4356L158.892 29.382ZM162.243 26.8611L167.156 26.9375L164.553 29.3375L162.243 26.8611ZM165.146 29.4478L167.857 26.9486L168.373 26.9565L171.16 29.5114L165.146 29.4478ZM169.1 26.9677L173.98 27.0435L171.692 29.3433L169.1 26.9677ZM172.196 29.5215L174.651 27.0536L175.358 27.0647L178.124 29.584L172.196 29.5215ZM176.088 27.0758L180.57 27.1453L178.571 29.3364L176.088 27.0758ZM178.991 29.593L181.141 27.2349L184.416 29.6498L178.991 29.593ZM181.861 27.1654L186.644 27.2396L184.823 29.3507L181.861 27.1654ZM185.195 29.6582L187.271 27.2529L190.092 29.7097L185.195 29.6582ZM191.187 29.7208L190.837 29.7171L188.016 27.2609L193.208 27.3414L191.187 29.7208ZM193.492 27.7518L192.643 29.7362L191.814 29.7277L193.492 27.7518ZM191.735 34.6163V31.6103L194.258 34.6163H191.735ZM194.888 101.165H192.319V100.366H194.888V101.165ZM194.888 98.8701H192.319V97.1864H194.888V98.8701ZM194.888 95.7343H192.319V91.7559H194.888V95.7343ZM194.888 90.3044H192.319V86.326H194.888V90.3044ZM194.888 84.8739H192.319V80.8956H194.888V84.8739ZM194.888 79.4435H192.319V75.3628H194.888V79.4435ZM194.888 73.9113H192.319V69.9329H194.888V73.9113ZM194.888 68.4808H192.319V64.5025H194.888V68.4808ZM194.888 63.0504H192.319V59.0721H194.888V63.0504ZM194.888 57.62H192.319V52.1826H194.888V57.62ZM192.231 30.7L197.774 30.7583L194.903 33.8852L192.231 30.7ZM197.418 101.165H196.796V100.366H197.418V101.165ZM197.418 98.8701H196.796V97.1864H197.418V98.8701ZM197.418 95.7343H196.796V93.0368H196.333V91.7559H197.417L197.418 95.7343ZM197.418 90.3044H196.333V86.326H197.418V90.3044ZM197.418 84.8739H196.333V80.8956H197.418V84.8739ZM197.418 79.4435H196.333V75.3628H197.418V79.4435ZM197.418 73.9113H196.333V69.9329H197.418V73.9113ZM197.418 68.4808H196.333V64.5025H197.418V68.4808ZM197.418 63.0504H196.333V59.0721H197.418V63.0504ZM197.418 57.62H196.333V52.1826H197.418V57.62ZM195.543 34.6163L198.669 31.2095L197.942 34.6163H195.543ZM199.143 31.2991L202.258 34.6619L199.543 34.6163H198.435L199.143 31.2991ZM200.412 101.165H198.862V100.366H200.412V101.165ZM200.412 98.8701H198.862V97.1864H200.412V98.8701ZM200.412 95.7343H198.862V91.7559H200.412V95.7343ZM200.412 90.3044H198.862V86.326H200.412V90.3044ZM200.412 84.8739H198.862V80.8956H200.412V84.8739ZM200.412 79.4435H198.862V75.3628H200.412V79.4435ZM200.412 73.9113H198.862V69.9329H200.412V73.9113ZM200.412 68.4808H198.862V64.5025H200.412V68.4808ZM200.412 63.0504H198.862V59.0721H200.412V63.0504ZM200.412 57.62H198.862V52.1826H200.412V57.62ZM202.926 113.814H201.857V100.366H202.926V113.814ZM205.949 109.283V113.813H204.779V100.366L206.805 109.283H205.949V109.283ZM277.259 130.157H280.777V135.863H277.259V130.157ZM277.613 156.296V166.998H273.489V156.296H277.613ZM268.848 130.157H275.576V135.863H268.848V130.157ZM270.608 156.296V166.998H265.502V156.296H270.608ZM261.202 130.157H267.166V135.863H261.202V130.157ZM253.153 130.157H259.52V135.863H253.153V130.157ZM260.454 156.296V166.998H245.985V156.296H260.454ZM243.85 130.157H251.398V135.863H243.85V130.157ZM225.411 130.157H241.998V135.863H225.411V130.157ZM260.454 418.849H253.22V407.184H260.454V418.849ZM260.454 387.588H253.22V383.481H260.454V387.588ZM260.454 382.07H253.22V368.538H260.454V382.07ZM260.454 367.127H253.22V350.773H260.454V367.127ZM260.454 349.362H253.22V335.831H260.454V349.362ZM260.454 334.419H253.22V320.888H260.454V334.419ZM260.454 319.477H253.22V305.946H260.454V319.477ZM260.454 304.534H253.22V295.298H260.454V304.534ZM260.454 263.622H253.22V261.19H260.454V263.622ZM260.454 259.778H253.22V246.247H260.454V259.778ZM260.454 244.836H253.22V228.482H260.454V244.836ZM260.454 227.07H253.22V213.539H260.454V227.07ZM260.454 212.128H253.22V198.596H260.454V212.128ZM253.22 197.185V190.419H260.454V197.185H253.22ZM270.608 418.849H265.502V407.184H270.608V418.849ZM270.608 387.588H265.502V383.481H270.608V387.588ZM270.608 382.07H265.502V368.538H270.608V382.07ZM270.608 367.127H265.502V350.773H270.608V367.127ZM270.608 349.362H265.502V335.831H270.608V349.362ZM270.608 334.419H265.502V320.888H270.608V334.419ZM270.608 319.477H265.502V305.946H270.608V319.477ZM270.608 304.534H265.502V295.298H270.608V304.534ZM270.608 263.622H265.502V261.19H270.608V263.622ZM270.608 259.778H265.502V246.247H270.608V259.778ZM270.608 244.836H265.502V228.482H270.608V244.836ZM270.608 227.07H265.502V213.539H270.608V227.07ZM270.608 212.128H265.502V198.596H270.608V212.128ZM265.502 197.185V190.419H270.608V197.185H265.502ZM277.613 418.849H273.489V407.184H277.613V418.849ZM277.613 387.588H273.489V383.481H277.613V387.588ZM277.613 382.07H273.489V368.538H277.613V382.07ZM277.613 367.127H273.489V350.773H277.613V367.127ZM277.613 349.362H273.489V335.831H277.613V349.362ZM277.613 334.419H273.489V320.888H277.613V334.419ZM277.613 319.477H273.489V305.946H277.613V319.477ZM277.613 304.534H273.489V295.298H277.613V304.534ZM277.613 263.622H273.489V261.19H277.613V263.622ZM277.613 259.778H273.489V246.247H277.613V259.778ZM277.613 244.836H273.489V228.482H277.613V244.836ZM277.613 227.07H273.489V213.539H277.613V227.07ZM277.613 212.128H273.489V198.596H277.613V212.128ZM273.489 197.185V190.419H277.613V197.185H273.489Z' fill='%23F5F4E1'/%3E%3C/svg%3E%0A")}@media (max-width: 767.98px){.bloque:nth-child(2):before{width:185px;height:200px;background-size:cover;right:-40px}}@media (max-width: 1199.98px){.bloque:nth-child(2):before{width:207px;height:265px;background-size:cover}}.bloque:nth-child(3){width:calc(100vw - 8px);margin-left:calc((100vw - 100%)/-2);position:relative}.bloque:nth-child(3) .debug-overlay{left:0!important}.bloque:nth-child(3):before{content:"";bottom:0;left:20px;display:flex;width:624px;min-height:294px;position:absolute;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='624' height='294' viewBox='0 0 624 294' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_5336_201' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='624' height='294'%3E%3Crect width='624' height='294' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_5336_201)'%3E%3Cpath d='M610 197.713V180.178H593.926V154.77H574.202V126.132H571.392V154.77H563.316V126.132H561.209V154.77H553.483V142.717H541.543V146.085H525.741V142.717H515.557V154.77L514.099 153.778L508.51 143.64H499.21V154.876H487.236V161.654H481.901H476.395H470.889V175.272H458.747V167.186H453.392V175.272H444.929V167.186H439.92V175.272H430.741V160.816H433.87V152.575H403.933V160.816H408.04V183.121H403.11V153.709H358.22V130.491H318.848H315.698H304.286V121.862H302.238V130.491H299.304V117.558H296.407V130.491H293.703V110.799H291.76V130.491H282.385V121.169H250.577V151.676H195.496V169.704H191.268V114.189H186.503V110.299H188.606V108.24H186.503V105.535H188.606V101.301H186.503H184.046H181.948V98.9782H173.647V101.301H172.07H163.369V98.9782H161.411V88.2535H163.369V77.5287H161.411V62.8321H163.369V53.2988H154.883V32.8198H144.891V20H132.447V32.8198H123.848V20H112.534V32.8198H103.385V72.756H94.9876V32.8198H82.1126V72.756H61.4008V60.1124H63.4073V52.6692H40.0744V60.1124H42.3853V89.9322H33.0743V111.471H16V118.543H21.3495V143.85H16V150.549H21.3495V175.856H16V182.555H21.3495V207.862H16V214.561H21.3495V239.868H16V246.567H21.3495V271.874H16V278.573H21.3495V303.88H16V310.579H21.3495V424.836H16V431.535H21.3495V436H189.302H191.268H195.495H198.724H223.036H232.809H250.577H271.523H282.385H310.126H318.847H352.062H399.713H403.108H499.208H508.714H542.358H593.925H609.999V393.017H604.062V382.059H609.999V375.657H604.062V371.675H609.999V365.274H604.062V346.987H609.999V336.604V329.451V319.067H604.062V290.397H609.999V283.996H604.062V255.326H609.999V237.79H604.062V232.786H609.999V226.383H604.062V197.713H610ZM159.286 98.9782H154.883V88.2535H159.286V98.9782ZM159.286 77.5287H154.883V62.8321H159.286V77.5287ZM173.647 114.189H163.369V110.299H173.647V114.189ZM173.647 108.24H163.369V105.535H172.07H173.647V108.24ZM184.046 114.189H181.948V110.299H184.046V114.189ZM184.046 108.24H181.948V105.535H184.046V108.24ZM195.497 407.711H191.269V387.824H195.497V407.711ZM195.497 377.888H191.269V358.001H195.497V377.888ZM195.497 348.065H191.269V328.178H195.497V348.065ZM195.497 318.241H191.269V298.355H195.497V318.241ZM195.497 288.418H191.269V268.531H195.497V288.418ZM195.497 258.595H191.269V238.708H195.497V258.595ZM195.497 228.772H191.269V208.885H195.497V228.772ZM195.497 198.948H191.269V179.64H195.497V198.948ZM223.037 407.711H198.724V393.109H223.037V407.711ZM223.037 377.888H198.724V363.286H223.037V377.888ZM223.037 348.065H198.724V333.463H223.037V348.065ZM223.037 318.241H198.724V303.64H223.037V318.241ZM223.037 288.418H198.724V273.816H223.037V288.418ZM223.037 258.595H198.724V243.993H223.037V258.595ZM223.037 228.772H198.724V214.17H223.037V228.772ZM223.037 198.948H198.724V179.64H223.037V198.948ZM250.577 407.711H232.81V393.109H250.577V407.711ZM250.577 377.888H232.81V363.286H250.577V377.888ZM250.577 348.065H232.81V333.463H250.577V348.065ZM250.577 318.241H232.81V303.64H250.577V318.241ZM250.577 288.418H232.81V273.816H250.577V288.418ZM250.577 258.595H232.81V243.993H250.577V258.595ZM250.577 228.772H232.81V214.17H250.577V228.772ZM250.577 198.948H232.81V179.64H250.577V198.948ZM492.572 191.069H481.899V172.719H492.572V191.069ZM541.543 154.77H525.74V151.291H541.543V154.77ZM541.543 149.257H525.74V147.468H541.543V149.257ZM601.953 393.017H593.926V382.059H601.953V393.017ZM601.953 375.657H593.926V371.675H601.953V375.657ZM601.953 365.273H593.926V346.987H601.953V365.273ZM601.953 319.067H593.926V290.397H601.953V319.067ZM601.953 283.995H593.926V255.325H601.953V283.995ZM601.953 237.79H593.926V232.786H601.953V237.79ZM601.953 226.383H593.926V197.713H601.953V226.383Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A")}@media (max-width: 1199.98px){.bloque:nth-child(3):before{width:100vw;min-height:200px;background-size:cover;left:0}}.page-general .bloque:nth-child(3):before,.page-alquiler .bloque:nth-child(3):before{content:none}.bloque--tenencia-y-disponibilidad .chart-block .text-block{margin-top:3rem}.bloque:nth-child(4){background-color:#fff;width:calc(100vw - 8px);margin-left:calc((100vw - 100%)/-2);overflow:hidden}.bloque:nth-child(4) .debug-overlay{left:0!important}@media (max-width: 768px){.bloque:nth-child(4){width:100vw}}.bloque:nth-child(4):after{content:"";display:flex;min-height:252px;background-position:top left;background-size:cover;background-image:url("data:image/svg+xml,%3Csvg width='1906' height='252' viewBox='0 0 1906 252' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1906' height='252' fill='white'/%3E%3Cmask id='mask0_5185_1647' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='1105' y='0' width='801' height='252'%3E%3Crect width='801' height='252' transform='matrix(-1 0 0 1 1906 0)' fill='%23F5F4E1'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_5185_1647)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1803.88 51.9521V78.5733H1801.53V60.7195H1796.92V84.2097H1793.91V67.512H1790.24V73.621H1780.03V84.2097H1771.72V80.5023H1770.16V79.1158H1762.89V84.2097H1758.51V80.5023H1756.91V79.1158H1749.75V84.2097H1735.5V90.8488H1725.03V97.6543H1730.64V115.49H1723.98V123.52H1719.32V178.848H1695.65V175.743H1694.75V170.316H1695.65V165.122H1694.75V159.693H1695.65V154.499H1694.75V149.072H1695.65V143.877H1694.75V140.442H1698.56V138.769H1697.56L1698.2 137.514H1699.56V135.54L1675.26 109.001L1651.31 135.54V137.431H1653.67L1654.4 138.686V140.442H1656.39V143.877H1655.46V149.072H1656.39V154.499H1655.46V155.232L1629.43 144.468V141.536H1630.65V139.171H1623.96V141.536H1624.85V143.932L1622.71 143.936V138.026H1621.94V143.937L1620.66 143.939L1619.4 143.937V138.026H1618.62V143.936L1614.52 143.928V143.951L1613.14 143.954L1585.67 155.311V159.543H1589.26V169.544H1587.46V171.786H1580.05V154.5L1590.13 151.697V137.386H1593.74V132.67H1580.05V127.841H1582.47V124.447H1567.11V119.043H1569.89V116.116H1548.51V132.67H1528.84V156.475H1472.95V157.444H1476.31V165.463H1471.18V169.361H1467.34V172.917H1471.18V178.835H1467.34V182.295H1338.88V169.359H1327.3V159.569H1321.05V162.313H1314.07V151.945H1311.06V162.313H1304.21V159.569H1288.95V148.03H1291.38V144.886H1288.95V133.01H1291.38V129.866H1288.95V117.99H1291.38V114.845H1288.95V102.969H1291.38V99.6503H1283.61V89.5417H1279.37V75.5476H1280.42V72.0541H1269.8V75.5476H1270.72V81.4808H1261.29V62.739H1255.43V81.4808H1251.61V62.739H1247.44V56.7228H1242.29V62.739H1238.38V56.7228H1232.71V62.739H1228.16V72.3497H1224.3V76.8236H1225.19V83.7207H1224.3V88.7541H1225.19V93.787H1224.3V94.8772H1219.62V93.787H1215.84V94.8772H1212.81V96.8644H1213.77V98.1339H1212.81V99.0995H1213.77V100.926H1211.6V126.979H1209.68V118.519H1184.61V104.202H1170.13V108.576H1165.86V99.3346H1164.98V108.576H1163.74V102.507H1162.43V108.576H1161.09V104.526H1160.16V108.576H1135.61V119.472H1115.17V133.276H1112.93V122.808H1114.8V118.94H1101.17V122.808H1102.6V129.592H1098.42V125.797H1096.14V129.592H1092.29V125.797H1089.85V129.592H1084.32V123.201H1076.88V120.02H1071.43V114.747H1067.2L1064.65 119.505L1063.99 119.97V114.314H1059.35V115.894H1052.16V114.314H1046.73V119.97H1043.21V106.53H1042.25V119.97H1038.57V106.53H1037.3V119.97H1028.32V131.894H1021V140.124H1023.7V153.578H1021V156.583H1023.7V158.932H1021V167.161H1023.7V180.616H1021V183.62H1023.7V197.075H1021V210.178H1023.7V218.76H1021V221.764H1023.7V223.633H1021V226.638H1023.7V231.78H1021V251.952H1288.95V251.939H2168V219.191H2160.6V199.78H2162.16V195.409H2159.63L2137.79 182.418H2120.15V176.871H2117.35V182.418H2106.57V176.871H2103.76V182.418H2092.99V176.871H2090.03V182.418H2054.45V178.877H2051.79V182.418H2040.07V178.877H2038.05V182.418H2015.77V178.877H2013.4V182.418H2003.7L1968.38 173.439H1964.45V170.768H1966.46V167.081H1958.03V170.768H1960.24V173.439H1946.06V170.768H1948.06V167.081H1939.63V170.768H1941.85V173.439H1928.98V170.845H1927.68V173.439H1927.65V170.768H1929.66V167.081H1921.23V170.768H1923.44V173.439H1885.82L1861.91 195.015V198.368H1866.36V202.141H1862.87V206.366H1866.36V210.228H1855.3V206.694H1853.88V210.228H1844.54V191.227H1856.75V180.865H1855.3V169.318H1853.88V173.997H1844.54V152.489H1857.13V145.039H1855.3V136.821H1854V138.776H1844.54V127.714H1857.13V105.598H1855.3V98.1727H1854V99.3164H1826.1V84.2103H1812.52V78.5739H1805.27V75.0398H1806.01V71.9406H1805.27V67.512H1806.01V63.1157H1805.27V58.5913H1806.01V55.5685H1805.27V51.9521H1803.88ZM1211.6 229.343V238.676H1209.68V229.343H1211.6ZM1208.21 231.823V238.676H1197.14V231.823H1208.21ZM1192.69 231.823V238.676H1184.61V231.823H1192.69ZM1028.32 226.638V231.78H1024.66V226.638H1028.32ZM1861.91 221.957V225.482H1860.26L1860.26 221.957H1861.91ZM1859.59 221.957V225.482H1856.75V221.957H1859.59ZM1211.6 215.347V224.68H1209.68V215.347H1211.6ZM1208.21 217.827V224.68H1197.14V217.827H1208.21ZM1192.69 217.827V224.68H1184.61V217.827H1192.69ZM1028.32 221.764V223.633H1024.66V221.764H1028.32ZM1028.32 210.178V218.759H1024.66V210.178H1028.32ZM1862.28 214.863V217.649H1857.58V214.863H1862.28ZM1866.36 214.862V217.648H1863V214.862H1866.36ZM1856.75 214.862V217.648H1855.3V214.862H1856.75ZM1866.36 211.604V213.741H1863V211.604H1866.36ZM1862.28 211.604V213.741H1857.58V211.604H1862.28ZM1856.75 211.604V213.741H1855.3V211.604H1856.75ZM1211.6 201.351V210.684H1209.68V201.351H1211.6ZM1208.21 203.831V210.684H1197.14V203.831H1208.21ZM1192.69 203.831V210.684H1184.61V203.831H1192.69ZM1028.32 183.62V197.075H1024.66V183.62H1028.32ZM1723.98 185.026V196.92H1720.78V185.026H1723.98ZM1719.32 185.026V196.92H1716.52V185.026H1719.32ZM1716.02 185.026V196.92H1712.73V185.026H1716.02ZM1693.86 191.56V196.92H1692.97V191.56H1693.86ZM1712.18 185.025V196.92H1711.81V193.105H1699.02V196.92H1694.75V191.559H1695.65V186.366H1694.75V185.025H1712.18ZM1211.6 187.355V196.687H1209.68V187.355H1211.6ZM1208.21 189.835V196.687H1197.14V189.835H1208.21ZM1192.69 189.835V196.687H1184.61V189.835H1192.69ZM1589.26 187.413V193.857H1586.27V187.413H1589.26ZM1585.71 187.413V193.857H1580.05V187.413H1585.71ZM1658.25 191.56V193.105H1657.28V191.56H1658.25ZM1655.46 159.543V159.694H1656.39V165.122H1655.46V170.316H1656.39V175.744H1655.46V180.938H1656.39V186.366H1655.46V191.56H1656.39V193.105H1652.06V179.668H1654.52V166.51H1652.06V159.543H1655.46ZM1467.34 188.334V191.558H1471.18V192.141H1463.4L1463.4 188.334H1467.34ZM1462.31 188.334V192.141H1457.17V188.334H1462.31ZM1429.29 188.334V192.141H1422.9V188.334H1429.29ZM1421.97 188.334V192.141H1412.31V188.334H1421.97ZM1411.38 188.334V192.141H1402.97V188.334H1411.38ZM1402.03 188.334V192.141H1394.09V188.334H1402.03ZM1393.15 188.334V192.141H1383.75V188.334H1393.15ZM1368.23 188.334V192.141H1359.82V188.334H1368.23ZM1358.73 188.334V192.141H1352.81V188.334H1358.73ZM1352.19 188.334V192.141H1346.58V188.334H1352.19ZM1345.65 188.334V192.141H1338.88V188.334H1345.65ZM1471.18 183.328V187.763H1463.4V183.328H1471.18ZM1462.31 183.328V187.763H1457.17V183.328H1462.31ZM1429.29 183.328V187.763H1422.9V183.328H1429.29ZM1421.97 183.328V187.763H1412.31V183.328H1421.97ZM1411.38 183.328V187.763H1402.97V183.328H1411.38ZM1402.03 183.328V187.763H1394.09V183.328H1402.03ZM1393.15 183.328V187.763H1383.75V183.328H1393.15ZM1368.23 183.328V187.763H1359.82V183.328H1368.23ZM1358.73 183.328V187.763H1352.81V183.328H1358.73ZM1352.19 183.328V187.763H1346.58V183.328H1352.19ZM1345.65 183.328V187.763H1338.88V183.328H1345.65ZM1693.86 185.025V186.366H1692.97V185.025H1693.86ZM1658.25 180.938V186.366H1657.28V180.938H1658.25ZM1587.46 175.96V182.7H1589.26V186.192H1580.05V175.96H1587.46ZM1723.98 182.121V184.086H1720.78V182.121H1723.98ZM1719.32 182.667V184.086H1716.52V182.667H1719.32ZM1716.02 182.667V184.086H1712.73V182.667H1716.02ZM1712.18 182.667V184.086H1694.75V182.667H1712.18ZM1693.86 182.667V184.086H1692.97V182.667H1693.86ZM1211.6 173.358V182.692H1209.68V173.358H1211.6ZM1208.21 175.839V182.692H1197.14V175.839H1208.21ZM1192.69 175.839V182.692H1184.61V175.839H1192.69ZM1719.32 179.68V182.121H1716.52V179.68H1719.32ZM1716.02 179.68V182.121H1712.73V179.68H1716.02ZM1712.18 179.68V182.121H1694.75V180.938H1695.65V179.68H1712.18ZM1693.86 180.938V182.121H1692.97V180.938H1693.86ZM1028.32 167.161V180.616H1024.66V167.161H1028.32ZM1693.86 170.316V175.743H1692.97V170.316H1693.86ZM1658.25 170.316V175.743H1657.28V170.316H1658.25ZM1723.98 164.841V175.362H1720.78V164.841H1723.98ZM1321.05 164.557V169.36H1314.07V164.557H1321.05ZM1311.06 164.557V169.359H1304.21V164.557H1311.06ZM1211.6 159.362V168.695H1209.68V159.362H1211.6ZM1208.21 161.843V168.695H1197.14V161.843H1208.21ZM1192.69 161.843V168.695H1184.61V161.843H1192.69ZM1528.84 161.165V165.463H1521.44V161.165H1528.84ZM1520.38 161.165V165.463H1512.25V161.165H1520.38ZM1511.19 161.165V165.463H1503.6V161.165H1511.19ZM1502.29 161.165V165.463H1495.21V161.165H1502.29ZM1494.01 161.165V165.463H1485.62V161.165H1494.01ZM1693.86 159.693V165.122H1692.97V159.693H1693.86ZM1658.25 159.693V165.122H1657.28V159.693H1658.25ZM1528.84 157.444V160.325H1521.44V157.444H1528.84ZM1520.38 157.444V160.325H1512.25V157.444H1520.38ZM1511.19 157.444V160.325H1503.6V157.444H1511.19ZM1502.29 157.444V160.325H1495.21V157.444H1502.29ZM1494.01 157.444V160.325H1485.62V157.444H1494.01ZM1028.32 156.583V158.932H1024.66V156.583H1028.32ZM1723.98 147.561V158.082H1720.78V147.561H1723.98ZM1211.6 145.367V154.699H1209.68V145.367H1211.6ZM1208.21 147.847V154.699H1197.14V147.847H1208.21ZM1192.69 147.847V154.699H1184.61V147.847H1192.69ZM1693.86 149.072V154.499H1692.97V149.072H1693.86ZM1658.25 149.072V154.499H1657.28V149.072H1658.25ZM1028.32 140.124V153.578H1024.66V140.124H1028.32ZM1693.86 140.442V143.877H1692.97V140.442H1693.86ZM1658.25 140.442V143.877H1657.28V140.442H1658.25ZM1723.98 130.279V140.8H1720.78V130.279H1723.98ZM1211.6 131.642V140.703H1209.68V131.642H1211.6ZM1208.21 131.642V140.703H1197.14V131.642H1208.21ZM1192.69 131.642V140.703H1184.61V131.642H1192.69ZM1079.31 128.394V137.005H1074.45V128.394H1079.31ZM1059.35 118.337V119.97H1052.16V118.337H1059.35ZM1059.35 116.543V117.383H1052.16V116.543H1059.35ZM1224.3 99.0995V100.926H1219.62V99.0995H1224.3ZM1215.84 99.0995V100.926H1214.89V99.0995H1215.84ZM1224.3 96.8644V98.1339H1219.62V96.8644H1224.3ZM1215.84 96.8644V98.1339H1214.89V96.8644H1215.84ZM1228.16 88.7541V93.787H1226.16V88.7541H1228.16ZM1228.16 76.8236V83.7207H1226.16V76.8236H1228.16Z' fill='%23F5F4E1'/%3E%3C/g%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M364.117 52V78.6211H366.472V60.7673H371.081V84.2576H374.089V67.5599H377.756V73.6688H387.974V84.2576H396.282V80.5501H397.843V79.1636H405.113V84.2576H409.489V80.5501H411.094V79.1636H418.247V84.2576H432.498V90.8967H442.975V97.7021H437.36V115.538H444.023V123.567H448.683V178.896H472.347V175.791H473.252V170.363H472.347V165.17H473.252V159.741H472.347V154.547H473.252V149.119H472.347V143.925H473.252V140.49H469.438V138.817H470.44L469.795 137.562H468.435V135.588L492.735 109.049L516.688 135.588V137.479H514.328L513.602 138.734V140.49H511.614V143.925H512.537V149.119H511.614V154.547H512.537V155.28L538.568 144.516V141.584H537.349V139.218H544.035V141.584H543.153V143.98L545.294 143.984V138.073H546.058V143.985L547.339 143.987L548.598 143.985V138.073H549.385V143.984L553.475 143.976V143.998L554.864 144.001L582.33 155.358V159.591H578.739V169.592H580.539V171.834H587.95V154.548L577.87 151.745V137.433H574.255V132.718H587.95V127.889H585.532V124.495H600.893V119.091H598.113V116.164H619.489V132.718H639.158V156.523H695.046V157.492H691.693V165.511H696.818V169.409H700.657V172.965H696.818V178.883H700.657V182.343H829.119V169.407H840.701V159.617H846.955V162.361H853.929V151.993H856.938V162.361H863.79V159.617H879.053V148.078H876.618V144.934H879.053V133.058H876.618V129.914H879.053V118.037H876.618V114.893H879.053V103.016H876.618V99.6981H884.39V89.5896H888.628V75.5954H887.576V72.1019H898.197V75.5954H897.284V81.5287H906.711V62.7868H912.572V81.5287H916.395V62.7868H920.559V56.7707H925.709V62.7868H929.623V56.7707H935.288V62.7868H939.836V72.3975H943.699V76.8714H942.807V83.7686H943.699V88.802H942.807V93.8348H943.699V94.9251H948.377V93.8348H952.155V94.9251H955.186V96.9122H954.229V98.1817H955.186V99.1474H954.229V100.974H956.398V127.027H958.323V118.566H983.395V104.25H997.873V108.624H1002.14V99.3825H1003.02V108.624H1004.26V102.555H1005.57V108.624H1006.91V104.574H1007.84V108.624H1032.39V119.52H1052.83V133.323H1055.07V122.856H1053.2V118.988H1066.83V122.856H1065.4V129.64H1069.58V125.845H1071.86V129.64H1075.71V125.845H1078.15V129.64H1083.68V123.249H1091.12V120.068H1096.57V114.795H1100.8L1103.35 119.553L1104.01 120.018V114.362H1108.65V115.942H1115.84V114.362H1121.27V120.018H1124.79V106.578H1125.75V120.018H1129.43V106.578H1130.7V120.018H1139.68V131.942H1147V140.172H1144.3V153.626H1147V156.631H1144.3V158.979H1147V167.209H1144.3V180.664H1147V183.668H1144.3V197.123H1147V210.226H1144.3V218.808H1147V221.812H1144.3V223.681H1147V226.685H1144.3V231.828H1147V252H879.053V251.986H0V219.239H7.40476V199.827H5.83918V195.456H8.36621L30.2126 182.466H47.85V176.918H50.6539V182.466H61.4325V176.918H64.2363V182.466H75.0149V176.918H77.9669V182.466H113.55V178.925H116.212V182.466H127.934V178.925H129.949V182.466H152.233V178.925H154.599V182.466H164.299L199.623 173.487H203.549V170.816H201.54V167.129H209.97V170.816H207.758V173.487H221.944V170.816H219.941V167.129H228.366V170.816H226.154V173.487H239.021V170.893H240.322V173.487H240.352V170.816H238.343V167.129H246.774V170.816H244.562V173.487H282.183L306.091 195.063V198.416H301.644V202.189H305.131V206.414H301.644V210.276H312.697V206.742H314.118V210.276H323.464V191.275H311.249V180.913H312.697V169.365H314.118V174.044H323.464V152.537H310.867V145.086H312.697V136.869H313.997V138.824H323.464V127.762H310.867V105.646H312.697V98.2205H313.997V99.3643H341.901V84.2582H355.478V78.6217H362.731V75.0876H361.992V71.9885H362.731V67.5599H361.992V63.1636H362.731V58.6391H361.992V55.6164H362.731V52H364.117ZM956.398 229.391V238.724H958.323V229.391H956.398ZM959.792 231.871V238.724H970.859V231.871H959.792ZM975.307 231.871V238.724H983.395V231.871H975.307ZM1139.68 226.685V231.828H1143.34V226.685H1139.68ZM306.091 222.005V225.53H307.737L307.738 222.005H306.091ZM308.408 222.005V225.53H311.249V222.005H308.408ZM956.398 215.395V224.728H958.323V215.395H956.398ZM959.792 217.875V224.728H970.859V217.875H959.792ZM975.307 217.875V224.728H983.395V217.875H975.307ZM1139.68 221.812V223.681H1143.34V221.812H1139.68ZM1139.68 210.226V218.807H1143.34V210.226H1139.68ZM305.724 214.911V217.697H310.423V214.911H305.724ZM301.644 214.91V217.696H305V214.91H301.644ZM311.249 214.91V217.696H312.697V214.91H311.249ZM301.644 211.652V213.789H305V211.652H301.644ZM305.724 211.652V213.789H310.423V211.652H305.724ZM311.249 211.652V213.789H312.697V211.652H311.249ZM956.398 201.398V210.732H958.323V201.398H956.398ZM959.792 203.879V210.732H970.859V203.879H959.792ZM975.307 203.879V210.732H983.395V203.879H975.307ZM1139.68 183.668V197.123H1143.34V183.668H1139.68ZM444.024 185.073V196.968H447.218V185.073H444.024ZM448.684 185.073V196.968H451.481V185.073H448.684ZM451.982 185.073V196.968H455.265V185.073H451.982ZM474.145 191.608V196.968H475.031V191.608H474.145ZM455.822 185.073V196.967H456.193V193.152H468.981V196.967H473.253V191.607H472.347V186.413H473.253V185.073H455.822ZM956.398 187.403V196.735H958.323V187.403H956.398ZM959.792 189.883V196.735H970.859V189.883H959.792ZM975.307 189.883V196.735H983.395V189.883H975.307ZM578.739 187.461V193.905H581.727V187.461H578.739ZM582.286 187.461V193.905H587.95V187.461H582.286ZM509.746 191.608V193.152H510.723V191.608H509.746ZM512.538 159.591V159.742H511.614V165.17H512.538V170.364H511.614V175.792H512.538V180.986H511.614V186.413H512.538V191.608H511.614V193.152H515.939V179.716H513.478V166.558H515.939V159.591H512.538ZM700.657 188.382V191.606H696.818V192.189H704.601L704.601 188.382H700.657ZM705.693 188.382V192.189H710.831V188.382H705.693ZM738.711 188.382V192.189H745.096V188.382H738.711ZM746.031 188.382V192.189H755.688V188.382H746.031ZM756.623 188.382V192.189H765.033V188.382H756.623ZM765.967 188.382V192.189H773.911V188.382H765.967ZM774.845 188.382V192.189H784.254V188.382H774.845ZM799.765 188.382V192.189H808.177V188.382H799.765ZM809.266 188.382V192.189H815.186V188.382H809.266ZM815.808 188.382V192.189H821.416V188.382H815.808ZM822.351 188.382V192.189H829.119V188.382H822.351ZM696.818 183.376V187.811H704.601V183.376H696.818ZM705.693 183.376V187.811H710.831V183.376H705.693ZM738.711 183.376V187.811H745.096V183.376H738.711ZM746.031 183.376V187.811H755.688V183.376H746.031ZM756.623 183.376V187.811H765.033V183.376H756.623ZM765.967 183.376V187.811H773.911V183.376H765.967ZM774.845 183.376V187.811H784.254V183.376H774.845ZM799.765 183.376V187.811H808.177V183.376H799.765ZM809.266 183.376V187.811H815.186V183.376H809.266ZM815.808 183.376V187.811H821.416V183.376H815.808ZM822.351 183.376V187.811H829.119V183.376H822.351ZM474.145 185.073V186.413H475.031V185.073H474.145ZM509.746 180.986V186.413H510.723V180.986H509.746ZM580.539 176.008V182.748H578.739V186.239H587.95V176.008H580.539ZM444.024 182.169V184.134H447.218V182.169H444.024ZM448.684 182.715V184.134H451.481V182.715H448.684ZM451.982 182.715V184.134H455.265V182.715H451.982ZM455.822 182.715V184.134H473.253V182.715H455.822ZM474.145 182.715V184.134H475.031V182.715H474.145ZM956.398 173.406V182.739H958.323V173.406H956.398ZM959.792 175.887V182.739H970.859V175.887H959.792ZM975.307 175.887V182.739H983.395V175.887H975.307ZM448.684 179.728V182.169H451.481V179.728H448.684ZM451.982 179.728V182.169H455.265V179.728H451.982ZM455.822 179.728V182.169H473.253V180.986H472.347V179.728H455.822ZM474.145 180.986V182.169H475.031V180.986H474.145ZM1139.68 167.209V180.664H1143.34V167.209H1139.68ZM474.145 170.363V175.791H475.031V170.363H474.145ZM509.746 170.363V175.791H510.723V170.363H509.746ZM444.024 164.889V175.41H447.218V164.889H444.024ZM846.955 164.605V169.408H853.929V164.605H846.955ZM856.938 164.605V169.407H863.79V164.605H856.938ZM956.398 159.41V168.743H958.323V159.41H956.398ZM959.792 161.891V168.743H970.859V161.891H959.792ZM975.307 161.891V168.743H983.395V161.891H975.307ZM639.158 161.213V165.511H646.559V161.213H639.158ZM647.625 161.213V165.511H655.748V161.213H647.625ZM656.814 161.213V165.511H664.405V161.213H656.814ZM665.705 161.213V165.511H672.794V161.213H665.705ZM673.993 161.213V165.511H682.383V161.213H673.993ZM474.145 159.741V165.17H475.031V159.741H474.145ZM509.746 159.741V165.17H510.723V159.741H509.746ZM639.158 157.492V160.372H646.559V157.492H639.158ZM647.625 157.492V160.372H655.748V157.492H647.625ZM656.814 157.492V160.372H664.405V157.492H656.814ZM665.705 157.492V160.372H672.794V157.492H665.705ZM673.993 157.492V160.372H682.383V157.492H673.993ZM1139.68 156.631V158.979H1143.34V156.631H1139.68ZM444.024 147.608V158.13H447.218V147.608H444.024ZM956.398 145.414V154.747H958.323V145.414H956.398ZM959.792 147.895V154.747H970.859V147.895H959.792ZM975.307 147.895V154.747H983.395V147.895H975.307ZM474.145 149.119V154.547H475.031V149.119H474.145ZM509.746 149.119V154.547H510.723V149.119H509.746ZM1139.68 140.172V153.626H1143.34V140.172H1139.68ZM474.145 140.49V143.925H475.031V140.49H474.145ZM509.746 140.49V143.925H510.723V140.49H509.746ZM444.024 130.327V140.848H447.218V130.327H444.024ZM956.398 131.689V140.751H958.323V131.689H956.398ZM959.792 131.689V140.751H970.859V131.689H959.792ZM975.307 131.689V140.751H983.395V131.689H975.307ZM1088.69 128.442V137.053H1093.55V128.442H1088.69ZM1108.65 118.385V120.018H1115.84V118.385H1108.65ZM1108.65 116.591V117.431H1115.84V116.591H1108.65ZM943.699 99.1474V100.974H948.377V99.1474H943.699ZM952.155 99.1474V100.974H953.11V99.1474H952.155ZM943.699 96.9122V98.1817H948.377V96.9122H943.699ZM952.155 96.9122V98.1817H953.11V96.9122H952.155ZM939.836 88.802V93.8348H941.84V88.802H939.836ZM939.836 76.8714V83.7686H941.84V76.8714H939.836Z' fill='%23F5F4E1'/%3E%3C/svg%3E%0A")}@media (max-width: 768px){.bloque:nth-child(4):after{width:100vw;min-height:122px;background-position:-50px top}}@media (max-width: 992px){.bloque:nth-child(4):after{min-height:122px;background-position:top left}}.bloque--coste-de-la-vivienda{background-color:#f5f4e1}.bloque--coste-de-la-vivienda:after{width:calc(100vw - 8px);margin-left:calc((100vw - 100%)/-2);overflow:hidden;content:"";margin-bottom:-1px;display:flex;min-height:200px;background-position:top left;background-size:cover;background-image:url("data:image/svg+xml,%3Csvg width='2168' height='201' viewBox='0 0 2168 201' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1805.27 0V3.61621H1806.01V6.63867H1805.27V11.1631H1806.01V15.5596H1805.27V19.9883H1806.01V23.0879H1805.27V26.6221H1812.52V32.2578H1826.1V47.3643H1854V46.2207H1855.3V53.6465H1857.13V75.7617H1844.54V86.8242H1854V84.8682H1855.3V93.0859H1857.13V100.537H1844.54V122.044H1853.88V117.365H1855.3V128.913H1856.75V139.275H1844.54V158.275H1853.88V154.742H1855.3V158.275H1866.36V154.414H1862.87V150.188H1866.36V146.416H1861.91V143.062L1885.82 121.487H1923.44V118.816H1921.23V115.129H1929.66V118.816H1927.65V121.487H1927.68V118.893H1928.98V121.487H1941.85V118.816H1939.63V115.129H1948.06V118.816H1946.06V121.487H1960.24V118.816H1958.03V115.129H1966.46V118.816H1964.45V121.487H1968.38L2003.7 130.466H2013.4V126.925H2015.77V130.466H2038.05V126.925H2040.07V130.466H2051.79V126.925H2054.45V130.466H2090.03V124.918H2092.99V130.466H2103.76V124.918H2106.57V130.466H2117.35V124.918H2120.15V130.466H2137.79L2159.63 143.456H2162.16V147.827H2160.6V167.238H2168V199.986H1288.95V200H1147V200.048H879.053V200.034H0V167.286H7.4043V147.875H5.83887V143.504H8.36621L30.2129 130.513H47.8496V124.966H50.6543V130.513H61.4326V124.966H64.2363V130.513H75.0146V124.966H77.9668V130.513H113.55V126.973H116.213V130.513H127.934V126.973H129.949V130.513H152.233V126.973H154.599V130.513H164.299L199.623 121.535H203.549V118.863H201.54V115.177H209.971V118.863H207.758V121.535H221.944V118.863H219.941V115.177H228.366V118.863H226.153V121.535H239.021V118.94H240.321V121.535H240.353V118.863H238.344V115.177H246.773V118.863H244.562V121.535H282.183L306.091 143.11V146.463H301.644V150.236H305.131V154.462H301.644V158.323H312.696V154.79H314.118V158.323H323.464V139.323H311.249V128.961H312.696V117.413H314.118V122.092H323.464V100.585H310.866V93.1338H312.696V84.916H313.997V86.8721H323.464V75.8096H310.866V53.6934H312.696V46.2686H313.997V47.4121H341.901V32.3057H355.478V26.6689H362.731V23.1348H361.992V20.0361H362.731V15.6074H361.992V11.2109H362.731V6.68652H361.992V3.66406H362.731V0.0478516H364.117V26.6689H366.472V8.81445H371.081V32.3057H374.089V15.6074H377.756V21.7168H387.974V32.3057H396.282V28.5977H397.843V27.2109H405.113V32.3057H409.489V28.5977H411.094V27.2109H418.247V32.3057H432.498V38.9443H442.975V45.75H437.36V63.5859H444.023V71.6152H448.684V126.943H472.347V123.839H473.252V118.411H472.347V113.217H473.252V107.789H472.347V102.595H473.252V97.167H472.347V91.9727H473.252V88.5381H469.438V86.8643H470.44L469.795 85.6094H468.436V83.6357L492.735 57.0967L516.688 83.6357V85.5264H514.328L513.603 86.7812V88.5381H511.614V91.9727H512.537V97.167H511.614V102.595H512.537V103.327L538.568 92.5635V89.6318H537.349V87.2656H544.035V89.6318H543.153V92.0273L545.294 92.0312V86.1211H546.058V92.0322L547.339 92.0352L548.599 92.0322V86.1211H549.385V92.0312L553.476 92.0234V92.0459L554.864 92.0488L582.33 103.406V107.639H578.738V117.64H580.539V119.882H587.95V102.596L577.87 99.793V85.4814H574.255V80.7656H587.95V75.9365H585.532V72.543H600.893V67.1387H598.113V64.2119H619.489V80.7656H639.158V104.571H695.046V105.539H691.693V113.559H696.818V117.456H700.657V121.013H696.818V126.931H700.657V130.391H829.119V117.455H840.701V107.665H846.955V110.408H853.929V100.041H856.938V110.408H863.79V107.665H879.053V96.126H876.618V92.9814H879.053V81.1055H876.618V77.9619H879.053V66.085H876.618V62.9404H879.053V51.0645H876.618V47.7461H884.39V37.6367H888.628V23.6426H887.576V20.1494H898.197V23.6426H897.284V29.5762H906.711V10.834H912.572V29.5762H916.395V10.834H920.559V4.81836H925.709V10.834H929.623V4.81836H935.288V10.834H939.836V20.4453H943.698V24.9189H942.808V31.8164H943.698V36.8496H942.808V41.8828H943.698V42.9727H948.377V41.8828H952.155V42.9727H955.187V44.96H954.229V46.2295H955.187V47.1953H954.229V49.0215H956.397V75.0742H958.322V66.6143H983.395V52.2969H997.873V56.6719H1002.14V47.4297H1003.03V56.6719H1004.26V50.6025H1005.57V56.6719H1006.91V52.6221H1007.84V56.6719H1032.39V67.5684H1037.29V54.5781H1038.57V67.5684H1042.25V54.5781H1043.21V67.5684H1046.73V62.3613H1052.16V63.9424H1059.35V62.3613H1063.99V67.0352H1064.93L1067.2 62.7949H1071.43V68.0684H1076.88V71.249H1084.32V71.2969H1091.12V68.1152H1096.57V62.8428H1100.8L1103.02 66.9873H1104.01V62.4092H1108.65V63.9893H1115.84V62.4092H1121.27V67.5205H1124.79V54.626H1125.75V67.5205H1129.43V54.626H1130.71V67.5205H1135.61V56.624H1160.16V52.5742H1161.09V56.624H1162.43V50.5547H1163.74V56.624H1164.97V47.3828H1165.86V56.624H1170.13V52.25H1184.61V66.5664H1209.68V75.0273H1211.6V48.9736H1213.77V47.1475H1212.81V46.1816H1213.77V44.9121H1212.81V42.9248H1215.84V41.835H1219.62V42.9248H1224.3V41.835H1225.19V36.8018H1224.3V31.7686H1225.19V24.8711H1224.3V20.3975H1228.16V10.7871H1232.71V4.77051H1238.38V10.7871H1242.29V4.77051H1247.44V10.7871H1251.61V29.5283H1255.43V10.7871H1261.29V29.5283H1270.72V23.5957H1269.8V20.1016H1280.42V23.5957H1279.37V37.5898H1283.61V47.6982H1291.38V51.0166H1288.95V62.8926H1291.38V66.0371H1288.95V77.9141H1291.38V81.0576H1288.95V92.9346H1291.38V96.0781H1288.95V107.617H1304.21V110.36H1311.06V99.9932H1314.07V110.36H1321.04V107.617H1327.3V117.407H1338.88V130.343H1467.34V126.883H1471.18V120.965H1467.34V117.409H1471.18V113.511H1476.31V105.492H1472.95V104.523H1528.84V80.7178H1548.51V64.1641H1569.89V67.0908H1567.11V72.4951H1582.47V75.8887H1580.05V80.7178H1593.75V85.4336H1590.13V99.7451L1580.05 102.548V119.834H1587.46V117.592H1589.26V107.591H1585.67V103.358L1613.14 92.001L1614.52 91.998V91.9766L1618.62 91.9834V86.0732H1619.4V91.9854L1620.66 91.9873L1621.94 91.9854V86.0732H1622.71V91.9834L1624.85 91.9795V89.584H1623.96V87.2188H1630.65V89.584H1629.43V92.5166L1655.46 103.279V102.547H1656.39V97.1191H1655.46V91.9248H1656.39V88.4902H1654.4V86.7334L1653.67 85.4785H1651.31V83.5879L1675.26 57.0488L1699.56 83.5879V85.5625H1698.21L1697.56 86.8174H1698.56V88.4902H1694.75V91.9248H1695.65V97.1191H1694.75V102.547H1695.65V107.741H1694.75V113.17H1695.65V118.363H1694.75V123.791H1695.65V126.896H1719.32V71.5674H1723.98V63.5381H1730.64V45.7021H1725.03V38.8965H1735.5V32.2578H1749.75V27.1641H1756.91V28.5498H1758.51V32.2578H1762.89V27.1641H1770.16V28.5498H1771.72V32.2578H1780.03V21.6689H1790.24V15.5596H1793.91V32.2578H1796.92V8.76758H1801.53V26.6211H1803.88V0H1805.27ZM956.398 186.771H958.322V177.438H956.398V186.771ZM959.792 186.771H970.858V179.919H959.792V186.771ZM975.307 186.771H983.395V179.919H975.307V186.771ZM1184.61 179.871V186.724H1192.69V179.871H1184.61ZM1197.14 179.871V186.724H1208.21V179.871H1197.14ZM1209.68 177.391V186.724H1211.6V177.391H1209.68ZM306.091 173.577H307.737V170.053H306.091V173.577ZM308.408 173.577H311.249V170.053H308.408V173.577ZM1856.75 170.005V173.53H1859.59V170.005H1856.75ZM1860.26 170.005V173.53H1861.91V170.005H1860.26ZM956.398 172.775H958.322V163.442H956.398V172.775ZM959.792 172.775H970.858V165.923H959.792V172.775ZM975.307 172.775H983.395V165.923H975.307V172.775ZM1184.61 165.875V172.728H1192.69V165.875H1184.61ZM1197.14 165.875V172.728H1208.21V165.875H1197.14ZM1209.68 163.395V172.728H1211.6V163.395H1209.68ZM305.724 165.744H310.423V162.958H305.724V165.744ZM301.644 165.743H305V162.958H301.644V165.743ZM311.249 165.743H312.696V162.958H311.249V165.743ZM1855.3 162.91V165.696H1856.75V162.91H1855.3ZM1857.58 162.91V165.696H1862.28V162.91H1857.58ZM1863 162.91V165.696H1866.36V162.91H1863ZM301.644 161.837H305V159.7H301.644V161.837ZM305.724 161.837H310.423V159.7H305.724V161.837ZM311.249 161.837H312.696V159.7H311.249V161.837ZM1855.3 159.652V161.789H1856.75V159.652H1855.3ZM1857.58 159.652V161.789H1862.28V159.652H1857.58ZM1863 159.652V161.789H1866.36V159.652H1863ZM956.398 158.779H958.322V149.446H956.398V158.779ZM959.792 158.779H970.858V151.927H959.792V158.779ZM975.307 158.779H983.395V151.927H975.307V158.779ZM1184.61 151.879V158.731H1192.69V151.879H1184.61ZM1197.14 151.879V158.731H1208.21V151.879H1197.14ZM1209.68 149.398V158.731H1211.6V149.398H1209.68ZM444.024 145.016H447.218V133.121H444.024V145.016ZM448.684 145.016H451.481V133.121H448.684V145.016ZM451.982 145.016H455.266V133.121H451.982V145.016ZM474.145 145.016H475.031V139.655H474.145V145.016ZM455.822 145.015H456.193V141.2H468.98V145.015H473.253V139.655H472.348V134.461H473.253V133.12H455.822V145.015ZM1692.97 139.607V144.968H1693.86V139.607H1692.97ZM1694.75 133.073V134.413H1695.65V139.607H1694.75V144.968H1699.02V141.152H1711.81V144.968H1712.18V133.073H1694.75ZM1712.73 133.073V144.968H1716.02V133.073H1712.73ZM1716.52 133.073V144.968H1719.32V133.073H1716.52ZM1720.78 133.073V144.968H1723.98V133.073H1720.78ZM956.398 144.783H958.322V135.45H956.398V144.783ZM959.792 144.783H970.858V137.931H959.792V144.783ZM975.307 144.783H983.395V137.931H975.307V144.783ZM1184.61 137.883V144.735H1192.69V137.883H1184.61ZM1197.14 137.883V144.735H1208.21V137.883H1197.14ZM1209.68 135.402V144.735H1211.6V135.402H1209.68ZM578.738 141.952H581.728V135.509H578.738V141.952ZM582.286 141.952H587.95V135.509H582.286V141.952ZM1580.05 135.461V141.904H1585.71V135.461H1580.05ZM1586.27 135.461V141.904H1589.26V135.461H1586.27ZM509.745 141.2H510.723V139.655H509.745V141.2ZM512.538 107.789H511.614V113.217H512.538V118.411H511.614V123.84H512.538V129.033H511.614V134.461H512.538V139.655H511.614V141.2H515.939V127.763H513.478V114.605H515.939V107.639H512.538V107.789ZM1652.06 107.591V114.559H1654.52V127.716H1652.06V141.152H1656.39V139.607H1655.46V134.413H1656.39V128.985H1655.46V123.792H1656.39V118.364H1655.46V113.17H1656.39V107.742H1655.46V107.591H1652.06ZM1657.28 139.607V141.152H1658.25V139.607H1657.28ZM700.657 139.653H696.818V140.236H704.601L704.602 136.43H700.657V139.653ZM705.692 140.236H710.831V136.43H705.692V140.236ZM738.711 140.236H745.097V136.43H738.711V140.236ZM746.031 140.236H755.688V136.43H746.031V140.236ZM756.623 140.236H765.033V136.43H756.623V140.236ZM765.968 140.236H773.911V136.43H765.968V140.236ZM774.846 140.236H784.254V136.43H774.846V140.236ZM799.766 140.236H808.177V136.43H799.766V140.236ZM809.267 140.236H815.186V136.43H809.267V140.236ZM815.809 140.236H821.415V136.43H815.809V140.236ZM822.351 140.236H829.119V136.43H822.351V140.236ZM1338.88 136.383V140.188H1345.65V136.383H1338.88ZM1346.58 136.383V140.188H1352.19V136.383H1346.58ZM1352.81 136.383V140.188H1358.73V136.383H1352.81ZM1359.82 136.383V140.188H1368.23V136.383H1359.82ZM1383.75 136.383V140.188H1393.15V136.383H1383.75ZM1394.09 136.383V140.188H1402.03V136.383H1394.09ZM1402.97 136.383V140.188H1411.38V136.383H1402.97ZM1412.31 136.383V140.188H1421.97V136.383H1412.31ZM1422.9 136.383V140.188H1429.29V136.383H1422.9ZM1457.17 136.383V140.188H1462.31V136.383H1457.17ZM1463.4 136.383L1463.4 140.188H1471.18V139.605H1467.34V136.383H1463.4ZM696.818 135.858H704.601V131.424H696.818V135.858ZM705.692 135.858H710.831V131.424H705.692V135.858ZM738.711 135.858H745.097V131.424H738.711V135.858ZM746.031 135.858H755.688V131.424H746.031V135.858ZM756.623 135.858H765.033V131.424H756.623V135.858ZM765.968 135.858H773.911V131.424H765.968V135.858ZM774.846 135.858H784.254V131.424H774.846V135.858ZM799.766 135.858H808.177V131.424H799.766V135.858ZM809.267 135.858H815.186V131.424H809.267V135.858ZM815.809 135.858H821.415V131.424H815.809V135.858ZM822.351 135.858H829.119V131.424H822.351V135.858ZM1338.88 131.376V135.812H1345.65V131.376H1338.88ZM1346.58 131.376V135.812H1352.19V131.376H1346.58ZM1352.81 131.376V135.812H1358.73V131.376H1352.81ZM1359.82 131.376V135.812H1368.23V131.376H1359.82ZM1383.75 131.376V135.812H1393.15V131.376H1383.75ZM1394.09 131.376V135.812H1402.03V131.376H1394.09ZM1402.97 131.376V135.812H1411.38V131.376H1402.97ZM1412.31 131.376V135.812H1421.97V131.376H1412.31ZM1422.9 131.376V135.812H1429.29V131.376H1422.9ZM1457.17 131.376V135.812H1462.31V131.376H1457.17ZM1463.4 131.376V135.812H1471.18V131.376H1463.4ZM474.145 134.461H475.031V133.12H474.145V134.461ZM509.745 134.461H510.723V129.033H509.745V134.461ZM1657.28 128.985V134.413H1658.25V128.985H1657.28ZM1692.97 133.073V134.413H1693.86V133.073H1692.97ZM580.539 130.796H578.738V134.287H587.95V124.056H580.539V130.796ZM1580.05 124.008V134.239H1589.26V130.748H1587.46V124.008H1580.05ZM444.024 132.182H447.218V130.217H444.024V132.182ZM448.684 132.182H451.481V130.763H448.684V132.182ZM451.982 132.182H455.266V130.763H451.982V132.182ZM455.822 132.182H473.253V130.763H455.822V132.182ZM474.145 132.182H475.031V130.763H474.145V132.182ZM1692.97 130.715V132.134H1693.86V130.715H1692.97ZM1694.75 130.715V132.134H1712.18V130.715H1694.75ZM1712.73 130.715V132.134H1716.02V130.715H1712.73ZM1716.52 130.715V132.134H1719.32V130.715H1716.52ZM1720.78 130.169V132.134H1723.98V130.169H1720.78ZM956.398 130.787H958.322V121.454H956.398V130.787ZM959.792 130.787H970.858V123.935H959.792V130.787ZM975.307 130.787H983.395V123.935H975.307V130.787ZM1184.61 123.887V130.739H1192.69V123.887H1184.61ZM1197.14 123.887V130.739H1208.21V123.887H1197.14ZM1209.68 121.406V130.739H1211.6V121.406H1209.68ZM448.684 130.217H451.481V127.775H448.684V130.217ZM451.982 130.217H455.266V127.775H451.982V130.217ZM455.822 130.217H473.253V129.033H472.348V127.775H455.822V130.217ZM474.145 130.217H475.031V129.033H474.145V130.217ZM1692.97 128.985V130.169H1693.86V128.985H1692.97ZM1695.65 127.728V128.985H1694.75V130.169H1712.18V127.728H1695.65ZM1712.73 127.728V130.169H1716.02V127.728H1712.73ZM1716.52 127.728V130.169H1719.32V127.728H1716.52ZM474.145 123.839H475.031V118.411H474.145V123.839ZM509.745 123.839H510.723V118.411H509.745V123.839ZM1657.28 118.363V123.791H1658.25V118.363H1657.28ZM1692.97 118.363V123.791H1693.86V118.363H1692.97ZM444.024 123.457H447.218V112.937H444.024V123.457ZM1720.78 112.889V123.41H1723.98V112.889H1720.78ZM846.955 117.455H853.929V112.653H846.955V117.455ZM856.938 117.455H863.79V112.652H856.938V117.455ZM1304.21 112.604V117.407H1311.06V112.604H1304.21ZM1314.07 112.605V117.407H1321.04V112.605H1314.07ZM956.398 116.791H958.322V107.458H956.398V116.791ZM959.792 116.791H970.858V109.938H959.792V116.791ZM975.307 116.791H983.395V109.938H975.307V116.791ZM1184.61 109.891V116.743H1192.69V109.891H1184.61ZM1197.14 109.891V116.743H1208.21V109.891H1197.14ZM1209.68 107.41V116.743H1211.6V107.41H1209.68ZM639.158 113.559H646.56V109.261H639.158V113.559ZM647.625 113.559H655.748V109.261H647.625V113.559ZM656.813 113.559H664.404V109.261H656.813V113.559ZM665.705 113.559H672.794V109.261H665.705V113.559ZM673.992 113.559H682.383V109.261H673.992V113.559ZM1485.62 109.213V113.511H1494.01V109.213H1485.62ZM1495.21 109.213V113.511H1502.29V109.213H1495.21ZM1503.6 109.213V113.511H1511.19V109.213H1503.6ZM1512.25 109.213V113.511H1520.38V109.213H1512.25ZM1521.44 109.213V113.511H1528.84V109.213H1521.44ZM474.145 113.217H475.031V107.789H474.145V113.217ZM509.745 113.217H510.723V107.789H509.745V113.217ZM1657.28 107.741V113.17H1658.25V107.741H1657.28ZM1692.97 107.741V113.17H1693.86V107.741H1692.97ZM639.158 108.42H646.56V105.539H639.158V108.42ZM647.625 108.42H655.748V105.539H647.625V108.42ZM656.813 108.42H664.404V105.539H656.813V108.42ZM665.705 108.42H672.794V105.539H665.705V108.42ZM673.992 108.42H682.383V105.539H673.992V108.42ZM1485.62 105.492V108.372H1494.01V105.492H1485.62ZM1495.21 105.492V108.372H1502.29V105.492H1495.21ZM1503.6 105.492V108.372H1511.19V105.492H1503.6ZM1512.25 105.492V108.372H1520.38V105.492H1512.25ZM1521.44 105.492V108.372H1528.84V105.492H1521.44ZM444.024 106.177H447.218V95.6562H444.024V106.177ZM1720.78 95.6084V106.13H1723.98V95.6084H1720.78ZM956.398 102.795H958.322V93.4619H956.398V102.795ZM959.792 102.795H970.858V95.9424H959.792V102.795ZM975.307 102.795H983.395V95.9424H975.307V102.795ZM1184.61 95.8945V102.747H1192.69V95.8945H1184.61ZM1197.14 95.8945V102.747H1208.21V95.8945H1197.14ZM1209.68 93.4141V102.747H1211.6V93.4141H1209.68ZM474.145 102.595H475.031V97.167H474.145V102.595ZM509.745 102.595H510.723V97.167H509.745V102.595ZM1657.28 97.1191V102.547H1658.25V97.1191H1657.28ZM1692.97 97.1191V102.547H1693.86V97.1191H1692.97ZM474.145 91.9727H475.031V88.5371H474.145V91.9727ZM509.745 91.9727H510.723V88.5371H509.745V91.9727ZM1657.28 88.4893V91.9248H1658.25V88.4893H1657.28ZM1692.97 88.4893V91.9248H1693.86V88.4893H1692.97ZM444.024 88.8955H447.218V78.375H444.024V88.8955ZM1720.78 78.3271V88.8486H1723.98V78.3271H1720.78ZM956.398 88.7979H958.322V79.7373H956.398V88.7979ZM959.792 88.7979H970.858V79.7373H959.792V88.7979ZM975.307 88.7979H983.395V79.7373H975.307V88.7979ZM1184.61 79.6895V88.751H1192.69V79.6895H1184.61ZM1197.14 79.6895V88.751H1208.21V79.6895H1197.14ZM1209.68 79.6895V88.751H1211.6V79.6895H1209.68ZM1074.45 76.4414V77.6875H1075.71V76.4414H1074.45ZM1078.15 76.4414V77.6875H1079.31V76.4414H1078.15ZM1092.29 77.6396H1093.55V76.4893H1092.29V77.6396ZM1088.69 77.6396H1089.85V76.4893H1088.69V77.6396ZM1108.65 66.9873H1114.8V68.0654H1115.17V67.5205H1115.84V66.4326H1108.65V66.9873ZM1052.16 66.3857V67.5684H1052.83V68.0186H1053.2V67.0352H1059.35V66.3857H1052.16ZM1108.65 65.4785H1115.84V64.6387H1108.65V65.4785ZM1052.16 64.5908V65.4307H1059.35V64.5908H1052.16ZM943.698 49.0215H948.377V47.1953H943.698V49.0215ZM952.155 49.0215H953.11V47.1953H952.155V49.0215ZM1214.89 47.1475V48.9736H1215.84V47.1475H1214.89ZM1219.62 47.1475V48.9736H1224.3V47.1475H1219.62ZM943.698 46.2295H948.377V44.96H943.698V46.2295ZM952.155 46.2295H953.11V44.96H952.155V46.2295ZM1214.89 44.9121V46.1816H1215.84V44.9121H1214.89ZM1219.62 44.9121V46.1816H1224.3V44.9121H1219.62ZM939.836 41.8828H941.841V36.8496H939.836V41.8828ZM1226.16 36.8018V41.835H1228.16V36.8018H1226.16ZM939.836 31.8164H941.841V24.9189H939.836V31.8164ZM1226.16 24.8711V31.7686H1228.16V24.8711H1226.16Z' fill='white'/%3E%3C/svg%3E%0A")}@media (max-width: 768px){.bloque--coste-de-la-vivienda:after{width:100vw;min-height:122px;background-position:-50px top}}@media (max-width: 992px){.bloque--coste-de-la-vivienda:after{min-height:122px;background-position:top left}}.bloque--coste-de-la-vivienda .chart-block:last-child{padding-top:4rem}.bloque--tenencia-y-disponibilidad,.bloque--financiacion-compra,.bloque--esfuerzo-renta-compra-alquiler,.bloque--esfuerzo-de-acceso-a-la-vivienda{background-color:#f5f4e1}@media (max-width: 768px){.text-block__content{max-width:100%;padding:0 15px}.text-block__title{font-size:20px}}.page-container__charts{transition:opacity .35s ease}.page-container__charts--fading{opacity:0}.chart-block{opacity:0;transform:translateY(28px);transition:opacity .5s ease,transform .5s ease}.chart-block--visible{opacity:1;transform:translateY(0)}.charts-spinner-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;z-index:200;pointer-events:none}.spinner-ring{width:48px;height:48px;border:4px solid rgba(0,0,0,.12);border-top-color:#1a1a1a;border-radius:50%;animation:spinner-spin .8s linear infinite}.charts-title{width:100%;margin-bottom:2rem;text-align:center;font-size:2.2rem;line-height:2.6rem;font-weight:700;color:#3b3b3b}.charts-title span,.charts-title p{line-height:2.6rem;font-size:2.2rem;font-weight:700;color:#3b3b3b;margin:0;padding:0}@keyframes spinner-spin{to{transform:rotate(360deg)}}.debug-overlay{position:absolute;top:0;left:calc(0px - 30rem);z-index:1;display:flex;flex-wrap:wrap;gap:4px;padding:4px 6px;background:#000000c7;border-radius:0 0 0 6px;width:30rem}.debug-overlay .debug-label{width:100%;color:#aaa;font-size:10px;font-family:monospace;font-weight:700;margin-bottom:2px;font-size:1.2rem}.debug-overlay .debug-label.small{font-size:.9rem}.debug-overlay .debug-params{width:100%;display:flex;flex-direction:column;flex-wrap:wrap;gap:4px;margin-bottom:4px}.debug-overlay .debug-param{display:inline-block;padding:1px 5px;background:#ffffff1f;color:#fff;font-size:10px;font-family:monospace;border-radius:3px}.debug-overlay .debug-param em{color:#fff;font-style:normal;margin-right:3px}.debug-overlay .debug-url-btn{display:inline-flex;align-items:center;padding:2px 6px;background:#eeda00;color:#000;font-size:10px;font-family:monospace;border-radius:3px;text-decoration:none}.debug-overlay .debug-url-btn:hover{background:#f5e636}.chart__tooltip-value{font-size:2rem;font-weight:700;fill:#3b3b3b;font-family:Roboto,sans-serif}.m-t-20{margin-top:2rem}.m-t-30{margin-top:3rem}.m-t-40{margin-top:4rem}.m-t-50{margin-top:5rem}.m-b-20{margin-bottom:2rem}.m-b-30{margin-bottom:3rem}.m-b-40{margin-bottom:4rem}.m-b-50{margin-bottom:5rem}
