/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-elementor-theme
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.0.2.1558001217
Updated: 2019-05-16 11:06:57

*/

.text-main-color, body a{
	color: var( --e-global-color-primary );
}

.elementor a:hover {
    color: var( --e-global-color-accent );
    text-decoration: none;
}

/* Botones */
body [type=submit]{
	color: var( --e-global-color-primary );
}
body [type=submit]:hover{
	background-color: var( --e-global-color-accent ); 
}
