
*{margin: 0; padding: 0; font-family: 'Oswald', sans-serif;}

html {
  scroll-behavior: smooth;
}

header{
	width: 90%;
	margin: auto;
}

.logo, .menu{
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}

.logo{
	width: 30%;
	padding-bottom: 10px;
}

.menu{
	width: 70%;
	text-align: right;
}

.menu a{
	color: #42a756;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 400;
	padding: 10px;
}


@media all and (max-width: 850px){
	.menu{
		display: none;
	}

	.logo{
		width: 100%;
		text-align: center;
	}
}


/* MAIN BANNER */

.banner{
	background-color: #00a850;
	background-image: url(img/bg.jpg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	height: 550px;
}

.titulos{
	text-align: center;
	display: inline-block;
	float: right;
	width: 60%;
	padding-right: 30px;
}

.titulos h1{
	color: #fff;
	font-size: 6em;
	text-transform: uppercase;
	padding-top: 100px;
	line-height: 1em;
	margin-bottom: 15px;
}

.titulos h2{
	color: #fff;
	font-size: 1.5em;
	text-transform: uppercase;
	margin-top: 15px;

}

.titulos p{
	color: #fff;
	font-size: 1.3em;
	line-height: 1.3em;
	padding-bottom: 40px;
}

.bt-verde{
	background-color: #2a6c37;
	color: #fff;
	font-size: 1.5em;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 20px 50px;
}

.bt-blanco{
	background-color: #2a6c37;
	color: #fff;
	font-size: 1.2em;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	padding: 7px 50px;
	background-position: left;
	background-repeat:no-repeat;
	width: 100%;
}

@media all and (max-width: 850px){
	.banner{
		background-color: #00a850;
		background-image: url(img/bg2.jpg);
		background-size: auto 100%;
		background-repeat: no-repeat;
		height: 900px;
	}

	.titulos{
		width: 100%;
		padding: 0px;
	}

	.titulos h1{
		color: #fff;
		font-size: 4em;
		padding: 20px 30px 0 30px;
	}

	.titulos h2{
		color: #fff;
		font-size: 1.7em;
		line-height: 1em;

	}

	.titulos p{
		color: #fff;
		line-height: 1em;
		padding-top: 7px;
		padding-bottom: 40px;
	}
}

@media all and (max-width: 560px){
	.banner{
		background-color: #00a850;
		background-image: url(img/bg3.jpg);
		background-size: auto 80%;
		background-repeat: no-repeat;
		background-position: bottom right;
		height: 800px;
	}
}


/* MAIN CENTER */

.center{
	width: 90%;
	margin: auto;
	text-align: center;
	margin-top: 40px;
}

.center p{
	margin: auto;
	width: 80%;
	color: #363636;
	font-size: 21px;
}

.center h1{
	color: #363636;
	font-size: 3.5em;
	margin-top: 30px;
	margin-bottom: 20px;
}



form input[type="text"], form input[type="email"], form input[type="tel"]{
	display: block;
	margin-top: 5px;
	margin-bottom: 20px;
	border: none;
	padding: 10px;
	width: 100%;
}

form button{
	border: 0;
	cursor: pointer;
}

.gracias{
	background-color: #0b5226;
	width: 60%;
	margin:auto;
	padding: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin-bottom: 20px;
}

.gracias h3{
	color: #fff;
	text-transform: uppercase;
	font-size: 1.3em;
	margin-bottom: 20px;
	font-weight: 500;
}

.gracias h4{
	color: #fff;
	text-transform: uppercase;
	font-size: 2.5em;
}

.gracias p{
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 20px;
}

.gracias a{
	color: #fff;
	background-color: #98C802;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-decoration: none;
	padding: 10px 20px;
	font-size: 21px;
}

@media all and (max-width: 470px){
	.gracias h4{
		line-height: 1em;
		margin-bottom: 10px;
	}
}

@media all and (max-width: 550px){
	.center h1{
		font-size: 2.3em;
	}

	.gracias{
		width: 80%;
	}
}


/* MAIN SECCIONES */

.info-fun{
	width: 90%;
	margin:auto;
	margin-top: 70px;
}

.col-1, .col-2, .col-3{
	display: inline-block;
	vertical-align: top;
	border: 1px solid #ccc;
	width: 30%;
	box-sizing: border-box;
	padding-bottom: 20px;
}

.col-2{
	margin: 0 20px;
}

.col-1 p, .col-2 p, .col-3 p, .col-1 h1, .col-2 h1, .col-3 h1{
	padding: 10px 20px;
	color: #363636;
}

.col-1 h1, .col-2 h1, .col-3 h1{
	font-size: 1.5em;
}

.col-1 p, .col-2 p, .col-3 p{
	font-size: 16px;
	font-weight: 400;
}

.col-1 img, .col-2 img, .col-3 img{
	width: 100%;
}

@media all and (max-width: 850px){
	.col-1, .col-2, .col-3{
		display: block;
		width: 100%;
	}

	.col-2{
		margin: 30px 0;
	}
}


/* FOOTER */

footer{
	background-color: #2a6c37;
	padding: 40px;
	margin-top: 60px;
	text-align: center;
}

footer p{
	color: #fff;
}