:root{--brand:#16357a;--brand-dark:#0d2251;--brand-deep:#081737;--brand-mid:#24499b;--brand-light:#3f6ac6;--brand-soft:#eaf0fb;--accent:#f4b41a;--accent-hover:#d99c07;--accent-orange:#ed6f00;--accent-orange-deep:#d46300;--countdown-height:76px;--color-text:#16223d;--color-text-muted:#5a6685;--color-white:#fff;--color-bg:#fff;--color-bg-tint:#f4f6fb;--color-border:#e2e7f1;--font-family:"Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;--container-max:1200px;--container-padding:1.25rem;--header-height:84px;--radius-sm:8px;--radius:14px;--radius-pill:999px;--shadow-sm:0 2px 10px #0d225114;--shadow:0 12px 34px #0d22511f;--shadow-lg:0 20px 50px #0d22512e;--transition:.24s cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box}*{margin:0}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 1rem)}body{font-family:var(--font-family);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;line-height:1.6}body.is-menu-open{overflow:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{padding:0;list-style:none}h1,h2,h3{font-weight:800;line-height:1.15}.container{width:100%;max-width:var(--container-max);padding-inline:var(--container-padding);margin-inline:auto}.section{padding-block:clamp(2.75rem,6vw,4.75rem)}.section--tint{background:var(--color-bg-tint)}.section__title{color:var(--brand);text-align:center;margin-bottom:1.75rem;font-size:clamp(1.6rem,4vw,2.4rem)}.btn{border-radius:var(--radius-pill);cursor:pointer;transition:transform var(--transition), background var(--transition), color var(--transition);text-align:center;border:2px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.9rem;font-family:inherit;font-size:.98rem;font-weight:700;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn--primary{background:var(--accent-orange);color:var(--color-white);border-radius:var(--radius-pill);text-transform:uppercase;letter-spacing:.04em;padding-inline:2rem}.btn--primary:hover{background:var(--accent-orange-deep)}.btn--accept{background:var(--accent);color:var(--brand-dark)}.btn--accept:hover{background:var(--accent-hover)}.btn--outline{border-color:var(--brand);color:var(--brand);background:0 0}.form{gap:1rem;display:grid}.form__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form__field{gap:.4rem;font-size:.9rem;font-weight:600;display:grid}.form__field input,.form__field textarea{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-white);color:var(--color-text);transition:border-color var(--transition), box-shadow var(--transition);padding:.75rem .9rem;font-family:inherit;font-size:1rem}.form__field input:focus,.form__field textarea:focus{border-color:var(--brand-light);outline:none;box-shadow:0 0 0 3px #3f6ac62e}.form__field textarea{resize:vertical}.form__status{min-height:1.25rem;font-size:.9rem;font-weight:600}.form__status.is-success{color:#1a7f45}.form__status.is-error{color:#c02626}.form__status.is-loading{color:var(--color-text-muted)}@media (width<=640px){.form__row{grid-template-columns:1fr}}[hidden]{display:none!important}body{padding-top:var(--header-height)}body.has-countdown{padding-bottom:var(--countdown-height)}.section-divider{width:100%;height:14px;box-shadow:none;background-color:#ed6f00;background-image:none;border:0;margin:0;padding:0;display:block}.text-accent{color:var(--accent-orange)}.site-header{height:var(--header-height);background:var(--color-white);z-index:100;transition:box-shadow var(--transition), height var(--transition);position:fixed;inset:0 0 auto}.site-header.is-scrolled{box-shadow:var(--shadow-sm)}.site-header__inner{justify-content:space-between;align-items:center;gap:1rem;height:100%;display:flex}.site-header__brand img{object-fit:contain;width:auto;height:52px}.site-header__menu{align-items:center;gap:2rem;display:flex}.site-header__menu a{color:var(--brand);transition:color var(--transition);padding-block:.25rem;font-size:.98rem;font-weight:700;position:relative}.site-header__menu a:after{content:"";background:var(--accent);width:0;height:2px;transition:width var(--transition);position:absolute;bottom:-2px;left:0}.site-header__menu a:hover{color:var(--brand-mid)}.site-header__menu a:hover:after{width:100%}.site-header__toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0 9px;display:none}.site-header__toggle span{background:var(--brand);height:3px;transition:transform var(--transition);border-radius:2px;display:block}.site-header__drawer{background:var(--brand);width:min(320px,82vw);transition:transform var(--transition);z-index:110;box-shadow:var(--shadow-lg);padding:5rem 1.75rem 2rem;position:fixed;inset:0 0 0 auto;transform:translate(100%)}.site-header__drawer.is-open{transform:translate(0)}.site-header__drawer-close{color:var(--color-white);cursor:pointer;background:0 0;border:none;font-size:2rem;line-height:1;position:absolute;top:1rem;right:1.25rem}.site-header__menu--mobile{flex-direction:column;align-items:flex-start;gap:1.25rem}.site-header__menu--mobile a{color:var(--color-white);font-size:1.15rem}.site-header__menu--mobile a:after{display:none}@media (width<=860px){.site-header__nav{display:none}.site-header__toggle{display:flex}}.countdown{background:linear-gradient(120deg, var(--brand) 0%, var(--brand-mid) 100%);color:var(--color-white)}.countdown--fixed{z-index:150;min-height:var(--countdown-height);position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 28px #08173747}.countdown__inner{justify-content:center;gap:clamp(1.25rem,5vw,3.5rem);padding-block:.85rem;display:flex}.countdown__unit{flex-direction:column;align-items:center;min-width:60px;display:flex}.countdown__num{font-size:clamp(1.6rem,5vw,2.4rem);font-weight:800;line-height:1}.countdown__label{letter-spacing:.14em;text-transform:uppercase;opacity:.85;margin-top:.35rem;font-size:.72rem}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}.hero{background:#ed6f00;margin:0;padding:0;line-height:0;overflow:hidden}.hero__banner,.hero__link{width:100%;margin:0;padding:0;line-height:0;display:block}.hero__img,.hero picture{border:0;width:100%;max-width:100%;height:auto;margin:0;padding:0;display:block}.hero+.section-divider{display:none}#numeros{margin-top:0}.stats{text-align:center}.stats__eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--accent-orange);margin-bottom:.5rem;font-size:.8rem;font-weight:700}.stats__list{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(.85rem,2.5vw,1.5rem);margin-top:2rem;display:grid}.stats__item{background:var(--color-white);border:2px solid var(--brand-soft);border-radius:var(--radius);min-height:140px;box-shadow:var(--shadow-sm);flex-direction:column;justify-content:center;align-items:center;padding:1.25rem 1rem;display:flex}.stats__value{color:var(--brand);font-variant-numeric:tabular-nums;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:900;line-height:1}.stats__label{color:var(--color-text-muted);margin-top:.55rem;font-size:.92rem;font-weight:600}@media (width<=760px){.stats__list{grid-template-columns:repeat(2,minmax(0,1fr))}}.about-why{background:var(--color-white,#fff)}.about-why .about.section{padding-bottom:clamp(1.5rem,3vw,2.5rem)}.about-why .why.section{padding-top:clamp(1.5rem,3vw,2.5rem)}.about__grid,.why__grid{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,5vw,4rem);display:grid}.about__title,.why__title{color:var(--brand);text-align:center;margin-bottom:1.25rem;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800;line-height:1.15}.about__body{color:var(--color-text);text-align:left;gap:1.1rem;font-size:1.05rem;display:grid}.about__body strong{color:var(--brand);font-weight:800}.about__highlight{font-size:1.15rem;font-weight:800;color:var(--accent-orange)!important}.about .btn,.why .btn{text-transform:uppercase;letter-spacing:.04em;margin-top:1.75rem;display:inline-flex}.about__media,.why__media{min-width:0}.about__media img,.why__media img{border-radius:var(--radius,12px);width:100%;height:auto;display:block}.why__content{text-align:left}.why__list,.audience__list{text-align:left;gap:.9rem;display:grid}.why__list{margin:0 0 .25rem}.why__list li,.audience__list li{color:var(--color-text);padding-left:1.5rem;font-size:1.05rem;position:relative}.why__list li:before,.audience__list li:before{content:"";background:var(--accent-orange);border-radius:50%;width:8px;height:8px;position:absolute;top:.55rem;left:0}.why__list .text-accent strong{color:var(--accent-orange);font-weight:800}@media (width<=860px){.about__grid,.why__grid{grid-template-columns:1fr}.about__media,.why__media{order:-1}}.audience__grid{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,5vw,4rem);display:grid}.audience__title{color:var(--brand);text-align:center;margin-bottom:1rem;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800}.audience__intro{text-align:left;color:var(--brand);margin:0 0 1.25rem;font-size:1.05rem;font-weight:700}.audience__list{margin-bottom:1.75rem}.audience__visual img{width:100%;height:auto;display:block}.audience .btn{text-transform:uppercase;letter-spacing:.04em}@media (width<=860px){.audience__grid{grid-template-columns:1fr}}.sponsors__tier{scroll-margin-top:calc(var(--header-height) + 1rem);margin-bottom:3rem}.sponsors__tier:last-child{margin-bottom:0}.sponsors__grid{grid-template-columns:repeat(var(--cols,5), 1fr);gap:1rem;display:grid}.sponsors__logo{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius);aspect-ratio:4/3;transition:transform var(--transition), box-shadow var(--transition);justify-content:center;align-items:center;padding:.75rem;display:flex}.sponsors__logo:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.sponsors__logo img{object-fit:contain;width:auto;max-height:100%}@media (width<=900px){.sponsors__grid{grid-template-columns:repeat(min(var(--cols,5), 4), 1fr)}}@media (width<=620px){.sponsors__grid{grid-template-columns:repeat(3,1fr)}}@media (width<=400px){.sponsors__grid{grid-template-columns:repeat(2,1fr)}}.instagram__content{max-width:720px;margin-inline:auto}.instagram__card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius);text-align:center;box-shadow:var(--shadow-sm);transition:transform var(--transition), box-shadow var(--transition);padding:2rem;display:block}.instagram__card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.instagram__handle{color:var(--brand);margin-bottom:.75rem;font-size:1.25rem;font-weight:800;display:inline-block}.instagram__caption{color:var(--color-text-muted);margin-bottom:1.5rem}.youtube{text-align:center}.youtube__caption{color:var(--color-text-muted);margin-bottom:1.5rem;font-weight:600}.youtube__player{border-radius:var(--radius);max-width:920px;box-shadow:var(--shadow-lg);background:var(--brand-deep);margin-inline:auto;overflow:hidden}.youtube__player .plyr{--plyr-color-main:var(--accent-orange);--plyr-video-background:var(--brand-deep);border-radius:var(--radius)}.youtube__player .plyr__control--overlaid{background:var(--accent-orange)}.youtube__player iframe{border:0}.site-footer{background:var(--brand-deep);color:#ffffffd9;scroll-margin-top:var(--header-height);padding-block:clamp(2.5rem,6vw,4rem)}.site-footer__grid{grid-template-columns:1fr 1fr;align-items:start;gap:clamp(2rem,6vw,4rem);display:grid}.site-footer__logo{width:auto;height:64px;margin-bottom:1.25rem}.site-footer__info p{margin-bottom:.75rem;font-size:.95rem}.site-footer__venue{color:var(--color-white);margin:0 0 .25rem;font-size:.95rem;font-weight:700}.site-footer__venue[hidden]{display:none}.site-footer__email a{color:var(--accent);font-weight:600}.site-footer__realization{align-items:center;gap:.9rem;margin-top:1.5rem;display:flex}.site-footer__realization-label{color:var(--color-white);font-weight:700}.site-footer__realization img{width:auto;height:40px}.site-footer__title{color:var(--color-white);margin-bottom:1.25rem;font-size:1.5rem}.site-footer__contact .form__field{color:#ffffffe6}@media (width<=780px){.site-footer__grid{grid-template-columns:1fr}}.page-lead{min-height:60vh}.form-page{max-width:720px}.form-page__lead{text-align:center;color:var(--color-text-muted);max-width:620px;margin:0 auto 2.5rem;font-size:1.1rem}.form--card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:clamp(1.5rem,4vw,2.5rem)}.whatsapp-float{z-index:180;color:#fff;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;transition:transform .2s,box-shadow .2s;display:inline-flex;position:fixed;bottom:1.1rem;right:1.1rem;box-shadow:0 8px 24px #08173747}.whatsapp-float:hover{color:#fff;transform:translateY(-2px)scale(1.04);box-shadow:0 12px 28px #08173757}.whatsapp-float__icon{width:1.7rem;height:1.7rem;display:block}body.has-countdown .whatsapp-float{bottom:calc(var(--countdown-height) + 1.1rem)}@media (prefers-reduced-motion:reduce){.whatsapp-float{transition:none}.whatsapp-float:hover{transform:none}}.cookie-banner{z-index:200;background:var(--brand-dark);max-width:640px;color:var(--color-white);border-radius:var(--radius);box-shadow:var(--shadow-lg);align-items:center;gap:1.25rem;margin-inline:auto;padding:1.1rem 1.35rem;display:flex;position:fixed;bottom:1rem;left:1rem;right:1rem}.cookie-banner__text{flex:1;font-size:.9rem}.cookie-banner .btn{flex-shrink:0;padding:.6rem 1.4rem}body.has-countdown .cookie-banner{bottom:calc(var(--countdown-height) + 1rem)}
