:root{--bg:#4f7adefe;--fixado:#3f2adffe;--text:#0f172a;--background:var(--bg);--sombra:0 4px 11px #00000080}html,body{max-width:100vw;overflow-x:hidden}body{background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}h1{color:var(--text);margin:8px 0 12px;font-size:28px}p{color:var(--text)}button{font-family:inherit}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}
.header-module__p_H6Da__header{background:linear-gradient(135deg,var(--fixado)0%,#214382 100%);border-bottom:3px solid #ffffff1a;justify-content:space-between;align-items:center;padding:0;display:flex;position:relative;box-shadow:0 2px 20px #0000001a}.header-module__p_H6Da__container{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 20px;display:flex}.header-module__p_H6Da__brand{align-items:center;padding:16px 0;display:flex}.header-module__p_H6Da__logo{color:#fff;letter-spacing:-.5px;background:#ffffff1a;border-radius:8px;align-items:center;gap:8px;padding:12px 20px;font-size:24px;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.header-module__p_H6Da__logo:hover{color:#e8f5e8;background:#ffffff26;transform:translateY(-1px)}.header-module__p_H6Da__menuButton{cursor:pointer;background:0 0;border:none;border-radius:6px;margin-left:auto;padding:12px;transition:background-color .3s;display:none}.header-module__p_H6Da__menuButton:hover{background:#ffffff1a}.header-module__p_H6Da__menuButton[aria-expanded=true] .header-module__p_H6Da__hamburger{background:0 0}.header-module__p_H6Da__menuButton[aria-expanded=true] .header-module__p_H6Da__hamburger:before{top:0;transform:rotate(45deg)}.header-module__p_H6Da__menuButton[aria-expanded=true] .header-module__p_H6Da__hamburger:after{top:0;transform:rotate(-45deg)}.header-module__p_H6Da__hamburger{background:#fff;width:24px;height:2px;transition:all .3s;display:block;position:relative}.header-module__p_H6Da__hamburger:before,.header-module__p_H6Da__hamburger:after{content:"";background:#fff;width:24px;height:2px;transition:all .3s;position:absolute;left:0}.header-module__p_H6Da__hamburger:before{top:-7px}.header-module__p_H6Da__hamburger:after{top:7px}.header-module__p_H6Da__nav{flex:1;list-style:none}.header-module__p_H6Da__menu{justify-content:center;align-items:center;gap:4px;margin:0;padding:0;list-style:none;display:flex}.header-module__p_H6Da__menuItem{position:relative}.header-module__p_H6Da__link,.header-module__p_H6Da__dropdownToggle{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;padding:14px 20px;font-size:16px;font-weight:500;text-decoration:none;list-style:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.header-module__p_H6Da__link:before,.header-module__p_H6Da__dropdownToggle:before{content:"";background:#e8f5e8;width:0;height:2px;transition:all .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.header-module__p_H6Da__link:hover:before,.header-module__p_H6Da__dropdownToggle:hover:before,.header-module__p_H6Da__link.header-module__p_H6Da__active:before,.header-module__p_H6Da__dropdownToggle.header-module__p_H6Da__active:before{width:80%}.header-module__p_H6Da__link:hover,.header-module__p_H6Da__dropdownToggle:hover{color:#e8f5e8;background:#ffffff1a;transform:translateY(-1px)}.header-module__p_H6Da__link.header-module__p_H6Da__active,.header-module__p_H6Da__dropdownToggle.header-module__p_H6Da__active{color:#e8f5e8;background:#ffffff26}.header-module__p_H6Da__dropdownToggle:after{content:"▼";margin-left:4px;font-size:10px;transition:transform .3s}.header-module__p_H6Da__menuItem:hover .header-module__p_H6Da__dropdownToggle:after{transform:rotate(180deg)}.header-module__p_H6Da__dropdown{color:#111;z-index:1000;pointer-events:none;background:#fff;border:1px solid #0000000d;border-radius:12px;min-width:220px;padding:8px 0;list-style:none;animation:.2s header-module__p_H6Da__dropdownFadeIn;display:none;position:absolute;top:calc(100% + 4px);left:0;box-shadow:0 8px 32px #00000026}@keyframes header-module__p_H6Da__dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.header-module__p_H6Da__menuItem:hover .header-module__p_H6Da__dropdown{pointer-events:auto;display:block}.header-module__p_H6Da__dropdownItem{color:#333;border-left:3px solid #0000;align-items:center;gap:8px;padding:12px 20px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.header-module__p_H6Da__dropdownItem:hover{color:var(--fixado);border-left-color:var(--fixado);background:#f8f9fa;padding-left:24px}@media (max-width:768px){.header-module__p_H6Da__container{flex-wrap:wrap;padding:0 16px}.header-module__p_H6Da__brand{padding:12px 0}.header-module__p_H6Da__logo{padding:10px 16px;font-size:20px}.header-module__p_H6Da__menuButton{align-items:center;display:inline-flex}.header-module__p_H6Da__nav{background:var(--fixado);z-index:1000;border-top:1px solid #ffffff1a;border-radius:0;flex-direction:column;width:100%;max-width:none;padding:0;list-style:none;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 4px 20px #00000026}.header-module__p_H6Da__nav.header-module__p_H6Da__open{display:flex}.header-module__p_H6Da__menu{flex-direction:column;gap:0;width:100%;padding:0}.header-module__p_H6Da__menuItem{border-bottom:1px solid #ffffff1a;width:100%}.header-module__p_H6Da__link,.header-module__p_H6Da__dropdownToggle{border-radius:0;justify-content:space-between;width:100%;padding:18px 24px;font-size:16px}.header-module__p_H6Da__link:before,.header-module__p_H6Da__dropdownToggle:before{display:none}.header-module__p_H6Da__link:hover,.header-module__p_H6Da__dropdownToggle:hover{background:#ffffff26;transform:none}.header-module__p_H6Da__dropdown{color:#fff;box-shadow:none;pointer-events:auto;background:#0003;border:none;border-radius:0;width:100%;min-width:auto;padding:0;animation:none;display:none;position:relative;top:0;left:0}.header-module__p_H6Da__dropdown.header-module__p_H6Da__show{display:block}.header-module__p_H6Da__menuItem:hover .header-module__p_H6Da__dropdown{display:none}.header-module__p_H6Da__dropdownItem{color:#fff;border-bottom:1px solid #ffffff1a;border-left:none;padding:16px 32px}.header-module__p_H6Da__dropdownItem:hover{color:#fff;background:#ffffff1a;border-left:none;padding-left:32px}}@media (max-width:480px){.header-module__p_H6Da__container{padding:0 12px}.header-module__p_H6Da__brand{padding:10px 0}.header-module__p_H6Da__logo{padding:8px 14px;font-size:18px}.header-module__p_H6Da__link,.header-module__p_H6Da__dropdownToggle{padding:16px 20px;font-size:15px}}@media (prefers-reduced-motion:reduce){.header-module__p_H6Da__link,.header-module__p_H6Da__dropdownToggle,.header-module__p_H6Da__dropdownItem,.header-module__p_H6Da__hamburger,.header-module__p_H6Da__hamburger:before,.header-module__p_H6Da__hamburger:after{transition:none}@keyframes header-module__p_H6Da__dropdownFadeIn{0%{opacity:0}to{opacity:1}}}.header-module__p_H6Da__link:focus,.header-module__p_H6Da__dropdownToggle:focus,.header-module__p_H6Da__dropdownItem:focus,.header-module__p_H6Da__menuButton:focus{outline-offset:2px;outline:2px solid #e8f5e8}
