selector .elementor-heading-title::after,
selector .elementor-heading-title::before {
content: "TEXTOS COM BORDAS";
padding-left: 22px;
text-align: center;
position: absolute;
top: 0;
left: 0;
background: #ffffff;
background-clip: text;
-webkit-background-clip: text;
color: transparent !important;
-webkit-text-fill-color: transparent;
z-index: 1;
}
selector .elementor-heading-title::before{
background: none;
z-index: 0;
text-stroke: 2px #000000;
-webkit-text-stroke: 5px #000000;
}
selector {
opacity: 0.3;
mask-image: linear-gradient(to bottom, #000, transparent);
-webki-mask-image: linear-gradient(to bottom, #000, transparent);
}