.texto-resaltado {
    color: white; /* Color del texto */
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.7); /* Sombra negra semi-transparente */
}
