/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com/
Description: Tema hijo de GeneratePress
Author: Dev Elias
Author URI: https://tusitio.com/
Template: generatepress
Version: 1.0.0
Text Domain: depana
*/



/* Landing full width */
body.front-page .site-content,
body.home .site-content {
	max-width: 100%;
	padding: 0;
}

.landing-wrap{
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 20px;
}

.landing-hero{
	background: #111;
	color: #fff;
}

.landing-hero {
	padding-top: 6rem;
	padding-bottom: 6rem;
	background-color: rgba(10, 10,10, 1);

}

h1, h2, h3, h4, h5, h6, p {
	color: #fff !important;
}