.elementor-kit-14{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#2C2C2C;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FFC300;--e-global-color-38da063:#1D1D1D;--e-global-color-d899636:#FFFFFF;--e-global-typography-primary-font-family:"Unbounded";--e-global-typography-primary-font-size:165px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Unbounded";--e-global-typography-secondary-font-size:54px;--e-global-typography-secondary-font-weight:300;--e-global-typography-secondary-line-height:67px;--e-global-typography-text-font-family:"Unbounded";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:24px;--e-global-typography-accent-font-family:"Unbounded";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:20px;--e-global-typography-8547d97-font-family:"Unbounded";--e-global-typography-8547d97-font-size:15px;--e-global-typography-8547d97-font-weight:400;--e-global-typography-8547d97-text-transform:uppercase;--e-global-typography-1d77239-font-family:"Unbounded";--e-global-typography-1d77239-font-size:42px;--e-global-typography-1d77239-font-weight:400;background-color:var( --e-global-color-38da063 );color:var( --e-global-color-text );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 );}.elementor-kit-14 button,.elementor-kit-14 input[type="button"],.elementor-kit-14 input[type="submit"],.elementor-kit-14 .elementor-button{background-color:#02010100;font-family:"Unbounded", Sans-serif;font-size:12px;font-weight:300;text-transform:uppercase;line-height:20px;color:var( --e-global-color-text );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-text );border-radius:25px 25px 25px 25px;}.elementor-kit-14 e-page-transition{background-color:#FFBC7D;}.elementor-kit-14 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-kit-14 h2{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-14 h3{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}.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-kit-14{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-14 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-14 h2{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-14 h3{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-14{--e-global-typography-primary-font-size:48px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-14 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-14 h2{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-14 h3{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.gradient-text {
      background: linear-gradient(91.17deg, #FFFFFF -4.01%, #FFBB00 36.14%, #FFBB00 77.44%, #FFFFFF 106.11%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    
.elementor-cta__title.elementor-cta__content-item.elementor-content-item {
    backdrop-filter: blur(27.200000762939453px);
    box-shadow: 0px 1px 4px 0px #FFFFFFCC inset;
    padding: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 30px 30px 0 0;
}

.card-equipe::after {
    content: "";
    position: absolute;
    top:410px;
    right: 15px;
    z-index:2;
    width: 45px; 
    height: 50px; 
    background-image: url('https://neocomcomunicacao.com.br/wp-content/uploads/2025/01/Group-3.png');
    background-size: cover;
    background-repeat: no-repeat;
}


.floating {
  display: inline-block;
  animation: floating 3s ease-in-out infinite;
  transform-origin: center;
}
@keyframes floating {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.wpr-description p {
    text-align: start !important;
}

.data-timeline {
    background: #FFC300;
    width: 120px;
    border-radius: 20px;
    padding: 5px 15px 5px 15px;
    margin-top: 30px;
    font-size: 14px;
}

.display-none{
    display: none;
}

.wpr-description{
    padding: 0 !important;
}/* End custom CSS */