
#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;}}
.page-empresas{.page_empresas-banner_topo{display:flex;align-items:center;justify-content:center;padding-top:var(--header-height);padding-bottom:50px;background-size:cover;background-repeat:no-repeat;background-position:center;background-blend-mode:darken;position:relative;min-height:590px;}.page_empresas-conteudo{max-width:555px;color:var(--color-custom-01);position:relative;z-index:3;}.page_empresas-conteudo blockquote{margin:0 auto 1rem;}.page_empresas-banner_topo::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#031F41 0%,rgba(3,31,65,0.77) 50%,rgba(3,31,65,0.89) 100%);}}.loop-empresa{padding:4rem 0;}.loop_empresa-item{background-color:var(--color-custom-07);.loop_empresa-capa_card{position:relative;aspect-ratio:330 / 180;background-color:var(--color-custom-04);}.loop_empresa-capa_card .loop_empresa-capa_card{aspect-ratio:330 / 180;width:100%;object-fit:cover;height:100%;}.loop_empresa-capa_card .loop_empresa-logo_card{position:absolute;top:1rem;left:1rem;width:64px;height:64px;padding:.3125rem;display:flex;align-items:center;justify-content:center;background-color:var(--color-custom-01);}.loop_empresa-body_card{padding:2rem;color:var(--color-text);}.loop_empresa-body_card h3{font-size:var(--fs-4);font-weight:bold;color:var(--color-destaque);margin-bottom:1rem;}}.loop_empresa-filtros{display:flex;align-items:center;justify-content:end;gap:0.75rem;margin-bottom:2.5rem;}.loop_empresa-filtros-form{display:flex;}.loop_empresa-select-wrapper{position:relative;display:inline-flex;align-items:center;&::after{content:'';position:absolute;right:0.75rem;top:50%;translate:0 -50%;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid currentColor;pointer-events:none;}}.loop_empresa-select{appearance:none;padding:0.5rem 2.25rem 0.5rem 0.875rem;border-radius:6px;border:1px solid currentColor;background:transparent;cursor:pointer;outline-offset:2px;}.loop_empresa-grid{display:flex;align-items:stretch;justify-content:center;flex-wrap:wrap;gap:2.5rem;.loop_empresa-item{width:calc((100% - (2.5rem * 3)) / 4);}}@media (max-width:991px){.loop_empresa-grid{.loop_empresa-item{width:calc((100% - (2.5rem * 2)) / 3);}}}@media (max-width:991px){.loop_empresa-grid{column-gap:.625rem;.loop_empresa-item{width:calc((100% - (.625rem *1)) /2);}}}@media (max-width:575px){.loop_empresa-filtros{flex-wrap:wrap;justify-content:center;}.loop_empresa-grid{.loop_empresa-item{width:100%;}}}