.eventos-hero{position:relative;background:linear-gradient(135deg,#0d3a6b,#14509e,#1a65c4);min-height:220px;display:flex;align-items:center;justify-content:center;overflow:hidden}.eventos-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;pointer-events:none}.eventos-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 30% 50%,rgba(249,217,35,.08) 0%,transparent 70%);pointer-events:none}.eventos-hero__content{position:relative;text-align:center;padding:48px 24px;z-index:2}.eventos-hero__badge{display:inline-flex;align-items:center;gap:8px;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);border-radius:24px;padding:6px 18px;font-size:.8rem;color:#f9d923;font-weight:500;letter-spacing:.5px;margin-bottom:16px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.eventos-hero__badge i{font-size:.85rem}.eventos-hero__title{color:#fff;font-size:2.2rem;font-weight:700;margin:0 0 12px;letter-spacing:-.5px;line-height:1.15}.eventos-hero__subtitle{color:#ffffffbf;font-size:1rem;font-weight:400;margin:0;max-width:480px;margin-inline:auto;line-height:1.5}.eventos-nav-wrapper{background:#fff;border-bottom:1px solid rgba(13,58,107,.08);position:sticky;top:90px;z-index:100}.eventos-nav{max-width:1200px;margin:0 auto;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:0 16px}.eventos-nav::-webkit-scrollbar{display:none}.eventos-nav__track{display:flex;gap:6px;padding:12px 0;white-space:nowrap;min-width:min-content}.eventos-nav__pill{display:inline-flex;align-items:center;padding:8px 18px;border-radius:24px;font-size:.82rem;font-weight:500;color:#4a6a8a;text-decoration:none;background:transparent;border:1px solid transparent;transition:all .22s ease;flex-shrink:0}.eventos-nav__pill:hover{background:#0d3a6b0d;color:#0d3a6b;text-decoration:none}.eventos-nav__pill.active{background:#0d3a6b;color:#fff;border-color:#0d3a6b}.eventos-container{max-width:1200px;margin:0 auto;padding:32px 16px 64px}.eventos-section{margin-bottom:48px;scroll-margin-top:160px}.eventos-section__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid rgba(13,58,107,.06)}.eventos-section__title{display:flex;align-items:center;gap:12px;font-size:1.35rem;font-weight:700;color:#0d3a6b;margin:0;letter-spacing:-.3px}.eventos-section__title-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:#0d3a6b12;color:#0d3a6b;font-size:.95rem;flex-shrink:0}.eventos-section__count{font-size:.82rem;color:#7a8fa3;font-weight:500;background:#0d3a6b0a;padding:4px 14px;border-radius:16px;white-space:nowrap}.eventos-carousel{position:relative;overflow:hidden;border-radius:12px;background:#0d3a6b05;border:1px solid rgba(13,58,107,.06)}.eventos-carousel__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:0;scroll-behavior:smooth}.eventos-carousel__track::-webkit-scrollbar{display:none}.eventos-carousel__slide{flex:0 0 33.333%;scroll-snap-align:start;padding:8px;box-sizing:border-box}.eventos-carousel__img-wrapper{position:relative;border-radius:8px;overflow:hidden;cursor:pointer;aspect-ratio:4 / 3;background:#e8edf2}.eventos-carousel__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.25,1,.5,1),opacity .5s ease;background-color:#f0f2f5;animation:eventosImageFadeIn .8s ease-out}@keyframes eventosImageFadeIn{0%{opacity:0;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.eventos-carousel__img-wrapper:hover .eventos-carousel__image{transform:scale(1.05)}.eventos-carousel__img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0d3a6b00;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.eventos-carousel__img-overlay i{color:#fff;font-size:1.5rem;opacity:0;transform:scale(.8);transition:all .3s ease;text-shadow:0 2px 8px rgba(0,0,0,.3)}.eventos-carousel__img-wrapper:hover .eventos-carousel__img-overlay{background:#0d3a6b40}.eventos-carousel__img-wrapper:hover .eventos-carousel__img-overlay i{opacity:1;transform:scale(1)}.eventos-carousel__btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:40px;height:40px;border-radius:50%;background:#ffffffeb;border:1px solid rgba(13,58,107,.1);color:#0d3a6b;font-size:.9rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .22s ease;box-shadow:0 2px 8px #00000014;opacity:0}.eventos-carousel:hover .eventos-carousel__btn{opacity:1}.eventos-carousel__btn:hover{background:#0d3a6b;color:#fff;border-color:#0d3a6b}.eventos-carousel__btn--prev{left:12px}.eventos-carousel__btn--next{right:12px}.eventos-carousel__btn:disabled{opacity:.3;cursor:default}.eventos-carousel__dots{display:flex;justify-content:center;gap:6px;padding:12px 0}.eventos-carousel__dot{width:8px;height:8px;border-radius:50%;background:#0d3a6b26;border:none;cursor:pointer;transition:all .22s ease;padding:0}.eventos-carousel__dot.active{background:#0d3a6b;width:24px;border-radius:4px}.eventos-subsections{display:flex;flex-direction:column;gap:32px}.eventos-subsection{padding-left:0}.eventos-subsection__title{font-size:1.05rem;font-weight:600;color:#2c5282;margin:0 0 14px;padding-left:4px;display:flex;align-items:center;gap:8px}.eventos-subsection__title:before{content:"";width:3px;height:18px;background:#f9d923;border-radius:2px;flex-shrink:0}.eventos-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000eb;z-index:10000;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.eventos-lightbox.active{opacity:1;pointer-events:auto}.eventos-lightbox__close{position:absolute;top:20px;right:20px;width:44px;height:44px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .22s ease;z-index:10001}.eventos-lightbox__close:hover{background:#fff3}.eventos-lightbox__content{max-width:90vw;max-height:85vh;display:flex;align-items:center;justify-content:center}.eventos-lightbox__img{max-width:100%;max-height:85vh;object-fit:contain;border-radius:8px;box-shadow:0 8px 32px #0006}.eventos-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);color:#fff;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .22s ease}.eventos-lightbox__nav:hover{background:#fff3}.eventos-lightbox__nav--prev{left:20px}.eventos-lightbox__nav--next{right:20px}.eventos-lightbox__counter{position:absolute;bottom:24px;left:50%;transform:translate(-50%);color:#ffffffa6;font-size:.85rem;font-weight:500}@media (max-width: 575px){.eventos-hero{min-height:180px}.eventos-hero__content{padding:32px 16px}.eventos-hero__title{font-size:1.5rem}.eventos-hero__subtitle{font-size:.88rem}.eventos-nav-wrapper{top:90px}.eventos-container{padding:20px 12px 48px}.eventos-section{margin-bottom:36px}.eventos-section__header{flex-direction:column;align-items:flex-start;gap:8px}.eventos-section__title{font-size:1.15rem}.eventos-carousel__slide{flex:0 0 85%}.eventos-carousel__btn{width:34px;height:34px;font-size:.8rem;opacity:1}.eventos-carousel__btn--prev{left:6px}.eventos-carousel__btn--next{right:6px}.eventos-lightbox__nav{width:38px;height:38px}.eventos-lightbox__nav--prev{left:8px}.eventos-lightbox__nav--next{right:8px}}@media (min-width: 576px) and (max-width: 991px){.eventos-carousel__slide{flex:0 0 50%}.eventos-hero__title{font-size:1.8rem}.eventos-carousel__btn{opacity:1}}@media (min-width: 992px){.eventos-carousel__slide{flex:0 0 33.333%}.eventos-container{padding:40px 24px 80px}}@media (min-width: 1400px){.eventos-carousel__slide{flex:0 0 25%}}
