@font-face{font-family:Artaza-regular;src:url(/fonts/SortsMillGoudy-Regular.ttf) format("truetype")}@font-face{font-family:Artaza-italic;src:url(/fonts/SortsMillGoudy-Italic.ttf) format("truetype")}@font-face{font-family:Baskerville;src:url(/fonts/LibreBaskerville-Regular.ttf) format("truetype")}@font-face{font-family:Playfair;src:url(/fonts/PlayfairDisplay-VariableFont_wght.ttf) format("truetype")}@font-face{font-family:Teodor;src:url(/fonts/TeodorTRIALVF-Uprights-BF72198fbb0fb8.ttf) format("truetype")}@font-face{font-family:TeodorThin;src:url(/fonts/TeodorTRIAL-Thin-BF672198fb9fdb1.ttf) format("truetype")}@font-face{font-family:WorkSans;src:url(/fonts/WorkSans-Light.ttf) format("truetype")}@font-face{font-family:WorkSansEL;src:url(/fonts/WorkSans-ExtraLight.ttf) format("truetype")}.header-container{height:0px}.header{display:flex;justify-content:space-between;align-items:center;padding:2.5rem 3rem;background-color:transparent;position:fixed;top:0;left:0;right:0;width:100%;z-index:1200;transition:background-color .5s ease}.header:hover{background-color:var(--light-transparent-color)}.header.menu-open{background-color:var(--light-color)}.logo{display:flex;align-items:center}.logo img{height:52px;width:auto;transition:filter .3s ease}.header-controls{display:flex;align-items:center;gap:2rem}.language-selector{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;z-index:1100}.language-selector span{font-size:1rem;transition:font-weight .3s;transition:color .3;font-weight:300}.header:not(:hover):not(.menu-open) .language-selector span{color:var(--corporative-color)}.header:hover .language-selector span,.header.menu-open .language-selector span{color:var(--corporative-color)}.language-selector .active{font-weight:700}.language-selector .divider{color:var(--corporative-color)}.hamburger-button{background:none;border:none;cursor:pointer;padding:10px;width:24px;height:24px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;z-index:1100}.hamburger-line{width:24px;height:1.5px;position:absolute;transition:transform .3s ease-in-out}.header:not(:hover):not(.menu-open) .hamburger-line{background-color:var(--corporative-color)}.header:hover .hamburger-line,.header.menu-open .hamburger-line{background-color:var(--corporative-color)}.hamburger-line.top{transform:translateY(-6px)}.hamburger-line.bottom{transform:translateY(6px)}.hamburger-button.active .hamburger-line.top,.hamburger-button.active .hamburger-line.bottom{transform:translateY(0);transition:transform .3s ease-in-out}.hamburger-button.active .hamburger-line.top,.hamburger-button.active .hamburger-line.middle,.hamburger-button.active .hamburger-line.bottom{transition:transform .2s ease-in-out .2s}.hamburger-button.active .hamburger-line.top,.hamburger-button.active .hamburger-line.middle{transform:rotate(45deg)}.hamburger-button.active .hamburger-line.bottom{transform:rotate(-45deg)}.nav-menu{position:fixed;top:0;right:0;bottom:0;width:350px;background-color:var(--light-color);padding-top:100px;z-index:1050;overflow-y:auto;opacity:0;transition:transform .5s ease,opacity .3s ease;transform:translate(100%)}.nav-menu.show{transform:translate(0);opacity:1}.nav-menu ul{list-style:none;margin:0;padding:0 3rem;text-align:right}.nav-menu li{margin:3.5rem 0;border-bottom:none;opacity:0;transform:translateY(-20px);transition:opacity .5s ease,transform .5s ease}.nav-menu.show li:nth-child(1){transition-delay:.1s}.nav-menu.show li:nth-child(2){transition-delay:.2s}.nav-menu.show li:nth-child(3){transition-delay:.3s}.nav-menu.show li:nth-child(4){transition-delay:.4s}.nav-menu.show li:nth-child(5){transition-delay:.5s}.nav-menu li:last-child{border-bottom:none}.nav-menu.show li{opacity:1;transform:translateY(0)}.nav-menu a{text-decoration:none;color:var(--dark-color);font-family:var(--sans-serif-2);font-size:1.2rem;font-weight:300;transition:color .3s;transition:background-color .3s;display:block;padding-top:.5rem;padding-bottom:.5rem;padding:0rem}.nav-menu a.active-link{color:var(--corporative-color);font-weight:100;font-style:italic}.nav-menu a.active-link .nav-arrow{color:var(--corporative-color)}.nav-link-container{display:flex;justify-content:space-between;align-items:center;width:100%}.nav-text{text-align:right}.nav-arrow{order:-1;opacity:1;margin-right:auto;font-size:16px!important;width:16px!important;height:16px!important}.nav-menu a:hover{color:var(--corporative-color)}.menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:1040;opacity:0;visibility:hidden;transition:opacity .5s ease,visibility .5s ease;pointer-events:none}.menu-overlay.show{opacity:1;visibility:visible;pointer-events:auto}.mini-logo{position:absolute;bottom:20px;right:20px;z-index:1051;padding-right:1rem}.mini-logo img{width:40px;height:auto;opacity:1}.mini-logo{position:absolute;bottom:20px;right:20px;z-index:1051;padding-right:1rem;opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease;transition-delay:.5s}.nav-menu.show .mini-logo{opacity:1;transform:translateY(0)}.header.force-light{background-color:var(--light-color);color:var(--dark-color)}.header.force-light .language-selector span,.header.force-light:hover .language-selector span{color:var(--corporative-color)!important}.header.force-light .hamburger-line,.header.force-light:hover .hamburger-line{background-color:var(--corporative-color)!important}.header.white-section-active:not(:hover):not(.menu-open){background-color:transparent}.header.white-section-active:not(:hover):not(.menu-open) .logo img{filter:brightness(1)}.header.white-section-active:not(:hover):not(.menu-open) .language-selector span{color:var(--light-color)}.header.white-section-active:not(:hover):not(.menu-open) .hamburger-line{background-color:var(--light-color)}.header-phone-container{height:0px}.header-phone{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1rem;background-color:transparent;background-color:var(--light-color);position:fixed;top:0;left:0;right:0;width:100%;z-index:1200;transition:background-color .5s ease}.header-phone-button.active+.header-phone,.header-phone.menu-open{background-color:transparent;box-shadow:none}.logo-phone{display:flex;align-items:center}.logo-phone img{height:40px;width:auto;transition:filter .3s ease}.header-phone-controls{display:flex;align-items:center}.hamburger-phone-button{background:none;border:none;cursor:pointer;padding:10px;width:24px;height:24px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;z-index:1300}.hamburger-phone-line{width:18px;height:1px;background-color:var(--corporative-color);position:absolute;transition:transform .3s ease-in-out}.hamburger-phone-line.top{transform:translateY(-6px)}.hamburger-phone-line.bottom{transform:translateY(6px)}.hamburger-phone-button.active .hamburger-phone-line{background-color:var(--light-color)}.hamburger-phone-button.active .hamburger-phone-line.top,.hamburger-phone-button.active .hamburger-phone-line.middle{transform:rotate(45deg)}.hamburger-phone-button.active .hamburger-phone-line.bottom{transform:rotate(-45deg)}.nav-phone-menu{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100dvh;background-color:var(--corporative-color);padding-top:115px;z-index:1100;overflow-y:auto;opacity:0;transition:transform .5s ease,opacity .3s ease;transform:translate(100%);display:flex;flex-direction:column;align-items:center}.nav-phone-menu.show{transform:translate(0);opacity:1}.nav-phone-list{list-style:none;margin:0;padding:0;width:100%;text-align:center}.nav-phone-item{margin:2rem 0;opacity:0;text-align:center;transform:translateY(-20px);transition:opacity .5s ease,transform .5s ease}.nav-phone-menu.show .nav-phone-item:nth-child(1){transition-delay:.1s}.nav-phone-menu.show .nav-phone-item:nth-child(2){transition-delay:.2s}.nav-phone-menu.show .nav-phone-item:nth-child(3){transition-delay:.3s}.nav-phone-menu.show .nav-phone-item:nth-child(4){transition-delay:.4s}.nav-phone-menu.show .nav-phone-item:nth-child(5){transition-delay:.5s}.nav-phone-menu.show .nav-phone-item{opacity:1;transform:translateY(0)}.nav-phone-link{text-decoration:none;color:var(--light-color);font-size:1rem;font-weight:100;transition:color .3s;display:block;padding:0rem;text-align:center}.nav-phone-text{text-align:center}.nav-phone-link:hover{color:var(--corporative-color)}.language-phone-selector{display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;margin-top:2rem;opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease;transition-delay:.5s}.nav-phone-menu.show .language-phone-selector{opacity:1;transform:translateY(0)}.language-phone-selector span{font-size:1rem;transition:font-weight .3s;color:var(--light-color);font-weight:300}.language-phone-selector .active{font-weight:700}.language-phone-selector .divider{color:var(--light-color)}.mini-phone-logo{position:absolute;bottom:30px;z-index:1101;opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease;transition-delay:.6s}.nav-phone-menu.show .mini-phone-logo{opacity:1;transform:translateY(0)}.mini-phone-logo img{width:40px;height:auto}.menu-phone-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:1090;opacity:0;visibility:hidden;transition:opacity .5s ease,visibility .5s ease;pointer-events:none}.menu-phone-overlay.show{opacity:1;visibility:visible;pointer-events:auto}.header-phone.white-section-active{background-color:transparent}.header-phone.white-section-active .hamburger-phone-line,.header-phone.white-section-active .hamburger-phone-button.active .hamburger-phone-line{background-color:var(--light-color)}.no-scroll{overflow:hidden;height:100%;position:fixed;width:100%}.footer-all{display:flex;flex-direction:column;gap:1rem;background-color:var(--corporative-color)}.footer-wrapper{display:flex;flex-direction:row;padding:3rem;color:var(--light-color);background-color:var(--corporative-color);z-index:3;margin-top:0rem}.footer-content{display:flex;flex-direction:row;flex:1;border-top:.5px solid white}.footer-image{display:flex;flex-direction:column;flex:1;text-align:flex-end;background-color:var(--corporative-color);padding-top:4rem;position:relative}.logo-icon{display:flex;align-items:center;justify-content:center}.logo-icon img{width:80px;height:auto}.footer-one,.footer-two,.footer-three,.footer-four,.footer-five,.footer-six{display:flex;flex-direction:column;flex:1;align-items:center;text-align:center}.footer-wrapper h3{font-family:var(--serif-one-font);font-size:1.2rem;margin-bottom:.5rem;font-weight:200;margin-top:3rem}.footer-content p{font-size:.8rem;font-weight:100}.footer-four a{text-decoration:none;color:inherit;outline:none;cursor:pointer;transition:opacity .3s ease}.footer-four h3{margin-top:1rem}.footer-four .first-child{margin-top:3rem}.footer-four a:hover{opacity:.7}.footer-foot{padding:1.5rem 3rem;display:flex;flex-direction:row;color:var(--light-color);background-color:var(--corporative-color);justify-content:space-between;align-items:center;margin-bottom:1rem}.footer-foot h3{font-family:var(--serif-one-font);font-size:.9rem;margin-bottom:.1rem;font-weight:100}.footer-foot a{color:inherit;text-decoration:none;font-family:inherit;font-style:italic}.footer-foot a:hover{text-decoration:underline}.footer-link,.footer-active-link{color:inherit;text-decoration:none;display:block;transition:transform .2s ease}.footer-link:hover{transform:translate(5px)}.footer-active-link{font-weight:700}.footer-link-text{display:inline-block}.interior-divs p{margin:.5rem 0}.footer-two h4{font-weight:100;font-size:.8rem}.footer-two{display:flex;flex-direction:column;flex:1;align-items:center;text-align:center}.time-schedule-container{display:flex;flex-direction:column;width:100%;gap:.2rem}.time-row{display:flex;flex-direction:row;justify-content:center;gap:1rem}.time-label-footer{flex:1;text-align:right;display:flex;flex-direction:column;align-items:right}.time-hours-footer{flex:1;text-align:left;display:flex;flex-direction:column;align-items:left}@media screen and (max-width: 768px){.footer-wrapper{flex-direction:column;padding:2rem 1.5rem}.footer-content{flex-direction:column;flex:1;width:100%;gap:1.5rem}.footer-image{flex:1;margin-top:0rem;text-align:center}.footer-one,.footer-two,.footer-three{margin-bottom:.5rem}.footer-image h3{text-align:center;margin-bottom:1rem}.footer-content p{font-size:.8rem;margin-bottom:.2rem;margin-top:.2rem}.logo-icon{justify-content:center}.logo-icon img{width:80px}.footer-four{display:flex;flex-direction:row;flex-wrap:wrap;margin-top:1rem;align-items:center;text-align:center;justify-content:center}.footer-four .first-child{margin-top:1rem}.footer-four a{margin-right:1rem;margin-bottom:.5rem;white-space:nowrap}}@media screen and (max-width: 480px){.footer-wrapper{padding:1.5rem 1rem}.footer-wrapper h3{font-size:.9rem}.footer-content p{font-size:.8rem;margin-bottom:.2rem;margin-top:.2rem}.logo-icon img{width:60px}.footer-content{gap:1rem}.footer-four a{margin-right:.7rem;margin-bottom:.4rem}.footer-four{display:flex;flex-direction:row;flex-wrap:wrap;margin-top:1rem;align-items:center;text-align:center;justify-content:center}.footer-four .first-child{margin-top:1rem}.footer-foot{display:flex;flex-direction:column-reverse}}.scroll-to-top-button{position:absolute;right:3rem;top:50%;transform:translateY(-50%);background-color:transparent;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:20px;font-weight:300;color:var(--light-color)}.scroll-to-top-button:after{content:"↑";display:block;transform:scaleY(1.6);transition:transform .3s ease}.scroll-to-top-button:hover{transform:translateY(-60%)}.scroll-to-top-button:hover:after{transform:scaleY(1.8)}.splash-screen{position:fixed;top:0;left:0;width:100%;height:100dvh;background-color:var(--corporative-color);display:flex;justify-content:center;align-items:center;z-index:9999;animation:fade-background 2s ease-in-out forwards;animation-delay:.5s}.splash-screen img{max-width:300px;height:auto;animation:fade-logo 2s ease-in-out forwards;animation-delay:.5s}@keyframes fade-logo{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}@keyframes fade-background{0%{opacity:1}to{opacity:.8}}.outlet-container{animation:fadeInDesktop .5s ease-in forwards}.footer-root{opacity:0;animation:fadeInDesktop .5s ease-in forwards;animation-delay:3s}@keyframes fadeInDesktop{0%{opacity:0}to{opacity:1}}.landing-container{background-image:linear-gradient(#0003,#0003),url(/images/salon.jpg);background-size:cover;background-position:center 40%;width:100%;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--light-color);transition:background-color .3s ease}@keyframes fadeInClipped{0%{opacity:0;transform:translateY(20px);clip-path:inset(100% 0 0 0)}to{opacity:1;transform:translateY(0);clip-path:inset(0)}}.landing-container h1{font-family:var(--serif-one-font);font-weight:100;font-size:3.5rem;text-align:center;margin-bottom:1rem;transition:transform .3s ease,opacity .3s ease;will-change:transform,opacity;opacity:0;animation:fadeInClipped 1s ease-out forwards;animation-delay:.4s;line-height:3rem}.landing-container h1 em{font-family:inherit;font-family:var(--serif-italic);font-style:italic;font-size:4rem}.landing-container h3{font-weight:300;font-size:1.3rem;transition:transform .3s ease,opacity .3s ease;will-change:transform,opacity;opacity:0;animation:fadeInClipped 1s ease-out forwards;animation-delay:.4s}@media screen and (max-width: 768px){.landing-container h1{font-size:2.5rem;margin-bottom:.8rem;line-height:2.5rem}.landing-container h1 em{font-family:inherit;font-family:var(--serif-italic);font-style:italic;font-size:2.7rem}.landing-container h3{font-size:1rem;text-align:center;width:60%}}@media screen and (max-width: 480px){.landing-container h1{font-size:2rem;margin-bottom:.6rem;line-height:2rem}.landing-container h1 em{font-family:inherit;font-family:var(--serif-italic);font-style:italic;font-size:2.4rem}.landing-container h3{font-size:.9rem}.landing-container{padding:0 15px}}.custom-button{position:relative;margin-top:2rem;padding:1rem 2rem;width:max-content;background-color:var(--corporative-color);color:var(--light-color);border:1px solid transparent;font:inherit;font-size:.7rem;text-transform:uppercase;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.custom-button:before{content:"";position:absolute;top:3px;left:3px;right:3px;bottom:3px;border:1px solid var(--light-color);pointer-events:none}.custom-button[data-before-border-color]:before{border-color:attr(data-before-border-color)}.custom-button span{position:relative;z-index:1}.custom-button:hover{cursor:pointer;background-color:var(--corporative-color);color:var(--light-color);border:1px solid var(--light-color)}.custom-button:hover:before{content:"";position:absolute;top:3px;left:3px;right:3px;bottom:3px;border:1px solid var(--light-color);pointer-events:none}.button-separator{margin:0 .6rem;display:inline-block;width:1px;height:1.2rem;background-color:currentColor;vertical-align:middle}.button-icon{font-size:18px!important;width:18px!important;height:18px!important;position:relative;animation:moveLeft .6s forwards}.custom-button:hover .button-icon{animation:moveRight .6s forwards}@keyframes moveRight{0%{transform:translate(0)}to{transform:translate(6px)}}@keyframes moveLeft{0%{transform:translate(6px)}to{transform:translate(0)}}@media screen and (max-width: 768px){.custom-button{width:max-content;margin-top:2rem;padding:.8rem 1.5rem;font-size:.65rem}.custom-button:before{top:2px;left:2px;right:2px;bottom:2px}.button-separator{height:1rem;margin:0 .4rem}.button-icon{font-size:14px!important;width:14px!important;height:14px!important}}@media screen and (max-width: 480px){.custom-button{width:max-content;margin-top:1.5rem;padding:.7rem 1.2rem;font-size:.6rem;justify-content:center}.custom-button:before{top:2px;left:2px;right:2px;bottom:2px}.button-separator{height:.9rem;margin:0 .3rem}.button-icon{font-size:12px!important;width:12px!important;height:12px!important}}@media screen and (max-width: 360px){.custom-button{padding:.6rem 1rem;font-size:.55rem;width:max-content}.button-separator{height:.8rem;margin:0 .25rem}}.section-inmolocation{width:100%;height:auto;padding-top:8rem;display:flex;flex-direction:column;background-color:var(--light-color)}.inmolocation-inner{margin:0rem 3rem;padding-top:2.5rem;padding-bottom:2.5rem;display:flex;flex-direction:row;gap:0rem;border-top:1px solid var(--grey-color);border-bottom:1px solid var(--grey-color)}.vertical-line{position:absolute;left:50%;transform:translate(-50%);width:1px;background-color:var(--grey-color)}.top-line{top:0;height:80px}.bottom-line{bottom:0;height:60px}.inmolocation-left{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:relative}.inmolocation-left h1,.inmolocation-left h3,.inmolocation-left button{opacity:0}.section-inmolocation.visible .inmolocation-left h1{animation:fadeInClipped 1s ease-out forwards;animation-delay:.4s}.section-inmolocation.visible .inmolocation-left h3{animation:fadeIn 1s ease forwards;animation-delay:.8s}.section-inmolocation.visible .inmolocation-left button{animation:fadeIn 1s ease forwards;animation-delay:1.3s}.inmolocation-left h1{font-size:2.5rem;line-height:2.8rem;font-weight:100;color:var(--corporative-color);font-family:var(--serif-one-font);text-transform:uppercase}.inmolocation-left h3{font-size:1rem;font-weight:100;width:60%;line-height:1.4rem;margin-bottom:.5rem;color:var(--corporative-color)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.inmolocation-right{flex:1;display:flex;justify-content:center;align-items:center;text-align:center}.inmolocation-right img{width:100%;height:auto;object-fit:cover;opacity:0;aspect-ratio:1 / 1}.section-inmolocation.visible .inmolocation-right img{animation:revealFromTop 1.4s ease forwards}@media screen and (max-width: 820px){.inmolocation-inner{flex-direction:column;margin-left:1.5rem;margin-right:1.5rem;gap:1.5rem;padding-top:1.5rem;padding-bottom:3rem}.inmolocation-right{order:-1}.inmolocation-right img{max-width:100%;aspect-ratio:1 / 1;object-fit:cover}.inmolocation-left h1{font-size:2.5rem;margin-top:4rem;line-height:2.8rem}.inmolocation-left h3{width:100%;font-size:1rem;margin-bottom:2rem;border-top:1px solid var(--dark-color);padding-top:3rem}.inmolocation-left button{display:block}.section-inmolocation{padding-top:4rem}@keyframes fadeInMobile{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes revealFromTopMobile{0%{opacity:0;transform:translateY(-3px);filter:blur(1px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.section-inmolocation.visible .inmolocation-right img{animation:revealFromTopMobile .8s ease forwards;animation-delay:.1s}.section-inmolocation.visible .inmolocation-left h1{animation:fadeInMobile .8s ease forwards;animation-delay:.9s}.section-inmolocation.visible .inmolocation-left h3{animation:fadeInMobile .8s ease forwards;animation-delay:1.7s}.section-inmolocation.visible .inmolocation-left button{animation:fadeInMobile .8s ease forwards;animation-delay:2.5s}}@media screen and (max-width: 480px){.inmolocation-inner{margin-left:1rem;margin-right:1rem;padding-top:1rem;gap:1rem;padding-bottom:1rem}.inmolocation-left{align-items:flex-start;text-align:left}.vertical-line{display:none}.inmolocation-left h1{margin-top:1rem;font-size:1.5rem;line-height:1.8rem;margin-bottom:1rem;text-align:left}.inmolocation-left h3{border-top:1px solid var(--grey-color);padding-top:1.5rem;font-size:1rem;margin-bottom:0rem;width:100%}.inmolocation-left button{display:inline-flex}@keyframes fadeInMobileSmall{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.section-inmolocation.visible .inmolocation-right img{animation:revealFromTopMobile .6s ease forwards;animation-delay:.2s}.section-inmolocation.visible .inmolocation-left h1{animation:fadeInMobileSmall .8s ease forwards;animation-delay:.9s}.section-inmolocation.visible .inmolocation-left h3{animation:fadeInMobileSmall .8s ease forwards;animation-delay:1.5s}.section-inmolocation.visible .inmolocation-left button{animation:fadeInMobileSmall .8s ease forwards;animation-delay:2.2s}}.carousel-container{width:100%;max-width:100%;position:relative;overflow:visible;background-color:var(--light-color);padding-bottom:8rem;padding-top:4rem}.carousel-wrapper{width:100%;overflow:auto;margin:60px 0;margin-left:3rem;margin-top:0rem;margin-bottom:0rem;padding-top:2.5rem;padding-bottom:2.5rem;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.carousel-wrapper::-webkit-scrollbar{display:none}.carousel-content{display:flex;gap:10px;padding-right:10px}.carousel-item{flex:0 0 calc(22% - 16px);min-width:calc(22% - 16px)}.image-container{position:relative;width:100%;padding-top:133.33%;overflow:hidden}.image-container img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.carousel-navigation{display:flex;justify-content:right;align-items:center;gap:20px;margin-top:0;position:absolute;margin-right:3rem;top:8rem;left:0;right:0}.carousel-button{width:30px;height:30px;background-color:var(--corporative-color);border:1px solid var(--light-color);border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background-color .3s ease,opacity .3s ease}.carousel-button svg{fill:var(--light-color);color:var(--light-color);width:18px;height:18px}.carousel-button.invisible{opacity:0;visibility:hidden;pointer-events:none}.carousel-location{padding:0rem 3rem}.carousel-location h3{font-size:2.5rem;font-weight:100;font-family:var(--serif-one-font);margin-bottom:2rem;padding-bottom:.5rem;border-bottom:1px solid var(--grey-color);color:var(--corporative-color);text-transform:uppercase}.image-container:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--nude-color);opacity:1;mix-blend-mode:soft-light;z-index:1;transition:opacity 2s ease-out;pointer-events:none}.image-container img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .7s ease-out,filter 1.2s ease-out;filter:brightness(.9)}.carousel-container.visible .image-container:after{opacity:0}.carousel-container.visible .image-container img{filter:brightness(1);transform:scale(1.02)}.carousel-container.visible .carousel-item:nth-child(1) .image-container:after{transition-delay:.1s}.carousel-container.visible .carousel-item:nth-child(2) .image-container:after{transition-delay:.2s}.carousel-container.visible .carousel-item:nth-child(3) .image-container:after{transition-delay:.3s}.carousel-container.visible .carousel-item:nth-child(4) .image-container:after{transition-delay:.4s}.carousel-container.visible .carousel-item:nth-child(5) .image-container:after{transition-delay:.5s}.carousel-container.visible .carousel-item:nth-child(6) .image-container:after{transition-delay:.6s}.carousel-container.visible .carousel-item:nth-child(7) .image-container:after{transition-delay:.7s}.carousel-container.visible .carousel-item:nth-child(8) .image-container:after{transition-delay:.8s}.carousel-container.visible .carousel-item:nth-child(9) .image-container:after{transition-delay:.9s}.carousel-container.visible .carousel-item:nth-child(10) .image-container:after{transition-delay:1s}.carousel-container.visible .carousel-item:nth-child(1) .image-container img{transition-delay:.1s}.carousel-container.visible .carousel-item:nth-child(2) .image-container img{transition-delay:.2s}.carousel-container.visible .carousel-item:nth-child(3) .image-container img{transition-delay:.3s}.carousel-container.visible .carousel-item:nth-child(4) .image-container img{transition-delay:.4s}.carousel-container.visible .carousel-item:nth-child(5) .image-container img{transition-delay:.5s}.carousel-container.visible .carousel-item:nth-child(6) .image-container img{transition-delay:.6s}.carousel-container.visible .carousel-item:nth-child(7) .image-container img{transition-delay:.7s}.carousel-container.visible .carousel-item:nth-child(8) .image-container img{transition-delay:.8s}.carousel-container.visible .carousel-item:nth-child(9) .image-container img{transition-delay:.9s}.carousel-container.visible .carousel-item:nth-child(10) .image-container img{transition-delay:1s}@media screen and (max-width: 820px){.carousel-container{padding-bottom:3rem;padding-top:.5rem}.carousel-wrapper{margin-left:1.5rem;padding-top:1.5rem;padding-bottom:1.5rem;overflow-x:auto}.carousel-item{flex:0 0 calc(40% - 16px);min-width:calc(40% - 16px)}.carousel-navigation,.carousel-button{display:none}.carousel-button svg{fill:var(--light-color);color:var(--light-color)}.carousel-location{padding:0rem 1.5rem}.carousel-location h3{font-size:1.6rem;margin-bottom:1rem;padding-bottom:1rem}}@media screen and (max-width: 480px){.carousel-wrapper{margin-left:1rem;gap:30px}.carousel-item{flex:0 0 calc(65% - 16px);min-width:calc(65% - 16px)}.carousel-content{gap:20px}.carousel-location{padding:0rem 1rem}.carousel-location h3{font-size:1.4rem;border-bottom:none}.carousel-navigation,.carousel-button{display:none}}.section-propertiesland{width:100%;height:auto;padding-top:2.5rem;display:flex;flex-direction:column;background-color:var(--light-color)}.propertiesland-inner{margin:0rem 3rem 2.5rem;padding-top:2.5rem;padding-bottom:2.5rem;display:flex;flex-direction:row;gap:0rem;border-top:1px solid var(--grey-color);border-bottom:1px solid var(--grey-color)}.propertiesland-left{flex:1;display:flex;justify-content:center;align-items:center;text-align:center}.propertiesland-left img{width:100%;height:auto;object-fit:cover;opacity:0;aspect-ratio:1 / 1}.section-propertiesland.visible .propertiesland-left img{animation:revealFromTop 1.3s ease forwards}@keyframes revealFromTop{0%{opacity:0;transform:translateY(-5px);filter:blur(2px)}30%{opacity:.3;transform:translateY(-3px);filter:blur(1px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.propertiesland-right{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:relative}.propertiesland-right .top-line{top:0rem;height:80px}.propertiesland-right .bottom-line{bottom:0rem;height:60px}.propertiesland-right h1,.propertiesland-right h3,.propertiesland-right button{opacity:0}.section-propertiesland.visible .propertiesland-right h1{animation:fadeInClipped 1s ease-out forwards;animation-delay:.4s}.section-propertiesland.visible .propertiesland-right h3{animation:fadeIn 1s ease forwards;animation-delay:.8s}.section-propertiesland.visible .propertiesland-right button{animation:fadeIn 1s ease forwards;animation-delay:1.3s}.propertiesland-right h1{text-transform:uppercase;font-size:2.5rem;line-height:2.8rem;font-weight:100;color:var(--corporative-color);font-family:var(--serif-one-font)}.propertiesland-right h3{font-size:1rem;line-height:1.4rem;font-weight:100;width:60%;margin-bottom:0rem;color:var(--corporative-color)}@media screen and (max-width: 820px){.section-propertiesland{padding-top:4rem}.propertiesland-inner{flex-direction:column;margin-left:1.5rem;margin-right:1.5rem;gap:1.5rem;padding-top:1.5rem;padding-bottom:3rem}.propertiesland-right{order:-1}.propertiesland-right h1{font-size:2.5rem;line-height:2.8rem;margin-top:0}.propertiesland-right h3{width:100%;font-size:1rem;margin-bottom:2rem}.propertiesland-left img{max-width:100%;aspect-ratio:4/3;object-fit:cover;margin-top:1rem}@keyframes fadeInMobile{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes revealFromTopMobile{0%{opacity:0;transform:translateY(-3px);filter:blur(1px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.section-propertiesland.visible .propertiesland-right h1{animation:fadeInMobile .8s ease forwards;animation-delay:.1s}.section-propertiesland.visible .propertiesland-right h3{animation:fadeInMobile .8s ease forwards;animation-delay:.9s}.section-propertiesland.visible .propertiesland-left img{animation:revealFromTopMobile .8s ease forwards;animation-delay:1.7s}.section-propertiesland.visible .propertiesland-right button{animation:fadeInMobile .8s ease forwards;animation-delay:2.5s}}@media screen and (max-width: 480px){.propertiesland-inner{margin-left:1rem;margin-right:1rem;padding-top:1rem;gap:1rem}.propertiesland-right{align-items:flex-start;text-align:left}.propertiesland-right h1{margin-top:1rem;font-size:1.5rem;line-height:1.8rem;margin-bottom:1rem;text-align:left}.propertiesland-right h3{font-size:1rem;margin-bottom:1rem;border-top:1px solid var(--grey-color);padding-top:1.5rem;width:100%}.propertiesland-left img{max-width:100%;aspect-ratio:1/1;object-fit:cover;margin-top:3rem}@keyframes fadeInMobileSmall{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.section-propertiesland.visible .propertiesland-right h1{animation:fadeInMobileSmall .8s ease forwards;animation-delay:.2s}.section-propertiesland.visible .propertiesland-right h3{animation:fadeInMobileSmall .8s ease forwards;animation-delay:.9s}.section-propertiesland.visible .propertiesland-right button{animation:fadeInMobileSmall .8s ease forwards;animation-delay:1.5s}.section-propertiesland.visible .propertiesland-left img{animation:revealFromTopMobile .6s ease forwards;animation-delay:2.2s}}.buyhomes-wrapper{background-color:var(--light-color);display:flex;height:100vh;flex-direction:row;justify-content:center;align-items:center;margin-left:3rem;margin-right:3rem;border-top:1px solid var(--grey-color)}.buyhomes-container{background-image:linear-gradient(#0003,#0006),url(/images/salon.jpg);overflow:hidden;background-size:cover;background-position:center 70%;width:100%;height:80vh;display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--light-color)}.buyhomes-wrapper.visible .buyhomes-container h1{animation:fadeIn 1s ease forwards;animation-delay:.2s}.buyhomes-wrapper.visible .buyhomes-container button{animation:fadeIn 1s ease forwards;animation-delay:.4s}.buyhomes-container h1{text-align:center;font-size:3rem;font-weight:100;font-family:var(--serif-one-font);opacity:0}.buyhomes-container h1 em{font-family:inherit}.buyhomes-container button{opacity:0}@media screen and (max-width: 820px){.buyhomes-wrapper{padding:0 1rem;height:auto;min-height:80vh}.buyhomes-container{height:80vh;border-radius:20%/15%}.buyhomes-container h1{font-size:2.5rem;padding:0 1rem}}@media screen and (max-width: 480px){.buyhomes-wrapper{padding:0 1rem}.buyhomes-container{height:80vh;border-radius:50%/25%}.buyhomes-container h1{font-size:2rem;padding:0 .8rem}}.valuation-wrapper{text-align:center;padding:1rem 3rem;display:flex;flex-direction:column;align-items:flex-end;justify-content:top;margin-top:0rem;min-height:90vh;background-image:linear-gradient(#0003,#0006),url(/images/valuation2.webp);overflow:hidden;background-size:cover;background-position:center 50%}.valuation-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:35%;height:70vh;background-color:var(--light-color)}.valuation-container h2{font-size:2rem;margin-bottom:2.2rem;font-weight:100;color:var(--corporative-color);opacity:0;font-family:var(--serif-one-font);width:90%}.valuation-container p{margin-bottom:2.5rem;font-size:1rem;font-weight:100;color:var(--dark-color);opacity:0}.valuation-container button{opacity:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.valuation-wrapper.visible .valuation-container h2{animation:fadeInClipped 1s ease-out forwards;animation-delay:.2s}.valuation-wrapper.visible .valuation-container p{animation:fadeIn 1s ease forwards;animation-delay:.4s}.valuation-wrapper.visible .valuation-container button{animation:fadeIn 1s ease forwards;animation-delay:.8s}@media (max-width: 768px){.valuation-wrapper{padding:0rem;min-height:100vw;display:flex;align-items:center;justify-content:center;background-position:center}.valuation-container{width:85%;height:auto;min-height:70vw;margin:0 auto;padding:2rem 1.5rem;align-self:center}.valuation-container h2{font-size:1.6rem;margin-bottom:1.5rem;width:100%}.valuation-container p{margin-bottom:2rem;font-size:.9rem}}@media (max-width: 480px){.valuation-wrapper{min-height:120vw}.valuation-container{width:90%;min-height:90vw;padding:1.5rem 1rem}.valuation-container h2{font-size:1.4rem;margin-bottom:1.2rem}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:var(--light-color);padding:2rem;max-width:650px;max-height:80vh;overflow-y:auto;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}.modal-content h1{font-size:2rem;color:var(--corporative-color);font-family:var(--serif-one-font);font-weight:100}.modal-buttons{display:flex;flex-direction:row;gap:2rem}.modal-close{position:absolute;top:10px;right:15px;background:none;border:none;font-size:20px;cursor:pointer;color:var(--prueba-color);padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.footer-text.properties-link{background:none;border:none;padding:0;cursor:pointer;text-decoration:none;color:inherit;font:inherit;text-align:inherit}.footer-text.properties-link:hover{opacity:.8}@media (max-width: 1024px){.modal-content{max-width:90%;padding:1.5rem;margin:1rem}.modal-content h1{font-size:1.8rem}.modal-buttons{gap:1.5rem}}@media (max-width: 768px){.modal-content{max-width:95%;max-height:85vh;padding:1.25rem;margin:.5rem}.modal-content h1{font-size:1.6rem;text-align:center}.modal-buttons{flex-direction:column;gap:1rem;width:100%}.modal-close{top:8px;right:12px;font-size:18px;width:28px;height:28px}}@media (max-width: 576px){.modal-overlay{padding:.5rem}.modal-content{max-width:100%;max-height:90vh;padding:1rem;margin:0}.modal-content h1{font-size:1.4rem}.modal-buttons{gap:.75rem}.modal-close{top:6px;right:10px;font-size:16px;width:26px;height:26px}}@media (max-width: 480px){.modal-overlay{padding:.25rem}.modal-content{padding:.75rem;max-height:95vh}.modal-content h1{font-size:1.2rem;margin-bottom:1rem}.modal-buttons{gap:.5rem}.modal-close{top:4px;right:8px;font-size:14px;width:24px;height:24px}}@media (max-height: 500px) and (orientation: landscape){.modal-content{max-height:90vh;padding:.75rem}.modal-content h1{font-size:1.2rem;margin-bottom:.5rem}.modal-buttons{gap:.5rem}}.glimpse-wrapper{display:flex;flex-direction:column;width:100%;height:90vh;background-color:var(--nude-color);padding:0rem}.view-container{position:relative;width:100%;height:100%;overflow:hidden}.glimpse-scrollable-content{display:flex;height:100%;width:100%;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.glimpse-scrollable-content::-webkit-scrollbar{display:none}.intro-content{flex:0 0 50%;min-width:50%;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:4rem;background-color:var(--corporative-color, #b8aa8e);color:var(--light-color)}.intro-content-one{display:flex;flex-direction:row;justify-content:space-between}.intro-content h1{font-size:1.8rem;line-height:1.8rem;font-weight:100;color:var(--light-color);font-family:var(--serif-one-font);text-align:right}.intro-content h1 em{font-family:inherit;font-family:var(--serif-italic);font-style:italic;font-size:2rem}.intro-content h2{margin-top:auto;text-align:right;text-transform:uppercase;font-size:2.5rem;font-weight:100;font-family:var(--serif-one-font);text-decoration:none;color:inherit;display:block;position:relative;padding-bottom:5px}.footer-text h1{text-transform:none}.footer-text{margin-top:auto;text-align:right;text-transform:uppercase;font-size:2.5rem;font-weight:100;font-family:var(--serif-one-font);text-decoration:none;color:inherit;display:block;position:relative;padding-bottom:5px}.footer-text:hover:after{width:40%;right:2.5%}.glimpse-image{height:100%;width:100%;object-fit:cover;object-position:center}.scroll-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:50px;height:50px;background-color:var(--corporative-transparent-color);border:none;border-radius:50px;display:flex;align-items:center;justify-content:center;color:var(--light-color);font-size:1.5rem;cursor:pointer;transition:background-color .3s}.scroll-arrow:hover{background-color:var(--corporative-color)}.left-arrow{left:20px;color:var(--corporative-color);background-color:transparent}.left-arrow:hover{left:20px;color:var(--light-color);background-color:var(--corporative-transparent-color)}.right-arrow{right:20px}.scroll-progress{position:absolute;bottom:20px;left:50%;transform:translate(-50%);width:90%;height:3px;background-color:#ffffff4d;border-radius:2px;overflow:hidden}.progress-bar{height:100%;background-color:#fff;border-radius:2px;transition:width .3s ease}@media (max-width: 992px){.intro-content{flex:0 0 100%;min-width:100%;height:300px;padding:2rem}.glimpse-image{width:100%;height:auto}.intro-content h2{font-size:3rem}.intro-content h3{font-size:2.5rem}.footer-text{font-size:2rem}.left-arrow,.right-arrow{display:none}}@media (max-width: 768px){.glimpse-wrapper{padding:1.5rem}.intro-content{height:250px}.intro-content h2{font-size:2.5rem}.intro-content h3{font-size:2rem}.footer-text{font-size:1.5rem}}@media (max-width: 576px){.glimpse-wrapper{padding:1rem;max-height:65vh;background-color:var(--corporative-color)}.intro-content{padding:1.5rem;height:60vh;flex:0 0 40%;min-width:60%;justify-content:flex-end}.intro-content h2,.intro-content h3{font-size:1.5rem}.footer-text h1{font-size:1.1rem}.intro-content h1 em{font-family:inherit;font-family:var(--serif-italic);font-style:italic;font-size:1.3rem}.footer-text{font-size:1.2rem}.scroll-progress,.progress-bar{display:none}}.carrrusel-wrapper{flex:1;display:flex;position:relative}.picture-big{flex:1;display:flex;justify-content:center;align-items:center;text-align:center}.picture-big img{width:100%;height:auto;object-fit:cover;aspect-ratio:1 / 1}.pictures-little{display:flex;flex-direction:row;position:absolute;bottom:40px;left:50%;transform:translate(-50%);gap:1.5rem;z-index:10}.picture-thumbnail{width:60px;height:auto;cursor:pointer;transition:all .3s ease;opacity:1;filter:brightness(.7);background-color:var(--light-color);padding:.1rem .2rem}.picture-thumbnail img{width:100%;height:100%;object-fit:contain}.picture-thumbnail.active{scale:1.5;filter:brightness(1)}.section-carousel-edition{width:100%;height:auto;padding-top:1rem;display:flex;flex-direction:column;background-color:var(--light-color)}.section-carousel-inner{margin:0rem 3rem 2.5rem;padding-top:2.5rem;display:flex;flex-direction:row;gap:0rem;border-top:1px solid var(--grey-color);padding-bottom:2.5rem;border-bottom:1px solid var(--grey-color)}.section-carousel-left{flex:1;display:flex;justify-content:center;align-items:center;text-align:center}.section-carousel-left img{width:100%;height:auto;object-fit:cover}.section-carousel-right{flex:1;display:flex;flex-direction:column;background-color:var(--corporative-color);position:relative}.section-carousel-right .top-line{top:2rem;height:150px;opacity:.5}.section-carousel-right .bottom-line{bottom:2rem;height:150px;opacity:.5}.photo-little img{width:50%;height:auto;margin-top:-50px}.texts{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding-left:3rem}.texts h1{font-size:2.5rem;font-weight:100;color:var(--light-color);font-family:var(--serif-one-font);text-transform:uppercase}.texts h3{font-size:1rem;font-weight:100;width:60%;line-height:1.5rem;margin-bottom:3rem;color:var(--light-color)}.texts h4{font-size:1rem;font-weight:100;width:60%;line-height:1.5rem;margin-bottom:3rem;font-family:var(--serif-one-font);color:var(--light-color);margin-bottom:0}.main-landing-container{position:relative;width:100%}.welcome-section{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:1}.content-container{position:relative;z-index:2;margin-top:100vh;background-color:var(--light-color);min-height:100vh}.property-card{background-color:transparent;overflow:hidden;padding:.2rem;box-sizing:border-box;display:flex;flex-direction:column;height:100%;border:.2px solid var(--grey-color)}.property-card__image-container{position:relative;width:100%;padding:1rem}.property-card__image-frame{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;cursor:pointer}.property-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:block}.property-card:hover .property-card__image{transform:scale(1.1)}.property-card__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--light-transparent-color);display:flex;align-items:flex-end;justify-content:center;padding:1rem;opacity:0;transition:opacity .5s ease}.property-card__view-details{color:var(--corporative-color);font-size:1rem;font-weight:500;letter-spacing:1px;padding:10px 20px;background-color:var(--light-color);font-family:var(--serif-one-font);border-radius:25px}.property-card:hover .property-card__overlay{opacity:1}.property-card__image-placeholder{width:100%;height:100%;background-color:#f0f0f0;display:flex;align-items:center;justify-content:center;color:#888;font-size:.8rem}.property-card__info{padding:1rem;flex:1;display:flex;flex-direction:column}.property-card__location-container{display:flex;justify-content:space-between;align-items:baseline;margin:0 0 1.5rem;width:100%}.property-card__sold-indicator{background-color:transparent;color:#ad4b3e;padding:0;font-size:1rem;font-weight:400;letter-spacing:.8px;white-space:nowrap;flex-shrink:0;font-family:var(--serif-one-font)}.property-card__sold-indicator:before{content:"";display:inline-block;width:10px;height:10px;background-color:#ad4b3e;border-radius:50%;margin-right:6px}.property-card__price-indicator{background-color:transparent;color:var(--corporative-color);padding:0;font-size:1rem;font-weight:300;letter-spacing:.8px;white-space:nowrap;flex-shrink:0;font-family:var(--serif-one-font)}.property-card__location{color:var(--corporative-color);font-size:.9rem;font-weight:100;letter-spacing:.8px;text-transform:uppercase;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:80%;font-family:var(--serif-one-font)}.property-card__features{display:flex;flex-wrap:wrap;justify-content:space-between;color:var(--taupe-color);font-size:.8rem;font-weight:100;text-transform:uppercase;margin-top:auto;margin-bottom:0}.property-card__features .separator-features{color:var(--grey-color)}@media (max-width: 768px){.property-card__image-container{height:200px}.property-card__info{padding:16px}.property-card__price{font-size:20px}.property-card__location{font-size:14px}.property-card__features{font-size:13px}}.search-form{display:flex;flex-direction:column;align-items:center;margin-bottom:0rem;text-align:center;background-color:transparent;background-image:url(/images/filtro3.webp);background-size:cover;background-position:center;width:100%;height:90vh;justify-content:center}.search-form h2{padding-top:9rem;width:55%;font-size:1.8rem;font-weight:400;line-height:1.6;color:var(--corporative-color);margin:0;font-family:var(--serif-one-font);text-transform:uppercase}.search-form h1{width:55%;font-size:1.7rem;font-weight:400;line-height:1.6;color:var(--corporative-color);margin:0;font-family:var(--serif-one-font);min-height:139px}.dropdown-container{position:relative;display:inline-block}.search-form i{font-family:var(--serif-one-font);color:var(--corporative-color);cursor:pointer;position:relative;padding:0 2px;font-weight:500;transition:color .3s ease,border-color .3s ease;font-family:var(--serif-italic);font-style:italic;font-size:1.9rem}.circle-button{display:inline-flex;font-style:normal;align-items:center;justify-content:center;width:24px;height:24px;margin-left:8px;background-color:var(--corporative-color);color:var(--light-color);border-radius:50%;font-size:1.4rem;font-weight:100;cursor:pointer;transition:background-color .3s ease,transform .2s ease;-webkit-user-select:none;user-select:none;line-height:0;padding-bottom:2px;font-family:var(--serif-one-font);position:relative;top:-4px}.dropdown-menu{position:absolute;z-index:1000;top:100%;left:50%;transform:translate(-50%);margin-top:10px;background-color:#fff;border-radius:8px;box-shadow:0 5px 25px #00000026;border:1px solid #dee2e6;min-width:200px;max-height:250px;overflow-y:auto}.dropdown-item{padding:5px 10px;font-size:1rem;cursor:pointer;transition:background-color .2s ease;text-align:left;color:var(--dark-color);border-bottom:1px solid #f0f0f0}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background-color:#f8f9fa}.button-container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:15px;margin-top:20px}.view-results-button{background-color:transparent;color:var(--corporative-color);border:none;padding:10px 24px;border-radius:6px;font-family:var(--serif-one-font);font-size:1.4rem;font-weight:500;cursor:pointer;position:relative}.view-results-button:after{content:"";position:absolute;left:50%;bottom:8px;width:75%;height:1.5px;background-color:var(--corporative-color);transform:translate(-50%);transition:width .3s ease}.view-results-button:hover:after{width:60%}.reset-button-container{min-width:80px;height:40px;display:flex;align-items:center;justify-content:center}.reset-button{background-color:transparent;color:var(--light-color);padding:10px 20px;border:none;border-radius:4px;cursor:pointer;font-size:1.3rem;font-weight:200;transition:scale .3s}.reset-button:hover{scale:1.2}.reset-button-placeholder{width:100%;height:40px}.no-results{text-align:center;padding:3rem 1rem;color:#666}@media screen and (max-width: 768px){.search-form{height:70vh;background-position:center}.search-form h2{padding-top:6rem;width:80%;font-size:1.5rem}.search-form h1{width:80%;font-size:1.5rem;min-height:100px}.view-results-button{font-size:1.2rem;padding:8px 20px}.reset-button{font-size:1.1rem}}@media screen and (max-width: 480px){.search-form{height:75vh}.search-form h2{font-size:1.5rem}.search-form h1{width:90%;font-size:1.1rem;min-height:80px;line-height:1.4;padding-top:1rem}.search-form i{font-size:1.2rem}.view-results-button{font-size:1rem;padding:8px 16px}.circle-button{width:16px;height:16px;font-size:1rem}.dropdown-menu{min-width:180px;max-height:200px}.dropdown-item{padding:4px 8px;font-size:.9rem}.reset-button{font-size:.9rem;padding:8px 16px}.reset-button-container{min-width:70px;height:35px}}@media screen and (max-width: 360px){.search-form{height:70vh}.search-form h2{padding-top:3rem;width:95%;font-size:1.1rem}.search-form h1{width:95%;font-size:1.1rem;min-height:70px}.view-results-button{font-size:1rem}.circle-button{width:18px;height:18px;font-size:1rem}}.properties-container{margin-top:0rem;margin-bottom:0rem}.filter-properties{margin-bottom:2rem}.properties-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:40px;grid-auto-rows:1fr;padding-left:1.5rem;padding-right:1.5rem}.pagination{display:flex;justify-content:center;gap:10px;margin-top:4rem;margin-bottom:4rem}.pagination-button{width:2rem;height:2rem;padding:0;border:none;background-color:transparent;color:#bababa;cursor:pointer;transition:all .3s ease;font-weight:500}.pagination-button:hover{scale:1.1}.pagination-button.active{color:var(--dark-color);border:none}@media (max-width: 1024px){.properties-grid{grid-template-columns:repeat(2,1fr);gap:1rem;padding:1rem}}@media (max-width: 640px){.properties-grid{grid-template-columns:1fr;gap:1rem;padding:1rem}.properties-container{padding:0rem}}.individual-home-maininfo{margin-top:10rem;display:flex;flex-direction:column;align-items:center;margin-left:8.5rem;margin-right:8.5rem;border-bottom:1px solid var(--grey-color)}.individual-home-maininfo h1{color:var(--corporative-color);font-family:var(--serif-one-font);font-size:2.2rem;margin-bottom:1rem;text-align:center;line-height:3rem;text-transform:uppercase;font-weight:100;width:80%;margin-bottom:.8rem}.individual-home-maininfo h3{color:var(--dark-color);font-size:1.5rem;font-family:var(--sans-serif-2);font-weight:200;margin:0}.individual-home-maininfo .sold-indicator{color:#ad4b3e;font-size:1.5rem;font-family:Georgia,Times New Roman,Times,serif;font-weight:400;margin:0;letter-spacing:.8px}.individual-home-maininfo p{color:var(--corporative-color);font-weight:200;margin-top:.2rem}.navigation-buttons{display:flex;justify-content:space-between;width:100%;margin-top:15px}.navigation-button{display:flex;align-items:center;justify-content:space-between;padding:8px 18px;border:1px solid transparent;border-radius:30px;font-weight:100;background-color:transparent;color:var(--prueba-color);font-size:14px;cursor:pointer;transition:all .3s ease;width:200px;margin-bottom:1rem;font-family:var(--serif-one-font)}.navigation-button:hover{color:var(--corporative-color)}.navigation-buttons svg{width:18px;height:18px}@media screen and (max-width: 768px){.individual-home-maininfo{margin-top:8rem;margin-left:1.5rem;margin-right:1.5rem}.individual-home-maininfo h1{font-size:1.8rem;line-height:2.2rem}.individual-home-maininfo h3{font-size:1.2rem}.navigation-button{width:150px;padding:6px 14px;font-size:12px}}@media screen and (max-width: 480px){.individual-home-maininfo{margin-top:6rem;margin-left:1rem;margin-right:1rem}.individual-home-maininfo h1{font-size:1.4rem;line-height:1.8rem;width:90%}.individual-home-maininfo h3,.individual-home-maininfo .sold-indicator{font-size:1.1rem}}@media screen and (max-width: 360px){.individual-home-maininfo h1{font-size:1.3rem;line-height:1.6rem}.individual-home-maininfo h3{font-size:1rem}}.individual-home-carousel{max-width:1200px;margin:4rem auto;padding:0 1rem}.carousel-main-image{width:100%;margin-bottom:1rem;overflow:hidden}.carousel-main-image img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;display:block}.carousel-thumbnails{display:flex;gap:.5rem;overflow-x:auto;padding:.5rem 0;-webkit-overflow-scrolling:touch}.carousel-thumbnails::-webkit-scrollbar{height:4px}.carousel-thumbnails::-webkit-scrollbar-track{background:#f1f1f141}.carousel-thumbnails::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.thumbnail-wrapper{flex:0 0 auto;width:160px;height:100px;cursor:pointer;position:relative;transition:all .3s ease}.thumbnail-wrapper img{width:100%;height:100%;object-fit:cover;display:block}.thumbnail-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#80808066;transition:opacity .3s ease}.thumbnail-wrapper:hover .thumbnail-overlay{opacity:.7}.thumbnail-wrapper.active{border:2px solid var(--corporative-color)}.thumbnail-wrapper.active .thumbnail-overlay{display:none}.mobile-carousel{position:relative;width:100%;margin:1.5rem auto;max-width:400px}.mobile-carousel-image{width:100%;height:auto;overflow:hidden}.mobile-carousel-image img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;display:block}.mobile-carousel-controls{display:flex;justify-content:space-between;align-items:center;padding:10px 0;position:relative;bottom:0;width:100%}.mobile-prev-btn,.mobile-next-btn{background:transparent;border:none;cursor:pointer;font-size:1.5rem;color:#333;padding:0 10px}.mobile-pagination{font-size:.9rem;color:#333}@media screen and (max-width: 768px){.individual-home-carousel{margin:2rem auto;max-width:700px}.thumbnail-wrapper{width:120px;height:80px}}@media screen and (max-width: 480px){.mobile-carousel{margin:1.5rem auto;max-width:400px}}@media screen and (max-width: 360px){.mobile-carousel{margin:1.5rem auto;max-width:300px}}.total-info-wrapper{display:flex;flex-direction:row;background-color:var(--taupe-light-color);background-color:var(--sand-color);padding-top:2rem;padding-bottom:2rem;border-top:1px solid var(--corporative-color);border-bottom:1px solid var(--corporative-color)}.title-info{flex:.2;display:flex;padding-left:8.5rem}.title-info h1{color:var(--corporative-color);text-transform:uppercase;margin-bottom:3rem}.title-info h1 .first-line{font-size:1.8rem;font-weight:100}.title-info h1 .second-line{font-size:2rem;font-weight:600;font-family:var(--serif-one-font)}.info-right{flex:.8;display:flex;flex-direction:column;padding-right:8.5rem;padding-left:5rem;padding-top:2rem}.intro{display:flex;flex-direction:row}.general-info{flex:.3;display:flex;flex-direction:column;border-bottom:1px solid var(--grey-color);padding-bottom:2rem}.general-list h5{text-transform:uppercase;font-weight:100;opacity:.7;color:var(--dark-color);letter-spacing:1px;font-size:.75rem}.list-1{border-bottom:1px solid var(--grey-color)}.list-1:first-child{border-top:1px solid var(--grey-color)}.list-1 p{font-size:1.3rem;font-weight:100;color:var(--corporative-color);font-family:Georgia,Times New Roman,Times,serif}.column-description{flex:.7;display:flex;border-bottom:1px solid var(--grey-color);padding-bottom:2rem}.column-description h1{padding-left:6rem;margin-top:0;font-size:1.3rem;font-weight:200;width:100%;line-height:2rem;color:var(--corporative-color)}.individual-home-totalinfo{display:flex;flex-direction:column;padding-top:1rem}.caracteristicas-info{display:flex;flex-direction:column;gap:1rem}.section-header{display:flex;align-items:center;cursor:pointer;transition:all .3s ease;padding-top:1rem;padding-bottom:2rem;border-bottom:1px solid var(--grey-color)}.section-header.expanded{border-bottom:none;padding-bottom:1rem}.section-header h3{margin:0 8px 0 0}.icon-wrapper{display:flex;align-items:center;transition:transform .3s ease}.icon-wrapper.expanded{transform:rotate(-180deg)}.caracteristicas-list,.extras-list{max-height:0;overflow:hidden;opacity:0;transition:all .5s ease;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}.caracteristicas-list.expanded,.extras-list.expanded{max-height:1000px;opacity:1;margin-top:1rem;padding-bottom:2rem}.caracteristicas-list{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--grey-color)}.list-1-c p{font-size:1.2rem;font-weight:300;color:var(--corporative-color)}.caracteristicas-list h5{text-transform:uppercase;font-weight:100;opacity:.7;color:var(--corporative-color);letter-spacing:1px;font-size:.75rem}.caracteristicas-info h3,.column-extras h3{font-weight:600;color:var(--corporative-color);letter-spacing:1px;font-size:1.5rem;font-family:var(--serif-one-font)}.column-extras{display:flex;flex-direction:column;padding-top:0rem;gap:1rem}.extras-list{display:grid;grid-template-columns:repeat(6,1fr);gap:4rem;row-gap:3rem;padding:0;list-style-type:none;width:100%;box-sizing:border-box}.extras-list.expanded{border-bottom:1px solid var(--grey-color)}.extras-list li{min-width:0;text-align:left;color:var(--corporative-color);opacity:.7;padding:0 0 0 1.5em;position:relative}.extras-list li:before{content:"✓";position:absolute;left:0;color:var(--corporative-color);font-weight:700}@media screen and (max-width: 768px){.total-info-wrapper{padding-top:1.5rem;padding-bottom:1.5rem}.title-info{padding-left:2rem}.info-right{padding-right:2rem;padding-left:2rem}.intro{flex-direction:column;padding:0}.general-info{flex:1;margin-bottom:1.5rem}.column-description{flex:1}.column-description h1{padding-left:0;font-size:1.1rem;line-height:1.8rem;column-count:1}.individual-home-totalinfo{padding-top:1rem}.caracteristicas-info h3,.column-extras h3{margin-bottom:1.5rem;font-size:1.3rem}.section-header{padding-top:.8rem;padding-bottom:1.5rem}.section-header.expanded{padding-bottom:.8rem}.icon-wrapper{margin-left:.5rem}.caracteristicas-list{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,auto);gap:1rem;width:100%}.caracteristicas-list.expanded,.extras-list.expanded{padding-bottom:1.5rem}.caracteristicas-list>div{width:100%;margin-bottom:.5rem}.caracteristicas-list>div:nth-child(7){grid-column:1 / 2;grid-row:2}.column-extras{padding-top:1rem}.extras-list{grid-template-columns:repeat(3,1fr);gap:2rem;row-gap:1.5rem}}@media screen and (max-width: 480px){.total-info-wrapper{flex-direction:column;padding:1rem}.title-info{flex:none;width:100%;padding-left:0;margin-bottom:2rem}.title-info h1{margin-bottom:1rem}.title-info h1 .first-line{font-size:1.5rem}.title-info h1 .second-line{font-size:1.7rem}.info-right{flex:none;width:100%;padding:0}.intro{padding:0}.list-1 p{font-size:1rem}.general-info{border-bottom:none;margin-bottom:0}.column-description h1{font-size:1rem;line-height:1.6rem;column-count:1;padding-left:0}.individual-home-totalinfo{padding:0;padding-top:1rem}.caracteristicas-info h3,.column-extras h3{margin-bottom:1rem;font-size:1.2rem}.section-header{display:flex;justify-content:space-between;align-items:center;width:100%}.section-header h3{margin:0}.icon-wrapper{margin-left:0;display:flex;align-items:center;justify-content:center}.section-header.expanded{padding-bottom:.6rem}.icon-wrapper{transform-origin:center;margin-left:.3rem}.icon-wrapper svg{width:20px;height:20px}.caracteristicas-list.expanded,.extras-list.expanded{max-height:1500px;margin-top:.5rem;padding-bottom:1.5rem}.caracteristicas-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;width:100%}.caracteristicas-list>div{width:100%;margin-bottom:.5rem}.caracteristicas-list h5{font-size:.9rem;margin-bottom:.3rem}.list-1-c p{font-size:1rem}.column-extras{padding:0;padding-top:0rem;gap:1rem}.extras-list{grid-template-columns:repeat(2,1fr);gap:1.5rem;row-gap:1rem}.extras-list li{font-size:.9rem}}@media screen and (max-width: 360px){.total-info-wrapper{padding:.8rem}.title-info h1 .first-line{font-size:1.3rem}.title-info h1 .second-line{font-size:1.5rem}.caracteristicas-info h3,.column-extras h3{font-size:1.1rem;letter-spacing:.8px}.section-header{padding-top:.6rem;padding-bottom:1rem}.section-header.expanded{padding-bottom:.5rem}.icon-wrapper svg{width:18px;height:18px}.caracteristicas-list{grid-template-columns:repeat(1,1fr)}.caracteristicas-list.expanded,.extras-list.expanded{padding-bottom:1.2rem}.caracteristicas-list h5{font-size:.8rem}.list-1-c p{font-size:.9rem}.extras-list{grid-template-columns:repeat(1,1fr);gap:1rem}.extras-list li{font-size:.8rem}}.map-home-wrapper{display:flex;flex-direction:row;background-color:var(--sand-color);background-color:var(--taupe-light-color);padding-top:2rem;padding-bottom:2rem;border-bottom:1px solid var(--corporative-color)}.map-home-wrapper .title-info{flex:.2;display:flex;padding-left:8.5rem}.map{flex:.8;display:flex;overflow:hidden;height:500px;margin-right:2rem}.map .leaflet-container{filter:grayscale(100%) sepia(30%) hue-rotate(15deg) saturate(.7) brightness(1)}.custom-marker{background:none;border:none}.marker-pin{width:30px;height:30px;border-radius:50%;background-color:var(--corporative-color);border:3px solid white;box-shadow:0 2px 8px #0000001a;cursor:pointer;transition:transform .2s ease}.marker-pin:hover{transform:scale(1.15)}.leaflet-popup-content-wrapper{border-radius:4px;box-shadow:0 3px 14px #0000001a}.leaflet-popup-content{text-align:center;margin:12px}.leaflet-popup-content strong{color:var(--corporative-color);font-size:1.1rem;display:block;font-family:var(--serif-one-font)!important;font-weight:400;margin-bottom:5px}.leaflet-popup-content span{color:var(--corporative-color);font-size:.8rem;display:block;font-weight:300;margin-bottom:5px}@media (max-width: 1024px){.map-home-wrapper{flex-direction:column;padding-left:2rem;padding-right:2rem}.map-home-wrapper .title-info{flex:none;padding-left:0;justify-content:center;margin-bottom:2rem}.title-info h1{text-align:center;font-size:2.2rem}.map{flex:none;margin-right:0;height:350px}}@media (max-width: 768px){.map-home-wrapper{padding:1.5rem 1rem}.title-info h1{font-size:2rem}.map{height:300px}}@media (max-width: 480px){.title-info h1{font-size:1.8rem}.map{height:250px}}.similar-home-wrapper{display:flex;flex-direction:column;background-color:var(--sand-color);padding-top:2rem;padding-bottom:2rem;border-bottom:1px solid var(--grey-color);align-items:center}.similar-home-wrapper .title-info-sim{flex:1;display:flex;justify-content:center;align-items:center;padding-left:0rem;margin-bottom:1.5rem;text-transform:uppercase;color:var(--corporative-color);width:100%;text-align:center}.title-info-sim .title-info h1{margin:0;font-weight:400;text-align:center}.title-info-sim h1 .first-line{font-size:1.8rem;font-weight:100}.title-info-sim h1 .second-line{font-size:2rem;font-weight:600;font-family:var(--serif-one-font)}.similar-carousel{flex:1;display:flex;flex-direction:column;width:100%}.similar-carousel-container{position:relative;display:flex;align-items:center;margin:0 3rem;padding-left:4.5rem;padding-right:4.5rem;overflow:hidden;width:calc(100% - 6rem)}.carousel-inner{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;width:100%}.carousel-item{width:100%}.carousel-control{background:transparent;border:1px solid transparent;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:absolute;z-index:10;transition:all .3s ease}.prev-button{left:0}.next-button{right:-10px}.carousel-indicators{display:flex;justify-content:center;margin-top:1.5rem;gap:.5rem}.indicator{width:8px;height:8px;border-radius:50%;background-color:var(--prueba-color);border:none;padding:0;cursor:pointer;transition:all .3s ease}.indicator.active{background-color:var(--corporative-color);transform:scale(1.2)}.carousel-item .property-card{height:100%;display:flex;flex-direction:column}.carousel-item .property-card__image-container{width:100%}.carousel-item .property-card__image-frame{width:100%;aspect-ratio:16/9}.similar-carousel.mobile{overflow:hidden}.similar-carousel-container.mobile{padding:0 1rem;margin:0;width:100%;overflow:visible}.carousel-inner.mobile{display:flex;width:auto;gap:0;padding:.5rem 0}.carousel-item.mobile{flex:0 0 85%;margin-right:.5rem}@media (max-width: 1440px){.similar-home-wrapper .title-info{padding-left:5rem}.similar-carousel-container{padding-left:3rem;padding-right:3rem}}@media (max-width: 1200px){.similar-home-wrapper .title-info{padding-left:3rem}.similar-carousel-container{margin:0 2rem;padding-left:2rem;padding-right:2rem;width:calc(100% - 4rem)}.carousel-inner{gap:1.5rem}}@media (max-width: 992px){.similar-home-wrapper{padding-top:1.5rem;padding-bottom:1.5rem}.similar-home-wrapper .title-info{padding-left:2rem}.title-info h1{font-size:1.5rem}.similar-carousel-container{margin:0 1.5rem;padding-left:1.5rem;padding-right:1.5rem;width:calc(100% - 3rem)}.carousel-inner{gap:1rem;grid-template-columns:1fr}}@media (max-width: 768px){.similar-home-wrapper .title-info{padding-left:1.5rem;margin-bottom:1rem}.title-info h1{font-size:1.25rem}}@media (max-width: 576px){.similar-home-wrapper{padding-top:1rem;padding-bottom:1rem}.similar-home-wrapper .title-info{padding-left:1rem}.carousel-indicators{margin-top:1rem}.indicator{width:6px;height:6px}.carousel-item.mobile{flex:0 0 80%}}.error-container{margin-top:10rem}.individual-home-wrapper{display:flex;flex-direction:column;position:relative;overflow-x:hidden}.buy-form-wrapper{display:flex;flex-direction:row}.picture-form{flex:.52;display:flex;padding:0rem 3rem;box-sizing:border-box;flex-direction:column;align-items:flex-end}.picture-form img{width:100%;height:auto;object-fit:contain;margin-bottom:6rem}.buy-form-container{flex:.48;max-width:800px;margin:0 auto;padding:5rem;color:var(--dark-color);margin-bottom:0rem;box-sizing:border-box}.buy-form-container .form-title{font-family:var(--serif-one-font);font-size:2.5rem;font-weight:400;margin-bottom:2rem;margin-top:0;color:var(--dark-color)}.buy-form-container .form-description{font-size:1.1rem;margin-bottom:3rem;line-height:1.6;font-weight:200;width:80%;color:var(--dark-color)}.buy-form-container .buy-form{display:flex;flex-direction:column;gap:0rem}.buy-form-container .form-section{border-bottom:none;padding-bottom:1rem}.buy-form-container .form-section:nth-child(3){border-bottom:1px solid #ccc;margin-bottom:2rem;padding-bottom:2rem}.buy-form-container .form-section:nth-child(4){padding-top:1rem}.buy-form-container .form-section:nth-child(4) .form-group:last-child{margin-bottom:2rem}.buy-form-container .form-section:nth-child(4){border-bottom:1px solid #ccc;padding-bottom:1rem;margin-bottom:2rem}.buy-form-container .form-section:nth-child(5){padding-top:1rem;border-bottom:1px solid #ccc;padding-bottom:2rem;margin-bottom:2rem}.buy-form-container .form-section:nth-child(6){padding-top:1rem}.buy-form-container .form-section h3{font-size:.8rem;font-weight:100;margin-top:.5rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1.1px;color:var(--dark-color)}.buy-form-container .form-section:nth-child(4) h3,.buy-form-container .form-section:nth-child(5) h3,.buy-form-container .form-section:nth-child(6) h3{font-size:.9rem;letter-spacing:1.2px;color:var(--corporative-color)}.select-placeholder{color:#999;font-style:italic;font-weight:100;font-size:.9rem}select option{color:var(--dark-color);font-style:normal}select option:first-child{color:#999;font-style:italic}.form-section p{margin-bottom:.5rem;font-size:1rem;font-weight:200}.name-fields{display:flex;gap:1.5rem}.name-fields .form-group{flex:1}.form-group{margin-bottom:1rem;position:relative}.form-group label{display:block;margin-bottom:.5rem;font-size:.8rem}input::placeholder,textarea::placeholder{color:#999;font-style:italic;font-size:.9rem;font-weight:300;opacity:.7;transition:opacity .2s}input:focus::placeholder,textarea:focus::placeholder{opacity:.4}.radio-group{display:flex;align-items:left;gap:.5rem;cursor:pointer}.radio-label input[type=radio]{accent-color:var(--corporative-color)}label{font-size:.8rem;font-weight:100;margin-top:.5rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1.1px;color:var(--dark-color)}.budget-input{position:relative;display:flex;align-items:center}.currency{position:absolute;left:.8rem;font-size:1rem;z-index:1;pointer-events:none;color:var(--dark-color)}.budget-input input{padding-left:3rem}.buy-form-container .budget-input{position:relative;display:flex;align-items:center}.buy-form-container .budget-input .currency{position:absolute;left:.8rem;font-size:1rem;z-index:10;pointer-events:none;color:var(--dark-color)}.buy-form-container .budget-input input{padding-left:2rem!important;width:100%}.required{color:#ad4b3e;margin-left:.25rem}.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer}.checkbox-label input{margin-top:.25rem}.error{border-color:#ad4b3e!important}.error-message{color:#ad4b3e;font-size:.8rem;margin-top:.25rem;display:block}.submit-button{background-color:var(--corporative-transparent-color);color:#fff;border:none;padding:1rem 2rem;font-size:1rem;font-weight:100;border-radius:0;text-transform:uppercase;cursor:pointer;transition:background-color .2s;margin-top:1rem}.submit-button:hover{background-color:var(--corporative-color)}.terms-section{margin-top:1rem}.acceptTerms{font-size:.8rem;font-weight:100}.form-progress-bar{width:100%;height:2px;background-color:var(--grey-color);position:relative;overflow:hidden}.back-button{background-color:var(--nude-color);color:#fff;border:none;padding:1rem 2rem;font-size:1rem;font-weight:100;border-radius:0;text-transform:uppercase;cursor:pointer;transition:background-color .2s;margin-top:1rem}.back-button:hover{background-color:var(--taupe-color)}@media screen and (max-width: 576px){.form-navigation{flex-direction:column;gap:1rem}.form-progress-container{margin-bottom:1.5rem}.back-button,.submit-button{width:100%}}@media screen and (max-width: 1200px){.buy-form-container{padding:4rem 3rem}.buy-form-container .form-description{width:90%}}@media screen and (max-width: 991px){.buy-form-wrapper{flex-direction:column}.picture-form{flex:1;padding:0 2rem;align-items:center}.picture-form img{margin-bottom:2rem;max-width:600px}.buy-form-container{flex:1;padding:2rem 3rem;margin-bottom:3rem;max-width:100%}.buy-form-container .form-description{width:100%}}@media screen and (max-width: 768px){.buy-form-wrapper{flex-direction:column}.picture-form{flex:1;padding:0 1.5rem 2rem;width:100%;box-sizing:border-box}.picture-form img{width:100%;aspect-ratio:5/3;object-fit:cover;border-radius:35%/25%}.picture-form img:nth-child(2){display:none}.buy-form-container{flex:1;width:100%;padding:0 1.5rem;box-sizing:border-box;margin-bottom:3rem}.buy-form-container .form-title{font-size:2rem;margin-top:1rem}.buy-form-container .form-description{font-size:1rem;margin-bottom:1.5rem}.buy-form-container .form-section h3{font-size:.85rem}.name-fields{flex-direction:column;gap:0}}@media screen and (max-width: 576px){.picture-form{padding:0 1rem 1.5rem}.picture-form img{border-radius:20%/15%}.buy-form-container{padding:0 1rem;margin-bottom:2.5rem}.buy-form-container .form-title{font-size:1.8rem}.buy-form-container .form-description{font-size:.95rem;margin-bottom:1.2rem}.submit-button{padding:.9rem 1.8rem;font-size:1rem}}@media screen and (max-width: 480px){.picture-form{padding:0rem}.picture-form img{border-radius:0%;height:50vh}.picture-form img:nth-child(2){display:none}.buy-form-container{padding:0 1rem;margin-bottom:2rem}.buy-form-container .form-title{font-size:1.8rem}.buy-form-container .form-description{font-size:.9rem}.name-fields{flex-direction:column;gap:0}.buy-form-container .form-section h3{font-size:.8rem}input[type=text],input[type=tel],input[type=email],input[type=number],select,textarea{padding:.7rem;font-size:.9rem}.submit-button{width:100%;padding:.9rem;font-size:1rem}}@media screen and (max-width: 360px){.buy-form-container .form-title{font-size:1.6rem}.buy-form-container .form-section h3{font-size:.75rem}.picture-form img{border-radius:0;height:40vh}input[type=text],input[type=tel],input[type=email],input[type=number],select,textarea{padding:.6rem;font-size:.85rem}.radio-label,.checkbox-label{font-size:.8rem}}.buy-wrapper{padding-top:8rem}@media screen and (max-width: 768px){.buy-wrapper{padding-top:8rem}}@media screen and (max-width: 480px){.buy-wrapper{padding-top:0rem}}@media screen and (max-width: 360px){.buy-wrapper{padding-top:4rem}}.sell-form-container{max-width:700px;margin:0 auto;color:var(--dark-color);margin-top:5rem;margin-bottom:5rem}.sell-form-container .form-title-sell{font-family:var(--serif-one-font);font-size:2.5rem;font-weight:400;margin-bottom:3rem;text-align:center}.sell-form-container .form-description-sell{font-size:1.1rem;margin-bottom:3rem;line-height:1.6;text-align:center;font-weight:200}.sell-form-container .sell-form-sell{display:flex;flex-direction:column;gap:0rem;width:100%}.sell-form-container .form-section{border-bottom:1px solid #eee;padding-bottom:0rem}.sell-form-container .form-section h3{font-size:.8rem;font-weight:100;margin-bottom:1rem;margin-top:.5rem;text-transform:uppercase;letter-spacing:1.1px}.sell-form-container .name-fields{display:flex;gap:1.5rem}.sell-form-container .name-fields .form-group{flex:1}.sell-form-container .form-group{margin-bottom:1rem;position:relative}.sell-form-container .form-group label{display:block;margin-bottom:.5rem;font-size:.85rem}input[type=text],input[type=tel],input[type=email],input[type=number],select,textarea{width:100%;padding:.8rem;border:1px solid var(--grey-color);border-radius:0;font-size:1rem;transition:border-color .2s;background-color:transparent;color:var(--dark-color);opacity:.6;font-weight:100}input:focus,select:focus,textarea:focus{outline:none;border:1px solid var(--corporative-color)}.sell-form-container .radio-group{display:flex;gap:1.5rem;margin-top:.5rem}.sell-form-container .radio-label{display:flex;gap:.5rem;cursor:pointer;background-color:transparent;margin-bottom:1rem;margin-bottom:.5rem;font-size:.85rem}.radio-group label{display:flex;gap:.5rem;cursor:pointer;margin-bottom:1rem;margin-bottom:.5rem;font-size:1rem;text-transform:capitalize}.sell-form-container .radio-label input[type=radio]{accent-color:var(--corporative-color);background-color:transparent}.sell-form-container .price-input{position:relative;display:flex;align-items:center}.sell-form-container .currency{position:absolute;left:.8rem;font-size:1rem}.sell-form-container .price-input input{padding-left:2rem}.sell-form-container .required{color:var(--corporative-color);margin-left:.25rem}.sell-form-container .checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer}.sell-form-container .checkbox-label input{margin-top:.25rem}.sell-form-container .error{border-color:#d32f2f!important}.sell-form-container .error-message{color:#d32f2f;font-size:.8rem;margin-top:.25rem;display:block}.sell-form-container .submit-button{background-color:var(--corporative-transparent-color);color:#fff;border:none;padding:1rem 2rem;font-size:1rem;font-weight:100;border-radius:0;text-transform:uppercase;cursor:pointer;transition:background-color .2s;margin-top:1rem}.sell-form-container .submit-button:hover{background-color:var(--corporative-color)}.sell-form-container .terms-section{margin-top:1rem}.form-progress-container{display:flex;flex-direction:column;margin-bottom:2rem;width:100%}.form-progress-fraction{text-align:center;font-size:.9rem;color:var(--dark-color);margin-bottom:.5rem;font-weight:300}.form-progress-bar{width:100%;height:2px;background-color:var(--sand-color);position:relative;overflow:hidden}.progress-fill{position:absolute;top:0;left:0;height:100%;background-color:var(--corporative-color);transition:width .3s ease}.form-navigation{display:flex;justify-content:space-between;margin-top:2rem}.back-button{background-color:var(--sand-color);color:var(--dark-color);border:none;padding:1rem 2rem;font-size:1rem;font-weight:100;border-radius:0;text-transform:uppercase;cursor:pointer;transition:background-color .2s}.back-button:hover{background-color:#f0e6d8}@media screen and (max-width: 576px){.form-navigation{flex-direction:column;gap:1rem}.back-button,.submit-button{width:100%}}@media screen and (max-width: 992px){.sell-form-container{max-width:85%;padding:0 2rem}.sell-form-container .form-title-sell{font-size:2.2rem;margin-bottom:2.5rem}.sell-form-container .form-description-sell{margin-bottom:2.5rem}}@media screen and (max-width: 768px){.sell-form-container{max-width:90%;margin-top:3rem;margin-bottom:3rem;padding:0 1.5rem}.sell-form-container .form-title-sell{font-size:2rem;margin-bottom:2rem}.sell-form-container .form-description-sell{font-size:1rem;margin-bottom:2rem}.sell-form-container .form-section h3{font-size:.75rem}.sell-form-container .name-fields,.sell-form-container .radio-group{gap:1rem}}@media screen and (max-width: 576px){.sell-form-container{max-width:100%;padding:0 1.2rem;margin-top:2rem;margin-bottom:2.5rem}.sell-form-container .form-title-sell{font-size:1.9rem;text-align:left;margin-bottom:1.5rem}.sell-form-container .form-description-sell{font-size:.95rem;margin-bottom:1.8rem;text-align:left}.sell-form-container .name-fields{flex-direction:column;gap:0}.sell-form-container .submit-button{width:100%}}@media screen and (max-width: 480px){.sell-form-container{max-width:100%;padding:0 1rem;margin-top:1rem;margin-bottom:2rem}.sell-form-container .form-title-sell{font-size:1.8rem;text-align:left;margin-bottom:1.2rem}.sell-form-container .form-description-sell{font-size:.9rem;margin-bottom:1.5rem;text-align:left}.sell-form-container .form-section h3{font-size:.75rem}.sell-form-container .radio-group{flex-direction:column;gap:.5rem}.sell-form-container .radio-label{font-size:.8rem}input[type=text],input[type=tel],input[type=email],input[type=number],select,textarea{padding:.7rem;font-size:.9rem}.sell-form-container .submit-button{width:100%;padding:.9rem;font-size:1rem}.sell-form-container .form-group label{font-size:.8rem}}@media screen and (max-width: 360px){.sell-form-container{padding:0 .8rem}.sell-form-container .form-title-sell{font-size:1.6rem;margin-bottom:1rem}.sell-form-container .form-description-sell{font-size:.85rem;margin-bottom:1.2rem}.sell-form-container .form-section h3{font-size:.7rem;letter-spacing:1px}input[type=text],input[type=tel],input[type=email],input[type=number],select,textarea{padding:.6rem;font-size:.85rem}.sell-form-container .radio-label,.sell-form-container .checkbox-label{font-size:.75rem}}.sell-wrapper{padding-top:0rem}.sell-page-background{display:flex;flex-direction:column;align-items:center;margin-bottom:0rem;text-align:center;background-color:transparent;background-image:linear-gradient(#0003,#0006),url(/images/salon.jpg);background-size:cover;background-position:center 60%;width:100%;height:50vh;justify-content:center}.sell-page-background h1{font-family:Georgia,Times New Roman,Times,serif;font-weight:100;font-size:3.5rem;text-align:center;margin-bottom:1rem;transition:transform .3s ease,opacity .3s ease;color:var(--light-color)}@media screen and (max-width: 768px){.sell-page-background{height:60vh;background-position:center}.sell-page-background h1{font-size:2.8rem;padding:0 1.5rem}}@media screen and (max-width: 480px){.sell-page-background{height:50vh}.sell-page-background h1{font-size:2.2rem;padding:0 1rem;margin-bottom:.8rem}}@media screen and (max-width: 360px){.sell-page-background h1{font-size:1.8rem}}.contact-with-valuation{display:flex;flex-direction:column}.contact-two-wrapper{display:flex;flex-direction:column;padding-top:6rem;padding-bottom:8rem;background-color:var(--light-color)}.first-line-contact{display:flex;flex-direction:column}.first-line-contact h1{width:100%;text-align:center;font-family:var(--serif-one-font);font-weight:100;font-size:6rem;color:var(--corporative-color);margin-bottom:0rem}.second-line-contact{display:flex;flex-direction:row;margin-top:1rem}.contact-two-info{flex:.3;display:flex;flex-direction:column;align-items:left;justify-content:center;text-align:left;box-sizing:border-box;padding:0 2.5rem 0 6rem;font-weight:100;height:auto;position:relative;overflow:hidden}.contact-two-info h4{display:flex;align-items:left;justify-content:flex-start;padding-top:1rem;margin-bottom:.5rem;text-transform:uppercase;font-weight:400;color:var(--corporative-color)}.contact-two-info h5{margin-bottom:0;font-weight:200;color:var(--dark-color)}.contact-two-info p{font-weight:200;color:var(--dark-color);margin-bottom:1rem}.contact-two-picture{flex:.7;display:flex;padding:0 6rem 0 2.5rem;justify-content:center}.contact-two-picture img{width:100%;height:auto;object-fit:cover}.contact-section{margin-bottom:2rem}.contact-icon{font-size:1.1rem;margin-right:8px;vertical-align:middle;color:var(--corporative-color)}.mornings,.afternoons{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:.5rem}.time-label{width:60px;flex-shrink:0;margin-right:2rem}.time-label h5{font-weight:300;color:var(--dark-color);margin:0}.time-hours{flex:1;text-align:left}.time-hours p{font-weight:200;color:var(--dark-color);margin:0;margin-bottom:.3rem}@media screen and (max-width: 991px){.contact-two-wrapper{padding-top:4rem;padding-bottom:7rem}.first-line-contact h1{font-size:4rem}.contact-two-info{padding:0 1.5rem 0 2rem}.contact-icon{font-size:1rem;margin-right:6px}.contact-two-picture{padding:0 2rem 0 1.5rem}.contact-two-picture img{width:90%}.mornings,.afternoons{margin-bottom:1.2rem}.time-label{width:55px;margin-right:1.5rem}}@media screen and (max-width: 767px){.contact-two-wrapper{padding-top:3rem;padding-bottom:5rem}.first-line-contact h1{font-size:3rem}.second-line-contact{flex-direction:column-reverse;margin-top:2rem}.contact-two-info{flex:1;padding:0 2rem;text-align:center;align-items:center;margin-top:2rem}.contact-two-info h4{justify-content:center}.contact-section{margin-bottom:1.5rem}.contact-two-picture{flex:1;padding:0 2rem}.contact-two-picture img{width:70%;max-width:300px}.mornings,.afternoons{justify-content:center;flex-direction:column;align-items:center;margin-bottom:1rem;text-align:center}.time-label{width:auto;margin-right:0;margin-bottom:.5rem}.time-hours{text-align:center}}@media screen and (max-width: 575px){.contact-two-wrapper{padding-top:5rem;padding-bottom:4rem}.first-line-contact h1{font-size:2.5rem}.contact-two-info{padding:0 1rem}.contact-icon{font-size:.9rem;margin-right:5px}.contact-section{margin-bottom:1.2rem}.contact-two-picture{padding:0 1rem}.contact-two-picture img{width:100%}.contact-two-info h4{font-size:1rem}.contact-two-info h5,.contact-two-info p{font-size:.9rem}.mornings,.afternoons{margin-bottom:.8rem}.time-label h5{font-size:.9rem}.time-hours p{font-size:.85rem;margin-bottom:.2rem}}@media screen and (max-width: 375px){.contact-icon{font-size:.8rem;margin-right:4px}.contact-two-info h4{font-size:.9rem}.contact-two-info h5,.contact-two-info p,.time-label h5{font-size:.85rem}.time-hours p{font-size:.8rem}}.south-card{display:flex;flex-direction:row;width:100%;border-top:1px solid var(--grey-color);border-bottom:.5px solid var(--grey-color);padding-top:2.5rem;padding-bottom:2.5rem}.south-card.image-right{flex-direction:row-reverse}.tarifa-img{flex:.7;display:flex}.tarifa-img img{width:100%}.tarifa-info{flex:.3;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:3rem;color:var(--corporative-color);gap:3rem}.tarifa-info h1{font-weight:300}.tarifa-info h2{font-weight:100;font-family:var(--serif-italic);font-style:italic;font-size:1.3rem}.info-features,.price{font-weight:100;text-transform:uppercase;font-size:.9rem}.separator-features{margin:0 .5rem;color:var(--grey-color)}.tarifa-info button{background-color:var(--dark-color);color:var(--light-color);text-transform:uppercase;font-size:.9rem;font-weight:100;padding:1rem 3rem;border:none;cursor:pointer}.tarifa-info button:hover{filter:brightness(1.2)}@media (max-width: 768px){.south-card{padding-top:2rem;padding-bottom:2rem}.tarifa-info{padding:0rem;gap:2rem}.tarifa-info h1{font-size:1.1rem}.tarifa-info h2{font-size:1rem}}@media (max-width: 480px){.south-card{flex-direction:column!important;padding-top:1.5rem;padding-bottom:1.5rem}.south-card.image-right{flex-direction:column!important}.tarifa-img{flex:none;width:100%}.tarifa-info{flex:none;padding:1rem 0rem;gap:.5rem;justify-content:center;align-items:flex-start;text-align:left}.tarifa-info h1{font-size:1rem;margin:0}.tarifa-info h2{font-size:.9rem;margin:0;margin-top:.4rem}.info-features{margin-top:.4rem;font-size:.8rem}.price{font-size:.8rem;font-weight:300;margin:0;margin-top:.3rem}.tarifa-info button{padding:.8rem 2rem;font-size:.7rem}}@media (max-width: 360px){.tarifa-info{padding:1rem .5rem;gap:1rem}.separator-features{margin:0 .3rem}.info-features{font-size:.75rem}}.south-homes-wrapper{display:flex;flex-direction:column;padding-top:23vh;margin-left:3rem;margin-right:3rem;padding-bottom:2.5rem}css.south-homes-wrapper{display:flex;flex-direction:column;padding-top:23vh;margin-left:3rem;margin-right:3rem;padding-bottom:2.5rem}@media (max-width: 1024px){.south-homes-wrapper{padding-top:20vh;margin-left:2.5rem;margin-right:2.5rem}}@media (max-width: 768px){.south-homes-wrapper{padding-top:18vh;margin-left:2rem;margin-right:2rem;padding-bottom:2rem}}@media (max-width: 640px){.south-homes-wrapper{padding-top:15vh;margin-left:1.5rem;margin-right:1.5rem}}@media (max-width: 480px){.south-homes-wrapper{padding-top:14vh;margin-left:1rem;margin-right:1rem;padding-bottom:1.5rem}}@media (max-width: 360px){.south-homes-wrapper{padding-top:10vh;margin-left:.5rem;margin-right:.5rem;padding-bottom:1rem}}.privacidad-container{max-width:800px;margin:0 auto;padding:6rem 1rem 2rem;font-family:var(--main-font);line-height:1.6;color:var(--corporative-color)}.privacidad-content{background:var(--light-color);border-radius:8px;padding:2rem}.privacidad-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:2rem;color:var(--corporative-color);border-bottom:1px solid var(--corporative-color);padding-bottom:1rem}.privacidad-section{margin-bottom:2.5rem}.section-heading{font-size:1.4rem;font-weight:300;color:var(--corporative-color);margin-bottom:1rem;padding:.5rem 0 .5rem 1rem}.section-paragraph:empty{display:none}.section-paragraph:has(text){white-space:pre-line}.contact-info{margin-top:3rem;padding:1.5rem;border-left:4px solid #28a745;text-align:center}@media (max-width: 768px){.privacidad-container{padding:1rem}.privacidad-content{padding:1.5rem}.privacidad-title{font-size:2rem}.section-heading{font-size:1.2rem}.section-content{margin-left:.5rem}}@media (max-width: 480px){.privacidad-container{padding:.5rem}.privacidad-content{padding:1rem}.privacidad-title{font-size:1.8rem}.section-heading{font-size:1.1rem;padding-left:.8rem}.section-content{margin-left:.2rem}}.cookies-container{max-width:800px;margin:0 auto;padding:6rem 1rem 2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:var(--corporative-color)}.cookies-content{background:var(--light-color);border-radius:8px;padding:2rem}.cookies-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:2rem;color:var(--corporative-color);border-bottom:1px solid var(--corporative-color);padding-bottom:1rem}.cookies-intro{margin-bottom:2rem;padding:1.5rem;border-radius:8px}.intro-paragraph{margin:0;font-size:1.1rem;color:var(--corporative-color);text-align:center;font-weight:500}.cookies-section{margin-bottom:2.5rem}.section-heading{font-size:1.4rem;font-weight:600;color:var(--corporative-color);margin-bottom:1rem;padding:.5rem 0 .5rem 1rem}.section-content{margin-left:1rem}.section-paragraph{margin-bottom:1rem;text-align:justify;color:var(--corporative-color)}.cookies-list{display:grid;gap:1.5rem;margin-top:1rem}.cookie-type{padding:1.5rem;background:transparent;border:1px solid var(--corporative-color);transition:transform .2s ease,box-shadow .2s ease}.cookie-type:hover{transform:translateY(-2px)}.cookie-type-title{font-size:1.1rem;font-weight:600;color:var(--corporative-color);margin-bottom:.8rem;margin-top:0}.cookie-description{margin:0;color:var(--corporative-color);line-height:1.5}.browsers-list{margin:1.5rem 0;padding:1rem 1.5rem;background:transparent;border-radius:6px;list-style:none}.browsers-list li{color:var(--prueba-color);font-weight:500;border-bottom:1px solid #e0e0e0;position:relative;padding:.5rem 0 .5rem 1.5rem}.browsers-list li:last-child{border-bottom:none}.browsers-list li:before{content:"🌐";position:absolute;left:0;top:.5rem}.management-note{margin-top:1rem;padding:1rem;border-radius:6px;color:#bf360c;font-weight:500;border-left:1px solid var(--prueba-color);border-right:1px solid var(--prueba-color)}.contact-info{margin-top:3rem;padding:1.5rem;border-radius:8px;border-left:1px solid var(--prueba-color);border-right:1px solid var(--prueba-color);text-align:center}.contact-paragraph{margin-bottom:1rem;color:#555}.contact-email{font-size:1.1rem;margin:0;color:#2c3e50}.contact-email strong{color:#e67e22}@media (max-width: 768px){.cookies-container{padding:1rem}.cookies-content{padding:1.5rem}.cookies-title{font-size:2rem}.section-heading{font-size:1.2rem}.section-content{margin-left:.5rem}.cookie-type{padding:1rem}}@media (max-width: 480px){.cookies-container{padding:.5rem}.cookies-content{padding:1rem}.cookies-title{font-size:1.8rem}.section-heading{font-size:1.1rem;padding-left:.8rem}.section-content{margin-left:.2rem}.cookies-intro{padding:1rem}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}*{box-sizing:border-box;font-family:Scto Grotesk A,Helvetica,Arial,sans-serif}html{padding:0;margin:0;width:100%;height:100%;overflow-x:hidden;overscroll-behavior-y:none}body{padding:0;margin:0;width:100%;overflow-x:hidden;overflow-y:auto;background-color:var(--light-color);overscroll-behavior-y:none;scroll-behavior:smooth}:root{--corporative-color: #113247;--corporative-transparent-color: #113247b9;--light-color: #F1F1ED;--light-transparent-color: #f1f1edc7;--light-transparent-gradient: linear-gradient(to top, rgba(243, 241, 233, .8), rgba(243, 241, 233, 0));--nude-color: #E1D6C8;--taupe-color: #A69277;--taupe-light-color: #b8aa8e;--dark-color: #3B3B3C;--sand-color: #E3E1D9;--darksand-color: #A59E8C;--prueba-color: #88979D;--or-color: #AB976E;--grey-color: #DAD4D1;--main-font: "Scto Grotesk A", Helvetica, Arial, sans-serif;--serif-one-font: "Playfair", serif;--serif-italic: "Playfair-italic"}
