.elementor-kit-6{--e-global-color-primary:#00CC88;--e-global-color-secondary:#4CAC84;--e-global-color-text:#424242;--e-global-color-accent:#00CC88;--e-global-color-1019980:#4cac84;--e-global-color-92539c9:#00CC88;--e-global-color-98d90f5:#FFFFFF;--e-global-color-4235056:#E7E7E7;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:14px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:14px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-size:14px;font-weight:400;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:2px;}.elementor-kit-6 a{color:#FFFFFF;}.elementor-kit-6 h1{font-size:56px;font-weight:600;}.elementor-kit-6 h2{color:#424242;font-size:36px;font-weight:400;}.elementor-kit-6 h3{font-size:28px;font-weight:normal;}.elementor-kit-6 h6{color:var( --e-global-color-text );font-size:18px;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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:800px;}.e-con{--container-max-width:800px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Header sticky com blur */
.bf-site-header{
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0,0,0,.06);
}

/* Brand / Logo */
.bf-brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:180px;
  text-decoration:none;
}
.bf-logo{
  display:flex;
  align-items:baseline;
  font-weight:800;
  letter-spacing:-0.03em;
  line-height:1;
  font-size:22px;
}
.bf-logo .book{color:#424242}
.bf-logo .fast{color:#00CC88}

/* Logo mark (linhas + triângulo) */
.bf-logo-mark{
  width:42px;
  height:22px;
  position:relative;
  margin-right:6px;
}
.bf-logo-mark:before{
  content:"";
  position:absolute;
  left:0;
  top:10px;
  width:32px;
  height:2px;
  background:#424242;
  border-radius:2px;
  box-shadow:
    0 -6px 0 rgba(66,66,66,.55),
    0 6px 0 rgba(66,66,66,.35);
  opacity:.95;
}
.bf-logo-mark:after{
  content:"";
  position:absolute;
  left:28px;
  top:6px;
  width:0;height:0;
  border-top:7px solid transparent;
  border-bottom:7px solid transparent;
  border-left:12px solid #00CC88;
  filter: drop-shadow(0 2px 2px rgba(0,0,0,.10));
}

/* Menu look */
.bf-site-header .elementor-nav-menu--main .elementor-item{
  font-weight:600;
  font-size:14px;
  color: rgba(66,66,66,.92) !important;
  padding:10px 8px !important;
  border-radius:10px;
}
.bf-site-header .elementor-nav-menu--main .elementor-item:hover{
  background: rgba(0,0,0,.04);
}

/* Botão CTA (estilo Bookfast) */
.bf-btn-primary .elementor-button{
  background:#00CC88;
  color:#fff;
  border-radius:10px;
  font-weight:700;
  font-size:14px;
  box-shadow: 0 12px 24px rgba(0,204,136,.25);
}
.bf-btn-primary .elementor-button:hover{
  background:#00b97b;
}

/* Burger (mobile) */
.bf-burger{
  border:1px solid rgba(0,0,0,.10);
  border-radius:12px;
  padding:10px;
}/* End custom CSS */