.elementor-kit-6{--e-global-color-primary:#2825E4;--e-global-color-secondary:#001125;--e-global-color-text:#9DA1A2;--e-global-color-accent:#E6E7E9;--e-global-color-f04547b:#2825E4;--e-global-color-72b2267:#001125;--e-global-color-9d87d83:#9DA1A2;--e-global-color-0ef84bc:#E6E7E9;--e-global-color-7b3bf9d:#101011;--e-global-color-ce306d7:#1A18BF;--e-global-color-4f4bc1f:#000000;--e-global-color-1fc9353:#84898A;--e-global-color-d10d8f0:#CBCED2;--e-global-color-ce26fc0:#CBCED2;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-size:70px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:63px;--e-global-typography-primary-word-spacing:0px;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:30px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-0ef84bc );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:var( --e-global-color-7b3bf9d );box-shadow:4px 2px 49px 0px rgba(118.12343750000001, 118.12343750000001, 118.12343750000001, 0.5);border-radius:0px 0px 0px 0px;padding:20px 40px 20px 40px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-1fc9353 );color:var( --e-global-color-0ef84bc );border-radius:0px 0px 0px 0px;}.elementor-kit-6 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-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.palavra {
  position: relative;
  display: inline-block;
  overflow: hidden;
  line-height: 1;
  height: 1em;
  will-change: transform, opacity;
}

.palavra span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font: inherit;
  line-height: 1;
  transform: translateY(0);
  opacity: 1;
}

.palavra .first {
  color: #E6E7E9;      
  animation: swapOut 4s infinite;
}

.palavra .second {
  color: #2825E4;    
  transform: translateY(100%);
  opacity: 0;
  animation: swapIn 4s infinite;
}


@keyframes swapOut {
  0%, 40% { transform: translateY(0);     opacity: 1; }
  60%,100%{ transform: translateY(-100%); opacity: 0; }
}
@keyframes swapIn {
  0%, 40% { transform: translateY(100%);  opacity: 0; }
  60%,100%{ transform: translateY(0);     opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .palavra .first, .palavra .second { animation: none; }
  .palavra .first  { opacity: 1; transform: translateY(0); }
  .palavra .second { opacity: 0; transform: translateY(0); }
}/* End custom CSS */