.elementor-kit-5{--e-global-color-primary:#215085;--e-global-color-secondary:#D9C44C;--e-global-color-text:#4C4C4C;--e-global-color-accent:#9BC29C;--e-global-color-300fc7c:#3D78B8;--e-global-color-75038f0:#86ADD2;--e-global-color-b337099:#76B2E7;--e-global-color-3c7f73f:#86BBE9;--e-global-color-5a856d2:#D1D1D1;--e-global-color-cdd834c:#FF7907;--e-global-color-a86ed26:#D35400;--e-global-color-6ae3cfb:#F6F7F1;--e-global-color-7d4b6fb:#333333;--e-global-color-71314bd:#FFFDFD;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-size:33px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.5px;--e-global-typography-secondary-font-family:"Cormorant Garamond";--e-global-typography-secondary-font-size:35px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:3px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6px;--e-global-typography-accent-font-family:"Lora";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-font-style:italic;--e-global-typography-accent-line-height:1.5px;color:var( --e-global-color-7d4b6fb );font-family:"Cormorant Garamond", Sans-serif;font-size:21px;font-weight:400;line-height:1.6px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-cdd834c );font-family:"Cormorant Garamond", Sans-serif;font-size:25px;font-weight:bold;}.elementor-kit-5 a:hover{color:var( --e-global-color-b337099 );font-size:24px;}.elementor-kit-5 h1{color:var( --e-global-color-secondary );font-family:"Cormorant Garamond", Sans-serif;font-size:43px;font-weight:600;}.elementor-kit-5 h2{color:var( --e-global-color-secondary );font-family:"Cormorant Garamond", Sans-serif;font-size:39px;font-weight:600;}.elementor-kit-5 h3{color:var( --e-global-color-secondary );font-family:"Cormorant Garamond", Sans-serif;font-size:32px;font-weight:600;}.elementor-kit-5 h4{color:var( --e-global-color-7d4b6fb );font-family:"Cormorant Garamond", Sans-serif;font-size:32px;font-weight:600;line-height:43px;}.elementor-kit-5 h5{color:var( --e-global-color-7d4b6fb );font-family:"Source Sans Pro", Sans-serif;font-size:25px;font-weight:500;line-height:29px;letter-spacing:0px;}.elementor-kit-5 h6{color:var( --e-global-color-7d4b6fb );font-family:"Source Sans Pro", Sans-serif;font-size:18px;font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-5{--e-global-typography-primary-font-size:23px;--e-global-typography-secondary-font-size:20px;--e-global-typography-text-font-size:14px;}.elementor-kit-5 h3{font-size:23px;}.elementor-kit-5 h4{font-size:21px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-primary-font-size:20px;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-size:17px;--e-global-typography-secondary-line-height:1.2em;}.elementor-kit-5 h3{font-size:20px;}.elementor-kit-5 h4{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Fundo da página inicial (preto sólido) */
body.home {
  background: #000000 !important;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Fundo das outras páginas (degradê azul) */
body:not(.home) {
  background: linear-gradient(-1535deg, #1F8CDF 0%, #056CCF 50%, #056CCF 100%) !important;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Cor do item ativo do menu */
body.home .current-menu-item > a {
  color: #ff6600;
}

body:not(.home) .current-menu-item > a {
  color: #cc6600;
}

/* MENU - Impede quebra e permite rolagem lateral invisível */
.elementor-nav-menu__container {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  white-space: nowrap !important;
  scrollbar-width: none !important; /* Firefox */
}

.elementor-nav-menu__container::-webkit-scrollbar {
  display: none !important; /* Chrome e Safari */
}

.elementor-nav-menu__container li {
  flex-shrink: 0 !important;
}


.page-id-27 h1.entry-title {
    display: none;
}


/* Ajustes para mobile - mantém menu em linha, com rolagem */
@media (max-width: 768px) {
  .elementor-nav-menu__container {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
  }

  .elementor-nav-menu__container li {
    flex-shrink: 0 !important;
  }

  .elementor-nav-menu__container::-webkit-scrollbar {
    display: none !important;
  }

@media (max-width: 1140px) {
  .hfe-nav-menu__layout-horizontal {
    display: none !important;
  }
  .hfe-menu-toggle {
    display: flex !important;
  }
}

/* Alinhamento entre Divider e Menu */
.elementor-widget-divider {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.elementor-widget-nav-menu {
  margin-top: 0px !important;
  padding-top: 0px !important;
}

.elementor-container.elementor-element {
  row-gap: 0px !important;
  padding: 0px !important;
}/* End custom CSS */