.elementor-kit-15{--e-global-color-primary:#2E6417;--e-global-color-secondary:#1B3A0D;--e-global-color-text:#EBEBEB;--e-global-color-accent:#63AA44;--e-global-color-bf8e830:#1B1D1D;--e-global-color-dbff6d1:#D0E7CD;--e-global-color-c70a75f:#0F1B1B;--e-global-color-c59b9a6:#182222;--e-global-color-dc9f628:#1D1D1D;--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){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);}@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:880px;}.e-con{--container-max-width:880px;}}/* Start custom CSS */html, body {
  overflow-x: hidden !important;
}

* {
  box-sizing: border-box;
}


.semclick{
    pointer-events: none;
}

/* Fluidez nos slides */
.fluido .swiper-wrapper{
 transition-timing-function: linear !important;
}
.fluido .carouselverticalone{
    animation: looping 10s linear 0s infinite none;
}
/* ---- */


/* Efeito coracao batendo */
.heartbeat-button {
    animation: heartbeat 1.5s infinite;
    transition: transform 0.5s ease-in-out;
}

/* Definição da animação */
@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%;
  }
}

.cont_blur{
      filter: blur(1.4px);
}
.cont_blur2{
      filter: blur(.4px);
}

.imagem-com-fade {

  -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
}

#botaoVerMais {
    cursor: pointer;

}/* End custom CSS */