.elementor-kit-6{--e-global-color-primary:#657626;--e-global-color-secondary:#5C6164;--e-global-color-text:#181818;--e-global-color-accent:#006400;--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;background-color:#000000;}.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);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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 */html, body {
  overflow-x: hidden !important;
}

* {
  box-sizing: border-box;
}


/* Fluidez nos slides */
.fluido .swiper-wrapper{
 transition-timing-function: linear !important;
}
.fluido .carouselverticalone{
    animation: looping 10s linear 0s infinite none;
}
/* ---- */

.heartbeat-button {
    animation: heartbeat 1.5s infinite;
    transition: transform 0.5s ease-in-out;
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    50%{
        transform: scale(1.04);
    }
	 	100% {
        transform: scale(1);
    }
}

.botao-animado .elementor-button {
  position: relative;
  overflow: hidden !important;
  border: none !important;
  margin-bottom: -6px;
}

.botao-animado .elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 30%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-16deg);
  animation: raioCopiadora 1.2s linear infinite;
  pointer-events: none;
  z-index: 2;
}

@keyframes raioCopiadora {
  0% {
    left: -50%;
  }
  100% {
    left: 150%;
  }
}/* End custom CSS */