@import"https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Syne:wght@400..800&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:"Manrope",Sans-serif!important;--black: #0f0f0f;--white: #fff;--gray: #f0f0f0;--blue: #000092;--secondary: #6c757d;--navyblue: #000080;--orange: #ff6600;--red-error: #ff0000}h1,h2,h3{margin:0}a{text-decoration:none;color:inherit}.home-header{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:flex-start;overflow:hidden}.home-bg-carousel{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-2}.home-bg-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity 2s ease-in-out,transform 15s ease-in-out;transform:scale(1)}.home-bg-slide.active{opacity:1;transform:scale(1.1)}.home-bg-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000a1;z-index:-1;pointer-events:none}.header-content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;max-width:683px;margin-left:0;padding:0 51px;z-index:1}.header-content p{font-size:20px;max-width:525px;color:#fcfcfc;margin:15px 0 0}.home-title{color:#fcfcfc;font-family:"Raleway",Sans-serif!important;font-size:51px;font-weight:400;line-height:1.1em;margin:0 0 10px;text-align:left;width:670px}.home-title strong{font-weight:600}@media (max-width: 768px){.home-header{padding-left:10px!important;justify-content:left;text-align:left}.home-header>div{margin-left:0;width:100%}.header-content{align-items:left;padding:0 20px}.header-content p{font-size:16px;width:55%!important}.home-title,.home-title strong{font-size:36px}.home-intro p{width:90%}}@media (max-width: 480px){.home-title,.home-title strong{font-size:28px}.header-content p{font-size:16px!important;width:95%!important}.home-header>div{margin-left:0}.home-intro h2{padding:0 5px!important;font-size:31px!important}.home-intro h3{font-size:16px!important}.home-intro p{padding:0 5px!important;font-size:15px!important;text-align:center}}.home-intro{padding:65px 0;background:#000;color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;gap:24px}.home-intro h3{font-size:17px}.home-intro h2{font-size:38px}.home-intro p{font-size:18px;width:60%;line-height:1.5em}.home-header:before{background-image:var(--background-url)}.home-options{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;align-content:center}.home-options>div{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:50%;height:500px;color:#fff;text-align:center;background-size:cover;background-position:center;overflow:hidden;cursor:pointer}.home-options>div:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1;transition:background .3s ease}.home-options>div:hover:before{background:#0000004d}.home-options>div>*{position:relative;z-index:2;letter-spacing:2px}.home-options>div>svg{width:100px;height:100px;margin-bottom:10px}.home-options>div.desarrollos{background-image:var(--background-desarrollos)}.home-options>div.propiedades{background-image:var(--background-propiedades)}@media (max-width: 750px){.home-options>div{width:100%;min-width:300px}}.home-list-desarrollos{position:relative;background-color:#000;padding-bottom:60px;z-index:1}.home-list-desarrollos>div:first-child{background-color:#fff;padding:35px 30px 65px;position:relative;z-index:1}.home-list-desarrollos h2{color:#000;font-size:22px;text-align:left;margin-bottom:0}.home-list-desarrollos .divider{background-color:#2300ff;height:3px;width:159px;margin:1px 0}.home-list-desarrollos>div:nth-child(2){display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;gap:20px;padding:0 30px;position:relative;z-index:1;margin-top:-50px}.home-list-desarrollos .card-desarrollos{transition:transform .3s ease}.home-list-desarrollos .card-desarrollos:hover{transform:translateY(-5px)}.div-carrusel-logos{width:100%;background-color:#000;padding:21px 0}.footer-bottom{background-color:#000;width:100%}.logo-casa{width:60px;margin-bottom:15px}.nosotros-header{--header-height: 100vh;--overlay-color: rgba(0, 0, 0, .075);--text-color: #ffffff;--transition-speed: .3s}.static-header{position:relative;width:100%;height:var(--header-height);min-height:600px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}.static-header:before{content:"";position:absolute;inset:0;background-color:var(--overlay-color);z-index:1;-webkit-backdrop-filter:blur(.5px);backdrop-filter:blur(.5px)}@media (max-width: 768px){.nosotros-header{--header-height: 85vh}.static-header{background-attachment:scroll}}.hero-modern{--hero-h: 85vh;--overlay-color: rgba(0, 0, 0, .63);--text-color: #ffffff;position:relative;width:100%;min-height:100vh;height:var(--hero-h);display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;z-index:1;background-image:var(--bg-image);background-position:center;background-size:cover;background-repeat:no-repeat;background-color:#1a1a1a}.hero-modern:before{content:"";position:absolute;inset:0;background-color:var(--overlay-color);z-index:-1;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);transition:background-color .3s ease}@media (hover: hover) and (pointer: fine){.hero-modern{background-attachment:fixed}}@media (max-width: 768px){.hero-modern{height:70vh;background-attachment:scroll}}.carrusel-container{overflow:hidden;width:75%;background-color:inherit;padding:1rem 0;margin:auto}.carrusel-track{display:flex;width:200%;animation:scrollLeft 60s linear infinite}@media screen and (max-width: 500px){.carrusel-track{animation:scrollLeft 10s linear infinite}}.carrusel-item{flex:0 0 auto;width:150px;margin:0 1rem;display:flex;justify-content:center;align-items:center}.carrusel-item img{width:100%;max-height:80px;object-fit:contain;filter:grayscale(100%);transition:filter .3s}.carrusel-item img:hover{filter:grayscale(0%)}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}.footer-div{width:100%;background-color:#fff;margin:20px 0;padding:20px}.footer-div h2,.footer-div h2 strong{text-align:left;font-size:57px;font-weight:400}.footer-div h2 strong{font-weight:700;font-style:italic}.contact-info .info-links{display:flex;flex-direction:column;flex-wrap:wrap;align-items:flex-start;gap:20px;width:fit-content}.info-links a{display:flex;flex-direction:row;align-items:center;gap:10px;font-size:22px;font-weight:600}.info-links a:hover{color:#535353}.info-links a svg{font-size:25px}.contact-form{display:flex;flex-direction:column;flex-wrap:wrap;align-items:flex-start;width:fit-content}.contact-form-container{width:fit-content}.footer-content{display:flex;gap:30px;flex-wrap:wrap;flex-direction:row;padding:15px 30px;justify-content:space-around}.contact-form-container h3{margin-bottom:20px}.contact-form-container input,.contact-form-container textarea{border:none;padding:10px;width:100%;resize:none}.contact-form-container input:focus,.contact-form-container textarea:focus{outline:none}.contact-form-container button{margin-left:auto;margin-top:10px;padding:10px 20px;background-color:#000;color:#fff;border:none;border-radius:4px;cursor:pointer;display:flex;align-items:center;gap:10px}.social-media{display:flex;flex-direction:row;align-items:center;width:100%;gap:16px;font-size:25px;justify-content:center}.social-media a{color:inherit;text-decoration:none;color:#fff}.footer-bottom>p{font-size:16px;color:#fff;margin:0}.footer-bottom{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#000;margin-top:20px;color:#fff;padding:50px 0 25px;gap:20px}.instagram-link:hover{color:#e1306c}.linkedin-link:hover{color:#0077b5}.facebook-link:hover{color:#1877f2}.twitter-link:hover{color:#1da1f2}.youtube-link:hover{color:red}.whatsapp-link:hover{color:#25d366}@media (max-width: 480px){.footer-div h2,.footer-div h2 strong{font-size:39px}.contact-form>div{width:100%!important}.footer-content{padding:15px 12px}.contact-info{overflow-wrap:anywhere}.info-links a{font-size:15px}}.contact-form>div{display:flex;flex-direction:row;align-items:center;gap:14px;border:none;border-bottom:#636363 solid 1.5px;padding:0 10px;width:400px;margin-bottom:8px}.contact-form>div svg{font-size:20px;color:#161616}.contact-info{display:flex;flex-direction:column;gap:25px}.escriturar-badge{display:flex;align-items:center;gap:5px;background-color:#2300ff;color:#fff;font-size:13px;font-weight:600;padding:6px 10px;border-radius:0 5px 5px 0;margin-top:15px}.escriturar-badge svg{font-size:14px}.card-content.with-alert{padding-top:40px}.card-desarrollos{position:relative;width:315px;height:480px;background-size:cover;background-position:center;overflow:hidden;cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:3px}.card-desarrollos:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1;transition:background .3s ease}.card-desarrollos:hover:before{background:#0000004d}.card-content h3{text-transform:uppercase;font-size:18px;margin-bottom:10px;font-weight:600;letter-spacing:2px}.card-footer a{display:block;padding:10px 15px;color:#fff;text-decoration:none;font-weight:400;font-size:14px;text-transform:lowercase}.Btn{display:flex;align-items:center;justify-content:flex-start;width:45px;height:45px;border:none;border-radius:50%;cursor:pointer;position:fixed;bottom:20px;right:20px;overflow:hidden;transition-duration:.3s;box-shadow:2px 2px 10px #0003;background-color:#00d757;z-index:9999}.sign{width:100%;transition-duration:.3s;display:flex;align-items:center;justify-content:center}.sign svg{width:25px}.sign svg path{fill:#fff}.text{position:absolute;right:0%;width:0%;opacity:0;color:#fff;font-size:1.2em;font-weight:600;transition-duration:.3s}@media (min-width: 800px){.Btn:hover{width:150px;border-radius:40px;transition-duration:.3s}.Btn:hover .sign{width:30%;transition-duration:.3s;padding-left:10px}.Btn:hover .text{opacity:1;width:70%;transition-duration:.3s;padding-right:10px}.Btn:active{transform:translate(2px,2px)}}.home-header{min-height:100vh}.navbar{position:fixed;top:0;left:0;width:100%;z-index:999;display:flex;align-items:center;justify-content:space-between;padding:.5rem 2rem;transition:background-color .4s ease,top .4s ease,backdrop-filter .4s ease;height:100px}.navbar-transparent{background:transparent}.admin-navbar{background:#000000dc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.navbar-blur,.navbar-links.active{background:#0000004d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.navbar-hidden{top:-120px}.navbar-logo img{height:40px}.navbar-links{display:flex;align-items:center;gap:1.5rem}.navbar-links a{color:#f3f2f2;text-decoration:none;font-weight:500;font-size:17px;line-height:1.5em;position:relative;transition:color .3s ease}.navbar-links a:after{content:"";position:absolute;width:0%;height:2px;left:0;bottom:-4px;background-color:#fff;transition:width .3s ease}.navbar-links a:hover{color:#fff}.navbar-links a:hover:after{width:100%}.navbar-toggle{display:none;cursor:pointer;width:30px;height:22px;flex-direction:column;justify-content:space-between}.bar{width:100%;height:4px;background-color:#fff;transition:transform .3s ease,opacity .3s ease}.navbar-toggle.open .bar:nth-child(1){transform:rotate(45deg) translateY(12px)}.navbar-toggle.open .bar:nth-child(2){opacity:0}.navbar-toggle.open .bar:nth-child(3){transform:rotate(-45deg) translateY(-12px)}.navbar-actions{line-height:0px}@media (max-width: 768px){.navbar-blur,.navbar-links.active{background:#000000ed;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.navbar-links{position:absolute;top:100px;right:0;flex-direction:column;width:100%;max-height:0;overflow:hidden;transition:max-height .4s ease-in-out}.navbar-links.active{max-height:90vh;padding:1rem 0}.navbar-links a{padding:1rem;text-align:center}.navbar-toggle{display:flex}}.nosotros-header{padding:0!important}.nosotros-header:before{filter:brightness(.3)!important}.nosotros-header,.nosotros-header div{justify-content:center!important;align-items:center!important;margin-left:0}.nosotros-header>div>h1{text-align:center!important;font-size:24px!important;letter-spacing:7px}.nosotros-header .header-content{margin:0!important}.nosotros-intro h3{font-size:20px!important}.nosotros-divider-photo{position:relative;width:100%;height:60vh;overflow:hidden;display:flex;align-items:center;justify-content:flex-start;padding-left:51px;color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat}.nosotros-services{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:50px;padding:65px 40px;color:#000;background:#fff;text-align:center}.nosotros-services>div>div{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;justify-content:center;margin-bottom:40px;gap:20px}.nosotros-services>div>div>div{min-width:300px;max-width:750px;margin:10px;text-align:left}.nosotros-services>div>h2{font-size:30px;font-weight:500;margin-bottom:40px;text-align:left}.nosotros-services>div>div>div>svg{font-size:100px}.nosotros-services>div>div>div>div>div>h3{letter-spacing:1px;font-size:21px;font-weight:700;text-transform:uppercase;margin-bottom:12px}.nosotros-services>div>div>div>div>div{width:fit-content}.nosotros-services>div>div>div>div>p{font-size:17px;font-weight:300;text-align:justify;width:661px;margin-right:80px;margin-bottom:8px}@media (max-width: 850px){.nosotros-services>div>div>div>div>p{font-size:17px;font-weight:300;text-align:center;width:100%;margin-right:0;margin-bottom:8px}}@media (max-width: 480px){.nosotros-intro p{width:78%!important}.nosotros-intro{padding:110px 0!important}.nosotros-services{padding:65px 10px}.nosotros-services>div>div>div>div>h3{font-size:17px;font-weight:500;text-transform:uppercase}.nosotros-services>div>div>div{display:flex;flex-direction:column;align-items:center}.nosotros-services>div>div>div{text-align:center}.nosotros-differential{padding:80px 20px!important}}.nosotros-differential{background-color:#fff;text-align:left;padding:80px 15%}.nosotros-differential>div{width:fit-content}.nosotros-differential h3{font-size:30px}.nosotros-differential>p{font-size:17px;font-weight:400;margin-bottom:10px;text-align:left;line-height:41px}.contact-header{height:70vh!important;min-height:auto!important}.contact-header h1{font-size:30px!important;white-space:normal;word-wrap:break-word;width:auto}.contacto-main p{letter-spacing:3px}.contacto-main{padding:80px 0;background-color:#000;color:#fff;text-align:center}.contacto-main>div{width:fit-content;margin:auto auto 30px}.contacto-main iframe{width:100%;height:500px;border:none}.nosotros-team{width:100%;margin:auto;padding:5% 20% 10%;background-color:#000}.nosotros-team-header{width:fit-content;margin-bottom:20px}.nosotros-team h3{text-align:left;color:#fff;width:fit-content}.nosotros-team>div{display:flex;flex-direction:column;gap:10px}.nosotros-team>div>div{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-items:stretch}.nosotros-team>div>div img{width:100%;height:100%;object-fit:cover;display:block}.nosotros-team>div>img{width:100%;height:auto;object-fit:cover}.nosotros-team img{border-radius:3px}@media (max-width: 768px){.nosotros-team>div>div{grid-template-columns:1fr}.nosotros-team>div>div img{height:auto}}.nosotros-intro{padding:170px 0;background:#000;color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;gap:24px;flex-wrap:wrap}.nosotros-intro>div{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;gap:75px}.nosotros-intro h3{font-size:20px;letter-spacing:4px}.nosotros-intro h2{font-size:38px}.nosotros-intro p{font-size:21px;width:60%;line-height:1.5em;text-align:justify}.header-content.desarrollos h1{font-size:30px!important;text-align:center!important;letter-spacing:4px;overflow-wrap:break-word;width:fit-content}.header-content.desarrollos{margin:0;padding:0}.desarrollos-header{padding:0;height:70vh;justify-content:center!important}.desarrollos-section{background-color:#000;padding:20px 0 70px}.desarrollos-cards-abiertos{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;gap:20px;padding:0 30px}.desarrollos-section-header{color:#fff;text-align:left;padding:50px 30px 20px;width:fit-content;margin-left:80px}.desarrollos-section-header>.divider{width:20%!important}.desarrollos-section-header>h2{font-size:19px;font-family:"Raleway",Sans-serif!important;font-weight:400}.card-square>div{width:422px}@media (max-width: 480px){.desarrollos-section-header{margin-left:0;text-align:center}.header-content.desarrollos{width:fit-content}.desarrollos-section-header>.divider{margin:auto}}.propiedades-header{height:40vh!important;min-height:40vh!important}.propiedades-main{background-color:#000;padding:20px 0 70px;min-height:60vh}.propiedades-list{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-around;gap:30px;padding:50px 7%}.propiedades-empty{color:#d33232;font-size:16px;font-weight:600;margin-top:100px}@media (max-width: 500px){.propiedades-header{height:50vh!important}.propiedades-header>h1{font-size:20px!important}}.card-header{position:absolute;top:0;left:0;z-index:3}.card-propiedades{position:relative;width:315px;height:480px;background-size:cover;background-position:center;overflow:hidden;cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:3px}.card-propiedades:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1;transition:background .3s ease}.card-propiedades:hover:before{background:#0000004d}.card-content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:20px;text-align:center;color:#fff}.card-content p{font-size:13px;font-weight:400;letter-spacing:2px}.card-footer{position:absolute;bottom:0;right:0;z-index:2;background-color:#000;border-radius:3px 0 0}.card-footer a{display:block;padding:10px 15px;color:#fff;text-decoration:none;font-weight:400;font-size:14px}.card-footer a:hover{background-color:#fff;color:#000;border-radius:3px 0 0}.card-footer-propiedades{width:100%;height:40vh;background:#ffffff24;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:2;color:#fff;padding:10px 5px}.prop-card-top{display:flex;align-items:center;justify-content:space-between;padding:0 3px;font-size:13px;margin-bottom:7px;gap:10px}.prop-card-top>span{padding:5px 7px;border-radius:5px;background:#1010108a;font-weight:700;color:#fff;font-size:13px;text-transform:uppercase;letter-spacing:1px;text-align:center}.prop-card-location{font-size:14px;font-weight:600;width:fit-content}.prop-card-price{font-size:35px;margin:5px 0 0 9px;font-weight:600}.prop-card-price>span{font-size:15px;font-weight:500}.prop-card-price-consulta{margin:5px 0 0 9px;font-weight:600;font-size:27px}.prop-card-fake-address{margin:5px 0 0 9px;font-size:14px;font-weight:500;display:flex;gap:19px;align-items:center}.prop-card-fake-address>div{display:flex;align-items:center;gap:5px}.prop-card-fake-address>div svg{font-size:17px}.prop-card-details{display:flex;align-items:center;margin-top:15px;gap:10px;flex-wrap:wrap;justify-content:space-evenly;padding:0 5px}.prop-card-details div{color:#fff;font-size:15px;display:flex;gap:4px;align-items:center;background:#b5afaf8a;padding:3px 8px;border-radius:5px}.prop-card-type{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);z-index:2;margin-left:auto;padding:3px 14px;background:#00000057;border-radius:0 0 0 5px;font-weight:600;color:#fff;font-size:15px}.prop-card-featured{width:fit-content;align-self:flex-start;padding:5px 13px;z-index:10;background:#d14343;font-size:15px;position:absolute;color:#fff;top:20px;display:flex;font-weight:600;border-radius:0 5px 5px 0;align-items:center;gap:5px}.loader{width:3.25em;transform-origin:center;animation:rotate4 2s linear infinite}.loader>circle{fill:none;stroke:#fff;stroke-width:2;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:dash4 1.5s ease-in-out infinite}@keyframes rotate4{to{transform:rotate(360deg)}}@keyframes dash4{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-125px}}.main-loader-detprop{height:100vh;width:100%;background-color:#000;display:flex;align-items:center;justify-content:center}.main-loader{height:100%;width:100%;background-color:#000;display:flex;align-items:center;margin-top:150px;justify-content:center}.loader-container{height:90vh;display:flex}.loaderbars{margin:auto;width:45px;aspect-ratio:1;--c: no-repeat linear-gradient(#000 0 0);background:var(--c),var(--c),var(--c);animation:l18-1 1s infinite,l18-2 1s infinite}@keyframes l18-1{0%,to{background-size:20% 100%}33%,66%{background-size:20% 20%}}@keyframes l18-2{0%,33%{background-position:0 0,50% 50%,100% 100%}66%,to{background-position:100% 0,50% 50%,0 100%}}.select-order{z-index:800;width:185px}.select-order__control{background:#000!important}.select-order__control:hover,.select-order__control:focus{border:1px solid #fff!important;box-shadow:0 0 0 1px #bbb}.select-order__single-value{color:#fff}.select-order__menu-list,.select-order__option{background-color:#000!important}.select-order__option:hover{background-color:#e4e4e4!important;color:#000}.select-order__option--is-selected{background-color:#1822a5!important;color:#000}.select-order__single-value{color:#fff!important}.filter-component{color:#fff}.propiedades-filters{display:flex;align-items:flex-end;width:95%;margin:auto;justify-content:space-between;gap:22px}.filter-container{position:relative;width:100%;max-width:700px}.filter-bar>div{font-size:17px;display:flex;align-items:center;font-weight:600;gap:10px}.filter-bar{background:#d3d3d396;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:8px;padding:15px 20px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .2s ease;position:relative;z-index:100}.filter-bar:hover{background:#eeededdb}.filter-bar.active{border-radius:8px 8px 0 0;border-bottom:none}.arrow{line-height:0px;transition:transform .2s ease}.arrow.rotated{transform:rotate(180deg)}.filter-panel{position:absolute;top:100%;background:#212121a6;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);left:0;right:0;border-top:none;border-radius:0 0 8px 8px;z-index:99}.filter-content{padding:20px;min-height:200px;display:flex;flex-direction:column;gap:10px}.filter-content p{margin:0;color:#666;font-style:italic;text-align:center;padding:40px 0}@media (max-width: 768px){.filter-container{margin:10px;max-width:calc(100% - 20px)}.filter-bar{padding:12px 16px}.filter-content{padding:16px}.propiedades-filters{flex-direction:column}.filter-group-number{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;flex-wrap:wrap;gap:17px}}.filter-group{display:flex;flex-direction:column;gap:19px}.filter-type{margin-bottom:5px;font-weight:600;font-size:14px}.filter-bar-container{color:#fff;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;width:90%;justify-content:space-between;margin:auto;gap:10px}.localidad-barrios-select{display:flex;flex-direction:row;gap:6px}.filter-group-number{display:flex;justify-content:space-around;align-items:center;flex-direction:row;gap:30px}.filter-price{display:flex;flex-direction:column;gap:5px;width:282px}.filter-bar-container .filter-type,.div-ubi-select{width:225px!important;display:flex!important;gap:5px;flex-direction:column!important;align-items:flex-start!important}.filter-bar-container .filter-type span,.div-ubi-select>span,.filter-group-number span,.filter-price>span{margin-bottom:5px;font-weight:600;font-size:14px}.filter-group{display:flex;flex-direction:row;flex-wrap:wrap;gap:15px;align-items:flex-start}.filter-bar-container input{padding:4px 2px;border:none;outline:none;width:50px;border-radius:5px;font-size:16px;text-align:center}.filter-number{display:flex;gap:9px;width:fit-content;align-items:flex-start;flex-direction:column}.filter-number>div{display:flex;gap:5px}.price-select-group{display:flex;justify-content:space-between;width:100%;gap:7px}.filter-actions{display:flex;justify-content:flex-end;gap:10px;margin-left:auto;align-self:end}.filter-actions button{padding:3px 7px;border:none;border-radius:8px;font-size:14px;font-weight:600}.filter-actions button:hover{cursor:pointer}.filter-actions .search{background:#1822a5;color:#fff}.filter-actions button:disabled{background:#555;color:#aaa;cursor:not-allowed}@media (max-width: 768px){.filter-bar-container .filter-type,.div-ubi-select{width:100%!important}.filter-group-number{display:flex;justify-content:flex-start;flex-wrap:wrap}.localidad-barrios-select{flex-wrap:wrap;gap:15px}.filter-bar-container{justify-content:flex-end}}.paginator{display:flex;justify-content:center;align-items:center;gap:10px;justify-content:flex-end;padding:50px 7%}.paginator button{font-size:15px;padding:5px 9px;border:1px solid #ccc;background:#fff;cursor:pointer;border-radius:4px;line-height:0px}.paginator button:disabled{opacity:.5;cursor:not-allowed}.paginator span{font-weight:700;color:#fff}.detalle-desarrollo{position:relative;background-size:cover;background-position:center;background-attachment:fixed;background-repeat:no-repeat;margin:0;padding:0;z-index:0}.detalle-desarrollo:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;z-index:-1}.detalle-header h1{font-size:15px!important;letter-spacing:8px;text-align:center!important;width:fit-content;margin-bottom:15px!important;margin:auto;white-space:normal;word-wrap:break-word}.detalle-header>div{margin:0;padding:0}.detalle-header{padding:0!important;height:85vh;justify-content:center!important}.detalle-header>div>img{margin:auto;width:300px}.detalle-intro{background-color:#000;color:#fff;padding:50px 0;display:flex;flex-direction:column;align-items:center}.detalle-intro>div{display:flex;align-items:center;justify-content:space-between;margin:0 6%;padding:3% 0;width:90%}.detalle-intro>div>div h2{font-size:20px;font-weight:500;text-transform:uppercase}.detalle-intro>div>p{font-size:15px;font-weight:300;letter-spacing:2px}.detalle-intro>p{margin:0 0 4%;font-size:18px;padding:0 5%!important;letter-spacing:2px;text-align:justify}.detalle-medidas{color:#fff;width:90%;margin:auto;display:flex;padding:5%;justify-content:space-around;align-items:center;gap:20px}.detalle-medidas>div{display:flex;justify-content:space-between;padding:10px 0;flex-direction:column;flex-wrap:wrap;align-items:center}.detalle-medidas>div:first-child{align-items:flex-start}.detalle-medidas>div>h2{font-size:45px;font-weight:800}.detalle-medidas>div>p{font-size:15px;font-weight:400}.detalle-medidas>div{font-size:70px;font-weight:700}.detalle-medidas>div>span{font-size:17px;font-weight:400;text-transform:uppercase}.detalle-services-maps{background-color:#000;padding:8% 5%}.detalle-services-maps iframe{width:100%;height:500px;border:none;border-radius:3px}.detalle-services{margin:90px 0 0;display:flex;color:#fff;align-items:center;justify-content:center;gap:90px}.detalle-services h3{font-size:30px;font-weight:400}.detalle-services-div{display:flex;flex-direction:row;flex-wrap:wrap;padding:0;gap:60px;align-items:center}.icon-service{display:flex;flex-direction:column;align-items:center;flex-wrap:nowrap;width:80px;gap:7px}.service-icon{display:inline-block;font-size:70px;color:#fff;margin:0!important;padding:0!important;height:auto;width:auto;line-height:0}.service-description{font-family:"Raleway",Sans-serif!important;font-size:12px;font-weight:600;text-align:center}.icon-service img{max-width:65px}.services-photos{display:flex;flex-direction:column;gap:10px;padding:2% 1%;background:#000}.services-photos-header{text-align:center}.main-service-img{width:100%;height:60vh;object-fit:cover;border-radius:3px}.services-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.services-gallery img{width:100%;height:70vh;object-fit:cover;border-radius:3px}.detalles-mas-desarrollos{background-color:#000;padding:3% 0}.detalles-mas-desarrollos-header{padding:0 60px;color:#fff;display:flex;align-items:center;justify-content:space-between;margin:0 auto 40px;width:90%}.detalles-mas-desarrollos-header a{padding:5px 10px;background:#fff0;border-radius:3px;color:#fff}.detalles-mas-desarrollos-header a:hover{background-color:#fff;color:#000}@media (max-width: 768px){.services-gallery{grid-template-columns:1fr 1fr}}@media (max-width: 480px){.services-gallery{grid-template-columns:1fr}.detalles-mas-desarrollos-header{width:100%;padding:0 3%}}@media (max-width: 480px){.detalle-intro>div{align-items:center!important;justify-content:center!important;flex-wrap:wrap!important;gap:2px;margin:0 6% 15px}}@media (max-width: 700px){.detalle-medidas{flex-direction:column!important}.detalle-medidas>div:first-child{align-items:center!important;text-align:center!important}.detalle-services{flex-direction:column!important;align-items:center!important;align-items:flex-start!important;gap:50px}.detalle-services-div{justify-content:center;margin-bottom:20px}}.main-detalle-propiedad:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:-1}.main-detalle-propiedad{position:relative;background-size:cover;background-position:center;background-attachment:fixed;background-repeat:no-repeat;z-index:0;padding-top:120px}.detalle-propiedad{color:var(--white);padding:35px 4% 5%;margin:0% 15%;backdrop-filter:blur(11px) saturate(156%);-webkit-backdrop-filter:blur(11px) saturate(169%);background-color:#0006;border-radius:10px;border:.5px solid rgba(255,255,255,.125)}.header-detalle-propiedad{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px;flex-direction:column}.header-detalle-propiedad>div{display:flex;align-items:center;gap:15px}.header-detalle-propiedad>div>button{background:none;border:none;color:var(--white);cursor:pointer;font-size:16px;font-weight:600;padding:8px 12px;border-radius:3px;transition:background .3s}.header-detalle-propiedad>div>button:hover{background:var(--white);color:var(--black)}.header-detalle-propiedad>div>button.active{background:#ffffffe0;color:#000;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.icon-detalle{width:15px;height:15px;filter:invert(100%)}.detalle-propiedad-subtitle{display:flex;align-items:center;justify-content:space-between;margin:20px 0 10px}.detalle-propiedad-data{padding:0 5px;margin:20px 0 10px}.precio-detalle-propiedad{font-size:30px;font-weight:700;width:fit-content;margin:10px 0;padding:5px 10px;border-radius:4px}.detalle-propiedad-icons{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px;margin-left:auto;justify-content:space-around;margin-bottom:30px}.detalle-propiedad-icons>div{display:flex;align-items:center;gap:5px;flex-direction:column}.detalle-propiedad-icons>div>svg{font-size:26px}.detalle-propiedad-icons>div>img{width:26px;height:26px}.detalle-propiedad-icons>div>span>span{font-size:20px;font-weight:600;margin-right:5px}.detalle-propiedad-operacion{padding:5px;border-radius:7px;font-weight:600;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.accordion-section{background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:8px;margin-bottom:15px;overflow:hidden;transition:all .3s ease-in-out}.accordion-section header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;cursor:pointer;-webkit-user-select:none;user-select:none}.accordion-section h3{font-size:18px;font-weight:600;color:var(--white);margin:0}.accordion-icon{font-size:20px;color:var(--white);transition:transform .3s ease}.accordion-section.open .accordion-icon{transform:rotate(180deg)}.accordion-content{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease;padding:0 16px}.accordion-section.open .accordion-content{max-height:max-content;padding:12px 16px}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px}.info-grid div{background:#ffffff12;padding:8px 10px;border-radius:6px;font-size:14px}.info-grid div>span{font-weight:600}.contact-photo img{border-radius:50%;width:90px;height:90px;border:3px #fff solid;object-fit:cover;object-position:top}.contact-photo{margin-top:40px;display:flex;justify-content:center;flex-direction:column;align-items:center;gap:11px;font-size:16px;font-weight:600}.contact-links{display:flex;gap:20px;justify-content:center;align-items:center;margin-top:30px;font-size:30px}.contact-links a{color:var(--white);transition:color .3s;line-height:0px;padding:10px;border-radius:35px;border:#fff solid 1px}.contact-links a:hover{color:var(--black);background:var(--white)}.detalle-propiedad{margin-bottom:10px}@media (max-width: 720px){.detalle-propiedad{margin:0% 1% 15px}.header-detalle-propiedad{margin-bottom:20px;flex-wrap:wrap}.header-detalle-propiedad>div{gap:15px;margin-left:auto;margin-top:30px}.header-detalle-propiedad h1{font-size:24px}}.image-gallery-slide-wrapper{touch-action:pan-y pinch-zoom}.btn-volver{margin-bottom:15px;padding:.5rem 1rem;border:none;background:#444;color:#fff;border-radius:5px;cursor:pointer;display:flex;align-items:center;gap:5px}.btn-volver:hover{background:#666}.main-error-prop{height:100vh;background:#000;color:#e42626;display:flex;align-items:center;justify-content:center;flex-direction:column}.image-gallery-icon{color:#fff;transition:all .3s ease-out;appearance:none;background-color:#0000;border:0;cursor:pointer;outline:none;position:absolute;z-index:4;filter:drop-shadow(0 2px 2px rgb(25.5,25.5,25.5))}@media (hover: hover)and (pointer: fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button,.image-gallery-play-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:28px;width:28px}@media (max-width: 768px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:24px;width:24px}}@media (max-width: 480px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-play-button{left:0}.image-gallery-top-nav,.image-gallery-bottom-nav{padding:10px;left:50%;transform:translate(-50%)}.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{height:120px;width:90px}@media (max-width: 768px){.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{height:72px;width:48px}}@media (max-width: 480px){.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{height:48px;width:36px}}.image-gallery-top-nav[disabled],.image-gallery-bottom-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-top-nav{top:0}.image-gallery-bottom-nav{bottom:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media (max-width: 768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media (max-width: 480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative}.image-gallery.fullscreen-modal{background:#000;height:100%;inset:0;position:fixed;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{position:relative;line-height:0;top:0}.image-gallery-content.fullscreen{background:#000}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{display:inline-block;width:calc(100% - 110px)}@media (max-width: 768px){.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;white-space:nowrap;text-align:center;touch-action:none}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.image-gallery-center{position:relative}.image-gallery-slide .image-gallery-image{width:100%;object-fit:contain}.image-gallery-slide .image-gallery-description{background:#0006;bottom:70px;color:#fff;left:0;line-height:1;padding:10px 20px;position:absolute;white-space:normal}@media (max-width: 768px){.image-gallery-slide .image-gallery-description{bottom:45px;font-size:.8em;padding:8px 15px}}.image-gallery-bullets{bottom:20px;left:0;margin:0 auto;position:absolute;right:0;width:80%;z-index:4}.image-gallery-bullets .image-gallery-bullets-container{margin:0;padding:0;text-align:center}.image-gallery-bullets .image-gallery-bullet{appearance:none;background-color:#0000;border:1px solid #fff;border-radius:50%;box-shadow:0 2px 2px #1a1a1a;cursor:pointer;display:inline-block;margin:0 5px;outline:none;padding:5px;transition:all .2s ease-out}@media (max-width: 768px){.image-gallery-bullets .image-gallery-bullet{margin:0 3px;padding:3px}}@media (max-width: 480px){.image-gallery-bullets .image-gallery-bullet{padding:2.7px}}.image-gallery-bullets .image-gallery-bullet:focus{transform:scale(1.2);background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active{transform:scale(1.2);border:1px solid #fff;background:#fff}@media (hover: hover)and (pointer: fine){.image-gallery-bullets .image-gallery-bullet:hover{background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active:hover{background:#337ab7}}.image-gallery-bullets.image-gallery-bullets-vertical{inset:50% auto auto 20px;width:auto;transform:translateY(-50%)}.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{display:block;margin:12px 0}@media (max-width: 768px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{margin:6px 0;padding:3px}}@media (max-width: 480px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{padding:2.7px}}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal{touch-action:pan-y}.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical{touch-action:pan-x}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{display:inline-block;vertical-align:top;width:100px}@media (max-width: 768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{width:81px}}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails{height:100%;width:100%;left:0;padding:0;position:absolute;top:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail{display:block;margin-right:0;padding:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:0;margin-top:2px}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 5px}@media (max-width: 768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 3px}}.image-gallery-thumbnails{overflow:hidden;padding:5px 0}@media (max-width: 768px){.image-gallery-thumbnails{padding:3px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;white-space:nowrap}.image-gallery-thumbnail{display:inline-block;border:4px solid rgba(0,0,0,0);transition:border .3s ease-out;width:100px;background:#0000;padding:0}@media (max-width: 768px){.image-gallery-thumbnail{border:3px solid rgba(0,0,0,0);width:81px}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{display:block;position:relative}.image-gallery-thumbnail .image-gallery-thumbnail-image{vertical-align:middle;width:100%;line-height:0}.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{outline:none;border:4px solid #337ab7}@media (max-width: 768px){.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:3px solid #337ab7}}@media (hover: hover)and (pointer: fine){.image-gallery-thumbnail:hover{outline:none;border:4px solid #337ab7}}@media (hover: hover)and (pointer: fine)and (max-width: 768px){.image-gallery-thumbnail:hover{border:3px solid #337ab7}}.image-gallery-thumbnail-label{box-sizing:border-box;color:#fff;font-size:1em;left:0;line-height:1em;padding:5%;position:absolute;top:50%;text-shadow:0 2px 2px hsl(0,0%,10%);transform:translateY(-50%);white-space:normal;width:100%}@media (max-width: 768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{background:#0006;color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media (max-width: 768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}.image-gallery-left-nav,.image-gallery-right-nav{margin:0 10px;padding:0}.image-gallery-left-nav>svg,.image-gallery-right-nav>svg{background:var(--white);color:var(--black);padding:5px;border-radius:25px;height:30px!important;width:30px!important}.image-gallery-icon{filter:none!important}.image-gallery-icon:hover{color:var(--blue)}.image-gallery-index{margin-top:5px;margin-right:5px;border-radius:15px;padding:10px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);font-size:12px;display:flex;align-items:center;gap:1px;flex-direction:row;flex-wrap:nowrap}.image-gallery-image,.image-gallery-thumbnail{border-radius:3px;overflow:hidden;position:relative}.image-gallery-thumbnail.active,.image-gallery-thumbnail:hover{border:1px solid var(--blue)}.image-gallery-play-button>svg,.image-gallery-fullscreen-button>svg{width:20px!important;height:20px!important}.image-gallery-play-button,.image-gallery-fullscreen-button{padding:5px;margin:10px}.image-gallery-thumbnail .image-gallery-thumbnail-image{vertical-align:middle;width:100%;height:70px;line-height:0;object-fit:cover}.image-gallery-slide .image-gallery-image{height:500px;width:100%;object-fit:contain}.image-gallery-slides{touch-action:pan-y pinch-zoom!important}.login-background{position:relative;width:100%;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;color:#fff}.bg-carousel{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-2}.bg-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity 2s ease-in-out,transform 15s ease-in-out;transform:scale(1)}.bg-slide.active{opacity:1;transform:scale(1.1)}.bg-overlay{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000000a6;z-index:-1;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}.login-container{padding:40px;background:#bdbfc163;border-radius:15px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:33%;display:flex;flex-direction:column;align-items:center;z-index:1}.login-container>img{width:15rem;margin-bottom:50px}.login-container>img:hover{cursor:pointer}.login-container{padding:40px;background:#bdbfc163;border-radius:15px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:33%;display:flex;flex-direction:column;align-items:center}.login-container form{display:flex;flex-direction:column;align-content:space-around;gap:15px;align-items:stretch}.login-container label{font-size:19px;font-weight:500;margin-bottom:3px}.login-container>form>div{font-size:18px;display:flex;flex-direction:column}.login-container form input{padding:4px;font-size:17px;border-radius:6px;border:none;width:-webkit-fill-available}.login-container form input:focus{outline:none;box-shadow:0 0 1px #000}.login-container form input{padding:4px;font-size:17px;border-radius:6px;border:none}.password-input-container{display:flex;gap:9px}.password-input-container>span{line-height:0px;display:flex;align-items:center;flex-direction:row;width:fit-content;cursor:pointer}.sign-in-class{align-self:flex-end;padding:3px 8px;border-radius:5px;border:none;margin-top:15px;font-size:14px;font-weight:600;background:var(--blue);color:#fff;cursor:pointer}@media (max-width: 900px){.login-container{width:85%}.login-container>img{width:15rem}}.error-login-message{color:#fff;background:#af0909;margin-bottom:10px;text-align:center;font-weight:800;padding:2px 6px;border-radius:9px}.error-login-message>svg{line-height:0px;margin-right:4px;font-size:20px;vertical-align:middle}input:focus{outline:none;border:1px solid var(--navyblue)}.table-paginator{display:flex;gap:20px;align-items:center;margin-top:20px;flex-wrap:wrap}.table-paginator-button{background-color:#f8f9fa;border:1px solid #dee2e6;color:#495057;padding:5px 10px;margin:0 5px;border-radius:5px;font-size:15px;transition:background-color .3s;box-shadow:0 0 5px #0000001a}.table-paginator-button:hover{background-color:#e9ecef}.table-paginator-button:active{background-color:#dee2e6}.disabled{cursor:not-allowed;color:#ced4da}.div-paginator-buttons{display:flex;align-items:center;margin:0 12px 0 15px}.active-state,.inactive-state{width:15px;height:15px;display:block;margin:auto;border-radius:50%}.active-state{background-color:var(--green)}.inactive-state{background-color:var(--red-error)}.error-message{margin:50px 0;text-align:center;color:var(--red-error);font-size:16px;font-weight:600}.tableFilter-input,.tableFilter-select,.tableFilter-range input{border:none;border-radius:3px;padding:5px;width:60px}.tableFilter-range input{width:40px}.tableFilter-range{display:flex;flex-wrap:wrap;flex-direction:row;gap:10px;align-items:center;justify-content:center}.tableFilter-select:focus{outline:none}.table-div{margin:auto;padding:0 30px 30px;width:90%;overflow-x:auto;white-space:nowrap}.table-component{width:100%;border-collapse:collapse;border-radius:15px;box-shadow:0 0 5px #0000001a;margin-top:20px;color:var(--black);text-align:center}.table-component thead{background-color:#0000009f;color:var(--white)}.table-component thead th{padding:10px 5px}.table-component thead th:first-child{border-radius:10px 0 0}.table-component thead th:last-child{border-radius:0 10px 0 0}.table-component tbody tr:last-child td:first-child{border-radius:0 0 0 10px}.table-component tbody tr:last-child td:last-child{border-radius:0 0 10px}.table-component tbody tr td{padding:10px 5px}.table-component tbody tr:nth-child(2n){background-color:#c8c8c8!important}.table-paginator-info{display:flex;gap:20px;align-content:center;align-items:center;flex-wrap:wrap}.table-page-to{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.table-paginator-goto{display:flex;align-items:center;gap:5px}.table-paginator-goto input{width:50px;padding:5px;border-radius:5px;border:1px solid #dee2e6}.table-paginator-goto input:focus{outline:none;border:1px solid var(--navyblue)}.table-paginator-info select{padding:5px;border-radius:5px;border:1px solid #dee2e6;margin-right:10px;height:fit-content}.sorteable-column{cursor:pointer;-webkit-user-select:none;user-select:none}@media (max-width: 800px){.table-div{width:100%;padding:0!important}.table-component{text-align:left;width:80%;margin:30px auto}.table-component tbody tr:nth-child(odd){background-color:#b5b5b5!important}.table-component tbody tr td:last-child{margin-bottom:15px}.table-component thead th{display:none}.table-component tbody tr td{padding:5px 10px;display:block}.table-component tbody tr td:before{content:attr(data-label) ": ";font-weight:700;text-transform:capitalize}.mobile-filters{display:flex;align-items:flex-start;flex-direction:column;gap:10px;padding:5px 0;width:80%;margin:auto}.filter-item{display:flex;align-items:center;gap:10px}.filter-item input,.filter-item select{width:100%!important;padding:5px;border-radius:5px;border:1px solid #dee2e6}.mobile-filters .tableFilter-range input{width:40%}}.whatsapp-a,.phone-a,.email-a{text-decoration:none;font-size:25px}.email-a img{width:25px;height:25px}.phone-div{display:flex;gap:10px;align-items:center;justify-content:center}.whatsapp-a{color:#006a28}.phone-a{color:#003670}.email-a{color:#d71c1ce7}svg,a{line-height:0px}.p-table{display:block;white-space:pre-wrap;word-wrap:break-word;max-width:100%;padding:8px;font-family:monospace;font-size:14px;font-weight:700;border-radius:4px;overflow-x:auto}.create-span,.update-span,.delete-span{padding:5px 10px;margin:0 5px;border-radius:20px;font-weight:600}.update-span{background-color:#ffab00}.create-span{background-color:#34f150}.delete-span{background-color:#ff453a}.viaje-ubi{font-size:14px;max-width:400px;overflow-wrap:break-word;word-break:break-word;white-space:normal}.main-aliados{display:flex;min-height:87vh;justify-content:center;align-items:flex-start;margin-top:100px;background-color:#fff;background-image:radial-gradient(#232aad21 2px,#fff 2px);background-size:40px 40px}.content-container{width:100%;margin-top:50px}.main-aliados .table-component{background:#0000004b;margin-bottom:50px;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);box-shadow:0 0 10px #0003}.qr-icon{font-size:30px;color:#000;transition:color .3s;display:flex;justify-content:center;align-items:center}.qr-icon:hover{color:var(--orange);cursor:pointer}.download-all-btn,.add-aliado-btn{color:#fff;border:none;border-radius:5px;font-weight:700;padding:.5rem 1rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:1rem}.download-all-btn{background-color:var(--orange)}.add-aliado-btn{background-color:var(--blue)}.div-header-aliados>h2{font-size:1.8rem;font-weight:700;color:#000;margin:0}.div-header-aliados{padding:0 30px 30px;width:90%;margin:auto;display:flex;justify-content:space-between;gap:25px;flex-wrap:wrap}.div-header-aliados>div{display:flex;gap:9px;align-items:center;flex-direction:row;flex-wrap:wrap}.keys-info{font-weight:700}.main-form-leads{display:flex;justify-content:center;min-height:100vh;align-items:center;opacity:1;background-image:radial-gradient(#fff3 2px,#000000a3 2px),radial-gradient(#fff0 2px,#000 2px);background-size:80px 80px;background-position:0 0,40px 40px}.main-form-leads .form-container{margin:0!important}.form-container input,.form-container textarea{border-color:#000!important;border:1px solid #000000!important}.form-container label{color:#000!important}.form-container{display:flex;flex-direction:column;align-items:center}.form-container .form-logo{width:150px;margin-bottom:10px}.main-form-leads .form-reg-button{margin:20px 20px 0 auto}@media (min-width: 700px){.form-container .form-logo{width:260px;margin-bottom:20px}}.leadEstado{font-weight:600;padding:4px 8px;border-radius:12px;color:#fff;display:inline-block;font-size:.9rem}.leadEstado.sincontactar{background-color:#b86d6d;color:#000}.leadEstado.contactado{background-color:#cfb000;color:#000}.leadEstado.reunido{background-color:#2060c2}.leadEstado.operacionconcretada{background-color:#02a71d}.leadEstado.nointeresado{background-color:#c20606}.leadEstado.desconocido{background-color:gray}.swal2-select.estado-select option{padding:6px;font-weight:500}.swal2-select.estado-select option .swal2-select.estado-select option:hover{background-color:#fff!important;color:#000!important}.swal2-select.estado-select option.sincontactar{background-color:#b86d6d;color:#000}.swal2-select.estado-select option.contactado{background-color:#cfb000;color:#000}.swal2-select.estado-select option.reunido{background-color:#2060c2;color:#fff}.swal2-select.estado-select option.operacionconcretada{background-color:#02a71d;color:#fff}.swal2-select.estado-select option.nointeresado{background-color:#c20606;color:#fff}.swal2-select.estado-select option.desconocido{background-color:gray;color:#fff}.btn-estado{background-color:#191d9d;border:none;cursor:pointer;font-size:1.3rem;line-height:0px;padding:5px;border-radius:18px;color:#fff}.div-content-error{display:flex;justify-content:center;align-items:center}.span-rol{padding:5px 10px;border-radius:7px;font-weight:500}.sale-span{background-color:#262927;color:#fff;padding:5px 10px;border-radius:10px}.captado-admin{background-color:#037529}.menu-container{position:relative;display:inline-block}.menu-button{border:none;font-size:24px;cursor:pointer;width:30px;height:30px;background-color:var(--orange);color:#fff;border-radius:20px;display:flex;align-items:center;justify-content:center}.menu-popup{position:absolute;background:#fff;box-shadow:0 0 7px 6px #00000024;border-radius:5px;display:flex;flex-direction:column;min-width:120px;padding:5px 0;z-index:1000;right:0;top:100%;white-space:nowrap}.menu-item{padding:8px 12px;border:none;background:none;text-align:left;width:100%;cursor:pointer;font-weight:700;font-size:14px;align-items:stretch;display:flex;justify-content:flex-start;gap:10px}.menu-item:hover{background:#f0f0f0}.menu-item svg{width:18px;height:18px}.edit-item:hover{background-color:#bf9500;color:var(--white)}.delete-item:hover{background-color:#9f1f2d;color:var(--white)}.more-info-item:hover{background-color:#38618c;color:var(--white)}.edit-item:active{background-color:#8c6e00}.delete-item:active{background-color:#73010f}.more-info-item:active{background-color:#143557}.edit-item{color:#bf9500}.delete-item{color:#c5283d}.more-info-item{color:#38618c}.press-button{padding:2px 8px;border-radius:15px;background-color:7;border:.3px solid var(--orange);color:var(--orange);box-shadow:inset 0 0 .5px #0000001a}.press-button:hover{cursor:pointer}.pressed{font-weight:400;background-color:var(--orange);color:#fff}.confirm-btn,.cancel-btn{color:#fff;padding:3px 6px;font-size:15px;font-weight:600;border:0px;border-radius:6px;cursor:pointer;margin-left:5px}.confirm-btn{background-color:#b10000}.cancel-btn{background-color:#5f5f5f}.conteiner-flex-input{display:flex;flex-direction:row;flex-wrap:wrap;gap:15px;width:-webkit-fill-available;position:static;background-color:inherit;justify-content:space-between}.conteiner-flex-input .coolinput{width:40%}.coolinput{display:flex;flex-direction:column;margin:0 20px;width:-webkit-fill-available;position:static;background-color:inherit}.coolinput label.coolinput-text{font-size:14px;color:var(--navyblue);font-weight:700;position:relative;top:.5rem;margin:0 0 0 7px;padding:0 3px;background-color:inherit;width:fit-content}.coolselect-text{font-size:14px;color:var(--navyblue);font-weight:700;margin:7px 0 2px;padding:0 3px;background-color:inherit;width:fit-content}.coolselect{display:flex;flex-direction:column;margin:0 20px;width:-webkit-fill-available;background-color:inherit}.coolselect .react-select.__control{padding:0 6px;font-size:16px;border:1px solid #000000!important;border-radius:5px;background-color:inherit}.coolinput input.coolinput-input,.coolinput textarea.coolinput-input{padding:10px 6px;font-size:16px;border:2px var(--navyblue) solid;border-radius:5px;background-color:inherit}.coolinput input.coolinput-input:focus,.coolinput textarea.coolinput-input:focus{outline:none}textarea.coolinput-input{resize:none}.coolinput-text span{color:var(--red-error)}.coolinput-input:-webkit-autofill,.coolinput-input:-webkit-autofill:hover,.coolinput-input:-webkit-autofill:focus{background-color:inherit!important;box-shadow:0 0 0 1000px inherit inset!important}.form-input-error{color:var(--red-error);font-size:13px;margin-left:7px}.coolinput select.coolinput-input{padding:10px 6px;font-size:16px;border:2px var(--navyblue) solid;border-radius:5px;background-color:inherit;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer}.coolinput select.coolinput-input:focus{outline:none;border-color:var(--navyblue)}.coolinput{position:relative}.coolinput select.coolinput-input{background-image:url("data:image/svg+xml;charset=US-ASCII,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='%23000' d='M2 0L0 2h4zM2 5l2-2H0z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:8px}.coolinput select.coolinput-input option{background-color:#fff;color:#000;font-size:16px}.coolinput select.coolinput-input.error{border-color:var(--red-error)}.comprobante-delete-btn{background-color:transparent;border:none;cursor:pointer;color:var(--red-error);font-size:25px}.phone-input-container{margin:0 20px;margin-top:.5rem}.phone-input-container>label{font-size:14px;color:var(--navyblue);font-weight:700}.phone-input-container span{color:var(--red-error)}.phone-input-container .PhoneInputInput{padding:10px 6px;font-size:16px;border:2px var(--navyblue) solid;border-radius:5px;background-color:inherit}.main-reg{display:flex;justify-content:center;align-items:center;background:var(--navyblue);min-height:100vh}.form-reg{padding:20px;border-radius:15px;background:#ebebeb;width:70%;margin:25px auto}.form-reg h1{color:var(--orange);margin:20px}.form-reg h3{color:var(--navyblue);margin:20px 0 7px 20px}.form-row{display:flex;flex-direction:row;justify-content:space-between;background-color:inherit;padding:0;position:static;width:100%;flex-wrap:wrap}.form-reg-button{width:fit-content;padding:10px;border-radius:5px;background-color:var(--orange);color:#f0f0f1;font-size:16px;font-weight:700;border:none;cursor:pointer;display:flex;align-items:center;gap:10px;margin:20px 20px 20px auto}.form-reg-button:hover,.form-reg-button:focus{border-color:#00000026;box-shadow:#0000001a 0 4px 12px}.form-reg-button:hover{transform:translateY(-1px)}.form-reg-button:active{background-color:#e66b08;border-color:#00000026;box-shadow:#0000000f 0 2px 4px;transform:translateY(0)}.form-container{width:90%}@media (max-width: 1340px){.form-container{margin-bottom:100px}.form-reg{width:95%}.form-row{width:-webkit-fill-available;display:flex;flex-direction:column!important}.form-row .coolinput{width:-webkit-fill-available}}.form-reg img{max-width:250px;margin:0 auto 15px;display:block}.form-reg a{color:var(--orange);text-decoration:none;width:fit-content;margin-left:20px}.login-links{display:flex;justify-content:center;margin-top:20px;align-items:center}.login-links a{margin-left:20px}.form-error{color:var(--white);font-size:16px;margin:20px 0 0 20px;background-color:var(--red-error);width:fit-content;padding:2px 10px;border-radius:10px;display:flex;align-items:center;gap:7px}.form-error svg{font-size:20px}.link-back{display:block;color:#afafaf!important;margin-left:15px;text-decoration:none;font-size:18px;font-weight:500}.link-back:hover{color:var(--orange)!important;text-decoration:underline}.link-back.alone{margin:30px 0 0 60px;width:fit-content}.user-creation-container{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.checkbox-row{display:flex;align-items:center;margin-bottom:1.5rem}.checkbox-input{width:20px;height:20px;margin-right:10px;cursor:pointer;accent-color:var(--primary-color)}.checkbox-label{font-size:1.1rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px;-webkit-user-select:none;user-select:none;color:#333}.user-fields-box{background-color:#f8f9fa;padding:1.5rem;border-radius:8px;border:1px solid #eaeaea;animation:fadeIn .3s ease-in-out}.user-fields-box h3{margin-top:0;margin-bottom:1.5rem;font-size:1.2rem;color:#555;border-bottom:2px solid #ddd;padding-bottom:.5rem;display:inline-block}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.text-formlead{font-size:20px;margin:20px;text-align:center;color:#fff}.text-formlead span{font-weight:700}.form-reg-leads button{background-color:#000!important}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}
