/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


@import url('https://fonts.googleapis.com/css2?family=Funnel+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.titulos h1, .titulos, .titulos .elementor-heading-title {  font-family: "Funnel Sans", sans-serif !important;
    font-size: 95px !important;
    font-weight: 800 !important;
    line-height: 1em !important;
    letter-spacing: -5px !important;}

.texto h3, .texto h2, .texto p, .titulos h2 {font-family: "Funnel Sans", sans-serif !important;}


.linkshome a {color:#fff;padding:15px 30px;background:#313159;margin-right:15px;letter-spacing: 2px;}
.linkshome a:hover {background:#eb455f;color:#fff}


@media (max-width:767px) {
	
	
	.titulos h1, .titulos, .titulos .elementor-heading-title {  font-family: "Funnel Sans", sans-serif !important;
    font-size: 60px !important;
    font-weight: 800 !important;
    line-height: 1em !important;
    letter-spacing: -2px !important;}
	

	.linkshome a {display:inline-block;width:48% !important;float:left !important;
		color:#fff;padding:10px 20px;background:#313159;margin-right:1% !important;margin-left:1% !important;letter-spacing: 2px;
	margin-bottom:10px;
	}

	
}