.elementor-2649 .elementor-element.elementor-element-49871ff2 > .elementor-container{max-width:1000px;}.elementor-2649 .elementor-element.elementor-element-55290c81 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-2649 .elementor-element.elementor-element-55290c81 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}#elementor-popup-modal-2649 .dialog-widget-content{background-color:var( --e-global-color-8047803 );box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);margin:-1vw -1vw -1vw -1vw;}#elementor-popup-modal-2649{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2649 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-2649 .dialog-close-button{display:flex;}/* Start custom CSS for column, class: .elementor-element-55290c81 */.bg-cta {
    background: linear-gradient(45deg, #F19B12, #FFC850, #FFD700, #FFEB99, #FFDC73, #EFB315);
    background-size: 200% 200%;
    animation: sh02 5s infinite linear;
}

@keyframes sh02 {
   0%, 100% {
       background-position: 0% 0%;
   }
   50% {
       background-position: 100% 0%;
   }
}
.elementor-2649 .elementor-element.elementor-element-55290c81{
    border-radius: 15px;
}/* End custom CSS */
/* Start custom CSS *//*
CSS cria efeito degrade animado no texto.
*/
.texto-destaque {
  background: linear-gradient(45deg, #8A2BE2, #BA55D3, #FF69B4, #FFC0CB, #EE82EE, #FF6347);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 200%;
  background-position: 0% 0%;
  animation: sh02 5s infinite linear;
}

@keyframes sh02 {
  0%, 100% {
    background-position: 0% 0%;
  }

  50% {
    background-position: 100% 0%;
  }
}



/* Adiciona Radius na borda dos card das formações */
.elementor-cta__bg.elementor-bg {
    border-radius:30px !important;
    overflow: hidden; 
}

/* Título animado para cards de formações */
.elementor-cta__title  {
    background: linear-gradient(45deg, #F19B12, #FFC850, #FFD700, #FFEB99, #FFDC73, #EFB315);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 200%;
    background-position: 0% 0%;
    animation: sh02 5s infinite linear;
    z-index: 2;
}

@keyframes sh02 {
   0%, 100% {
    background-position: 0% 0%;
}
50% {
    background-position: 100% 0%;
}
}

.texto-red {
    background: linear-gradient(45deg, #8B1733, #E01F33, #FF4D4D, #FF7373, #D92027, #A6102A);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 200%;
    background-position: 0% 0%;
    animation: sh02 5s infinite linear;
}

@keyframes sh02 {
   0%, 100% {
    background-position: 0% 0%;
}
50% {
    background-position: 100% 0%;
}
}/* End custom CSS */