.edc-button{width:100%;height:48px;background-color:var(--color-primary);border-radius:200px;box-shadow:0 2px 8px 0 rgba(161,83,170,.5);outline:none;border:none;color:#fffeec;font-weight:700;font-size:18px;text-align:center;text-decoration:none;padding-top:2px;cursor:pointer;transition:all .15s;display:flex;justify-content:center;align-items:center}.edc-button:hover{filter:brightness(1.1)}.edc-button.secondary{background-color:#fff;border:1px solid var(--color-primary);color:var(--color-primary);box-shadow:none}.edc-button.secondary:hover{filter:brightness(.95)}.hide{display:none;pointer-events:none;opacity:0}.auth-overlay{width:100%;height:100%;background-color:rgba(0,0,0,.75);z-index:-1}.auth,.auth-overlay{position:fixed;top:0;left:0;right:0;bottom:0}.auth{z-index:9999}.auth,.auth__content{display:flex;justify-content:center;align-items:center}.auth__content{margin:40px 24px;position:relative;border-radius:16px;overflow:hidden}.auth-error{color:red;font-weight:700;text-align:center;width:100%}.auth__item{width:100%;max-width:320px;flex-direction:column;background-color:var(--color-light);padding:24px 40px;position:relative;border-radius:16px;overflow:hidden}.auth__item,.auth__logo{display:flex;align-items:center}.auth__logo{width:150px;height:150px;justify-content:center}.auth__logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.auth__close{position:absolute;right:16px;top:16px;background:none;border:none;outline:none;display:flex;justify-content:center;align-items:center;cursor:pointer}.auth__close svg{width:40px;height:40px}.auth__inputs{width:100%;display:flex;flex-direction:column;align-items:flex-end;gap:12px;margin:24px 0}.auth__inputs input{width:100%}.auth__inputs button{margin-top:16px}.auth__secondary-option{text-align:center;font-size:1.1rem}.auth__remember{font-size:1rem}.auth__remember,.auth__secondary-option a{color:var(--color-primary);font-weight:700;cursor:pointer}.auth__secondary-option a{text-decoration:none}.auth__terms-label{width:100%;font-size:1rem;text-align:center}.auth__terms-label a{color:var(--color-primary);font-weight:700}.auth__buttons{width:100%;display:flex;flex-direction:column;gap:12px;margin-top:16px}.auth__buttons button{margin:0}.login-google{width:100%;background:none;outline:none;border:none;display:flex;justify-content:center;align-items:center;gap:12px;font-size:1rem;background-color:#fff;padding:8px 10px;padding-right:20px;border-radius:200px;border:1px solid rgba(0,0,0,.15);cursor:pointer;transition:all .25s}.login-google svg{width:30px;height:30px}.login-google:hover{background-color:#f1f1f1}.edc-spinner{width:100%;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;padding:0 40px;transition:all .25s;opacity:0;pointer-events:none}.edc-spinner.visible{min-height:200px;opacity:1;pointer-events:all}.edc-spinner.fixed{width:100%;height:100%;position:fixed;left:0;right:0;top:0;bottom:0;z-index:9999}.edc-spinner.absolute{position:absolute}.edc-spinner.absolute .edc-spinner__logo{display:none}.edc-spinner.inline{height:0;width:100%;position:relative}.edc-spinner.inline .edc-spinner__logo{display:none}.edc-spinner__overlay{position:absolute;left:0;right:0;top:0;bottom:0}.edc-spinner.fixed .edc-spinner__overlay,.edc-spinner__overlay{background-color:var(--color-light)}.edc-spinner__content{flex-direction:column;gap:12px}.edc-spinner__content,.edc-spinner__logo{display:flex;justify-content:center;align-items:center}.edc-spinner__logo{width:150px;height:150px}.edc-spinner__logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;filter:brightness(0)}.edc-spinner__icon{width:60px;height:60px;display:flex;justify-content:center;align-items:center;z-index:9}.edc-spinner__icon svg{fill:#000;width:100%;height:100%;animation-name:Spinner;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes Spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.edc-alert{max-width:250px;position:fixed;right:20px;top:80px;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.25);border-radius:8px;overflow:hidden;z-index:99;transition:all .25s}.edc-alert.open{transform:translateX(0)}.edc-alert.close{transform:translateX(150%)}.edc-alert.info{background-color:#a153aa;color:#fff;fill:#fff}.edc-alert.success{background-color:#83a30f;color:#fff;fill:#fff}.edc-alert.warning{background-color:#ffc107;color:var(--color-dark);fill:var(--color-dark)}.edc-alert.danger{background-color:#eb5e5e;color:#fff;fill:#fff}.edc-alert__content{gap:12px;padding:16px}.edc-alert__content,.edc-alert__icon{display:flex;align-items:center;justify-content:center}.edc-alert__icon svg{fill:inherit}.edc-alert__message{position:relative;top:1px;color:inherit}.login-provider{padding:24px}.edc-header-helper[data-v-d93339a0]{height:64px}.edc-header[data-v-d93339a0]{width:100%;height:64px;position:fixed;top:0;left:0;right:0;background-color:#fffeec;box-shadow:0 2px 4px rgba(0,0,0,.15);display:flex;justify-content:center;z-index:9999}.edc-header .content[data-v-d93339a0]{height:100%;width:100%;max-width:1000px;padding:0 12px;padding-left:0;display:flex;align-items:center;justify-content:space-between}.edc-header__back[data-v-d93339a0]{display:flex;align-items:center;gap:6px;padding-left:8px;text-decoration:none}.edc-header__back svg[data-v-d93339a0]{width:34px;height:34px}.edc-header__back p[data-v-d93339a0]{font-size:1.2rem;font-weight:700;color:var(--color-dark);position:relative;top:2px}.logo[data-v-d93339a0]{width:80px;height:80px;background-color:#fffeec;border-radius:0 0 8px 0;align-self:flex-start;position:relative;display:flex;align-items:center;gap:16px}.logo-upc[data-v-d93339a0]{position:relative;top:-7px;transform:scale(1.2)}.logo[data-v-d93339a0]:before{content:"";width:100%;height:18px;position:absolute;left:0;right:0;bottom:0;background-color:#fffeec;z-index:-1;border-radius:0 0 8px 0;box-shadow:0 2px 4px rgba(0,0,0,.15)}.logo img[data-v-d93339a0]{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.options[data-v-d93339a0]{display:flex;align-items:center;gap:8px}.options .search__button[data-v-d93339a0]{width:48px;height:48px;background-color:rgba(161,83,170,.2);border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;border-radius:200px;transition:background-color .25s;position:relative}.options .search__button svg[data-v-d93339a0]{fill:var(--color-primary)}.options .search__button[data-v-d93339a0]:hover{background-color:rgba(161,83,170,.2)}.options .search__button:hover svg[data-v-d93339a0]{fill:var(--color-primary)}.search-container[data-v-d93339a0]{position:absolute;left:0;right:0;top:0;display:flex;flex-direction:column;z-index:999990}.search__head[data-v-d93339a0]{display:flex;justify-content:center;align-items:center;padding:12px;background-color:#fff;gap:12px;position:relative}.search__head .search__icon[data-v-d93339a0]{position:absolute;right:24px;width:34px;height:34px;opacity:.35;pointer-events:none}.search__back[data-v-d93339a0]{background:none;border:none;outline:none;display:flex;justify-content:center;align-items:center}.search__head input[data-v-d93339a0]{height:50px;width:100%;border-radius:200px}.search__list[data-v-d93339a0]{display:flex;flex-direction:column;max-height:400px;overflow-y:auto}.search__item[data-v-d93339a0]{padding:20px;border-bottom:1px solid rgba(0,0,0,.15);background-color:#fff;text-decoration:none;color:var(--color-dark)}.options .nav[data-v-d93339a0]{display:flex;align-items:center;gap:32px;display:none;position:relative}.options .profile[data-v-d93339a0]{display:flex;justify-content:center;align-items:center;cursor:pointer}.profile-menu[data-v-d93339a0]{position:absolute;top:45px;right:0}.profile-menu__overlay[data-v-d93339a0]{position:fixed;left:0;right:0;top:0;bottom:0;z-index:0}.profile-menu__content[data-v-d93339a0]{width:215px;background-color:#fff;display:flex;flex-direction:column;padding:8px 0;border-radius:8px;position:relative;z-index:9;box-shadow:0 2px 4px rgba(0,0,0,.15)}.profile-menu__item[data-v-d93339a0]{padding:12px 24px;cursor:pointer}.profile-menu__item[data-v-d93339a0]:last-child{color:#d45721}.options .nav .link[data-v-d93339a0]{color:var(--color-dark);text-decoration:none}.options .nav .link.router-link-active[data-v-d93339a0]{color:var(--color-primary);text-decoration:none}.authentication-overlay[data-v-d93339a0]{position:fixed;left:0;right:0;top:0;bottom:0;z-index:999;background-color:rgba(0,0,0,.75)}.authentication-container[data-v-d93339a0]{position:relative;z-index:99999}.authentication-modal[data-v-d93339a0]{width:300px;display:flex;flex-direction:column;background-color:#fff;padding:16px;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.2);position:absolute;right:0;top:64px;z-index:9999}.authentication-modal__content[data-v-d93339a0]{display:flex;flex-direction:column;align-items:center;gap:12px}.authentication-modal__content p[data-v-d93339a0]{text-align:center}.authentication-modal__close[data-v-d93339a0]{text-decoration:underline;color:var(--color-primary);cursor:pointer}.authentication-options[data-v-d93339a0]{width:200px;display:flex;flex-direction:column;background-color:#fff;padding:8px 0;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.2);position:absolute;right:0;top:64px;z-index:9999}.athentication-item[data-v-d93339a0]{padding:12px 18px;text-decoration:none;color:var(--color-dark)}.athentication-item.red[data-v-d93339a0]{color:#d45721}.enter[data-v-d93339a0]{width:140px;max-width:140px}@media (min-width:920px){.edc-header .content[data-v-d93339a0]{padding:0 24px}.logo[data-v-d93339a0],.logo[data-v-d93339a0]:before{border-radius:0 0 8px 8px}.options[data-v-d93339a0]{gap:24px}.options .nav[data-v-d93339a0]{display:flex}.options .search__button[data-v-d93339a0]{background-color:rgba(161,83,170,0);width:42px;height:42px}.options .search__button svg[data-v-d93339a0]{fill:var(--color-dark)}}.edc-footer__splide[data-v-5e254882]{margin:16px 0}.edc-footer__splide img[data-v-5e254882]{height:60px}.edc-footer[data-v-5e254882]{width:100%;background-color:var(--color-dark)}.content[data-v-5e254882]{width:100%;max-width:1000px;display:flex;flex-direction:column;margin:0 auto;padding:40px 24px;gap:40px}.navegation[data-v-5e254882]{display:flex;flex-direction:column;align-items:center;gap:24px}.navegation .logo[data-v-5e254882]{width:140px;height:140px}.navegation .logo img[data-v-5e254882]{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;filter:brightness(99)}.navegation .nav[data-v-5e254882]{display:flex;flex-direction:column;align-items:center;gap:20px}.navegation .nav .nav-item[data-v-5e254882]{color:var(--color-light);font-weight:400;text-decoration:none}.contact[data-v-5e254882]{display:flex;flex-direction:column;align-items:center;gap:16px}.contact .info[data-v-5e254882]{display:flex;flex-direction:column;align-items:center;gap:4px}.contact .info a[data-v-5e254882]{color:var(--color-light);font-size:16px;font-weight:700;text-decoration:none}.contact .social[data-v-5e254882]{display:flex;gap:8px}.contact .social .social-item[data-v-5e254882]{width:45px;height:45px}.contact .social .social-item svg[data-v-5e254882]{width:100%;height:100%}.subfooter[data-v-5e254882]{display:flex;justify-content:center;align-items:center;gap:6px;padding:6px 0;background-color:#2f2f2f;color:#fff}.subfooter img[data-v-5e254882]{height:32px;filter:brightness(99)}@media (min-width:920px){.content[data-v-5e254882]{flex-direction:row;justify-content:space-between;padding:24px}.navegation .nav[data-v-5e254882],.navegation[data-v-5e254882]{flex-direction:row}.contact[data-v-5e254882]{justify-content:center}.contact .info[data-v-5e254882]{align-items:end}}.edc-mobile-nav-helper[data-v-22f9d03e]{height:72px}.edc-mobile-nav[data-v-22f9d03e]{width:100%;height:72px;position:fixed;bottom:0;left:0;right:0;background-color:#fff;display:flex;justify-content:center;box-shadow:0 -4px 12px 0 rgba(0,0,0,.1);z-index:9}.edc-mobile-nav .content[data-v-22f9d03e]{width:100%;height:100%;max-width:500px;display:flex;justify-content:center}.nav-item[data-v-22f9d03e]{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-decoration:none;color:var(--color-dark);fill:var(--color-dark)}.nav-item.router-link-active[data-v-22f9d03e]{background-color:rgba(161,83,170,.1);fill:var(--color-primary);color:var(--color-primary);font-weight:700}.nav-item svg[data-v-22f9d03e]{fill:inherit}.nav-item .label[data-v-22f9d03e]{text-decoration:none;color:inherit;font-size:14px}@media (min-width:920px){.edc-mobile-nav-helper[data-v-22f9d03e],.edc-mobile-nav[data-v-22f9d03e]{display:none}}.edc-experience{width:100%;height:200px;border-radius:16px;overflow:hidden;display:flex;align-items:flex-end;position:relative;cursor:pointer}.edc-experience,.edc-experience.AR{--exp-color:#a153aa}.edc-experience.V3{--exp-color:#b1cd4b}.edc-experience.CS,.edc-experience.OV{--exp-color:#529cd5}.edc-experience__bk{position:absolute;left:0;right:0;top:0;bottom:0;z-index:-1}.edc-experience__bk img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.edc-experience__type{position:absolute;top:8px;left:8px}.edc-experience__type img{width:50px;height:50px;filter:drop-shadow(0 2px 4px rgba(0,0,0,1))}.edc-experience__info{width:100%;padding:14px 18px;background-color:var(--exp-color);position:relative;display:flex;flex-direction:column;border-radius:0 0 16px 16px;overflow:hidden}.edc-experience__info:before{content:"";background:linear-gradient(90deg,hsla(0,0%,100%,0) 68.65%,hsla(0,0%,100%,.5));position:absolute;left:0;right:0;top:0;bottom:0}.edc-experience__info-title{color:#fff;font-weight:700;font-size:1.2rem;white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis}.edc-experience__info-type{color:#fff;font-weight:400;font-size:.9rem}.edc-experience__pointer{position:absolute;display:flex;justify-content:center;align-items:center;top:24px;right:10px;pointer-events:none}.edc-experience__pointer-circles{position:absolute;top:-12px;left:10px;z-index:-1}.edc-experience__pointer-circle-1{animation-delay:.65s}.edc-experience__pointer-circle-1,.edc-experience__pointer-circle-2{animation-name:PointerCircle;animation-duration:1s;animation-iteration-count:infinite;transform-origin:50% 50%;opacity:0}.home-hero{width:100%;min-height:75vh;margin:0 auto;position:relative;display:flex;justify-content:center}.home-hero .splide{position:absolute;left:0;right:0;top:0;bottom:0;align-items:center}.home-hero .splide,.home-hero .splide__list,.home-hero .splide__slide,.home-hero .splide__track{width:100%;height:100%;display:flex}.home-hero .splide__track{position:absolute;right:0;left:0;top:0;bottom:0}.home-hero .home-slide{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:24px;position:relative;padding:24px}.home-hero .home-slide__bk{display:flex;justify-content:center;align-items:center;overflow:hidden;position:absolute;left:0;right:0;top:0;bottom:0;z-index:-1}.home-hero .home-slide__bk:after{content:"";position:absolute;left:0;right:0;top:50px;bottom:0;background:linear-gradient(180deg,transparent,#000)}.home-slide__content{width:100%;max-width:600px;display:flex;flex-direction:column;gap:24px}.home-slide__label{font-size:1.5rem;font-weight:400}.home-slide__label,.home-slide__value{color:#fff;text-align:center;text-shadow:0 2px 8px rgba(0,0,0,.5);font-style:normal}.home-slide__value{font-size:2.125rem;font-weight:700;line-height:112%}.home-hero .home-slide .home-slide__bk img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.home__description{width:100%;max-width:600px;padding:0 24px;margin:32px auto;text-align:center;font-size:1.4rem;color:var(--color-primary)}.home-map{width:100%;display:flex;justify-content:center;align-items:center;position:relative}.home-map:before{background:linear-gradient(180deg,#fffeec,rgba(255,253,236,0));top:0}.home-map:after,.home-map:before{content:"";height:100px;display:flex;position:absolute;left:0;right:0;pointer-events:none}.home-map:after{background:linear-gradient(0deg,#fffeec,rgba(255,253,236,0));bottom:0}.home-map__bk{position:absolute;left:0;right:0;top:0;bottom:0;display:flex;justify-content:center;align-items:center;z-index:-1;opacity:.35}.home-map__bk img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.home-map__bk:after{content:"";display:flex;position:absolute;left:0;right:0;top:0;bottom:0;background:#fffeec;mix-blend-mode:multiply}.home-map__content{position:relative}.home-map__centered{padding-bottom:40px}.home-map__info-close{position:absolute;right:16px;top:20px;box-shadow:0 2px 4px rgba(0,0,0,.5);border-radius:200px;width:45px;height:45px;background:none;outline:none;border:none}.home-map__info-close svg{width:100%;height:100%}.home-map .map-svg circle,.home-map .map-svg path{pointer-events:none}.home-map .map-svg .municipio{pointer-events:all;filter:opacity(.35);transition:filter .25s}.home-map .map-svg .municipio:hover{cursor:pointer;filter:opacity(.85);border:1px solid inherit}.home-map__pointer{position:absolute;display:flex;justify-content:center;align-items:center;pointer-events:none}.home-map__pointer-circles{position:absolute;top:-12px;left:10px;z-index:-1}.home-map__pointer-circle-1{animation-delay:.65s}.home-map__pointer-circle-1,.home-map__pointer-circle-2{animation-name:PointerCircle;animation-duration:1s;animation-iteration-count:infinite;transform-origin:50% 50%;opacity:0}@keyframes PointerCircle{0%{transform:scale(0);opacity:0}50%{opacity:1}to{transform:scale(1);opacity:0}}.home-map__info{position:fixed;left:0;right:0;bottom:0;top:0;z-index:9999;display:flex;align-items:flex-end;pointer-events:none}.home-map__info.show{pointer-events:all}.home-map__info.show .home-map__info-content{transform:translateY(0)}.home-map__info.show:before{opacity:1;pointer-events:all}.home-map__info:before{content:"";position:fixed;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,.75);z-index:-1;opacity:0;pointer-events:none;transition:opacity .25s}.home-map__info-content{width:100%;background-color:#fff;border-radius:24px 24px 0 0;overflow:hidden;transform:translateY(120%);transition:transform .25s;box-shadow:0 -2px 16px rgba(0,0,0,.5)}.home-map__info-image{width:100%;height:250px;-o-object-fit:contain;object-fit:contain;background-color:#fff;padding:24px;padding-bottom:0}.home-map__info-inner{display:flex;flex-direction:column;gap:12px;padding:20px}.home-map__info-title{font-size:1.5rem;color:var(--color-dark)}.home-map__info-description{font-size:1rem;color:var(--color-dark);margin-bottom:12px;text-align:justify}@media (min-width:920px){.home-map__centered{width:100%;max-width:1000px;display:flex;justify-content:space-between;align-items:center;padding:0 24px;padding-bottom:40px;margin:0 auto}.home-map .map-svg .municipio.active{cursor:pointer;filter:opacity(.85);border:1px solid inherit}.home-map__info{position:static;display:flex;width:100%;max-width:400px;z-index:auto;pointer-events:all}.home-map__info:before{display:none}.home-map__info-content{transform:none;border-radius:24px}.home-map__info-close{display:none}.home-slide__content{flex-direction:row;gap:40px;align-items:center}.home-slide__label,.home-slide__value{text-align:left}.home-slide__info{width:300px}}.home-apps,.home-apps__content{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.home-apps__content{height:100%;max-width:450px;padding:24px 20px}.home-apps__bk{width:100%;height:100%;overflow:hidden;z-index:-1}.home-apps__bk,.home-apps__bk:after{position:absolute;left:0;right:0;bottom:0;top:0}.home-apps__bk:after{content:"";background-color:var(--color-primary);opacity:.75}.home-apps__bk img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.home-apps__label{font-weight:400;font-size:16px;line-height:115%;margin-bottom:4px}.home-apps__label,.home-apps__title{font-style:normal;display:flex;align-items:flex-end;text-align:center;color:#fff}.home-apps__title{font-weight:700;font-size:24px;line-height:30px}.home-apps__stores{display:flex;gap:12px;margin-top:24px}.home-apps__store-item{align-items:center}.edc-head,.home-apps__store-item{display:flex;justify-content:center}.edc-head{width:100%;height:64px;background-color:var(--color-light);z-index:9999;border-bottom:1px solid rgba(0,0,0,.15)}.edc-head .content{height:100%;width:100%;max-width:1000px;padding:0 12px;display:flex;align-items:center}.edc-head__back{display:flex;align-items:center;gap:8px;text-decoration:none}.edc-head__back svg{width:34px;height:34px}.edc-head__back p{font-size:1.35rem;font-weight:700;color:var(--color-dark);position:relative;top:2px}@media(min-width:920px){.edc-head .content{padding:0 24px}}.edc-municipio{width:100%;height:200px;position:relative;border-radius:16px;overflow:hidden;display:flex;justify-content:center;align-items:center;cursor:pointer}.edc-municipio:after{content:"";background:linear-gradient(180deg,rgba(29,29,29,0),#1d1d1d)}.edc-municipio:after,.edc-municipio__image{position:absolute;left:0;right:0;top:0;bottom:0}.edc-municipio__image{display:flex;justify-content:center;align-items:center;overflow:hidden}.edc-municipio__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.edc-municipio__name{position:absolute;left:20px;right:20px;bottom:20px;font-size:1.25rem;color:#fff;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.5);z-index:9}.municipio-hero{width:100%;height:75vh;position:relative;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding-bottom:20px}.municipio-hero__name{font-size:2.5rem;text-shadow:0 2px 16px rgba(0,0,0,.5)}.municipio-hero__name,.municipio-hero__phrase{width:100%;max-width:1000px;padding:0 24px;margin:0 auto;color:#fff;z-index:9}.municipio-hero__phrase{margin-bottom:16px;margin-bottom:24px}.municipio-hero__bk,.municipio-hero__bk:before{position:absolute;left:0;right:0;top:0;bottom:0}.municipio-hero__bk:before{content:"";background:linear-gradient(180deg,transparent,#000)}.municipio-hero__bk img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.municipio-hero__splide{display:flex;align-items:center;justify-content:center;max-width:1000px}.municipio-hero__splide,.municipio-hero__splide .splide__track{width:100%;margin:0 auto}.municipio-info{width:100%;max-width:1000px;padding:0 24px;margin:32px auto}.municipio-info__illustration{width:100%;height:250px;-o-object-fit:contain;object-fit:contain;margin-bottom:16px}.municipio-info__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:24px}.municipio-info__title{font-size:2.2rem;line-height:115%}.municipio-info__description{font-size:1.1rem;line-height:150%}.municipio-info__flag{height:32px;box-shadow:0 2px 4px rgba(0,0,0,.35);border-radius:2px;overflow:hidden}.municipio-experiences{width:100%;max-width:1000px;padding:0 24px;margin:0 auto;margin-bottom:40px}.municipio-experiences__title{padding:0 24px;margin-bottom:16px;color:#fff}.municipio-experiences__description{font-size:1.1rem;line-height:150%;padding:0 24px;margin-bottom:24px;color:#fff}.municipio-experiences__tab-content{border-radius:0 0 16px 16px;background-color:var(--color-primary);overflow:hidden;padding:24px 0}.municipio-experiences__tabs{width:100%;max-width:400px;border-radius:16px 16px 0 0;overflow:hidden;display:flex;border:3px solid #a153aa;position:relative;top:2px}.municipio-experiences__tab-item{width:100%;height:50px;background:none;border:none;outline:none;background-color:#fef3ff;font-size:1.1rem;color:#a153aa;font-weight:700;cursor:pointer}.municipio-experiences__tab-item.active{background-color:var(--color-primary);color:#fff}.municipio-experiences__splide{display:flex;align-items:center;justify-content:center}.municipio-experiences__splide,.municipio-experiences__splide .splide__track{width:100%}.municipio-businesses{width:100%;max-width:1000px;padding:0 24px;margin:0 auto;margin-bottom:40px}.municipio-businesses__content{width:100%;background-color:#fff;border:1px solid rgba(80,59,47,.35);border-radius:16px;overflow:hidden}.municipio-businesses__image{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}.municipio-businesses__info{padding:20px;display:flex;flex-direction:column;align-items:center}.municipio-businesses__title{font-size:1.4rem;text-align:center;margin-bottom:6px}.municipio-businesses__description{font-size:1.1rem;text-align:center}.municipio-businesses__info button{max-width:200px;margin-top:24px}.municipio-quote{width:100%;max-width:1000px;padding:0 24px;margin:0 auto;margin-bottom:40px}.municipio-quote-title{font-size:1.8rem;margin-bottom:8px}.municipio-quote__content{width:100%;border-radius:16px;overflow:hidden;background-color:rgba(82,156,213,.25);padding:32px 24px;display:flex;flex-direction:column;justify-content:center;align-items:center}.municipio-quote__subtitle,.municipio-quote__text,.municipio-quote__title{text-align:center;max-width:600px}.municipio-quote__text{font-size:1.1rem;margin-bottom:16px}.municipio-quote__title{font-size:1.35rem}.municipio-more{width:100%;max-width:1000px;margin:0 auto;margin-bottom:40px}.municipio-more__info{padding:0 24px;margin-bottom:16px}.municipio-more__title{font-size:1.8rem}.municipio-more__subtitle{font-size:1.1rem}.municipio-more__splide{display:flex;justify-content:center;align-items:center}.municipio-more__splide,.municipio-more__splide .splide__list,.municipio-more__splide .splide__track{width:100%}@media (min-width:920px){.municipio-info__content{display:flex;align-items:center;gap:40px;background-color:#fff;padding:24px 32px;border-radius:16px;overflow:hidden;border:1px solid rgba(80,59,47,.25)}.municipio-info__illustration{margin:0}.municipio-experiences__tab-content{border-radius:0 16px 16px 16px}.municipio-businesses__content{display:flex}.municipio-businesses__image{width:340px;height:100%}.municipio-businesses__info{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:24px 40px}.municipio-businesses__description,.municipio-businesses__title{text-align:left}}.edc-stars{display:flex}.edc-stars__list{display:flex;gap:4px}.edc-star{filter:grayscale(1);opacity:.5}.edc-stars__message{color:#fff;font-weight:700;opacity:.5}.edc-star.active{filter:grayscale(0);opacity:1}.edc-business{width:100%;height:240px;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;align-items:flex-end;position:relative;cursor:pointer;border:1px solid rgba(80,59,47,.15);box-shadow:0 4px 8px 0 rgba(0,0,0,.1);background-color:#fff}.edc-business__bk{width:100%;height:150px;min-height:150px;position:relative;background-color:#d3d3d3}.edc-business__bk:before{content:"";position:absolute;left:0;right:0;bottom:0;height:120px;background:linear-gradient(180deg,transparent,#000)}.edc-business__bk img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.edc-business__stars{position:absolute;left:12px;bottom:12px;display:flex;gap:4px}.edc-business__stars .no-stars{color:#fff;opacity:.5}.edc-business__info{height:100%;width:100%;padding:14px 18px;position:relative;display:flex;flex-direction:column;border-radius:0 0 16px 16px;overflow:hidden}.edc-business__info-title{height:100%;font-weight:700;font-size:1.2rem;line-height:120%;overflow:hidden;position:relative}.edc-business__info-type{font-weight:400;font-size:.9rem}.edc-service-filter{width:100%}.edc-service-filter__content{width:100%;display:flex;gap:0;border:1px solid rgba(0,0,0,.25);border-radius:8px;background-color:#fff;overflow:hidden}.edc-service-filter__item{width:100%;height:80px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;color:var(--color-dark);fill:var(--color-dark);border:1px solid rgba(0,0,0,.1);border-bottom:none;border-top:none;cursor:pointer;position:relative}.edc-service-filter__item.active{color:var(--color-primary);fill:var(--color-primary);background:rgba(161,83,170,.15)}.edc-service-filter__item.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background-color:var(--color-primary)}.edc-service-filter__item-label{font-size:.8rem;color:inherit}.edc-service-filter__item-icon{fill:inherit}@media (min-width:920px){.edc-service-filter__item{height:60px;flex-direction:row;justify-content:flex-start;padding-left:16px}}.edc-empty{width:100%;height:200px;display:flex;justify-content:center;align-items:center;background-color:#eee;color:rgba(0,0,0,.35);border:1px solid #0000001a;border-radius:8px}.municipio-businesses__body{width:100%;max-width:1000px;padding:24px;margin:0 auto;margin-bottom:40px;display:flex;flex-direction:column;gap:24px}.municipio-businesses__municipio__list{display:flex;flex-direction:column;gap:8px}.municipio-businesses__body-content{width:100%;display:flex;flex-direction:column;gap:24px}.municipio-businesses__body button{max-width:250px;margin:0 auto}.municipio-businesses__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(235px,1fr));gap:16px}.exps-hero{width:100%;height:320px;overflow:hidden;position:relative}.exps-hero__bk{display:flex;justify-content:center;align-items:center;z-index:-1}.exps-hero__bk,.exps-hero__bk:after{position:absolute;left:0;right:0;top:0;bottom:0}.exps-hero__bk:after{content:"";width:100%;height:100%;background-color:rgba(0,0,0,.65)}.exps-hero__bk img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.exps-hero__content{max-width:500px;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:0 40px;margin:0 auto}.exps-hero__description,.exps-hero__title{text-align:center;color:#fff}.exps-hero__title{font-size:2.25rem}.exps-hero__description{font-size:1.2rem}.exps-body{width:100%;max-width:1000px;padding:24px;margin:0 auto;margin-bottom:40px;display:flex;gap:24px}.exps-body__left{min-width:180px;display:flex;flex-direction:column;gap:16px;display:none}.exps-body__left-title{font-size:1.5rem}.exps-municipio__list{display:flex;flex-direction:column;gap:8px}.exps-municipio{text-decoration:none;color:var(--color-dark);cursor:pointer}.exps-municipio.active{color:var(--color-primary);font-weight:700}.exps-body__content{width:100%;display:flex;flex-direction:column;gap:24px}.exps-body button{max-width:250px;margin:0 auto}.exps-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(235px,1fr));gap:16px}@media (min-width:800px){.exps-body__left{display:flex}.exps-body__content .edc-selector{display:none}}.e-viewer{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;background-color:#000}.e-viewer:before{content:"";height:150px;position:absolute;left:0;right:0;top:0;background:linear-gradient(180deg,rgba(0,0,0,.75),transparent)}.e-viewer__view,iframe{width:100%;height:100%}iframe{background-color:#000}.e-viewer__back{display:block;height:54px;display:flex;align-items:center;font-size:1.6rem;gap:8px;color:var(--color-light);fill:var(--color-dark);font-weight:600;cursor:pointer;position:absolute;left:16px;top:16px;padding:8px;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.25);border-radius:200px}.e-viewer__back svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.businesses-hero{width:100%;height:320px;overflow:hidden;position:relative}.businesses-hero__bk{position:absolute;left:0;right:0;top:0;bottom:0;display:flex;justify-content:center;align-items:center;z-index:-1}.businesses-hero__bk:after{content:"";position:absolute;width:100%;height:100%;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,.65)}.businesses-hero__bk img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.businesses-hero__content{max-width:500px;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:0 40px;margin:0 auto}.businesses-hero__description,.businesses-hero__title{text-align:center;color:#fff}.businesses-hero__title{font-size:2.25rem}.businesses-hero__description{font-size:1.2rem}.businesses-body{width:100%;max-width:1000px;padding:24px;margin:0 auto;margin-bottom:40px;display:flex;gap:24px}.businesses-body__left{min-width:180px;display:flex;flex-direction:column;gap:16px;display:none}.businesses-body__left-title{font-size:1.5rem}.businesses-municipio__list{display:flex;flex-direction:column;gap:8px}.businesses-municipio{text-decoration:none;color:var(--color-dark);cursor:pointer}.businesses-municipio.active{color:var(--color-primary);font-weight:700}.businesses-body__content{width:100%}.businesses-body__content .edc-section-head{margin-bottom:24px}.businesses-filter{margin:24px 0}.businesses-body button{max-width:250px;margin:0 auto;margin-top:24px}.businesses-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(235px,1fr));gap:16px}@media (min-width:800px){.businesses-body__left{display:flex}.businesses-body__content .edc-selector{display:none}.businesses-filter{margin-top:0}}.b-details__schedule-item{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(0,0,0,.25);padding:6px 0;font-size:16px;color:var(--color-dark)}.b-details__schedule-item .times{display:flex;flex-direction:column;align-items:flex-end}.b-details__schedule-item .day{font-weight:700}.b-details__schedule-item .time{font-size:.9rem}.edc-service-detail{width:100%;height:100%;position:fixed;left:0;right:0;top:0;bottom:0;display:flex;justify-content:center;align-items:flex-end;z-index:9999}.edc-service-detail__overlay{position:absolute;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,.75)}.edc-service-detail__content{width:100%;max-width:450px;display:flex;flex-direction:column;position:relative;background-color:#fff;border-radius:16px 16px 0 0;overflow:hidden}.edc-service-detail__close{position:absolute;right:16px;top:16px;background:none;border:none;outline:none;cursor:pointer}.edc-service-detail__photo{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}.edc-service-detail__inner{padding:20px}.edc-service-detail__label{font-weight:700}.edc-service-detail__value{display:flex;align-items:center;gap:6px;fill:var(--color-dark)}.edc-service-detail__value.active{fill:var(--color-primary)}.edc-service-detail__value.active svg{fill:var(--color-primary);opacity:1}.edc-service-detail__value svg{opacity:.5}@media (min-width:920px){.edc-service-detail{align-items:center}.edc-service-detail__content{border-radius:16px}}.b-details__hero{width:100%;height:320px;overflow:hidden;position:relative}.b-details__hero-bk{display:flex;justify-content:center;align-items:center;z-index:-1}.b-details__hero-bk,.b-details__hero-bk:after{position:absolute;left:0;right:0;top:0;bottom:0}.b-details__hero-bk:after{content:"";width:100%;height:100%;background-color:rgba(0,0,0,.65)}.b-details__hero-bk img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.b-details__hero-content{max-width:1000px;height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:6px;padding:24px;margin:0 auto}.b-details__hero-title{font-size:2.25rem;text-align:center;color:#fff}.b-details__tabs{width:100%;padding:0 24px;display:flex;justify-content:center;background-color:var(--color-light);border-bottom:1px solid rgba(0,0,0,.25)}.b-details__tabs-content{max-width:600px}.b-details__tab-item,.b-details__tabs-content{width:100%;display:flex;justify-content:center;align-items:center}.b-details__tab-item{height:60px;background:none;border:none;outline:none;font-size:1rem;position:relative;color:var(--color-dark);font-weight:500}.b-details__tab-item.active{color:var(--color-primary)}.b-details__tab-item.active:after{content:"";width:75%;height:4px;position:absolute;bottom:0;background-color:var(--color-primary);border-radius:8px}.b-details__info{width:100%;max-width:1000px;padding:24px;margin:0 auto}.b-details__all-info{display:flex;flex-direction:column;gap:24px}.b-details__general-info{width:100%}.b-images-splide__container{width:100%;margin:0 -24px;margin-bottom:24px}.b-image-slide{height:120px;display:flex;justify-content:center;align-items:center;border-radius:8px;overflow:hidden}.b-image-slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.b-details__type{color:var(--color-dark);font-size:1rem;font-weight:400}.b-details__name{color:var(--color-dark);font-size:1.5rem;font-weight:700;margin-bottom:2px}.b-details__stars{display:flex;align-items:center;margin-bottom:6px}.b-details__stars-content{display:flex;align-items:center;gap:8px}.b-details__stars .no-stars{opacity:.5}.b-details__stars p{position:relative;top:3px}.b-details__stars-list{display:flex;gap:2px}.b-details__pricing{gap:8px}.b-details__pricing,.b-details__pricing-list{display:flex;align-items:center}.b-details__address{margin-top:16px;color:var(--color-dark)}.b-details__city{margin-bottom:16px;color:var(--color-dark)}.b-details__description{margin-bottom:24px;font-size:16px;color:var(--color-dark)}.b-details__services-list{margin-bottom:24px;gap:4px}.b-details__service-item{display:flex;align-items:center;gap:6px;fill:var(--color-primary);opacity:.5}.b-details__service-item svg{fill:inherit;filter:grayscale(1)}.b-details__service-item.active{opacity:1}.b-details__service-item.active svg{filter:none}.b-details__emails,.b-details__phones{display:flex;flex-direction:column;margin-bottom:24px}.b-details__emails:before,.b-details__file-list:before,.b-details__phones:before,.b-details__schedule:before{font-size:1.2rem;font-weight:700;margin-bottom:6px;color:var(--color-dark);display:block}.b-details__phones:before{content:Teléfonos}.b-details__emails:before{content:"Correos:"}.b-details__schedule:before{content:"Horario:"}.b-details__file-list:before{content:"Visualiza:"}.b-details__email-item,.b-details__phone-item{margin-bottom:2px;color:var(--color-dark)}.b-details__schedule{margin-bottom:24px}.b-details__schedule-list{margin-top:8px}.b-details__file-list{display:flex;flex-direction:column;gap:8px;margin-top:24px}.b-details__file-item{display:flex;align-items:center;justify-content:space-between;gap:6px;font-size:16px;background-color:#fff;border:1px solid rgba(0,0,0,.15);border-radius:8px;color:var(--color-dark);padding:12px 12px}.b-details__file-name{font-weight:700;font-size:1.1rem}.b-details__download-file{height:40px;width:40px;display:flex;justify-content:center;align-items:center;background:none;border:none;outline:none;padding:2px;cursor:pointer;fill:var(--color-primary)}.b-details__download-file svg{width:100%;height:100%;fill:inherit}.b-details__services{display:flex;flex-direction:column;gap:16px}.b-details__services-list{display:flex;flex-direction:column;gap:8px}.b-details__service{width:100%;background-color:#fff;border-radius:8px;border:1px solid rgba(0,0,0,.15);display:flex;flex-direction:column;overflow:hidden}.b-details__service-image{max-height:135px;min-width:120px;display:flex;justify-content:center;align-items:center;overflow:hidden}.b-details__service-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.b-details__service-info{width:100%;padding:16px;display:flex;flex-direction:column;justify-content:center;gap:2px}.b-details__service-title{font-size:1.1rem;font-weight:700;color:var(--color-dark)}.b-details__service-description{font-size:1rem;font-weight:400;color:var(--color-dark)}.b-details__ratings{display:flex;flex-direction:column;align-items:center}.b-details__rating-head{width:100%}.rating-avg{width:100%;background-color:#fff;border:1px solid rgba(0,0,0,.25);border-radius:8px;padding:24px;display:flex;align-items:center;gap:12px;margin-bottom:24px}.rating-avg__value{font-size:2rem;position:relative;top:2px}.rating-avg__details{display:flex;flex-direction:column;gap:4px}.rating-own{padding:24px;background-color:#f3f3f3;border:2px solid rgba(0,0,0,.15);border-radius:8px}.rating-own,.rating-own__item{display:flex;flex-direction:column;gap:8px}.rating-authenticated{padding:24px;background-color:#fff;border-radius:8px;border:1px solid rgba(0,0,0,.25);display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:32px}.rating-authenticated__description{text-align:center}.rating-authenticated button{max-width:180px}.rate-form{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;z-index:9999}.rate-form__overlay{position:absolute;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,.75);z-index:-1}.rate-form__content{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fff;border-radius:8px;border:1px solid rgba(0,0,0,.25);gap:24px;padding:32px;margin:24px;position:relative}.rate-form__ratings-stars{display:flex;justify-content:center;gap:6px}.rate-form__input-stars{opacity:0;pointer-events:none;position:absolute;left:0;right:0;top:0;height:70px}.rate-form__ratings-stars img{width:40px;height:40px;display:flex;justify-content:center;align-items:center}.rate-form__input-comment{width:100%;height:120px;resize:vertical}.rate-form__options{width:100%;display:flex;flex-direction:column;align-items:center;gap:16px}.rate-form__close{font-weight:700;color:var(--color-primary);font-size:1.1rem;text-decoration:underline;cursor:pointer}.b-details__rating-list-title{width:100%;margin-bottom:24px}.b-details__rating-list{width:100%;display:flex;flex-direction:column;gap:24px}.rate-item{display:flex;flex-direction:column;gap:12px;padding-bottom:24px;border-bottom:1px solid rgba(0,0,0,.15)}.rate-item__stars{display:flex;gap:2px}.rate-item__star{width:18px;height:18px}@media (min-width:500px){.b-details__service{flex-direction:row}.b-details__service-image{max-height:100px;max-width:80px}}@media (min-width:920px){.b-details__all-info{display:flex;gap:32px;flex-direction:row}.b-details__schedule{min-width:320px}.b-details__phones-emails,.b-details__services-list{display:grid;grid-template-columns:1fr 1fr}.b-details__service{flex-direction:row}.b-details__service-image{max-height:100px;max-width:80px}}.edc-new{height:240px;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;align-items:flex-end;cursor:pointer;border:1px solid rgba(80,59,47,.15);box-shadow:0 4px 8px 0 rgba(0,0,0,.1);background-color:#fff;text-decoration:none;color:var(--color-dark)}.edc-new,.edc-new__bk{width:100%;position:relative}.edc-new__bk{height:150px}.edc-new__bk img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.edc-new__info{width:100%;padding:14px 18px;display:flex;flex-direction:column;gap:4px;border-radius:0 0 16px 16px}.edc-new__info,.edc-new__info-title{height:100%;position:relative;overflow:hidden}.edc-new__info-title{font-weight:700;font-size:1.2rem;line-height:120%}.edc-new__info-date{font-weight:400;font-size:.9rem}.news-body{width:100%;max-width:1000px;padding:24px;margin:0 auto;margin-bottom:40px;display:flex;gap:24px}.news-body__left{min-width:180px;display:flex;flex-direction:column;gap:16px;display:none}.news-body__left-title{font-size:1.5rem}.news-municipio__list{display:flex;flex-direction:column;gap:8px}.news-municipio{text-decoration:none;color:var(--color-dark);cursor:pointer}.news-municipio.active{color:var(--color-primary);font-weight:700}.news-body__content{width:100%;display:flex;flex-direction:column;gap:24px}.news-body button{max-width:250px;margin:0 auto}.news-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(235px,1fr));gap:16px}@media (min-width:800px){.news-body__left{display:flex}.news-body__content .edc-selector{display:none}}.new-details__content{width:100%;max-width:1000px;padding:0;margin:0 auto;margin-bottom:40px}.new-details__body{padding:0 24px}.new-details__image{width:100%;height:350px;-o-object-fit:cover;object-fit:cover;margin-bottom:24px}.new-details__title{width:100%;line-height:110%;margin-bottom:16px}@media (min-width:920px){.new-details__content{padding:0 24px}.new-details__body{padding:0}}.about__content{width:100%;max-width:1000px;padding:0;margin:0 auto;margin-bottom:40px}.about__body{padding:0 24px}.about__image{width:100%;height:350px;-o-object-fit:cover;object-fit:cover;margin-bottom:24px}.about__title{width:100%;line-height:110%;margin-bottom:16px}@media (min-width:920px){.about__content{padding:0 24px}.about__body{padding:0}}.edc-contact{width:100%;margin:40px 0;margin-bottom:60px}.edc-contact .contact__content{width:100%;max-width:400px;padding:0 24px;margin:0 auto}.contact .contact__text{width:100%;text-align:center}.edc-contact .contact__social-media{display:flex;justify-content:center;align-items:center;gap:12px;margin:24px 0}.edc-contact .contact__form{width:100%;display:flex;flex-direction:column;gap:16px;margin-top:24px}.edc-contact .form-group,.edc-contact .form-group input,.edc-contact .form-group textarea{width:100%}.edc-contact .form-group textarea{height:120px}.terms__content{width:100%;max-width:1000px;padding:0 24px;margin:40px auto}.terms__title{width:100%;line-height:110%;margin-bottom:16px}.account{margin-bottom:40px}.account__hero{width:100%;display:flex;flex-direction:column}.account__hero-bk{width:100%;height:240px;overflow:hidden;display:flex;justify-content:center;align-items:center;position:relative}.account__hero-bk:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1}.account__hero-bk-image{width:100%;height:100%;position:absolute;left:0;right:0;top:0;bottom:0;-o-object-fit:cover;object-fit:cover}.account__hero-bk-profile{width:150px;height:150px;border-radius:200px;overflow:hidden;z-index:9;position:relative;background-image:url(/img/avatar.55e5e856.svg);background-color:var(--color-light);background-repeat:no-repeat;background-position:50%;border:2px solid var(--color-light)}.account__hero-bk-profile img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.account__hero-options{width:100%;height:80px;z-index:99;border-bottom:1px solid rgba(0,0,0,.15)}.account__hero-authenticated{width:100%;height:100%;display:flex;justify-content:space-between;align-items:center;padding-left:12px}.account__hero-person-name{font-size:1.4rem;font-weight:700}.account__hero-person-edit{background:none;outline:none;border:none;height:100%;width:60px;display:flex;justify-content:center;align-items:center}.account__hero-not-authenticated{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;gap:24px;position:relative}.account__hero-not-authenticated button{position:absolute;top:-30%;max-width:240px}.account__hero-login-text{font-size:1.1rem;position:relative;top:40px}.account__hero-login-text a{color:var(--color-primary);font-weight:700;text-decoration:none}.account__options-list{padding:12px 0}.account__option-item{height:54px;padding:0 12px;display:flex;align-items:center;gap:12px;font-size:1.1rem;color:var(--color-dark);text-decoration:none}.account__option-item.red{color:#eb5e5e}.account__option-item.red svg{fill:#eb5e5e}.page-recover{width:100%;height:100vh;max-width:340px;margin:0 auto;padding:0 24px;display:flex;flex-direction:column;justify-content:center;align-items:center}.page-recover .logo{width:160px;height:160px;-o-object-fit:contain;object-fit:contain;margin-bottom:24px}.page-recover .title{font-size:1.5rem;margin-bottom:24px;text-align:center}.page-recover .input-group{width:100%;margin-bottom:16px}.page-recover .input-group input{width:100%}.page-recover .options{margin-top:16px;gap:12px}.page-change-pass,.page-recover .options{width:100%;display:flex;flex-direction:column}.page-change-pass{height:100vh;max-width:340px;margin:0 auto;padding:0 24px;justify-content:center;align-items:center}.page-change-pass .logo{width:160px;height:160px;-o-object-fit:contain;object-fit:contain;margin-bottom:24px}.page-change-pass .title{font-size:1.5rem;margin-bottom:24px;text-align:center}.page-change-pass .input-group{width:100%;margin-bottom:16px}.page-change-pass .input-group input{width:100%}.page-change-pass .options{width:100%;margin-top:16px;display:flex;flex-direction:column;gap:12px}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */.pswp{--pswp-bg:#000;--pswp-placeholder-bg:#222;--pswp-root-z-index:100000;--pswp-preloader-color:rgba(79,79,79,.4);--pswp-preloader-color-secondary:hsla(0,0%,100%,.9);--pswp-icon-color:#fff;--pswp-icon-color-secondary:#4f4f4f;--pswp-icon-stroke-color:#4f4f4f;--pswp-icon-stroke-width:2px;--pswp-error-text-color:var(--pswp-icon-color);position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--pswp-root-z-index);display:none;touch-action:none;opacity:.003;contain:layout style size;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pswp,.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{transform:translateZ(0);will-change:opacity}.pswp__bg{opacity:.005;background:var(--pswp-bg)}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp__bg,.pswp__container,.pswp__content,.pswp__img,.pswp__item,.pswp__scroll-wrap,.pswp__zoom-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:zoom-out}.pswp__button,.pswp__container,.pswp__counter,.pswp__img{-webkit-user-select:none;-moz-user-select:none;user-select:none}.pswp__item{z-index:1;overflow:hidden}.pswp__hidden{display:none!important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{margin:auto;font-size:1em;line-height:1;color:var(--pswp-error-text-color)}.pswp .pswp__hide-on-close{opacity:.005;will-change:opacity;transition:opacity var(--pswp-transition-duration) cubic-bezier(.4,0,.22,1);z-index:10;pointer-events:none}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto}.pswp__button{position:relative;display:block;width:50px;height:60px;padding:0;margin:0;overflow:hidden;cursor:pointer;background:none;border:0;box-shadow:none;opacity:.85;-webkit-appearance:none;-webkit-touch-callout:none}.pswp__button:active,.pswp__button:focus,.pswp__button:hover{transition:none;padding:0;background:none;border:0;box-shadow:none;opacity:1}.pswp__button:disabled{opacity:.3;cursor:auto}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary);position:absolute;top:14px;left:9px;width:32px;height:32px;overflow:hidden;pointer-events:none}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}.pswp__img--with-bg,div.pswp__img--placeholder{background:var(--pswp-placeholder-bg)}.pswp__top-bar{position:absolute;left:0;top:0;width:100%;height:60px;display:flex;flex-direction:row;justify-content:flex-end;z-index:10;pointer-events:none!important}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{position:absolute;top:0;width:75px;height:100px;top:50%;margin-top:-50px}.pswp__button--arrow:disabled{display:none;cursor:default}.pswp__button--arrow .pswp__icn{top:50%;margin-top:-30px;width:60px;height:60px;background:none;border-radius:0}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{right:auto;left:0}.pswp__button--arrow--next{right:0}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scaleX(-1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{position:relative;overflow:hidden;width:50px;height:60px;margin-right:auto}.pswp__preloader .pswp__icn{opacity:0;transition:opacity .2s linear;animation:pswp-clockwise .6s linear infinite}.pswp__preloader--active .pswp__icn{opacity:.85}@keyframes pswp-clockwise{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.pswp__counter{height:30px;margin-top:15px;margin-inline-start:20px;font-size:14px;line-height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:.85}.pswp--one-slide .pswp__counter{display:none}