.products-grid{display:grid;grid-template-columns:repeat(2,minmax(150px,1fr));gap:28px;justify-content:center;padding:40px 0;max-width:1120px;margin:0 auto}.product-card{display:flex;background-color:#fff;border-radius:18px;height:380px;margin:8px;overflow:hidden;box-shadow:0 4px 14px rgba(0,0,0,.1);transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:scale(1.015);box-shadow:0 8px 20px rgba(0,0,0,.18)}.product-image{background:#e0dfdd;width:70%;height:100%;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-info{width:30%;padding:10px 12px;margin-top:10px;display:flex;flex-direction:column;gap:3px;color:#003b29}.product-name{font-size:1.15rem;font-weight:700;margin:0;line-height:1.2}.product-subcategory{font-size:.9rem;font-weight:500;color:#006646;margin:2px 0;opacity:.9}.product-newused{font-size:.9rem;font-weight:800;color:#003b29;opacity:.8;margin-bottom:0;margin-top:-.1px}.product-price-label{font-weight:400;font-size:.9rem;margin:1px 0 -2px;color:#004d36}.product-price{font-size:1.15rem;font-weight:400;letter-spacing:1.2px;margin:0;line-height:.5}.iva-text{font-size:.75rem;opacity:.7;margin-top:-.1px}.product-btn{align-self:flex-start;padding:1px 10px;font-size:.9rem;font-weight:800;text-decoration:none;letter-spacing:1.5px;background:#fcfdfd;color:#003b29}.product-btn:hover{text-decoration:underline}@media (max-width:900px){.products-grid{max-width:400px;grid-template-columns:1fr}.product-card{height:380px;margin:6px}.product-image{width:70%}.product-info{width:30%;padding:2px 12px;margin-top:6px}.product-name{font-size:1rem}.product-subcategory{font-size:.5rem}.product-price-label{font-size:.8rem}.product-newused{font-size:.8rem;margin-top:-3px}.product-price{font-size:1.05rem}}.projects-carousel-wrapper{width:100%;overflow-x:hidden;position:relative}.projects-row{margin-top:10px;display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;padding:5px 5px 5px 195px;scrollbar-width:none}.projects-row::-webkit-scrollbar{display:none}.project-card{flex:0 0 300px;height:500px;border-radius:32px;overflow:hidden;position:relative;background:#000;transition:transform .35s ease,box-shadow .35s ease}.project-bg{width:100%;height:100%;background-size:cover;background-position:50%;transition:transform .45s ease;cursor:pointer}.project-card:hover{transform:scale(1.035);box-shadow:0 18px 40px rgba(0,0,0,.35)}.project-card:hover .project-bg{transform:scale(1.06)}.project-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.1),rgba(0,0,0,.6));z-index:2}.project-text{position:absolute;top:24px;left:24px;color:#fff;z-index:5}.project-text h4{font-size:.9rem;margin:0;opacity:.9}.project-text h2{font-size:1.5rem;font-weight:700;margin-top:3px;max-width:80%;line-height:1.2}.project-circle-btn{position:absolute;bottom:15px;right:15px;width:36px;height:36px;border-radius:50%;border:none;background:#fff;font-size:28px;cursor:pointer;z-index:10;transition:transform .2s ease}.project-circle-btn:hover{transform:scale(1.1)}.projects-bottom-arrows{display:flex;justify-content:start;margin-left:13%;gap:10px;margin-top:30px}.projects-bottom-arrows button{background:#fff;border:none;font-size:20px;padding:6px 15px;border-radius:999px;cursor:pointer;box-shadow:0 4px 10px rgba(0,0,0,.2)}.projects-bottom-arrows button:hover{transform:scale(1.1)}.modal-overlay{position:fixed;inset:0;background:hsla(0,11%,89%,.45);backdrop-filter:blur(5px);z-index:9999;display:flex;justify-content:center;align-items:center;padding:24px;overflow-y:auto}.modal-container{width:min(800px,70vw);height:500px;background:#f5f5f5;border-radius:30px;overflow:hidden;display:grid;grid-template-columns:50% 50%;position:relative;box-shadow:0 10px 60px rgba(0,0,0,.28),0 5px 25px rgba(0,0,0,.12);animation:modalFade .35s ease}@keyframes modalFade{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-left{position:relative;height:100%;overflow:hidden;background:#fff}.carousel-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .4s ease}.carousel-slide.active{opacity:1}.carousel-dots{position:absolute;bottom:14px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:20}.dot{width:8px;height:8px;border-radius:50%;background:hsla(0,0%,100%,.4);cursor:pointer;transition:.3s}.dot.active{background:#fff;transform:scale(1.2)}.modal-right{display:flex;align-items:stretch;justify-content:center;padding:35px;height:100%;overflow:hidden}.modal-content{width:100%;height:100%;display:flex;flex-direction:column}.modal-close-btn-right{align-self:flex-end;width:36px;height:36px;border-radius:50%;border:none;background:rgba(0,0,0,.75);color:#fff;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-bottom:1px}.modal-title{color:#003b29;font-size:2rem;font-weight:800;text-transform:uppercase;margin-bottom:10px}.modal-line{width:160px;height:4px;background:#89c496;border-radius:50px;margin-bottom:24px}.modal-description{font-size:1rem;line-height:1.2;color:#003b29;flex:1;overflow-y:auto;padding-right:5px;margin-top:-8px;margin-bottom:20px}.modal-whatsapp-btn{padding:5px 20px;transition:.3s;background:#003b29;text-decoration:none;color:#fff}.modal-ver-siguiente-proyecto-btn-inline,.modal-whatsapp-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:none;font-size:.95rem;font-weight:700;cursor:pointer;margin-top:10px}.modal-ver-siguiente-proyecto-btn-inline{padding:12px 18px;background:none;text-decoration:underline;color:#003b29}.fullscreen-btn{position:absolute;top:25px;right:18px;width:38px;height:38px;border-radius:50%;border:none;background:rgba(0,0,0,.65);color:#fff;font-size:18px;cursor:pointer;z-index:120;display:flex;align-items:center;justify-content:center;transition:.3s}.fullscreen-btn:hover{transform:scale(1.08);background:rgba(0,0,0,.82)}.fullscreen-close-btn{position:absolute;top:25px;left:18px;width:38px;height:38px;border-radius:50%;border:none;background:rgba(0,0,0,.75);color:#fff;font-size:18px;cursor:pointer;z-index:130;display:flex;align-items:center;justify-content:center;transition:.3s}.fullscreen-close-btn:hover{transform:scale(1.08);background:rgba(0,0,0,.9)}.fullscreen-active{width:60vw!important;height:90vh!important;grid-template-columns:1fr!important}.fullscreen-active .modal-left{width:100%;height:100%}.fullscreen-active .modal-right{display:none}.fullscreen-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:none;background:rgba(0,0,0,.55);color:#fff;font-size:26px;cursor:pointer;z-index:60;display:flex;align-items:center;justify-content:center;transition:.3s}.fullscreen-arrow:hover{background:rgba(0,0,0,.82);transform:translateY(-50%) scale(1.06)}.fullscreen-arrow.left{left:18px}.fullscreen-arrow.right{right:18px}@media (max-width:992px){.modal-overlay{padding:16px;align-items:center}.modal-container{width:94vw;height:88vh;grid-template-columns:1fr;grid-template-rows:42% 58%;border-radius:24px}.modal-left{height:100%;min-height:260px}.modal-right{height:100%;padding:22px}.modal-content,.modal-right{overflow:hidden}.modal-description{overflow-y:auto;padding-right:4px}.modal-title{font-size:1.5rem;line-height:1.1}.modal-line{margin-bottom:18px}.fullscreen-active{width:96vw!important;height:92vh!important;grid-template-columns:1fr!important;grid-template-rows:1fr!important}.fullscreen-active .modal-left{height:100%}}@media (max-width:768px){.projects-row{padding-left:60px}.project-card{flex:0 0 80%;height:480px}.modal-overlay{padding:10px;align-items:center}.modal-container{width:min(400px,900px);margin-top:150px;height:5vh;border-radius:22px;grid-template-columns:1fr;grid-template-rows:40% 60%;overflow:hidden}.modal-left{width:100%;height:150%;min-height:220px}.carousel-slide{object-fit:cover}.modal-right{width:100%;height:100%;padding:18x 16px 20px;overflow:hidden}.modal-content{margin-top:50%;width:100%;height:60%;overflow:hidden}.modal-title{font-size:1.2rem;line-height:1.15;margin-bottom:8px}.modal-line{width:120px;height:3px;margin-bottom:16px}.modal-image-close-btn{position:absolute;top:12px;left:12px;width:38px;height:38px;border-radius:50%;border:none;background:rgba(0,0,0,.75);color:#fff;font-size:17px;cursor:pointer;z-index:150;display:flex;align-items:center;justify-content:center}.modal-description{font-size:.9rem;line-height:1.45;overflow-y:auto;margin-bottom:18px;padding-right:2px}.modal-whatsapp-btn{width:100%;min-height:40px;font-size:.92rem;text-align:center;padding:10px 16px}.modal-ver-siguiente-proyecto-btn-inline{width:100%;font-size:.92rem;justify-content:center;margin-top:12px;padding:10px 12px}.modal-close-btn-right{position:absolute;top:14px;right:14px;width:34px;height:34px;font-size:16px;z-index:100}.carousel-dots{bottom:10px;gap:6px}.dot{width:7px;height:7px}.fullscreen-active{width:95vw!important;height:65vh!important;border-radius:18px;grid-template-columns:1fr!important;grid-template-rows:1fr!important}.fullscreen-active .modal-left{width:100%;height:100%}.fullscreen-active .modal-right{display:none}.fullscreen-btn{right:12px}.fullscreen-btn,.fullscreen-close-btn{top:12px;width:38px;height:38px;font-size:17px}.fullscreen-close-btn{left:12px}.fullscreen-arrow{width:42px;height:42px;font-size:26px;backdrop-filter:blur(4px)}.fullscreen-arrow.left{left:10px}.fullscreen-arrow.right{right:10px}}@media (max-width:480px){.modal-container{height:94vh;grid-template-rows:36% 64%}.modal-title{font-size:1.05rem}.modal-description{font-size:.9rem;line-height:1.4}.modal-ver-siguiente-proyecto-btn-inline,.modal-whatsapp-btn{font-size:.85rem}.fullscreen-arrow{width:38px;height:38px;font-size:22px}}.thin-line{width:100%;margin:3px;height:1px;background:#003b29}.action-btn{display:block;margin-top:-10px;padding:3px;text-align:center;font-size:.85rem;border-radius:999px;background:#003b29;color:#fff;text-decoration:none;font-weight:400}.action-btn.secondary{color:#003b29;margin-top:2px;text-align:start;font-size:12px;background:none}.action-btn:hover{opacity:.9}