/*
Theme Name: Hello Elementor Child Prueba
Template: hello-elementor
Version: 1.0.0
*/

/* Neutralizar estilos por defecto de Hello Elementor */

/* Enlaces */
a,
a:hover,
a:focus,
a:active,
a:visited {
    color: inherit;
}

/* Botones */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    background-color: transparent;
    border-color: transparent;
    color: inherit;
}

/* Hover / focus / active */
button:hover,
button:focus,
button:active,
[type="button"]:hover,
[type="button"]:focus,
[type="button"]:active,
[type="reset"]:hover,
[type="reset"]:focus,
[type="reset"]:active,
[type="submit"]:hover,
[type="submit"]:focus,
[type="submit"]:active {
    background-color: transparent;
    border-color: transparent;
    color: inherit;
}