/*
Theme Name: Estratec 360
Author: Seo y Consultoría
Description: Ciberseguridad | Protección del dato | Automatización
Version: 1.0
Template: hello-elementor

*/

.texto-degradado {
  /* Degradado con tus colores específicos */
  background: linear-gradient(90deg, #0806E7, #37374A);
  
  /* El truco del recorte para el texto */
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}