
#site-footer{background-color:var(--color-secondary);}.custom-footer{display:flex;flex-direction:column;justify-content:space-between;gap:1.25rem;color:var(--color-custom-01);font-family:var(--font-3);padding:2rem 0;}.custom-footer hr{opacity:1;height:1px;background-color:rgba(255,255,255,.1);margin:1rem 0;}.custom-footer .footer_col hr{height:2px;background-color:var(--color-destaque);}.custom-footer ul{list-style:none;padding:0;margin:0;}.custom-footer p{line-height:130%;margin-bottom:0;}.custom-footer .footer-logo-container{display:flex;flex-direction:column;gap:1.5rem;}.custom-footer .footer_icons{margin-top:1.5rem;}.custom-footer .footer_icons .social-list,.custom-footer .footer_icons{justify-content:start;}.custom-footer .footer_icons .social-list{svg{width:19px;height:auto;}}.custom-footer .footer-icons-item,.custom-footer .footer_icons{display:flex;gap:.625rem;}.custom-footer .footer_icons .social-icons,.custom-footer .footer_icons .phone-item,.custom-footer .footer_icons .email-item{svg{width:19px;height:auto;}}.custom-footer h2{font-size:var(--fs-6);margin-bottom:1.25rem;display:block;}.custom-footer .menu a{color:var(--color-custom-01);display:block;padding:.625rem 0;margin-bottom:0;transition:all .4s;}.custom-footer .menu a:hover{color:var(--color-primary);}.custom-footer .footer_colunas{margin:1rem 0 0;}.custom-footer .hr{width:100%;display:block;}.custom-footer .footer_colunas{display:flex;align-items:stretch;justify-content:space-between;flex-wrap:wrap;gap:.3125rem;}.custom-footer .footer_colunas .footer_col{width:100%;max-width:max-content;}.custom-footer .footer_colunas .footer_col-02,.custom-footer .footer_colunas .footer_col-01{max-width:306px;}.custom-footer .footer_colunas .footer_col-03{max-width:160px;}.custom-footer .footer_colunas .footer_col-04{max-width:310px;.btn_principal{font-size:var(--fs-7);margin-left:0;margin-bottom:0;}}.custom-footer #menu-institucional{display:grid;grid-template-columns:1fr 1fr;column-gap:.3125rem;}.custom-footer #footer_copyright{text-align:center;}.custom-footer #footer_copyright .copyright-content{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-top:2.25rem;}.custom-footer #footer_copyright p{margin-bottom:0;}.custom-footer #footer_copyright a{color:var(--color-custom-01);}@media screen and (max-width:991px){.custom-footer .footer-logo-container{align-items:center;}.custom-footer .footer_icons{margin-bottom:2.5rem;justify-content:center;}.custom-footer .footer_colunas .footer_col.footer_col-02,.custom-footer .footer_colunas .footer_col.footer_col-03{display:none;}.custom-footer h2{font-size:var(--fs-3);}.custom-footer .footer_colunas .footer_col-04{.btn_principal{margin-left:auto;}}}@media screen and (max-width:767px){.custom-footer .footer_colunas{flex-direction:column;align-items:center;text-align:center;}.custom-footer .footer_colunas .footer_col-01 .social-icons{justify-content:center;}.custom-footer .footer_colunas .footer_col.footer_col-02,.custom-footer .footer_colunas .footer_col.footer_col-03{padding-top:.625rem;}.custom-footer #footer_copyright .copyright-content{flex-direction:column;justify-content:center;}}
#site-header{padding-top:50px;padding-bottom:50px;display:flex;align-items:center;position:fixed;width:100%;top:0;left:0;z-index:100;background-color:transparent;transition:all .5s;}#site-header.scrolled{padding-top:10px;padding-bottom:10px;backdrop-filter:blur(10px);background-color:var(--color-secondary);box-shadow:0px 4px 4px rgba(0,0,0,0.1);}#site-header.bg-ativado.scrolled,#site-header.bg-ativado{background-color:rgba(255,255,255,0.8);}#site-header .header_menu{display:flex;justify-content:space-between;align-items:center;gap:.625rem;}.logo{width:100%;max-width:210px;}.logo .custom-logo-link{font-size:1.5rem;font-weight:bold;color:var(--color-secondary);display:block;padding:.625rem 0;}#site-header.bg-ativado .social-list a{color:var(--color-secondary);&:hover{color:var(--color-primary);}}#site-header .header_icons{width:100%;max-width:140px;}.desktop-navigation{width:100%;max-width:100%;}.desktop-menu{display:flex;align-items:center;justify-content:space-between;gap:.3125rem;width:100%;max-width:1094px;padding:0 5rem;margin:0 auto;}.desktop-menu li{flex-grow:0;display:block;}.desktop-menu a{width:fit-content;color:var(--color-custom-01);font-size:var(--fs-6);text-transform:uppercase;padding:1rem 0;position:relative;display:flex;white-space:nowrap;text-transform:uppercase;transition:all .4s;}#site-header.bg-ativado .desktop-menu a{color:var(--color-secondary);}.desktop-menu .current-menu-item a,.desktop-menu a:hover{}.desktop-menu a::after{content:'';position:absolute;bottom:.75rem;left:50%;transform:translatex(-50%);width:0;height:2px;border-radius:4px;background:var(--color-primary);transition:width 0.3s ease;}.desktop-menu .current-menu-item a::after,.desktop-menu a:hover::after{width:100%;}.desktop-menu .menu-item-has-children{position:relative;}.desktop-menu .menu-item-has-children>a{padding-right:20px;}.desktop-menu .menu-item-has-children>a::before{content:'';position:absolute;right:2px;top:50%;width:8px;height:8px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:translateY(-75%) rotate(45deg);transition:transform 0.3s ease;}.desktop-menu .menu-item-has-children:hover>a::before{transform:translateY(-25%) rotate(225deg);}.desktop-menu .sub-menu .menu-item-has-children>a::before{right:20px;}.desktop-menu .sub-menu{position:absolute;top:calc(100%+10px);left:0;min-width:200px;background:#031F41;border-radius:0;box-shadow:0 8px 24px rgba(0,0,0,0.12);padding:0;opacity:0;visibility:hidden;overflow:hidden;transform:translateY(8px);transition:opacity 0.25s ease,transform 0.25s ease,visibility 0.25s ease;z-index:200;}.desktop-menu .menu-item-has-children:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0);}.desktop-menu .sub-menu li{display:block;flex-grow:unset;}.desktop-menu .sub-menu a{display:block;padding:10px 20px;font-size:var(--fs-7);color:var(--color-custom-01) !important;width:100%;white-space:nowrap;transition:background 0.2s ease,color 0.2s ease;}.desktop-menu .sub-menu a::after{display:none;}.desktop-menu .sub-menu a:hover,.desktop-menu .sub-menu .current-menu-item>a{background:var(--color-primary);}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:10px;z-index:1001;}.hamburger-line{width:36px;height:4px;background:var(--color-primary);border-radius:3px;transition:all 0.3s ease;}.mobile-menu-toggle.active .hamburger-line:nth-child(1){transform:translateY(8px) rotate(45deg);}.mobile-menu-toggle.active .hamburger-line:nth-child(2){opacity:0;transform:scaleX(0);}.mobile-menu-toggle.active .hamburger-line:nth-child(3){transform:translateY(-8px) rotate(-45deg);}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100dvh;background:rgba(0,0,0,0.8);z-index:9999;opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease;}.mobile-menu-overlay.active{opacity:1;visibility:visible;}.mobile-navigation{position:absolute;overflow-y:auto;background:var(--color-bg);padding:70px 30px 30px;transition:transform 0.3s ease;display:flex;flex-direction:column;top:0;left:0;right:0;width:100%;max-width:100%;height:auto;max-height:100dvh;transform:translateY(-100%);}.mobile-menu-overlay.active .mobile-navigation{transform:translateX(0);}.mobile-menu-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:2rem;line-height:1;cursor:pointer;color:var(--color-text);transition:color 0.2s ease,transform 0.2s ease;padding:4px 8px;}.mobile-menu-close:hover{color:var(--color-primary);transform:rotate(90deg);}.mobile-menu{display:flex;flex-direction:column;gap:20px;}.mobile-menu li{border-bottom:1px solid var(--color-custom-05);transition:all .4s;}.mobile-menu a{display:block;color:var(--color-text);font-weight:500;font-size:1.1rem;padding:15px 0;transition:color 0.3s ease,padding-left 0.3s ease;}.mobile-menu li:hover,.mobile-menu .current-menu-item{border-color:var(--color-primary);}.mobile-menu .current-menu-item a,.mobile-menu a:hover{color:var(--color-primary);padding-left:10px;font-weight:bold;}.mobile-menu .menu-item-has-children>a{display:flex;justify-content:space-between;align-items:center;}.mobile-menu .menu-item-has-children>a::after{content:'';width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform 0.3s ease;flex-shrink:0;margin-left:10px;margin-bottom:3px;}.mobile-menu .menu-item-has-children.submenu-open>a::after{transform:rotate(225deg);margin-bottom:-3px;}.mobile-menu .sub-menu{display:none;flex-direction:column;gap:0;padding:0 0 10px 16px;border-left:2px solid var(--color-primary);margin-left:8px;}.mobile-menu .menu-item-has-children.submenu-open>.sub-menu{display:flex;}.mobile-menu .sub-menu li{border-bottom:none;}.mobile-menu .sub-menu a{font-size:0.95rem;font-weight:400;padding:8px 0;color:var(--color-text);}.mobile-menu .sub-menu a:hover,.mobile-menu .sub-menu .current-menu-item>a{color:var(--color-primary);padding-left:6px;}.mobile-menu-footer{margin-top:auto;padding-top:24px;}.mobile-menu-footer ul.header-icons-item.phones-list{justify-content:start;}.mobile-menu-footer .mobile-menu-socials a{color:var(--color-secondary);}.mobile-menu-socials{display:flex;gap:10px;flex-wrap:wrap;}.mobile-menu-socials a{color:var(--color-text);font-size:1.4rem;padding:0;transition:color 0.3s ease;}.mobile-menu-socials a:hover{color:var(--color-primary);padding-left:0;font-weight:400;}body.mobile-menu-open{overflow:hidden;}@media (max-width:1536px){.logo{max-width:200px;}#site-header .header_icons{max-width:150px;gap:20px;.phones-list{gap:20px;}.email-item a,.phone-item a{width:36px;height:36px;svg{width:20px;height:auto;}}}}@media (max-width:1299px){.desktop-menu{padding:0 .3125rem;}}@media (max-width:991px){#site-header .header_icons,.desktop-navigation{display:none;}#site-header{padding-top:1rem;padding-bottom:1rem;}.mobile-menu-toggle{display:flex;}}
.single-pessoa{padding-bottom:2rem;}.pessoa-hero{padding-top:var(--header-height);margin-top:2rem;}.pessoa-hero-inner{display:grid;grid-template-columns:1fr 1.3fr;gap:3rem;align-items:center;}.pessoa-hero-inner>*{min-width:0;}.pessoa-hero-conteudo{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;}.pessoa-badge{display:inline-block;margin:0;padding:0.25rem 1rem;color:var(--color-secondary);font-weight:bold;background:var(--color-primary);border-radius:9999px;}.pessoa-nome{font-size:var(--fs-1);font-weight:900;color:var(--color-secondary);margin:0;}.pessoa-cargo{margin:0;text-transform:uppercase;font-weight:bold;font-size:var(--fs-5);color:var(--color-custom-05);}.pessoa-divisor{display:block;width:96px;height:1px;background:rgba(0,85,174,0.20);}.pessoa-resumo{margin:0;font-size:var(--fs-5);}.pessoa-cta_link{display:flex;justify-content:center;align-items:center;text-align:center;width:100%;padding:.625rem 1.25rem;color:var(--color-custom-01);border-radius:4px;max-width:max-content;gap:.3125rem;background-color:var(--color-destaque);transition:all .4s;}.pessoa-cta_link:hover{background-color:var(--color-primary);}.pessoa-hero-figura{position:relative;margin:0;}.pessoa-hero-figura::before{content:"";position:absolute;inset:0;transform:translate(16px,16px);background:var(--color-custom-07);border-radius:4px;z-index:0;}.pessoa-hero-figura img{position:relative;z-index:1;display:block;width:100%;height:auto;border-radius:4px;box-shadow:-20px 20px 60px rgba(0,28,59,0.08);}.pessoa-bio{padding:6rem 0;background:var(--color-custom-07);}.pessoa-bio_bloco{padding:2.5rem;background:var(--color-custom-01);border-radius:4px;}.pessoa-empresa{padding:6rem 0;}.pessoa-empresa-inner{display:flex;flex-direction:column;gap:2rem;}.pessoa-empresa_lista{display:flex;flex-wrap:wrap;gap:1.5rem;margin:0;padding:0;}.pessoa-empresa_item{display:flex;align-items:center;gap:1rem;padding:1.5rem;border:1px solid #E8E8E8;color:var(--color-secondary);border-radius:4px;}.pessoa-empresa_logo{display:inline-flex;flex-shrink:0;width:64px;height:64px;}.pessoa-empresa_logo img{display:block;width:100%;height:100%;object-fit:contain;}.pessoa-empresa_fallback{max-width:200px;}.pessoa-empresa_fallback img{display:block;width:100%;height:auto;}.pessoa-videos-grid{width:100%;padding:30px 0;}.pessoa-video-embed iframe{width:100%;height:100%;aspect-ratio:9 / 16;}.slider_feed_videos .swiper-pagination{display:none;bottom:0;}.slider_feed_videos .swiper-button.swiper-button-prev{left:-4%;}.slider_feed_videos .swiper-button.swiper-button-next{right:-4%;}@media (max-width:991px){.pessoa-hero-inner{grid-template-columns:1fr;gap:3rem;}.slider_feed_videos .swiper-pagination{display:block;}}@media (max-width:767px){.pessoa-bio{padding:4rem 0;}.pessoa-empresa_lista li{width:100%;max-width:calc(50% - .75rem);}.pessoa-empresa_logo{width:40px;height:40px;}.pessoa-empresa_titulo{text-align:center;}.pessoa-empresa_lista{justify-content:center;}.pessoa-empresa_item{justify-content:center;padding:.875rem;}}@media (max-width:575px){.pessoa-empresa{padding:3rem 0;}.pessoa-bio_bloco{padding:1.5rem;}}