.elementor-kit-5{--e-global-color-primary:#35743C;--e-global-color-secondary:#054B38;--e-global-color-text:#1E1E1E;--e-global-color-accent:#E52329;--e-global-color-ae036bf:#FFFBDC;--e-global-color-dbac1eb:#DEDD00;--e-global-color-bc33335:#438E8F;--e-global-color-0273acb:#B2DCDD;--e-global-color-b21c2b2:#E4F3F5;--e-global-color-47df1d4:#5A2416;--e-global-color-4ab5e1d:#FFEFBF;--e-global-color-def96a3:#427464;--e-global-color-28dd1ad:#CE7D81;--e-global-color-1543934:#F4EBE2;--e-global-color-de5485c:#FFFFFF;--e-global-color-1af1520:#F7F7F7;--e-global-typography-primary-font-family:"Helvetica";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Helvetica";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Helvetica";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{font-family:"Saira", Sans-serif;}.elementor-kit-5 h2{font-family:"Saira", Sans-serif;}.elementor-kit-5 h3{font-family:"Saira", Sans-serif;}.elementor-kit-5 h5{font-family:"Saira", Sans-serif;}.elementor-kit-5 h6{font-family:"Saira", Sans-serif;}.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 */.ac_container {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 16px;
  background-color: #f5f5f5;
  border-radius: 4px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #A8A8A8;
}

.ac_section {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ac_label {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #A8A8A8;
  white-space: nowrap;
}

.ac_button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}

.ac_button:hover,
.ac_button:active,
.ac_button:focus {
  opacity: 0.7;
  background-color: transparent;
}

.ac_button:focus-visible {
  outline: 2px solid #999;
  outline-offset: 2px;
}

.ac_icon-button {
  width: auto;
  height: auto;
}

.ac_icon {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.ac_text-button {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #A8A8A8;
  padding: 4px 8px;
  min-width: 24px;
}

.ac_divider {
  width: 1px;
  height: 24px;
  background-color: #d0d0d0;
}

/* Responsivo */
@media (max-width: 768px) {
  .ac_container {
    flex-wrap: wrap;
    gap: 12px;
    padding: 8px 12px;
  }

  .ac_label {
    font-size: 12px;
  }

  .ac_text-button {
    font-size: 12px;
  }
}

/* Animação */
.scroll-animado {
  animation: flutuar 2s ease-in-out infinite;
}

@keyframes flutuar {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }
}/* End custom CSS */