/* 
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
*/

* {
  margin:0;
  padding:0;
  box-sizing:border-box;
  -webkit-font-smothing:anitaliased;
  -moz-osx-font-smoothing:grayscale;
}

:root{
  font-size:62.5% /* reseta o font-size e seta o equivalente a 10px */
}

body{
  font-size:1.6rem /* 1.6rem equivale a 16px, ou seja 2.4rem vai vale 24px */
}

/* LP Personal FUtebol */

.elementor-page-13 #text-bonus .bonus{
	display:block;
	text-transform:uppercase;
	font-size:3.6rem;
	color:#fff;
	font-weight:800;
	background-color:#00CA2F;
	width:max-content;
	margin:0 auto;
	padding:0 16px
}

/* LP Seca em 30 */
.elementor-page-288 .about-trainer ul {
	margin: 10px 0 20px 30px;
    list-style-type: "✅";
}

.elementor-page-288 .about-trainer ul li {
    margin-bottom: 5px;
    font-size: 2rem;
    padding-left: 10px;
    font-weight: 400;
}

.elementor-page-288 .elementor-button-content-wrapper{
	align-items: center;
}

.elementor-page-288 .elementor-button-icon .e-font-icon-svg {
    height: 36px;
	width: 36px;
}


@media (max-width:767px){
	.elementor-page-13 #text-bonus .bonus{
		font-size:2.5rem;
		padding:8px
	}
	.elementor-page-13 .lista-social ul{
		gap:20px
	}
	
	.elementor-page-288 .elementor-button-icon .e-font-icon-svg{
		display:none
	}
}