.elementor-75 .elementor-element.elementor-element-e3d3660{--display:flex;}/* Start custom CSS *//* Aplica el degradado dorado oscuro solo a los títulos con la clase "titulo-dorado" */
.titulo-dorado {
    background: linear-gradient(45deg, #8b6508, #d4af37, #8b6508);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

/* Reduce aún más el brillo del resplandor al pasar el mouse */
.titulo-dorado:hover {
    text-shadow: 0 0 3px rgba(212, 175, 55, 0.4);
}/* End custom CSS */