.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.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);}@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 *//* ==============================
   TOPO FIXO — MOBILE FIRST
================================ */

.top-bar-mf {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background: linear-gradient(90deg, #E85C8B, #F4A6C1);
  z-index: 9999;
  padding: 10px 0;
  box-shadow: 0 3px 14px rgba(232, 92, 139, 0.35);
}

/* Conteúdo */
.top-bar-mf__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
}

/* Texto */
.top-bar-mf__text {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
}

/* Ícone avião */
.top-bar-mf__icon {
  font-size: 16px;
  animation: fly-mobile 2.8s infinite ease-in-out;
  filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.35));
}

/* Animação otimizada */
@keyframes fly-mobile {
  0%   { transform: translateX(0); }
  50%  { transform: translateX(6px); }
  100% { transform: translateX(0); }
}

/* Espaço para não cobrir o site */
body {
  padding-top: 48px;
}

/* ==============================
   TABLET (>= 768px)
================================ */
@media (min-width: 768px) {

  .top-bar-mf {
    padding: 12px 0;
  }

  .top-bar-mf__text {
    font-size: 14px;
    letter-spacing: 0.8px;
  }

  .top-bar-mf__icon {
    font-size: 18px;
  }

  body {
    padding-top: 54px;
  }
}

/* ==============================
   DESKTOP (>= 1024px)
================================ */
@media (min-width: 1024px) {

  .top-bar-mf__text {
    font-size: 15px;
  }

  .top-bar-mf__icon {
    font-size: 20px;
  }
}/* End custom CSS */