@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}h1,h2,h3{margin:0}a{text-decoration:none;color:inherit}.home-header div{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin-top:10vh;width:683px;margin-left:51px}.home-header>div>p{font-size:20px;width:525px;color:#fcfcfc;text-align:left}.divider{background-color:#0807f1;height:3px;width:100%;margin-bottom:5px}.home-header{position:relative;width:100%;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:flex-start;padding-left:51px;color:#fff}@keyframes zoomBackground{0%{transform:scale(1)}to{transform:scale(1.1)}}.home-header:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../assets/Propiedades/terracota.jpg);background-size:cover;background-repeat:no-repeat;background-position:center;filter:brightness(.3);z-index:-1;transition:background-image 2s ease-in-out;animation:zoomBackground 15s ease-in-out infinite alternate}.header-content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;max-width:683px;margin-left:0;padding:0 51px}.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}.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}}.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{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)}}.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}.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;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)}@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:400px;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}.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}.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}.propiedades-main{background-color:#000;padding:20px 0 70px}.propiedades-list{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-around;gap:30px;padding:50px 7%}.propiedades-order{display:flex;flex-direction:row;gap:20px;color:#fff;align-items:center;justify-content:flex-end;flex-wrap:wrap;padding:50px 7%}.propiedades-order>span{font-weight:600}.propiedades-order>div{font-weight:400;font-size:13px;display:flex;align-items:center;gap:15px}.propiedades-order select{padding:2px 9px;border:1px solid #fff;border-radius:10px;background-color:transparent;color:#fff;font-size:13px}.propiedades-order span{margin-right:8px;font-weight:500;font-size:14px;color:#eaeaea}.propiedades-order select:hover,.propiedades-order select:focus{border:none;box-shadow:0 0 6px #ffffffc9;background-color:#ffffff1a}.propiedades-order option{background-color:#1f1f1f;color:#fff;font-size:14px}@media (max-width: 500px){.propiedades-header{height:50vh!important}.propiedades-header>h1{font-size:20px!important}.propiedades-order{flex-direction:column;gap:20px;align-items:flex-start;justify-content:flex-start!important;flex-wrap:wrap;padding:13px 7%}}.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}.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}.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}.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{height:100dvh;width:100%;background-color:#000;display:flex;align-items:center;justify-content:center}.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}.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}.icon-service{display:flex;flex-direction:column;align-items:center;flex-wrap:nowrap;width:80px}.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;margin-top:5px;text-align:center}.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:center;margin-bottom:40px}.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}.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}}.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}
