#hero-section{position:relative;width:100%;height:100vh;overflow:hidden;background:#0a1628;padding:calc(var(--fs) * 10) calc(var(--fs) * 2.5) calc(var(--fs) * 2.5)}#hero-section .hero-bck{position:absolute;top:0;left:0;width:100%;height:100%}#hero-section .hero-bck img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}#hero-section .lote-popup{width:calc(var(--fs) * 42.5);height:100%;padding:calc(var(--fs) * 2.625);border-radius:calc(var(--fs) * 2.125);background:#fff3;backdrop-filter:blur(57.5px);-webkit-backdrop-filter:blur(57.5px);color:#fff;display:flex;flex-direction:column;gap:calc(var(--fs) * 1.5);z-index:3;max-height:50vw}#hero-section .lote-popup__body{display:flex;flex-direction:column;gap:calc(var(--fs) * 1.5);padding:0 calc(var(--fs) * 1.5);flex:1;min-height:0}#hero-section .lote-popup .buttons{display:flex;align-items:center;justify-content:space-between;width:100%}#hero-section .lote-popup .buttons .lote-popup__close,#hero-section .lote-popup .buttons .lote-popup__fav{width:calc(var(--fs) * 3.5);height:calc(var(--fs) * 3.5);border-radius:50%;border:1px solid #fff;background:#ffffff2e;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease}#hero-section .lote-popup .buttons .lote-popup__close:hover,#hero-section .lote-popup .buttons .lote-popup__fav:hover{background:#ffffff4d}#hero-section .lote-popup .buttons .lote-popup__close img,#hero-section .lote-popup .buttons .lote-popup__fav img{width:70%;height:70%;object-fit:contain}#hero-section .lote-popup__title{margin:0;font-family:Gotham;font-size:calc(var(--fs) * 4.2);font-weight:700}#hero-section .lote-popup__title-row{display:flex;align-items:baseline;justify-content:space-between;gap:calc(var(--fs) * 1)}#hero-section .lote-popup__address{margin:0;display:flex;align-items:center;gap:calc(var(--fs) * .5);color:#fff;font-family:Gotham;font-size:calc(var(--fs) * 1);font-style:normal;font-weight:400;line-height:106%}#hero-section .lote-popup__address img{width:calc(var(--fs) * 1);height:calc(var(--fs) * 1);filter:brightness(0) invert(1)}#hero-section .lote-popup__stats{display:grid;grid-template-columns:1fr 1px 1fr 1px 1fr;gap:calc(var(--fs) * 1);align-items:stretch;padding:calc(var(--fs) * .5) 0;margin-top:5vh}#hero-section .lote-popup__sep{display:block;width:1px;height:100%;background:#ffffff40}#hero-section .lote-popup__stat{display:flex;flex-direction:column;gap:calc(var(--fs) * .15)}#hero-section .lote-popup__stat strong{font-size:calc(var(--fs) * 1.4);font-weight:500}#hero-section .lote-popup__stat span{font-size:calc(var(--fs) * .7);opacity:.7}#hero-section .lote-popup__desc-wrap{display:flex;flex-direction:column;gap:calc(var(--fs) * 1)}#hero-section .lote-popup__desc{margin:0;color:#fff;font-family:Gotham;font-size:calc(var(--fs) * 1);font-style:normal;font-weight:400;line-height:106%}#hero-section .lote-popup__detalle-label{font-size:calc(var(--fs) * 1.25);font-weight:500}#hero-section .lote-popup__media{width:100%;height:calc(var(--fs) * 13.5);border-radius:calc(var(--fs) * 1.25);overflow:hidden}#hero-section .lote-popup__media img{width:100%;height:100%;object-fit:cover}#hero-section .lote-popup__footer{display:flex;align-items:center;justify-content:space-between;gap:calc(var(--fs) * 1);margin-top:calc(var(--fs) * .25)}#hero-section .lote-popup__price{margin:0;display:flex;align-items:baseline;gap:calc(var(--fs) * .2)}#hero-section .lote-popup__price strong{font-size:calc(var(--fs) * 1.75);font-weight:500}#hero-section .lote-popup__price span{font-size:calc(var(--fs) * .9);opacity:.7}#hero-section .lote-popup__price--inline{display:none}#hero-section .lote-mini{position:absolute;top:42%;right:calc(var(--fs) * 6);width:calc(var(--fs) * 23.9375);color:#fff;z-index:3}#hero-section .lote-mini__card{width:100%;height:100%;padding:calc(var(--fs) * 1.65) calc(var(--fs) * 1.875);border-radius:calc(var(--fs) * .875);border:.25px solid rgba(255,255,255,.5);background:#fff3;backdrop-filter:blur(70px);-webkit-backdrop-filter:blur(70px);opacity:0;pointer-events:none;transform:translateY(calc(var(--fs) * .5));transition:opacity .35s ease,transform .35s ease}#hero-section .lote-mini__header{display:flex;align-items:baseline;gap:calc(var(--fs) * .4)}#hero-section .lote-mini__title{font-size:calc(var(--fs) * 1.25);font-weight:600}#hero-section .lote-mini__brand{font-size:calc(var(--fs) * 1);opacity:1}#hero-section .lote-mini__desc{margin:calc(var(--fs) * 1) 0 0;font-size:calc(var(--fs) * .75);line-height:1.35;opacity:.8;width:75%}#hero-section .lote-mini__pin{position:absolute;top:calc(100% + var(--fs) * 1.5);left:50%;transform:translate(-50%);width:calc(var(--fs) * 4.25);height:calc(var(--fs) * 4.25);padding:0;background:none;border:none;cursor:pointer;animation:lote-pin-pulse 1.6s ease-in-out infinite}#hero-section .lote-mini__pin img{width:100%;height:100%;display:block}#hero-section .lote-mini.is-active .lote-mini__card{opacity:1;pointer-events:auto;transform:translateY(0)}#hero-section .lote-mini.is-active .lote-mini__pin{animation:none;filter:brightness(1.3)}@keyframes lote-pin-pulse{0%,to{transform:translate(-50%) scale(1);filter:brightness(1)}50%{transform:translate(-50%) scale(1.18);filter:brightness(1.4)}}#hero-section .lote-controls{position:absolute;bottom:calc(var(--fs) * 2.5);right:calc(var(--fs) * 2);display:flex;gap:calc(var(--fs) * .5);z-index:3}#hero-section .lote-controls__btn{width:calc(var(--fs) * 4.0625);height:calc(var(--fs) * 4.0625);border-radius:calc(var(--fs) * 1.3105);border:none;background:#d9d9d91a;backdrop-filter:blur(100px);-webkit-backdrop-filter:blur(100px);display:flex;align-items:center;justify-content:center;cursor:pointer;color:#111;transition:background .2s ease}#hero-section .lote-controls__btn:hover{background:#fff}#hero-section .lote-controls__btn img{width:calc(var(--fs) * 2.25);height:calc(var(--fs) * 2.25);object-fit:contain}#hero-section .lote-controls__btn svg{width:calc(var(--fs) * 1.1);height:calc(var(--fs) * 1.1)}#opciones-section{width:100%;padding:calc(var(--fs) * 7.875) calc(var(--fs) * 3.5) calc(var(--fs) * 5);background:#e9eefe;margin-bottom:var(--footer-overlap-margin);display:flex;flex-direction:column;align-items:center;gap:calc(var(--fs) * 4.5)}#opciones-section .opciones-heading{color:var(--dark-blue);font-family:Gotham;font-size:calc(var(--fs) * 3.75);font-weight:400;line-height:1.15;text-align:center;margin:0}#opciones-section .opciones-heading strong{font-weight:700}#opciones-section .opciones-cards{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:calc(var(--fs) * 1.5)}#opciones-section .opciones-card{border-radius:calc(var(--fs) * 1.4);background:#fff;box-shadow:0 calc(var(--fs) * .4) calc(var(--fs) * 1.6) #0f256d1a;overflow:hidden;padding:var(--fs) var(--fs) calc(var(--fs) * 1.5)}#opciones-section .opciones-card__image-wrap{width:100%;height:calc(var(--fs) * 25.5);overflow:hidden;border-radius:calc(var(--fs) * .85)}#opciones-section .opciones-card__img{width:100%;height:100%;object-fit:cover;display:block}#opciones-section .opciones-card__body{display:flex;flex-direction:column;gap:var(--fs);padding:calc(var(--fs) * 1.2)}#opciones-section .opciones-card__top-row{display:flex;align-items:center;gap:calc(var(--fs) * .6);flex-wrap:nowrap}#opciones-section .opciones-card__name{color:var(--dark-blue);font-family:Gotham;font-size:calc(var(--fs) * 1.625);font-weight:400}#opciones-section .opciones-card__brand{color:#4b4b4b;font-size:calc(var(--fs) * 1.125);font-weight:400;opacity:.55}#opciones-section .opciones-card__price{margin:0 0 0 auto;color:var(--dark-blue);display:flex;align-items:baseline;gap:calc(var(--fs) * .2)}#opciones-section .opciones-card__price strong{font-family:Gotham;font-size:calc(var(--fs) * 1.5);font-weight:400}#opciones-section .opciones-card__price span{font-size:calc(var(--fs) * .9);opacity:.65}#opciones-section .opciones-card__fav{border:none;background:none;padding:0;cursor:pointer;display:inline-flex;align-items:center;flex-shrink:0}#opciones-section .opciones-card__fav img{width:calc(var(--fs) * 1.1);height:calc(var(--fs) * 1.1)}#opciones-section .opciones-card__discount{display:inline-flex;align-self:flex-start;align-items:center;gap:calc(var(--fs) * .35);padding:calc(var(--fs) * .35) calc(var(--fs) * .9);border-radius:999px;background:linear-gradient(84deg,#13744f 11.11%,#41b589);box-shadow:0 2px 5.3px #74f09999;color:#fff;font-size:calc(var(--fs) * .85);font-weight:600;height:calc(var(--fs) * 2.25)}#opciones-section .opciones-card__discount img{width:calc(var(--fs) * .9);height:calc(var(--fs) * .9)}#opciones-section .opciones-card__discount--yellow{background:linear-gradient(84deg,#e3b317 11.11%,#b89218);box-shadow:0 2px 5.3px #f0bc7499;color:#fff}#opciones-section .opciones-card__pills{display:flex;align-items:center;gap:calc(var(--fs) * .5);flex-wrap:wrap}#opciones-section .opciones-card__pill{display:inline-flex;align-items:center;gap:calc(var(--fs) * .3);padding:calc(var(--fs) * .35) calc(var(--fs) * .8);border-radius:999px;background:#0f256d12;color:var(--dark-blue, #0f256d);font-family:Gotham;font-size:calc(var(--fs) * .65625);font-style:normal;font-weight:400;line-height:120%}#opciones-section .opciones-card__pill img{width:calc(var(--fs) * 1);height:calc(var(--fs) * 1)}#opciones-section .opciones-card__pill--plain{background:#dce6f8}#opciones-section .opciones-vermas{align-self:center}@media(min-aspect-ratio:1.85){#hero-section{padding:17.5vh calc(var(--fs) * 2.5) calc(var(--fs) * 1.5);min-height:45vw}#hero-section .lote-popup{width:calc(var(--fs) * 45);padding:calc(var(--fs) * 1.75);border-radius:calc(var(--fs) * 1.75);gap:calc(var(--fs) * 1);max-height:40vw}#hero-section .lote-popup__body{gap:calc(var(--fs) * 1)}#hero-section .lote-popup .buttons .lote-popup__close,#hero-section .lote-popup .buttons .lote-popup__fav{width:calc(var(--fs) * 2.75);height:calc(var(--fs) * 2.75)}#hero-section .lote-popup__title{font-size:calc(var(--fs) * 3.5)}#hero-section .lote-popup__title-row{gap:calc(var(--fs) * 0)}#hero-section .lote-popup__address{gap:calc(var(--fs) * .5);font-size:calc(var(--fs) * .875)}#hero-section .lote-popup__stats{padding:calc(var(--fs) * .25) 0;margin-top:2.5vh}#hero-section .lote-popup__stat{gap:calc(var(--fs) * .125)}#hero-section .lote-popup__stat strong{font-size:calc(var(--fs) * 1.25)}#hero-section .lote-popup__stat span{font-size:calc(var(--fs) * .7);opacity:1}#hero-section .lote-popup__desc-wrap{gap:calc(var(--fs) * .9)}#hero-section .lote-popup__desc{font-size:calc(var(--fs) * .875)}#hero-section .lote-popup__detalle-label{font-size:calc(var(--fs) * 1)}#hero-section .lote-popup__media{width:100%;height:calc(var(--fs) * 13.5);border-radius:calc(var(--fs) * 1.25);overflow:hidden}#hero-section .lote-popup__media img{width:100%;height:100%;object-fit:cover}#hero-section .lote-popup__footer{display:flex;align-items:center;justify-content:space-between;gap:calc(var(--fs) * 1);margin-top:calc(var(--fs) * .25)}#hero-section .lote-popup__price{margin:0;display:flex;align-items:baseline;gap:calc(var(--fs) * .2)}#hero-section .lote-popup__price strong{font-size:calc(var(--fs) * 1.75);font-weight:500}#hero-section .lote-popup__price span{font-size:calc(var(--fs) * .9);opacity:.7}#hero-section .lote-popup__price--inline{display:none}#hero-section .lote-mini{position:absolute;top:42%;right:calc(var(--fs) * 6);width:calc(var(--fs) * 23.9375);padding:calc(var(--fs) * 1.65) calc(var(--fs) * 1.875);border-radius:calc(var(--fs) * .875);color:#fff;z-index:3;border:.25px solid rgba(255,255,255,.5);background:#fff3;backdrop-filter:blur(70px);-webkit-backdrop-filter:blur(70px)}#hero-section .lote-mini__header{display:flex;align-items:baseline;gap:calc(var(--fs) * .4)}#hero-section .lote-mini__title{font-size:calc(var(--fs) * 1.25);font-weight:600}#hero-section .lote-mini__brand{font-size:calc(var(--fs) * 1);opacity:1}#hero-section .lote-mini__desc{margin:calc(var(--fs) * 1) 0 0;font-size:calc(var(--fs) * .75);line-height:1.35;opacity:.8;width:75%}#hero-section .lote-mini__pin{position:absolute;top:calc(100% + var(--fs) * 1.5);left:50%;transform:translate(-50%);width:calc(var(--fs) * 4.25);height:calc(var(--fs) * 4.25)}#hero-section .lote-controls{position:absolute;bottom:calc(var(--fs) * 2.5);right:calc(var(--fs) * 2);display:flex;gap:calc(var(--fs) * .5);z-index:3}#hero-section .lote-controls__btn{width:calc(var(--fs) * 4.0625);height:calc(var(--fs) * 4.0625);border-radius:calc(var(--fs) * 1.3105);border:none;background:#d9d9d91a;backdrop-filter:blur(100px);-webkit-backdrop-filter:blur(100px);display:flex;align-items:center;justify-content:center;cursor:pointer;color:#111;transition:background .2s ease}#hero-section .lote-controls__btn:hover{background:#fff}#hero-section .lote-controls__btn img{width:calc(var(--fs) * 2.25);height:calc(var(--fs) * 2.25);object-fit:contain}#hero-section .lote-controls__btn svg{width:calc(var(--fs) * 1.1);height:calc(var(--fs) * 1.1)}}@media(orientation:portrait){#hero-section{height:auto;overflow:visible;padding:0 0 calc(var(--fs) * 3);margin-bottom:0;display:flex;flex-direction:column;align-items:center;gap:0;background-color:#e9eefe}#hero-section .hero-bck{position:static;width:100%;height:calc(var(--fs) * 40)}#hero-section .hero-bck img{width:100%;height:100%;object-fit:cover}#hero-section .lote-popup{position:static;width:95%;height:initial;padding:calc(var(--fs) * 2);gap:calc(var(--fs) * 1);margin-top:calc(var(--fs) * -12.5);padding:calc(var(--fs) * 1.35) calc(var(--fs) * 1.25);max-height:unset}#hero-section .lote-popup .buttons .lote-popup__close,#hero-section .lote-popup .buttons .lote-popup__fav{width:calc(var(--fs) * 2.125);height:calc(var(--fs) * 2.125)}#hero-section .lote-popup .buttons .lote-popup__close img,#hero-section .lote-popup .buttons .lote-popup__fav img{width:calc(var(--fs) * 1);height:calc(var(--fs) * 1)}#hero-section .lote-popup__body{padding:0 calc(var(--fs) * .275)}#hero-section .lote-popup__title{font-size:calc(var(--fs) * 1.625)}#hero-section .lote-popup__price--inline{display:flex;flex-direction:column;align-items:flex-end;gap:0;color:#fff}#hero-section .lote-popup__price--inline strong{font-size:calc(var(--fs) * 1.25);font-weight:700}#hero-section .lote-popup__price--inline span{font-size:calc(var(--fs) * .875);opacity:.8}#hero-section .lote-popup__address{font-size:calc(var(--fs) * .875);color:#fff;margin-top:calc(var(--fs) * 1.5)}#hero-section .lote-popup__stats{margin-top:calc(var(--fs) * 1);grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.25);padding:calc(var(--fs) * 1) 0}#hero-section .lote-popup__sep{display:none}#hero-section .lote-popup__stat{text-align:center;align-items:center}#hero-section .lote-popup__stat strong{color:#0f256d;font-family:Gotham;font-size:calc(var(--fs) * 1);font-style:normal;font-weight:700;line-height:calc(var(--fs) * 1.125);letter-spacing:calc(var(--fs) * -.01875)}#hero-section .lote-popup__stat span{color:#5a6b82;font-family:Gotham;font-size:calc(var(--fs) * .875);font-style:normal;font-weight:500;line-height:normal;opacity:1}#hero-section .lote-popup__desc{font-size:calc(var(--fs) * .875);color:#5a6b82;line-height:1.25}#hero-section .lote-popup__detalle-label{font-size:calc(var(--fs) * 1);color:var(--dark-blue);margin-bottom:calc(var(--fs) * -.75)}#hero-section .lote-popup__media{height:calc(var(--fs) * 11);border-radius:calc(var(--fs) * .625)}#hero-section .lote-popup__footer .lote-popup__price{display:none}#hero-section .lote-popup__cta{width:100%;justify-content:center}#hero-section .lote-mini{display:block;width:calc(var(--fs) * 14);height:calc(var(--fs) * 9.9375);top:30vw;right:calc(var(--fs) * 1.25)}#hero-section .lote-mini__card{padding:calc(var(--fs) * 1.78) calc(var(--fs) * 1.04);border-radius:calc(var(--fs) * .875)}#hero-section .lote-mini__header{justify-content:space-between}#hero-section .lote-mini__title{font-size:calc(var(--fs) * 1)}#hero-section .lote-mini__brand{font-size:calc(var(--fs) * .75)}#hero-section .lote-mini__desc{font-size:calc(var(--fs) * .75);color:#fff;width:100%}#hero-section .lote-controls{display:none}#opciones-section{padding:calc(var(--fs) * 2.5) 0 calc(var(--fs) * 3);margin-bottom:0;gap:calc(var(--fs) * 1.5)}#opciones-section .opciones-heading{font-size:calc(var(--fs) * 1.625)}#opciones-section .opciones-cards{display:block;width:100%;padding:0}#opciones-section .opciones-cards .splide__slide{width:calc(var(--fs) * 20);display:flex;justify-content:center}#opciones-section .opciones-cards .opciones-cards__pagination{display:flex;align-items:center;justify-content:center;gap:calc(var(--fs) * .4);margin-top:calc(var(--fs) * 1.5)}#opciones-section .opciones-cards .opciones-cards__pagination-dot{width:calc(var(--fs) * .5);height:calc(var(--fs) * .5);padding:0;border:none;border-radius:999px;background:#c5cfe5;cursor:pointer;transition:width .4s ease,background-color .4s ease}#opciones-section .opciones-cards .opciones-cards__pagination-dot.is-active{width:calc(var(--fs) * 1.5);background:var(--dark-blue)}#opciones-section .opciones-card{width:100%}#opciones-section .opciones-card__image-wrap{height:calc(var(--fs) * 14)}#opciones-section .opciones-card__name{font-size:calc(var(--fs) * 1);white-space:nowrap}#opciones-section .opciones-card__brand{font-size:calc(var(--fs) * .65625);color:var(--dark-blue)}#opciones-section .opciones-card__price strong{font-size:calc(var(--fs) * 1.125);font-weight:500}#opciones-section .opciones-card__fav{display:none}#opciones-section .opciones-card__body{padding-left:calc(var(--fs) * .37);padding-right:calc(var(--fs) * .37)}}@media(orientation:portrait)and (min-aspect-ratio:.625){#hero-section,#opciones-section{--fs: 2vw}#hero-section{height:100svh;overflow:hidden;padding:0}#hero-section .hero-bck{position:absolute;top:0;left:0;width:100%;height:100%}#hero-section .lote-popup{position:absolute;width:65%;top:calc(var(--fs) * 10);left:calc(var(--fs) * 2.5);bottom:calc(var(--fs) * 2.5);margin-top:0;padding:calc(var(--fs) * 1.5);gap:calc(var(--fs) * 1.5);max-height:unset;border-radius:calc(var(--fs) * 1.875)}#hero-section .lote-popup .buttons .lote-popup__close,#hero-section .lote-popup .buttons .lote-popup__fav{width:calc(var(--fs) * 2.5);height:calc(var(--fs) * 2.5)}#hero-section .lote-popup .buttons .lote-popup__close img,#hero-section .lote-popup .buttons .lote-popup__fav img{width:70%;height:70%}#hero-section .lote-popup__body{padding:0 calc(var(--fs) * 1.5)}#hero-section .lote-popup__title{font-size:calc(var(--fs) * 3)}#hero-section .lote-popup__price--inline{display:none}#hero-section .lote-popup__address{font-size:calc(var(--fs) * 1);margin-top:0}#hero-section .lote-popup__stats{grid-template-columns:1fr 1px 1fr 1px 1fr;border-top:none;padding:calc(var(--fs) * .5) 0;margin-top:5vh}#hero-section .lote-popup__sep{display:block}#hero-section .lote-popup__stat{text-align:left;align-items:stretch}#hero-section .lote-popup__stat strong{color:#fff;font-size:calc(var(--fs) * 1.4);font-weight:500;line-height:normal;letter-spacing:normal}#hero-section .lote-popup__stat span{color:#fff;font-size:calc(var(--fs) * .7);font-weight:400;opacity:.7}#hero-section .lote-popup__desc{color:#fff;font-size:calc(var(--fs) * 1)}#hero-section .lote-popup__detalle-label{color:#fff;font-size:calc(var(--fs) * 1.25);margin-bottom:0}#hero-section .lote-popup__media{height:calc(var(--fs) * 13.5);border-radius:calc(var(--fs) * 1.25)}#hero-section .lote-popup__footer .lote-popup__price{display:flex}#hero-section .lote-popup__cta{width:auto;justify-content:initial}}
