/*
Theme Name: Twenty Twenty Child
Text Domain: twentytwenty-child
Template: twentytwenty
Version: 1.0
*/
body { font-family: 'PT Sans', sans-serif!important; }

/*header*/
#site-header { background: #25221d; }

header #menu-principal {
	margin: 0;
	padding: 0;
	float: right;
}
header #menu-principal li {
	display: inline-block;
	margin-left: 20px;
}
header #menu-principal li a {
	color: #FFF;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
}
.mob-menu { display: none; float: right; }
.mob-menu span {
	display: block;
    background: #fff;
    width: 25px;
    height: 4px;
    margin: 5px 0;
    border-radius: 2px;
}
#menu-item-287 { display: none!important; }

@media (max-width: 769px) {
	.mob-menu { display: inline-block; }
	.menu-principal-container {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		width: 300px;
		height: 100vh;
		background: #25221d;
		z-index: 9999;
		padding: 15px;
	}
	#menu-item-287 { display: block!important; }
	header #menu-principal li {
		display: block;
		margin-bottom: 10px;
	}
	header #menu-principal li a { font-size: 22px; }
	#menu-item-27,
	#menu-item-28 { display: inline-block!important; }
}

/* #menu-principal li a:hover { color: #6ac333; } */
.intro-txt {
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	padding: 10px 0;
}
.intro-txt h2 {
	color: #fff;
	font-size: 54px;
	margin-bottom: 0;
}
.intro-txt p {
	color: #6ac333;
	margin-bottom: 0;
	font-size: 18px;
	text-shadow: 1px 1px #333;
}

.leia-mais a {
	color: #6ac333;
	font-weight: 700;
	font-size: 22px;
	font-style: italic;
}
.leia-mais a:hover { color: #6ac333; }

.texto-form p { margin: 0; }
.formulario button { box-shadow: 0 3px 0 #3c8510; }

/*ESCONDER ICONES*/
.elementor-element-3b75580,
.elementor-element-91f4a46,
.elementor-element-5eca19c,
.elementor-element-68c47e7,
.elementor-element-8940e03,
.elementor-element-44ec128,
.elementor-element-67e202e,
.elementor-element-6de4840 { display:none!important; }

/*footer*/
#site-footer {
	background: #25221d;
	padding: 30px 0;
	color: #fff;
	margin-top: 50px;
}
#site-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#site-footer ul li { margin-bottom: 15px; font-size: 18px; }
#site-footer ul li a { color: #fff; text-decoration: none; }
#site-footer ul li i {
	color: #fff;
    margin-right: 5px;
    font-size: 20px;
}
.bt-whats {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 99999;
}
.bt-whats img { width: 50px; }