@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Lato', sans-serif;
	background: #ffffff;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	height: auto;
}

.encabezado{
	height: 535px;
	background-image:url("../img/img-inicial.jpg");
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */	
}

.regante {
	font-size: 18px;
	text-align: center;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 60px;
	margin-bottom: 60px;	
}

.regante h2 {
	font-size: 38px;
	text-align: center;
	color: #85c670;
}

.alcance {
	background: #85c670;
	padding-bottom: 30px;
	padding-top: 30px;
	margin-top: 60px;
	margin-bottom: 60px;	
}

.alcance h2 {
	font-size: 30px;
	text-align: center;
	color: #13818f;
}

.alcance p {
	font-size: 18px;
	text-align: center;
	color: #ffffff;
}

.graficos {
	text-align: center;	
}

.calculo {
	background: #13818f;
	padding-bottom: 30px;
	padding-top: 30px;
	padding-left: 15%;
	padding-right: 15%;
	margin-top: 60px;
}

.calculo h2 {
	font-size: 30px;
	text-align: center;
	color: #fabf27;
}

.calculo p {
	font-size: 18px;
	text-align: center;
	color: #ffffff;
}

.calculo img {
	display:block;
	margin:auto;
}

.saber-mas {
	width: 980px;
	font-size: 18px;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	height: 400px;
}

.saber-mas h2{
	margin-bottom: 45px;
}

.bloque1 {
	border-style: solid;
	border-top-color: #85c670;
	border-bottom: none;
	border-left: none;
	border-right: none;
	
	width: 300px;
	margin-right: 40px;
	float: left;
}

.bloque2 {
	border-style: solid;
	border-top-color: #85c670;
	border-bottom: none;
	border-left: none;
	border-right: none;	
	width: 300px;
	margin-right: 40px;
	float: left;
}

.bloque3 {
	border-style: solid;
	border-top-color: #85c670;
	border-bottom: none;
	border-left: none;
	border-right: none;	
	width: 300px;
	float: left;
}

.contacto {
	clear: both;
	margin-top: 60px;
	text-align: center;
	background: #13818f;
	padding-bottom: 20px;
	padding-top: 20px;
	color: white;
	font-size: 18px;
}


@media all and (min-width: 600px) and (max-width: 1023px) {

.encabezado{
	height: 335px;
	background-image:url("../img/img-inicial.jpg");
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */	
}

.regante {
	font-size: 18px;
	text-align: center;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 60px;
	margin-bottom: 60px;	
}

.regante h2 {
	font-size: 38px;
	text-align: center;
	color: #85c670;
}

.alcance {
	background: #85c670;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 30px;
	margin-top: 60px;
	margin-bottom: 60px;	
}

.alcance h2 {
	font-size: 30px;
	text-align: center;
	color: #13818f;
}

.alcance p {
	font-size: 18px;
	text-align: center;
	color: #ffffff;
}

.graficos {
	text-align: center;	
}

.calculo {
	background: #13818f;
	padding-bottom: 30px;
	padding-top: 30px;
	padding-left: 15%;
	padding-right: 15%;
	margin-top: 60px;
}

.calculo h2 {
	font-size: 30px;
	text-align: center;
	color: #fabf27;
}

.calculo p {
	font-size: 18px;
	text-align: center;
	color: #ffffff;
}

.calculo img {
	display:block;
	margin:auto;
}

.saber-mas {
	width: 580px;
	font-size: 18px;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	height: 550px;
}

.saber-mas h2{
	margin-bottom: 45px;
}

.bloque1 {
	border-style: solid;
	border-top-color: #85c670;
	border-bottom: none;
	border-left: none;
	border-right: none;	
	width: 560px;
/*	margin-right: 40px;
	float: left;*/
}

.bloque2 {
	border-style: solid;
	border-top-color: #85c670;
	border-bottom: none;
	border-left: none;
	border-right: none;	
	width: 560px;
/*	margin-right: 40px;
	float: left;*/
}

.bloque3 {
	border-style: solid;
	border-top-color: #85c670;
	border-bottom: none;
	border-left: none;
	border-right: none;	
	width: 560px;
/*	float: left;*/
}

.contacto {
	clear: both;
	margin-top: 60px;
	text-align: center;
	background: #13818f;
	padding-bottom: 20px;
	padding-top: 20px;
	color: white;
	font-size: 18px;
}
	
}

@media all and (max-width: 599px) {
	
.encabezado{
	height: 235px;
	background-image:url("../img/img-inicial.jpg");
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */	
}

.regante {
	font-size: 16px;
	text-align: center;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 60px;
	margin-bottom: 60px;	
}

.regante h2 {
	font-size: 28px;
	text-align: center;
	color: #85c670;
}

.alcance {
	background: #85c670;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 30px;
	margin-top: 60px;
	margin-bottom: 60px;	
}

.alcance h2 {
	font-size: 28px;
	text-align: center;
	color: #13818f;
}

.alcance p {
	font-size: 16px;
	text-align: center;
	color: #ffffff;
}

.graficos {
	text-align: center;	
}

.calculo {
	background: #13818f;
	padding-bottom: 30px;
	padding-top: 30px;
	padding-left: 15%;
	padding-right: 15%;
	margin-top: 60px;
}

.calculo h2 {
	font-size: 28px;
	text-align: center;
	color: #fabf27;
}

.calculo p {
	font-size: 16px;
	text-align: center;
	color: #ffffff;
}

.calculo img {
	display:block;
	margin:auto;
}

.saber-mas {
	width: 90%;
	font-size: 18px;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	height: 670px;
}

.saber-mas h2{
	margin-bottom: 45px;
}

.bloque1 {
	border-style: solid;
	border-top-color: #85c670;
	border-bottom: none;
	border-left: none;
	border-right: none;	
	width: 90%;
	padding-left: 20px;
	padding-right: 20px;	
/*	margin-right: 40px;
	float: left;*/
}

.bloque2 {
	border-style: solid;
	border-top-color: #85c670;
	border-bottom: none;
	border-left: none;
	border-right: none;	
	width: 90%;
	padding-left: 20px;
	padding-right: 20px;	
/*	margin-right: 40px;
	float: left;*/
}

.bloque3 {
	border-style: solid;
	border-top-color: #85c670;
	border-bottom: none;
	border-left: none;
	border-right: none;	
	width: 90%;
	padding-left: 20px;
	padding-right: 20px;
/*	float: left;*/
}

.contacto {
	clear: both;
	margin-top: 60px;
	text-align: center;
	background: #13818f;
	padding-bottom: 20px;
	padding-top: 20px;
	color: white;
	font-size: 16px;
}
	
}

