@import"https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Sirin+Stencil&display=swap";:root{--max-width: 1200px;--width: calc(100% - 40px) ;font-size:16px;font-family:Roboto Condensed,Roboto,Open Sans,sans-serif,arial}body{margin:0;height:100vh}@supports (height: 100dvh){body{height:100dvh}}*{box-sizing:border-box;scroll-behavior:smooth}*:before,*:after{box-sizing:inherit}main{min-height:100vh;display:flex;flex-direction:column;justify-content:space-between}@supports (min-height: 100dvh){main{min-height:100dvh}}a{text-decoration:none}a:not([class]):hover{text-decoration:underline}a:active{transition:none}main{font-family:Roboto Condensed,Roboto,Open Sans,sans-serif,arial;color:"Roboto Condensed","Roboto","Open Sans",sans-serif,arial}.header{background-color:#1f2432;color:#fff;position:sticky;top:0;z-index:1000;padding-top:10px;padding-bottom:10px;--icon-height: 50px;--icon-color: white}.header__inner{display:flex;align-items:center;justify-content:space-between;width:var(--width);max-width:var(--max-width);margin-left:auto;margin-right:auto}.container{margin:0 auto;width:100%}.section{position:relative;width:100%;padding-top:2rem;padding-bottom:2rem}.section--contacts{border-top:1px solid rgba(0,0,0,.1)}.section__item{position:relative}@media screen and (max-width:1199px){.section__item{flex-basis:50%;flex-grow:1}}@media screen and (min-width:1200px){.section__item:first-of-type{flex-grow:1}}.section__inner{width:var(--width);max-width:var(--max-width);margin-left:auto;margin-right:auto}.section__inner--contacts{display:flex;justify-content:space-between;max-width:unset;width:100%}@media screen and (max-width:980px){.section__inner--contacts{flex-direction:column}}.section__title{font-family:Roboto Condensed,Roboto,Open Sans,sans-serif,arial;font-size:2.5rem;color:#1f2432;margin-top:0;margin-bottom:2rem}.section__content{line-height:1.6}.section__contact{padding:0 1rem;background-color:#fff;display:flex;justify-content:center}.section iframe{width:100%;height:100%;display:block;min-height:400px}.footer{background-color:#222;color:#fff;padding:2rem;text-align:center;font-size:.9rem}.contact__container{width:100%;max-width:800px;margin:0 auto}.contact__header{text-align:center;margin-bottom:3rem}.contact__title{font-family:Roboto Condensed,Roboto,Open Sans,sans-serif,arial;color:#1f2432;margin-bottom:1rem;margin-top:0;font-size:1.5rem}@media screen and (max-width:980px){.contact__title{margin-top:3rem;font-size:2rem}}.contact__subtitle{font-family:Roboto Condensed,Roboto,Open Sans,sans-serif,arial;color:#666;font-size:1.1rem;padding-left:20px;padding-right:20px}.contact__form{background:#fdfdfd;padding:2.5rem;border-radius:8px;box-shadow:0 10px 30px #0000000d;border-top:5px solid #FFCC00;transition:.3s ease padding}@media screen and (max-width:980px){.contact__form{padding-left:.4rem;padding-right:.4rem}}.contact__button{width:100%;background-color:#1f2432;color:#fff;padding:1rem;border:none;border-radius:4px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background .3s ease,transform .2s ease;font-family:Roboto Condensed,Roboto,Open Sans,sans-serif,arial}.contact__button:hover{background-color:#0b0d13;transform:translateY(-2px)}.contact__button:active{transform:translateY(0)}.contact__legal{margin-top:1.5rem;font-size:.85rem;color:#666;text-align:center;line-height:1.4}.contact__legal a{color:#1f2432;text-decoration:underline;font-weight:500}.contact__legal a:hover{color:#fc0}.form-group{margin-bottom:1.5rem;display:flex;flex-direction:column}.form-group label{font-weight:600;margin-bottom:.5rem;color:#333;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{padding:.85rem;border:1px solid #ddd;border-radius:4px;font-family:Roboto Condensed,Roboto,Open Sans,sans-serif,arial;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease}.form-group input::placeholder,.form-group select::placeholder,.form-group textarea::placeholder{color:#aaa}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#1f2432;box-shadow:0 0 0 3px #1f24321a}.form-group select{cursor:pointer;background-color:#fff}.form-group textarea{resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width:600px){.form-row{grid-template-columns:1fr;gap:0}}.section--services{background-color:#f8f9fa;padding:5rem 0}.section__inner--services{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 1rem}.service-card{background:#fff;padding:2.5rem 1.5rem;border-radius:8px;text-align:center;transition:transform .3s ease,box-shadow .3s ease;border-bottom:4px solid transparent;box-shadow:0 4px 12px #0000000d}.service-card:hover{transform:translateY(-10px);border-color:#fc0;box-shadow:0 10px 20px #0000001a}.service-card__icon{font-size:3rem;margin-bottom:1.5rem;display:block}.service-card__title{font-family:Roboto Condensed,Roboto,Open Sans,sans-serif,arial;color:#1f2432;font-size:1.5rem;margin-bottom:1rem}.service-card__description{font-family:Roboto Condensed,Roboto,Open Sans,sans-serif,arial;color:#666;line-height:1.6;font-size:.95rem}.section--projects{background-color:#fff;padding:5rem 0}.section__description{text-align:center;max-width:700px;margin:0 auto 3rem;color:#666;font-family:Roboto Condensed,Roboto,Open Sans,sans-serif,arial}.section__inner--projects{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 1rem}.project-card{border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 10px 20px #00000014;transition:transform .3s ease}.project-card:hover{transform:translateY(-5px)}.project-card:hover .project-card__placeholder{transform:scale(1.1)}.project-card__image-container{position:relative;height:220px;overflow:hidden;background-color:#eee}.project-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#1f2432;color:#fff;transition:transform .5s ease;object-fit:cover}.project-card__tag{position:absolute;top:1rem;right:1rem;background-color:#fc0;color:#333;padding:.4rem 1rem;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;z-index:2}.project-card__content{padding:1.5rem}.project-card__title{font-family:Roboto Condensed,Roboto,Open Sans,sans-serif,arial;color:#1f2432;font-size:1.25rem;margin-bottom:.5rem}.project-card__location{font-family:Roboto Condensed,Roboto,Open Sans,sans-serif,arial;color:#888;font-size:.9rem}.section--about{background-color:#fff;padding:5rem 0}.section__inner--about{display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto;padding:0 1rem}@media(max-width:992px){.section__inner--about{grid-template-columns:1fr;gap:3rem}}.about__subtitle{font-family:Roboto Condensed,Roboto,Open Sans,sans-serif,arial;color:#1f2432;font-size:1.8rem;margin-bottom:1.5rem}.about__text{font-family:Roboto Condensed,Roboto,Open Sans,sans-serif,arial;line-height:1.8;color:#444;margin-bottom:1.2rem}.about__text strong{color:#1f2432}.about__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid #eee}.about__image-wrapper{display:flex;justify-content:center;align-items:center}.about__visual-element{background-color:#1f2432;width:100%;aspect-ratio:1/1;border-radius:20px;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}.about__visual-element:after{content:"";position:absolute;top:-10%;right:-10%;width:40%;height:40%;background-color:#fc0;border-radius:50%;opacity:.2}.about__image{position:absolute;margin:auto;display:block;left:0;top:0;width:100%;height:100%;z-index:2}.stat-item{text-align:center}.stat-item__number{display:block;font-family:Roboto Condensed,Roboto,Open Sans,sans-serif,arial;font-size:1.5rem;color:#fc0;font-weight:700}.stat-item__label{font-size:.8rem;text-transform:uppercase;letter-spacing:1px;color:#888}.section--hero{min-height:80vh;display:flex;align-items:center;color:#fff;position:relative;overflow:hidden}.section--hero img{display:flex;align-items:center;justify-content:center;position:absolute;margin:auto;left:-10px;top:-10px;object-position:center;object-fit:cover;width:150%;height:150%}.section--hero:before{content:"";position:absolute;margin:auto;inset:0;background:linear-gradient(-45deg,#000000e6,#02020380);background-color:#00000080;z-index:1}.section__inner--hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;padding:0 1rem;z-index:2}@media(max-width:768px){.section__inner--hero{grid-template-columns:1fr;text-align:center}}.hero__title{font-family:Roboto Condensed,Roboto,Open Sans,sans-serif,arial;font-size:3.5rem;line-height:1.1;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}@media(max-width:480px){.hero__title{font-size:2.5rem}}.hero__subtitle{font-family:Roboto Condensed,Roboto,Open Sans,sans-serif,arial;font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem;opacity:.9;max-width:500px}@media(max-width:768px){.hero__subtitle{margin:0 auto 2.5rem}}.hero__actions{display:flex;gap:1rem}@media(max-width:768px){.hero__actions{justify-content:center}}@media(max-width:480px){.hero__actions{flex-direction:column}}.hero__button{padding:1rem 2rem;border-radius:4px;font-weight:700;text-decoration:none;transition:all .3s ease;font-family:Roboto Condensed,Roboto,Open Sans,sans-serif,arial;text-align:center}.hero__button--primary{background-color:#fc0;color:#333}.hero__button--primary:hover{background-color:#ffd633;transform:translateY(-3px)}.hero__button--secondary{border:2px solid #FFFFFF;color:#fff}.hero__button--secondary:hover{background-color:#fff;color:#1f2432}.hero__badge{background-color:#ffffff1a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:2rem;border-radius:50%;width:150px;height:150px;display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid rgba(255,255,255,.2);margin:0 auto}.hero__badge-year{font-family:Roboto Condensed,Roboto,Open Sans,sans-serif,arial;font-size:1.2rem;font-weight:700;color:#fc0}.hero__badge-text{font-size:.8rem;text-transform:uppercase;letter-spacing:1px}.footer{background-color:#000;color:#fffc;padding:5rem 0 0;font-family:Roboto Condensed,Roboto,Open Sans,sans-serif,arial;--icon-width: 300px}.footer__container{margin:0 auto;max-width:var(--max-width);display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px}.footer__column{padding:10px}.footer__column:first-of-type{display:flex;flex-direction:column;align-items:center;justify-content:center}.footer__logo{display:flex;align-items:center;gap:1rem}@media(max-width:768px){.footer__logo{justify-content:center}}.footer__brand-name{color:#fff;font-family:Roboto Condensed,Roboto,Open Sans,sans-serif,arial;font-size:1.5rem;font-weight:700}.footer__description{line-height:1.6;font-size:.95rem}.footer__title{color:#fc0;font-family:Roboto Condensed,Roboto,Open Sans,sans-serif,arial;font-size:1.2rem;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:1px;text-align:left}.footer__list{list-style:none;padding:0}.footer__item{margin-bottom:.8rem;text-align:left}.footer__item--contact{font-size:.9rem;display:flex;align-items:center;gap:.5rem}@media(max-width:768px){.footer__item--contact{justify-content:center}}.footer__link{color:inherit;text-decoration:none;transition:color .3s ease}.footer__link:hover{color:#fff;padding-left:5px}.footer__social{display:flex;gap:1rem}@media(max-width:768px){.footer__social{justify-content:center}}.footer__social-link{width:35px;height:35px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;text-decoration:none;font-size:.8rem;font-weight:700;transition:background .3s ease}.footer__social-link:hover{background:#fc0;color:#333}.footer__bottom{background-color:#0003;padding:2rem 0;font-size:.8rem}.footer__bottom-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 1rem}.footer__legal{display:flex;gap:1.5rem}.footer__legal-link{color:inherit;text-decoration:none}.footer__legal-link:hover{text-decoration:underline}.footer__author{opacity:.9;margin:0;color:#fff}.footer__author-link{color:inherit;transition:.3s ease}.footer__author-link:hover{opacity:.8}.footer__author-link,.footer__author-link:active{opacity:.6}.social-media{display:grid;grid-template-columns:repeat(auto-fit,minmax(30px,1fr));padding-left:0;list-style:none;--icon-color: white;--icon-size: 20px;--icon-width: var(--icon-size);--icon-height: var(--icon-size)}.social-media__item{border:1px solid rgba(255,255,255,.1)}@keyframes fadein{0%{opacity:0}}@keyframes open-window{0%{opacity:0;transform:scale(.98)}}.modal-overlay{animation:.3s ease fadein forwards}.modal-content{animation:.3s ease open-window forwards}button{border:0;background-color:var(--background);color:inherit;cursor:pointer}button:active{transition:none}.button{--background: transparent}.button,.button span{transition:.3s ease}.button--legal:hover{color:#fff}.button--legal,.button--legal:active{color:#ffffffe6}.button--whatsapp{--icon-size: 20px;--icon-height: var(--icon-size);--icon-width: var(--icon-size);--icon-color: white;display:flex;align-items:center;justify-content:center;background-color:#21bd5c;--button-size: 50px;min-width:var(--button-size);height:var(--button-size);position:fixed;margin:auto;inset:auto 30px 30px auto;border-radius:calc(var(--button-size) / 2);color:#fff;padding-left:0;padding-right:0;z-index:100}.button--whatsapp span{width:0;overflow:hidden;white-space:nowrap;font-weight:700}.button--whatsapp:hover{padding-left:20px;padding-right:20px}.button--whatsapp:hover span{width:190px}svg.svelte-3hez72{display:block;position:relative;min-width:var(--icon-width);min-height:var(--icon-height);max-width:var(--icon-width);max-height:var(--icon-height)}path.svelte-3hez72{fill:var(--icon-color)}.nav-menu.svelte-1wobezu{display:flex;list-style:none;gap:2rem}.nav-menu__link.svelte-1wobezu{text-decoration:none;color:#fff;font-weight:500;transition:color .3s ease;font-family:Roboto Condensed,Roboto,Open Sans,sans-serif,arial}.nav-menu__link.svelte-1wobezu:hover{color:#fc0}@media(max-width:768px){.nav-menu.svelte-1wobezu{display:none}}svg.svelte-1sr1yi8{min-width:var(--icon-width);min-height:var(--icon-height);max-width:var(--icon-width);max-height:var(--icon-height)}.modal-overlay.svelte-1ipo2o3{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2000}.modal-content.svelte-1ipo2o3{background:#fff;padding:2rem;border-radius:8px;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;position:relative}.modal-close.svelte-1ipo2o3{position:absolute;top:1rem;right:1rem;border:none;background:none;font-size:1.5rem;cursor:pointer}
