/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--color-primary: #ff0000;--color-primary-600: #e60000;--color-primary-700: #cc0000;--color-bg: #ffffff;--color-bg-alt: #f7f7f7;--color-bg-black: #000000;--color-bg-dark: #111111;--color-bg-muted: #4a4a4a;--color-text: #111111;--color-text-muted: #4a4a4a;--color-text-inverse: #ffffff;--color-text-alt: #f5f5f5;--color-text-placeholder: #a8a8a8;--color-border: #e8e8e8;--color-border-muted: #4a4a4a;--btn-border-primary: #e60000;--btn-border-secondary: #dcdcdc;--hero-overlay: rgba(0, 0, 0, .6);--hero-overlay-strong: linear-gradient( to bottom, rgba(0, 0, 0, .75), rgba(0, 0, 0, .6) );--hero-overlay-cinematic: linear-gradient( to bottom, rgba(0, 0, 0, .85), rgba(0, 0, 0, .65) );--max-width: 1380px;--max-width-medium: 967px;--content-width: 90%;--btn-height: 49px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 50px;--space-auto: auto;--space-none: 0;--space-top-none: 0;--space-xxs: .313rem;--space-xs: .625rem;--space-sm: 1.25rem;--space-md: 1.875rem;--space-lg: 2.5rem;--space-xl: 3.75rem;--space-xxl: 5rem}*,*:before,*:after{box-sizing:border-box}img,picture,video{max-width:100%;height:auto;display:block}html{background:var(--color-bg-muted)}body{max-width:1800px;margin:auto;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased}.main-frame{display:flex;flex-direction:column;min-height:100vh;background-color:#fff}.inner-frame{flex:1 0 auto}h1,h2,h3,h5{color:var(--color-text);margin-top:1.2em;margin-bottom:.5em}h1{font-size:clamp(2rem,5vw,2.75rem);line-height:1.15;font-weight:700}h2{font-size:clamp(1.625rem,3vw,2.125rem);line-height:1.25;font-weight:600}h3{font-size:clamp(1.25rem,2vw,1.5rem);line-height:1.3;font-weight:600}h1:first-child,h2:first-child,h3:first-child{margin-top:0}p{color:var(--color-text-muted);margin-bottom:1.2rem}a{color:var(--color-primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-primary-700)}button{all:unset;cursor:pointer;font-family:inherit}.btn{display:inline-flex;align-items:center;align-self:flex-start;justify-content:center;height:var(--btn-height);padding:0 1.6rem;font-weight:600;text-decoration:none;border-radius:var(--radius-sm);transition:all .25s ease;cursor:pointer}.btn--small{height:auto;padding:.35rem .9rem;font-size:.8rem;font-weight:600;border-radius:var(--radius-sm)}.btn--primary{background:var(--color-primary);color:var(--color-text-inverse);border:1px solid var(--btn-border-primary)}.btn--primary:hover{background:var(--color-primary-700);color:var(--color-text-inverse)}.btn--secondary{background:var(--color-bg);color:var(--color-text);border:1px solid var(--btn-border-secondary)}.btn--secondary:hover{background:#e6e6e6;color:var(--color-text)}.content{width:var(--content-width);max-width:var(--max-width);margin:0 auto;position:relative}.section{padding:clamp(3rem,6vw,6rem) 0}.section-alt{background:var(--color-bg-alt)}.narrow{max-width:800px;margin:0 auto}.intro{text-align:center}.intro h2{margin-bottom:1rem}.thumbnail{overflow:hidden;display:block;position:relative}.thumbnail--vertical{aspect-ratio:3 / 4}.thumbnail--square{aspect-ratio:1 / 1}.thumbnail--soft-rect{aspect-ratio:5 / 4}.thumbnail--cinematic{aspect-ratio:16 / 10}.thumbnail--balanced{aspect-ratio:3 / 2}.thumbnail .thumbnail-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease;background:#f0f0f0}.thumbnail:hover .thumbnail-img{transform:scale(1.03)}.grid,.grid--3--md{display:grid;gap:var(--space-md);grid-template-columns:1fr}@media(min-width:768px){.grid--3{grid-template-columns:repeat(2,1fr);gap:var(--space-lg)}.grid--3--md{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid--3{grid-template-columns:repeat(3,1fr);gap:var(--space-xl)}.grid--3--md{grid-template-columns:repeat(3,1fr)}}@media(min-width:768px){.grid--4{grid-template-columns:repeat(2,1fr);gap:var(--space-lg)}}@media(min-width:1024px){.grid--4{grid-template-columns:repeat(3,1fr);gap:var(--space-xl)}}@media(min-width:1200px){.grid--4{grid-template-columns:repeat(4,1fr);gap:var(--space-xl)}}.site-header{background-color:var(--color-bg-black);height:80px}.header-inner,.main-nav,.nav-list{display:flex;align-items:center}.header-inner{height:80px;justify-content:space-between}.logo{display:inline-block;width:190px}.logo svg{width:100%;height:auto;display:block}.main-nav{gap:1.5rem}.nav a{color:var(--color-text-inverse)}.nav a:hover{color:var(--color-text-alt)}.nav{list-style:none;display:flex;gap:1.5rem;margin:0;padding:0}.nav-toggle{display:none;position:relative;width:28px;height:18px;border:none;background:none;cursor:pointer;color:#fff}.nav-toggle span{position:absolute;left:0;width:100%;height:1px;background:currentColor;transition:transform .3s ease,opacity .2s ease}.nav-toggle span:nth-child(1){top:0}.nav-toggle span:nth-child(2){top:50%;transform:translateY(-50%)}.nav-toggle span:nth-child(3){bottom:0}.nav-toggle[aria-expanded=true] span:nth-child(1){top:50%;transform:translateY(-50%) rotate(45deg)}.nav-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] span:nth-child(3){top:50%;transform:translateY(-50%) rotate(-45deg)}@media(max-width:1024px){.nav-toggle{display:block;z-index:1001}.main-nav{display:none;position:fixed;inset:80px 0 0;background:var(--color-bg-dark);z-index:1000}.main-nav.is-open{display:block}.nav{flex-direction:column;gap:0}.nav a{display:block;padding:1.5rem;font-size:1.25rem;border-bottom:1px solid rgba(255,255,255,.1)}}.nav-open{overflow:hidden}.main-hero{position:relative;min-height:80vh;display:flex;align-items:center;color:var(--color-text-inverse);overflow:hidden}.main-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.main-hero:after{content:"";position:absolute;inset:0;background:var(--hero-overlay-strong)}.main-hero-content{position:relative;z-index:2;max-width:600px;text-align:center}.main-hero-content h1,.main-hero-content p{color:var(--color-text-inverse)}.main-hero-content p{font-size:1.25rem;line-height:1.6;color:var(--color-text-inverse);margin-bottom:2rem;opacity:.9}.main-hero-buttons{display:flex;flex-direction:column;justify-content:center;gap:1rem}.main-hero-buttons .btn{width:100%}@media(min-width:667px){.main-hero-buttons{flex-direction:row}.main-hero-buttons .btn{width:auto}}.page-hero{position:relative;min-height:clamp(300px,60vh,600px);display:flex;align-items:center;justify-content:center;overflow:hidden;text-align:center}.page-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.page-hero-overlay{position:absolute;inset:0;background:var(--hero-overlay-strong);z-index:1}.page-hero-content{position:relative;z-index:2;color:#fff;max-width:800px;padding:0 1rem}.page-hero-content h1{font-size:clamp(2rem,5vw,3rem);margin-bottom:1rem;color:var(--color-text-inverse)}.page-hero-content p{font-size:1.2rem;opacity:.9;color:var(--color-text-inverse)}.value-props{background-color:#323232}.value-props h3,.value-props p{color:var(--color-text-inverse)}.featured-events,.proximos-eventos,.section-about{background-color:var(--color-bg-alt)}.events-section-title{margin-bottom:var(--space-lg)}.event-card{position:relative;background:var(--color-bg);border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--color-border);transition:transform .3s ease,box-shadow .3s ease}.event-card:hover{transform:translateY(-6px);box-shadow:0 15px 40px #0000000f}.event-card__link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.event-card__image-wrapper{position:relative;overflow:hidden}.event-card__date{position:absolute;bottom:1rem;left:1rem;background:#000000bf;color:var(--color-text-inverse);padding:.4rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;backdrop-filter:blur(6px);text-transform:uppercase}.event-card__content{display:flex;flex-direction:column;flex:1;padding:1.75rem}.event-card__info{display:flex;flex-direction:column;gap:.85rem;margin-bottom:1.85rem}.event-card__content h3{margin:0;font-size:1.25rem;font-weight:600;line-height:1.3;color:var(--color-text)}.event-card__content p{margin:0;font-size:.95rem;line-height:1.6;color:#5c5c5c}.event-card__meta{display:flex;flex-direction:column;gap:.3rem;font-size:.85rem;color:var(--color-text)}.event-card__meta span:first-child{font-weight:500;text-transform:uppercase;font-size:.75rem}.event-card__meta span:last-child{font-weight:700;color:var(--color-text-muted)}.event-card__cta{margin-top:auto;align-self:flex-start}.event-card.featured:before{content:"Destacado";position:absolute;top:1rem;right:1rem;background:var(--color-primary);color:var(--color-text-inverse);font-size:.7rem;font-weight:600;padding:.3rem .6rem;border-radius:999px;text-transform:uppercase;z-index:10}.single-event-description,.single-event .btn{margin-top:1.875rem}.programs-section{background-color:var(--color-bg-alt)}.program-row{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;margin-bottom:clamp(3rem,6vw,5rem)}.program-image img{width:100%;height:auto;border-radius:6px}.program-content h3{margin-bottom:1rem}.program-content p{margin-bottom:1.5rem;color:var(--color-text-muted)}@media(min-width:1024px){.program-row{grid-template-columns:1fr 1fr;gap:4rem}.program-row.reverse{direction:rtl}.program-row.reverse>*{direction:ltr}}.program-row:last-child{margin-bottom:0}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.125rem}.form-group label{font-weight:600}.form-group input,.form-group select,.form-group textarea{padding:.85rem 1rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;background-color:#fff;width:100%;transition:border-color .2s ease,box-shadow .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--color-border-muted)}.form-group select{appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;padding-right:2.5rem;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23666' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:16px}.form-group input::placeholder,.form-group textarea::placeholder,.form-group select{color:var(--color-text-placeholder);opacity:1}.form-group select:valid{color:#000}.hidden{display:none}.site-footer{background:var(--color-bg-black)}.site-footer .content{padding:clamp(2.5rem,3.5vw,3.75rem) 0}.site-footer p{color:var(--color-bg-alt)}.footer-logo{max-width:150px;margin-bottom:10px}.footer-logo svg{width:100%;height:auto;display:block}.footer-description{margin:var(--space-none)}.footer-title{margin-top:var(--space-none);font-weight:600}.footer-nav{list-style:none;padding:var(--space-none);margin:var(--space-none)}.site-footer a{color:var(--color-bg-alt)}.site-footer a:hover{color:var(--color-text-inverse)}.footer-copyright{background-color:var(--color-bg-dark);padding:var(--space-sm) 0;text-align:center}.footer-brand{margin:var(--space-none);text-transform:uppercase;font-size:12px}
