.projeto-page{min-height:100vh;padding:200px 20px 300px;display:flex;justify-content:center;overflow-x:hidden;position:relative}.projeto-bg{position:absolute;left:0;top:68%;transform:translateY(-50%);z-index:0;pointer-events:none;width:400px}@media(max-width:1600px){.projeto-bg{width:280px}}@media(max-width:1400px){.projeto-bg{width:200px}}@media(max-width:1024px){.projeto-bg{display:none}}.projeto-container{max-width:100%;width:100%;display:flex;flex-direction:column;position:relative;z-index:1}.projeto-carousel-wrapper{width:100%;display:flex;justify-content:flex-start;overflow-x:visible;position:relative}.projeto-info{display:flex;flex-direction:column;margin-left:calc(50% - 430px);margin-top:60px;max-width:none}.projeto-title-main{font-size:50px;font-weight:500;color:#dc3839;text-transform:uppercase;letter-spacing:16px;margin:0 0 40px;line-height:1}.projeto-subtitle{line-height:normal;text-transform:uppercase;margin:0 0 40px}.projeto-description,.projeto-subtitle{color:#fff;text-align:left;font-family:Rubik;font-size:18px;font-style:normal;font-weight:400}.projeto-description{line-height:1.6;margin:0;max-width:860px}.projeto-header{text-align:center}.projeto-title{font-size:90px;font-weight:500;color:#dc3839;text-transform:uppercase;letter-spacing:20px;margin:0 0 60px}.projeto-content{display:flex;flex-direction:column;gap:40px}.projeto-image{position:relative;width:860px;height:484px;border-radius:8px;overflow:hidden;margin:0 auto}.projeto-details{padding:40px;background:#393939;border-radius:8px;color:#fff}.projeto-details p{font-size:1.125rem;line-height:1.8;margin:0}@media(max-width:1024px){.projeto-image{width:100%;max-width:860px;aspect-ratio:860/484;height:auto}.projeto-info{margin-left:calc(50% - 430px);width:100%;max-width:860px}.projeto-title-main{font-size:2.5rem;letter-spacing:12px}.projeto-description{font-size:16px}}@media(max-width:768px){.projeto-page{padding:150px 20px 60px}.projeto-title{font-size:2.5rem;letter-spacing:10px}.projeto-description{font-size:1.125rem;letter-spacing:4px}.projeto-image{width:100%;aspect-ratio:860/484;height:auto}.projeto-details{padding:30px 20px}.projeto-info{margin-left:0;margin-top:40px;width:100%;padding:0 20px}.projeto-title-main{font-size:1.8rem;letter-spacing:8px}.projeto-subtitle{font-size:14px;margin-bottom:40px}.projeto-description{font-size:14px;line-height:1.5}}.projeto-carousel{flex-direction:column;gap:40px}.carousel-container,.projeto-carousel{width:100%;display:flex;position:relative}.carousel-container{height:484px;overflow:visible;justify-content:flex-start;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:pan-y}.carousel-images{display:flex;transition:transform .3s ease-in-out;width:-moz-fit-content;width:fit-content;gap:20px;will-change:transform;margin-left:calc(50% - 430px)}.carousel-images.is-dragging{transition:none!important}.carousel-image-wrapper{position:relative;width:860px;height:484px;overflow:hidden;background:#000;flex-shrink:0;border-radius:10px}.carousel-img{width:100%;height:100%;object-fit:cover}.carousel-indicators{display:flex;justify-content:flex-start;gap:10px;align-items:center;width:860px;margin-left:calc(50% - 430px);margin-right:0}.carousel-indicator{width:100px;height:6px;border:none;background-color:#fff;cursor:pointer;padding:0;transition:background-color .3s ease;flex-shrink:0}.carousel-indicator.active{background-color:#dc3839}.carousel-indicator:hover{opacity:.8}.carousel-divider{height:2px;background:#4d4d4d;width:calc(50% + 430px);margin-left:calc(50% - 430px);margin-top:20px}@media(max-width:1024px){.projeto-carousel{width:100vw;margin-left:calc(-50vw + 50%)}.carousel-container{width:100vw;height:298px;overflow:hidden;justify-content:flex-start;padding:0}.carousel-images{margin-left:calc(50vw - 186px);gap:20px}.carousel-image-wrapper{width:372px;height:298px}.carousel-img{object-fit:contain}.carousel-indicators{width:372px;margin:0 auto;justify-content:center}.carousel-divider{margin:20px auto 0;width:372px}}@media(max-width:768px){.projeto-carousel{gap:30px}.carousel-indicator{width:60px;height:4px}}.carousel-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box;opacity:0;transition:opacity .25s ease-out;pointer-events:none}.carousel-modal.carousel-modal-visible{opacity:1;pointer-events:auto}.carousel-modal.carousel-modal-closing{opacity:0;pointer-events:none}.carousel-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.85)}.carousel-modal-content{position:relative;width:100%;max-width:90vw;max-height:85vh;z-index:1}.carousel-modal-close,.carousel-modal-content{display:flex;align-items:center;justify-content:center}.carousel-modal-close{position:absolute;top:-44px;right:0;width:44px;height:44px;border:none;background:rgba(0,0,0,0);cursor:pointer;padding:0;z-index:2;transition:opacity .2s ease,transform .2s ease}.carousel-modal-close svg{width:24px;height:24px;stroke:#dc3839}.carousel-modal-close:hover{opacity:.85}.carousel-modal-close:active{transform:scale(.92)}.carousel-modal-image-wrap{width:100%;max-height:85vh;display:flex;align-items:center;justify-content:center;border-radius:10px;overflow:hidden;background:#000}.carousel-modal-img{width:100%;height:auto;max-height:85vh;object-fit:contain}@media(min-width:1025px){.carousel-modal{display:none!important}}body.carousel-modal-open{overflow:hidden}