/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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=Lato:wght@300;400;700;900&display=swap');

.text1 {
	background: #fff;
	display: inline-block;
	padding: 0 5px;
	color: #5c5c5c;
	line-height: 1.5rem;
}

.text2 {
	background: #fff;
	display: inline-block;
	padding: 0 5px;
	color: #c0bd3c;
	line-height: 1.5rem;
}

.box-name h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding-left: 15px;
	color: #5c5c5c;
	font-family: 'Lato', sans-serif;
}

.box-name h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.box-name h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

.box-name h1:nth-child(2n+1){
	color: #96b233;
}

.titulo_sobre h1 {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 1.8rem;
	margin: 0;
	padding-left: 10px;
}

@media screen and (max-width: 767px) {
	.box-name h2,
	.titulo_sobre h1 {
    		font-size: 1.3rem;
	}
	.box-name h1 {
    		font-size: 1.8rem;
	}
}