.footer-eventos{margin-top:2rem;padding:1rem;background-color:#313131;color:#f0f0f0;text-align:center;font-size:1rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;box-shadow:inset 0 1px 3px hsla(0,0%,100%,.05);border-top:1px solid #333}.footer-nav{margin-bottom:0;display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.footer-nav a{position:relative;color:#f0f0f0;text-decoration:none;font-weight:600;letter-spacing:.02em;cursor:pointer;padding:4px 0;z-index:1;transition:color .3s ease}.footer-nav a:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:8px;background-color:hsla(0,0%,95%,.4);transform:scaleY(0);transform-origin:bottom;transition:transform .3s ease;z-index:-1;color:#fff}.footer-nav a:focus,.footer-nav a:hover{color:#1a1a1a;color:#fff}.footer-nav a:focus:after,.footer-nav a:hover:after{transform:scaleY(1.3);color:#fff}.footer-copy{font-size:.85rem;color:#fff;letter-spacing:.05em;-webkit-user-select:none;-moz-user-select:none;user-select:none}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100vh}body{background:linear-gradient(0deg,#b4e3e3,#fff);display:flex;flex-direction:column;overflow-x:hidden}.eventos-layout{flex:1 1;display:flex;flex-direction:column;min-height:100vh}.eventos-layout>main{flex:1 1}.eventos-top-header{background-color:#fff;box-shadow:0 1px 5px #c8c8c8;width:100%;padding:12px;text-align:center}h1{font-size:12pt;margin-bottom:4px}h2{font-size:11pt;margin-top:0}@media (max-width:767px){.eventos-top-header{width:100%}}