.elementor .e-b8814c2-eac573e{box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 1);transition:all 200ms;}.elementor .e-98e4e2b-d5aed97{/* ===== BLOCO CERTIFICADO DIGITAL ===== */

.ace-certificado-texto {
font-family: "Inter", Arial, sans-serif;
color: #1c1c1c;
font-size: 16px;
line-height: 1.7;
animation: aceFadeIn 0.8s ease forwards;
opacity: 0;
}

/* título dentro do bloco (se tiver strong ou h) */
.ace-certificado-texto strong,
.ace-certificado-texto h2,
.ace-certificado-texto h3 {
color: #0077b6;
font-weight: 600;
}

/* botão abaixo (se estiver na mesma coluna) */
.ace-certificado-texto + .elementor-button {
background: linear-gradient(135deg, #00a884, #0077b6);
border-radius: 30px;
padding: 14px 24px;
color: #fff;
transition: 0.3s ease;
}

.ace-certificado-texto + .elementor-button:hover {
transform: translateY(-3px);
box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

/* animação suave */
@keyframes aceFadeIn {
from {
  opacity: 0;
  transform: translateY(20px);
}
to {
  opacity: 1;
  transform: translateY(0);
}
}\n}