.elementor-3861 .elementor-element.elementor-element-15b0ca5{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:flex-end;--background-transition:0.3s;overflow:visible;}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-3861 .elementor-element.elementor-element-57514f5e{text-align:center;color:var( --e-global-color-096b0a4 );}.elementor-3861 .elementor-element.elementor-element-57514f5e.elementor-element{--align-self:stretch;}.elementor-3861 .elementor-element.elementor-element-741a5c56{--display:flex;--background-transition:0.3s;overflow:visible;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-3861 .elementor-element.elementor-element-383f1edf .elementor-heading-title{color:#DFDFDF;}.elementor-3861 .elementor-element.elementor-element-b505a17{--display:flex;--background-transition:0.3s;overflow:visible;}.elementor-3861 .elementor-element.elementor-element-33088c8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;overflow:visible;}.elementor-3861 .elementor-element.elementor-element-6ad000d1{color:var( --e-global-color-096b0a4 );}.elementor-3861 .elementor-element.elementor-element-70772273{--display:flex;--background-transition:0.3s;overflow:visible;}.elementor-3861 .elementor-element.elementor-element-42c5f40{text-align:center;}.elementor-3861 .elementor-element.elementor-element-42c5f40 .elementor-heading-title{color:#DFDFDF;}.elementor-3861 .elementor-element.elementor-element-977fe39{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;overflow:visible;}.elementor-3861 .elementor-element.elementor-element-f36bb6 .elementor-heading-title{color:var( --e-global-color-096b0a4 );}.elementor-3861 .elementor-element.elementor-element-2bca2122{--display:flex;--background-transition:0.3s;overflow:visible;}.elementor-3861 .elementor-element.elementor-element-11aae1be{--display:flex;--background-transition:0.3s;overflow:visible;}.elementor-3861 .elementor-element.elementor-element-3e08d559{--display:flex;--background-transition:0.3s;overflow:visible;}.elementor-3861 .elementor-element.elementor-element-3ac35639{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--background-transition:0.3s;overflow:visible;}.elementor-3861 .elementor-element.elementor-element-3ac35639.e-con{--align-self:center;--flex-grow:1;--flex-shrink:0;}.elementor-3861 .elementor-element.elementor-element-7e20bf20{--display:flex;--background-transition:0.3s;overflow:visible;}body.elementor-page-3861:not(.elementor-motion-effects-element-type-background), body.elementor-page-3861 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}@media(max-width:767px){.elementor-3861 .elementor-element.elementor-element-6ad000d1{text-align:center;}}/* Start custom CSS for heading, class: .elementor-element-383f1edf */.card-info{
  width: 100%;
  margin: 0 auto;

  /* Mesmo clima do segundo CSS */
  background:
    radial-gradient(120% 160% at 12% 0%, rgba(255,102,0,.20), transparent 55%),
    radial-gradient(120% 160% at 100% 100%, rgba(0,255,180,.10), transparent 60%),
    linear-gradient(180deg, rgba(21,25,35,.92), rgba(5,8,18,.92));

  border: 1px solid rgba(255,102,0,.35);
  border-left: 6px solid #FF6600;
  border-radius: 12px;

  padding: 2rem 2rem;
  font-family: Arial, sans-serif;

  color: rgba(255,255,255,.88);
  font-size: 14px;
  line-height: 1.6;

  box-shadow: 0 16px 50px rgba(0,0,0,.55);
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease, filter 300ms ease;
}

.card-info:hover{
  transform: translateY(-4px);
  border-color: rgba(255,102,0,.95);
  box-shadow:
    0 22px 70px rgba(0,0,0,.65),
    0 0 18px rgba(255,102,0,.25);
  filter: brightness(1.03);
}

.card-info p{
  margin: 0;
  color: rgba(255,255,255,.72);
}

/* No seu primeiro CSS estava vermelho; aqui fica no padrão laranja do segundo */
.card-info strong{
  color: #FF6600;
  font-weight: 900;
}

.card-info a{
  color: #FF6600;
  text-decoration: none;
  font-weight: 900;
  transition: color 0.3s ease, filter 0.3s ease;
}

.card-info a:hover{
  color: rgba(255,255,255,.92);
  filter: brightness(1.05);
}

@media (max-width: 768px){
  .card-info{
    width: 90%;
    max-width: 100%;
    padding: 1.25rem 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce){
  .card-info{
    transition: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-42c5f40 */.card-info{
  width: 100%;
  margin: 0 auto;

  /* Mesmo clima do segundo CSS */
  background:
    radial-gradient(120% 160% at 12% 0%, rgba(255,102,0,.20), transparent 55%),
    radial-gradient(120% 160% at 100% 100%, rgba(0,255,180,.10), transparent 60%),
    linear-gradient(180deg, rgba(21,25,35,.92), rgba(5,8,18,.92));

  border: 1px solid rgba(255,102,0,.35);
  border-left: 6px solid #FF6600;
  border-radius: 12px;

  padding: 2rem 2rem;
  font-family: Arial, sans-serif;

  color: rgba(255,255,255,.88);
  font-size: 14px;
  line-height: 1.6;

  box-shadow: 0 16px 50px rgba(0,0,0,.55);
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease, filter 300ms ease;
}

.card-info:hover{
  transform: translateY(-4px);
  border-color: rgba(255,102,0,.95);
  box-shadow:
    0 22px 70px rgba(0,0,0,.65),
    0 0 18px rgba(255,102,0,.25);
  filter: brightness(1.03);
}

.card-info p{
  margin: 0;
  color: rgba(255,255,255,.72);
}

/* No seu primeiro CSS estava vermelho; aqui fica no padrão laranja do segundo */
.card-info strong{
  color: #FF6600;
  font-weight: 900;
}

.card-info a{
  color: #FF6600;
  text-decoration: none;
  font-weight: 900;
  transition: color 0.3s ease, filter 0.3s ease;
}

.card-info a:hover{
  color: rgba(255,255,255,.92);
  filter: brightness(1.05);
}

@media (max-width: 768px){
  .card-info{
    width: 90%;
    max-width: 100%;
    padding: 1.25rem 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce){
  .card-info{
    transition: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-f36bb6 */b {
    color: #FF6600;
}/* End custom CSS */