.elementor-kit-8{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-26cec30-font-family:"M PLUS 1p";--e-global-typography-26cec30-font-size:26px;--e-global-typography-26cec30-font-weight:800;--e-global-typography-26cec30-text-transform:uppercase;--e-global-typography-26cec30-font-style:normal;--e-global-typography-26cec30-line-height:1px;--e-global-typography-26cec30-letter-spacing:-0.4px;font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h1{font-size:1px;}.elementor-kit-8 h6{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Animação suave para todos os botões de navegação */
nav a {
  transition: background-color 0.3s ease, transform 0.2s ease;
}

/* Efeito de hover: surge de forma fluida e com leve escala */
nav a:hover {
  background-color: #E03E3E;
  transform: scale(1.05);
}
.btn-transform {
  background-color: #E03E3E;
  color: #FFFFFF;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-transform:hover {
  background-color: #E03E3E; /* fundo vermelho */
  color: #FFFFFF;            /* texto branco */
  transform: scale(1.05);
}
.timeline-item {
  position: relative;
  padding-bottom: 3rem; /* espaçamento inferior */
}
.timeline-item:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 1.5rem; /* metade da largura do círculo (6rem/2 = 3rem) menos metade da largura da linha (2px/2 = 1px): 3rem - 1px ≈ 1.5rem */
  top: 3rem; /* verticalmente centralizado abaixo do círculo (altura do círculo) */
  width: 2px;
  height: calc(100% - 3rem);
  background-color: #E03E3E;
}/* End custom CSS */