.hero-banner--corredizas{height:100vh;background-size:cover;background-position:left;background-repeat:no-repeat}.hero-banner--corredizas::before{background:rgba(0,0,0,0.6)}.gallery-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:4rem}@media (min-width:576px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.gallery-grid{grid-template-columns:repeat(4,1fr)}}.gallery-item{position:relative;overflow:hidden;border-radius:10px;box-shadow:0 10px 20px rgba(0,0,0,0.1);aspect-ratio:1 / 1}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease}.gallery-item:hover img{transform:scale(1.05)}.gallery-item-overlay{position:absolute;bottom:0;left:0;width:100%;background:linear-gradient(to top,rgba(0,0,0,0.8),transparent);padding:3rem 1.5rem 1.5rem 1.5rem;color:#fff;transform:translateY(100%);transition:transform 0.4s ease}.gallery-item:hover .gallery-item-overlay{transform:translateY(0)}.gallery-item-overlay p{margin:0;font-size:1.2rem;font-weight:600}.sistemas-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:40px}.sistema-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,0.05);display:flex;flex-direction:column;overflow:hidden;transition:transform 0.3s ease,box-shadow 0.3s ease}.sistema-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px rgba(0,0,0,0.1)}.sistema-card .card-img{width:100%;height:200px;object-fit:cover;display:block}.sistema-card .card-content{padding:25px;flex-grow:1}.sistema-card h3{font-size:1.25rem;margin-top:0;margin-bottom:15px}.sistema-card p{font-size:0.95rem;line-height:1.6;color:#666}.sistema-card--interactive{display:flex;flex-direction:column;padding-bottom:0}.card-slider-wrapper{width:100%;overflow:hidden;flex-grow:1}.card-slider-track{display:flex;width:200%;transition:transform 0.5s ease-in-out}.card-slider-track.is-slid{transform:translateX(-50%)}.card-slide{width:50%;flex-shrink:0}.sistema-card--interactive .card-button-wrapper{padding:25px;padding-top:15px}@media (max-width:992px){.sistemas-cards-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.sistemas-cards-grid{grid-template-columns:1fr}}