:root{--navy:#4a4a4a;--gold:#d98a52;--gold-dark:#c07740;--cream:#ece6dc;--white:#fff;--text:#2b2b2b;--text-soft:#5f5f5f;--border:#e2ddd3;--font-serif:"Fraunces", Georgia, serif;--font-body:"Inter", system-ui, "Segoe UI", Roboto, sans-serif;font:17px/1.5 var(--font-body);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--white);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body,h1,h2,h3,h4,p{margin:0}a{color:inherit}button{font-family:inherit}.eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin:0 0 .75rem;font-size:.8rem;font-weight:600}h2{font-family:var(--font-serif);color:var(--text);margin:0 0 1.25rem;font-size:clamp(1.7rem,3.2vw,2.6rem);font-weight:500;line-height:1.2}.section__text{color:var(--text-soft);max-width:52ch;margin:0 0 1rem;line-height:1.75}.container{max-width:1160px;margin:0 auto;padding:0 24px}.section{padding:6rem 0}.section--dark{color:var(--white);background:radial-gradient(circle at 82% 18%,#d98a522e,#0000 55%),linear-gradient(160deg,#2c2c2c 0%,#454545 45%,#565656 100%)}.section--dark .eyebrow{color:var(--gold)}.section--dark h2{color:var(--white)}.section--dark .section__text{color:#ffffffb8}.section--band{background:radial-gradient(circle at 82% 18%,#d98a5224,#0000 55%),linear-gradient(160deg,#f2eee6 0%,#ece6dc 45%,#e4dccd 100%)}.section--divider{position:relative}.section--divider:before{content:"";background:var(--border);height:1px;position:absolute;top:0;left:0;right:0;box-shadow:0 6px 16px -4px #0000002e}.grid-2{grid-template-columns:1.1fr 1fr;align-items:start;gap:4rem;display:grid}.contato-grid{grid-template-columns:.7fr 1.5fr}@media (width<=900px){.contato-grid{grid-template-columns:1fr}}.btn{cursor:pointer;border:1px solid #0000;border-radius:2px;justify-content:center;align-items:center;padding:.85rem 1.75rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.btn--primary{background:var(--gold);color:var(--navy)}.btn--primary:hover{background:var(--gold-dark)}.btn--ghost{color:inherit;background:0 0;border-color:currentColor}.btn--ghost:hover{background:#1c24300f}.section--dark .btn--ghost:hover{background:#ffffff14}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(24px)}.reveal.in-view{opacity:1;transform:translateY(0)}.header{z-index:100;padding:22px 0;transition:background .3s,box-shadow .3s,padding .3s;position:fixed;top:0;left:0;right:0}.header--scrolled{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1c2430f0;padding:12px 0;box-shadow:0 2px 18px #0000002e}.header__inner{justify-content:space-between;align-items:center;gap:2rem;max-width:1160px;margin:0 auto;padding:0 24px;display:flex}.logo{align-items:center;text-decoration:none;display:flex}.logo img{width:auto;height:34px;display:block}.nav{gap:2rem;display:flex}.nav a{color:#ffffffd9;font-size:.92rem;font-weight:500;text-decoration:none;transition:color .2s}.nav a:hover{color:var(--gold)}.nav--desktop{flex:1;justify-content:flex-end}.header__inner .btn--ghost.nav--desktop{color:var(--white);flex:none;padding:.6rem 1.3rem}.lang-switch{align-items:center;gap:.5rem;display:flex}.lang-switch.nav--desktop{flex:none}.lang-switch__item{cursor:pointer;opacity:.55;background:0 0;border:none;align-items:center;gap:.3rem;padding:.2rem;transition:opacity .2s;display:flex}.lang-switch__item:hover{opacity:.85}.lang-switch__item--active{opacity:1}.lang-switch__item img{border-radius:50%;width:18px;height:18px;display:block}.lang-switch__item span{letter-spacing:.04em;color:var(--white);font-size:.72rem;font-weight:600}.nav--mobile .lang-switch{margin:.25rem 0 .5rem}.nav--mobile .lang-switch__item span{color:#ffffffd9}.burger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:6px;display:none}.burger span{background:var(--white);width:22px;height:2px;transition:transform .25s,opacity .25s}.burger--open span:first-child{transform:translateY(7px)rotate(45deg)}.burger--open span:nth-child(2){opacity:0}.burger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav--mobile{background:#1c2430fa;flex-direction:column;align-items:flex-start;gap:1.1rem;padding:1.5rem 24px 2rem}.nav--mobile .btn{margin-top:.5rem}.hero{min-height:100vh;color:var(--white);align-items:center;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:-1;background:radial-gradient(circle at 82% 18%,#d98a522e,#0000 55%),linear-gradient(160deg,#2c2c2c 0%,#454545 45%,#565656 100%);position:absolute;inset:0}.hero__content{max-width:1160px;margin:0 auto;padding:140px 24px 80px}.hero__title{font-family:var(--font-serif);max-width:16ch;margin:0 0 1.5rem;font-size:clamp(2.4rem,5.4vw,4.2rem);font-weight:500;line-height:1.12;animation:.6s both fadeUp}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.hero__lead{color:#ffffffbf;max-width:48ch;margin:0 0 2.25rem;font-size:1.08rem;line-height:1.7}.hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.hero__actions .btn--ghost{color:var(--white)}.pillars{flex-direction:column;gap:1.5rem;display:flex}.pillar{border-left:2px solid var(--gold);padding:.25rem 0 .25rem 1.25rem}.pillar h3{font-family:var(--font-serif);color:var(--navy);margin:0 0 .4rem;font-size:1.15rem}.pillar p{color:var(--text-soft);margin:0;font-size:.95rem;line-height:1.6}.valores{border-top:1px solid var(--border);text-align:center;margin-top:4rem;padding-top:3rem}.valores__title{font-family:var(--font-serif);margin:0 0 1.5rem;font-size:1.3rem}.valores ul{flex-wrap:wrap;justify-content:center;gap:1rem 2.5rem;margin:0;padding:0;list-style:none;display:flex}.valores li{color:var(--text-soft);text-align:left;flex:0 260px;padding-left:1.4rem;line-height:1.5;position:relative}.valores li:before{content:"";background:var(--gold);border-radius:50%;width:7px;height:7px;position:absolute;top:.5em;left:0}.acc-grid{grid-template-columns:repeat(3,1fr);gap:0 2.5rem;display:grid}.acc__item{border-bottom:1px solid #ffffff24}.acc__head{width:100%;color:var(--white);font-family:var(--font-serif);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.1rem 0;font-size:.98rem;display:flex}.acc__icon{font-family:var(--font-body);color:var(--gold);flex:none;margin-left:1rem;font-size:1.2rem;transition:transform .25s}.acc__item--open .acc__icon{transform:rotate(45deg)}.acc__body{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.acc__item--open .acc__body{grid-template-rows:1fr}.acc__body p{color:#ffffffb8;margin:0 0 1.1rem;font-size:.88rem;line-height:1.6;overflow:hidden}.acc__body>p{min-height:0}.carousel-wrap{position:relative}.carousel{scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:.5rem 0 1rem;overflow:auto hidden}.carousel::-webkit-scrollbar{display:none}.carousel__track{gap:1.5rem;width:max-content;padding:0 24px;display:flex}.carousel-arrow{z-index:5;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);width:30px;height:30px;color:var(--navy);cursor:pointer;background:#ffffffd9;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;line-height:1;transition:background .2s,color .2s;display:none;position:absolute;top:158px;transform:translateY(-50%);box-shadow:0 2px 8px #0003}.carousel-arrow:hover{background:var(--gold);color:var(--white)}.carousel-arrow--prev{left:10px}.carousel-arrow--next{right:10px}.carousel-wrap--time .carousel-arrow{top:128px}.socio-card{scroll-snap-align:start;cursor:pointer;text-align:left;background:0 0;border:none;flex:none;width:260px;padding:0;font-family:inherit}.socio-card__frame{border-radius:14px;width:260px;height:300px;transition:transform .3s;display:block;overflow:hidden;box-shadow:0 10px 24px #00000026}.socio-card:hover .socio-card__frame{transform:translateY(-4px)}.socio-card img{object-fit:cover;width:100%;height:100%;display:block}.socio-card__label{flex-direction:column;gap:.15rem;margin-top:.85rem;display:flex}.socio-card__label strong{color:var(--navy);font-size:.95rem}.socio-card__label span{color:var(--gold);font-size:.8rem}.time-card{scroll-snap-align:start;flex:none;width:200px}.time-card img{object-fit:cover;border-radius:14px;width:200px;height:240px;display:block;box-shadow:0 8px 20px #0000001a}.time-card__label{flex-direction:column;gap:.1rem;margin-top:.65rem;display:flex}.time-card__label strong{color:var(--navy);font-size:.88rem}.time-card__label span{color:var(--text-soft);font-size:.76rem}@media (width>=901px){.carousel-arrow{display:flex}}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;background:#231f20b8;justify-content:center;align-items:center;padding:24px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{--m-ink:#231f20;--m-ink-soft:#4a4542;--m-stone:#736f6c;--m-orange:#cd8c5e;--m-orange-deep:#b5734a;--m-line:#231f201f;background:var(--white);border-radius:6px;grid-template-columns:280px 1fr;width:100%;max-width:920px;max-height:86vh;display:grid;position:relative;overflow-y:auto}.modal__close{z-index:2;background:var(--white);border:1px solid var(--m-line);cursor:pointer;width:38px;height:38px;color:var(--m-ink);border-radius:50%;font-size:1.2rem;line-height:1;transition:background .25s,color .25s,border-color .25s;position:absolute;top:18px;right:18px}.modal__close:hover{background:var(--m-orange);color:var(--white);border-color:var(--m-orange)}.modal__photo{aspect-ratio:3/4;object-fit:cover;background:var(--cream);border-radius:6px 0 0 6px;width:100%;display:block;position:sticky;top:0}.modal__body{padding:36px 40px}.modal__body .eyebrow{color:var(--m-orange-deep);letter-spacing:.03em;margin-bottom:6px;font-size:.85rem}.modal__body h3{font-family:var(--font-serif);color:var(--m-ink);margin:0 0 .4rem;font-size:1.7rem}.modal__email{color:var(--m-stone);margin:0 0 1.5rem;font-size:.88rem;text-decoration:none;display:inline-block}.modal__email:hover{color:var(--m-orange-deep)}.modal__label{letter-spacing:.14em;text-transform:uppercase;color:var(--m-orange-deep);margin:1.375rem 0 .5rem;font-size:.7rem;font-weight:600}.modal__label:first-of-type{margin-top:0}.modal__bio{color:var(--m-ink-soft);margin:0 0 1rem;font-size:.92rem;line-height:1.65}.modal__bio:last-of-type{margin-bottom:0}.modal__pills{color:var(--m-ink-soft);margin:0;font-size:.92rem;line-height:1.65}@media (width<=768px){.modal{grid-template-columns:1fr}.modal__photo{aspect-ratio:16/9;border-radius:6px 6px 0 0}.modal__body{padding:32px 26px}}.depo-badges{justify-content:center;align-items:center;gap:2rem;margin:.5rem auto 0;display:flex}.depo-badge{width:auto;height:64px;display:block}.depo-badge--legal500{border-radius:4px;height:84px}.depo-marquee{width:100%;margin-top:2.5rem;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000);mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000)}.depo-marquee__track{gap:1.5rem;width:max-content;animation:38s linear infinite depoScroll;display:flex}.depo-marquee__track:has(.depo-card:hover){animation-play-state:paused}@keyframes depoScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.depo-card{border-left:2px solid var(--gold);background:#ffffff0d;border-radius:0 10px 10px 0;flex:none;width:320px;margin:0;padding:1.75rem}.depo-card p{color:#ffffffe6;margin:0 0 1rem;font-size:.95rem;line-height:1.65}.depo-card footer{color:var(--gold);font-size:.8rem}.rs-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.25rem;margin-top:2.5rem;display:grid}.rs-card{border:1px solid var(--border);border-radius:10px;padding:1.25rem;transition:border-color .2s,transform .2s;display:block;overflow:hidden}.rs-card:hover{border-color:var(--gold);transform:translateY(-3px)}.rs-card img{width:100%;height:auto;display:block}.contato-info{margin-top:2rem}.contato-info p{color:#ffffffd9;margin:0 0 .5rem;line-height:1.6}.form{flex-direction:column;gap:1.1rem;display:flex}.form label{color:#ffffffbf;flex-direction:column;gap:.4rem;font-size:.85rem;display:flex}.form input,.form textarea{color:var(--white);font-family:var(--font-body);resize:vertical;background:#ffffff0f;border:1px solid #fff3;border-radius:2px;padding:.7rem .85rem;font-size:.95rem}.form input:focus,.form textarea:focus{border-color:var(--gold);outline:none}.form .btn{align-self:flex-start;margin-top:.5rem}.contato-right{grid-template-columns:1fr 1fr;align-items:stretch;gap:1.5rem;display:grid}.mapa{filter:grayscale(.3)contrast(1.05);border:none;border-radius:12px;width:100%;height:100%;min-height:380px}@media (width<=700px){.contato-right{grid-template-columns:1fr}.mapa{min-height:260px}}.footer{color:#ffffffb3;background:#1f1f1f;padding:3.5rem 0 1.75rem}.footer__inner{border-bottom:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;gap:2rem;padding-bottom:2rem;display:flex}.logo--footer{margin-bottom:.75rem;display:block}.footer__inner p{max-width:34ch;margin:0;font-size:.85rem;line-height:1.6}.footer__links{flex-wrap:wrap;align-items:flex-start;gap:.5rem 1.75rem;display:flex}.footer__links a{color:#ffffffb3;font-size:.85rem;text-decoration:none}.footer__links a:hover{color:var(--gold)}.footer__copy{text-align:center;color:#ffffff73;margin:1.75rem 0 0;font-size:.78rem}@media (width<=900px){.grid-2{grid-template-columns:1fr;gap:3rem}.nav--desktop{display:none}.burger{display:flex}.section{padding:4rem 0}.acc-grid{grid-template-columns:repeat(2,1fr);gap:0 1.5rem}}@media (width<=480px){.acc-grid{gap:0 1rem}.acc__head{padding:.9rem 0;font-size:.88rem}}
