.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-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-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){--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: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 */.centralizehub-botao {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  background: #000;
  border-radius: 50px;
  overflow: hidden;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  width: auto;
  max-width: none;
  box-sizing: border-box;
}

.centralizehub-botao .centralizehub-texto1,
.centralizehub-botao .centralizehub-texto2 {
  display: inline-flex;
  align-items: center;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  transition: transform 0.4s ease, opacity 0.4s ease, filter 0.4s ease;
}

.centralizehub-botao .centralizehub-texto2 {
  position: relative;
  z-index: 1;
  white-space: nowrap;
  transform: translateY(-150%);
  filter: blur(5px);
  opacity: 0;
}

.centralizehub-botao .centralizehub-texto1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(0);
  opacity: 1;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
}

.centralizehub-botao .centralizehub-seta {
  width: 22px;
  height: 22px;
  margin-left: 6px;
  filter: none;
}

.centralizehub-botao:hover .centralizehub-texto1 {
  transform: translate(-50%, 150%);
  opacity: 0;
  filter: blur(5px);
  z-index: 1;
}

.centralizehub-botao:hover .centralizehub-texto2 {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
  z-index: 2;
}

.centralizehub-botao.centralizehub-branco {
  background: #ffffff;
  color: #000000;
}

.centralizehub-botao.centralizehub-branco .centralizehub-texto1,
.centralizehub-botao.centralizehub-branco .centralizehub-texto2 {
  color: #000000;
}/* End custom CSS */