.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-228a856:#CE733C;--e-global-color-a980937:#891F22;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Sora";--e-global-typography-secondary-font-size:20px;--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-5 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){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 *//* =========================
   BACK TO TOP – FINAL (LEFT)
   ========================= */

.back-to-top{
  position: fixed;
  left: 22px;
  bottom: 22px;

  width: 54px;
  height: 54px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 16px;
  text-decoration: none;

  /* alto contraste + look corporativo */
  background: linear-gradient(135deg, #0d6efd, #00c2ff);
  color: #fff;

  /* contraste extra em fundos claros */
  border: 1px solid rgba(255,255,255,.22);
  box-shadow:
    0 10px 30px rgba(13,110,253,.35),
    0 0 0 4px rgba(13,110,253,.10);

  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
  transition: opacity .25s ease, transform .25s ease, box-shadow .25s ease, visibility .25s ease;

  z-index: 9999;
}

/* aparece ao rolar */
body.btt-scrolled .back-to-top{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* hover */
.back-to-top:hover{
  transform: translateY(-5px) scale(1.06);
  box-shadow:
    0 16px 45px rgba(13,110,253,.50),
    0 0 0 4px rgba(0,194,255,.14);
}

/* ícone */
.back-to-top .btt-icon{
  width: 20px;
  height: 20px;
  display: block;
}

/* foco (acessibilidade) */
.back-to-top:focus{
  outline: none;
  box-shadow:
    0 16px 45px rgba(13,110,253,.50),
    0 0 0 3px rgba(255,255,255,.55);
}

/* MOBILE: um pouco menor e mais “colado” */
@media (max-width: 767px){
  .back-to-top{
    left: 14px;
    bottom: 14px;
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }
  .back-to-top .btt-icon{
    width: 18px;
    height: 18px;
  }
}

/* =========================
   OPCIONAL: MODO GLASS (se quiser)
   Para ativar, substitua o background do .back-to-top por este bloco
   ========================= */
/*
.back-to-top{
  background: rgba(20, 30, 50, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 10px 30px rgba(0,0,0,.22);
}
*//* End custom CSS */