@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
::-webkit-scrollbar{
	background:#00445E;
	width: 15px;
}
::-webkit-scrollbar-thumb{
	background: #008f45;
	border-radius: 3px;
}
body{
	overflow-x:hidden;
}
a{
	text-decoration: none;
	color: white;
}

/*LOGO Y DATOS FIXED*/

.logofixed{
	width: 200px;
	position: fixed;
	margin-left: 300px;
	z-index: 1;
}
.datosfixed{
	width: 200px;
	position: fixed;
	right: 300px;
	z-index: 1;
}

/*HEADER*/

.background-header{
	background-image:url(../images/fondo-header.png);
	background-size: cover;
	height: 500px;
}
.textoheader img{
	width:70%;
	display: block;
	margin: 100px auto;
	z-index: 1;
}

/*INTRO*/

.background-azul{
	background-color:#00445E;
}
.textogarden{
	color:white;
	margin-top: 70px;
}
.garden{
	width:80%;
	margin: 70px auto;
	display:block;
}
.boton-intro p{
	color: white;
	background-color: #008F45;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
	width: 200px;
	margin: 0px auto 50px auto;
}
.boton-intro a{
	color:white;
	text-decoration: none;
}
.boton-intro a:hover{
	text-decoration: none;
	color: yellow;
}

/*QUE HACEMOS*/

.quehacemos{
	width: 300px;
	margin: 50px auto;
	display:block;
}
.iconquehacemos{
	width: 20%;
	padding: 10px;
	float: left;
}
.container-quehacemos{
	margin: 20px auto;
}

/*NATIVE GARDEN*/

.backgroundlogomid{
	background-image: url(../images/fondomid.png);
	background-size: cover;
	background-attachment: fixed;
}
.backgroundlogomid img{
	width: 300px;
	margin: 100px auto;
	display: block;
}

/*MISION VISION*/

.misiontitulo{
	width: 300px;
	margin: 50px auto;
	display: block;
}
.background-azul h1{
	color:white;
	text-align: center;
	margin: 20px auto;
}
.background-azul p{
	color: white;
	margin: 50px auto;
}
.pasto{
	width: 100%;
	margin: -180px auto;
	display: block;
}
.container-mision{
	margin-bottom: 100px;
}

/* CONTACTO */

.titulocontacto{
	width: 200px;
	margin: 50px auto;
	display: block;
}

.formulario{
	color:#008F45;
	font-family: 'Titillium Web', sans-serif;
	font-weight:400;
	font-size:16px;
	background-color:hsla(0,0%,0%,0.00);
	border: none;
	border-bottom:solid 1px #00445E;
	display:block;
	margin:0 auto;
	width:40%;
	height:30px;
	padding:10px;}
.mensaje{
	color:#008F45;
	font-family: 'Titillium Web', sans-serif;
	font-weight:400;
	font-size: 16px;
	background-color:hsla(0,0%,0%,0.00);
	border: none;
	border-bottom:solid 1px #00445E;
	display:block;
	margin:0 auto;
	width:40%;
	height:100px;
	padding:10px;}
input::-webkit-input-placeholder{
	color:#008F45;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;}
textarea::-webkit-input-placeholder{
	color:#008F45;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;}
textarea{
	resize:none;}
.enviar{
	background-color: #008F45;
	color:white;
	padding:5px 15px;
	border:none;
	border-radius: 10px;
	font-family: 'Titillium Web', sans-serif;
	font-weight:700;
	letter-spacing:3px;
	font-size: 20px;
	display:block;
	margin:0px auto 100px auto;}

/*FOOTER*/

.background-verde{
	background-color: #008F45;
}
.logowhite{
	width: 50%;
	margin: 50px auto;
	display: block;
}
.textofooter{
	color: white;
	margin-top: 100px;
	font-size: 20px;
}
.textofooter a{
	color:white;
	text-decoration: none;
}
.textofooter a:hover{
	color:yellow;
	text-decoration: none;
}

/*PLANK*/

.texto {
background: -webkit-linear-gradient(left, #0082FF, #FF007D);
background: linear-gradient(to right, #0082FF, #FF007D);
-webkit-background-clip: text;
color: transparent;  
}
.background-plank p{
	font-weight:700;
	margin: 10px auto;
	text-align: center;
	color: white;
}
.background-plank{
	background-color: black;
	text-decoration: none;
}
.background-plank a:hover{
	text-decoration:none;
}






/*MOBILE*/

@media only screen and (min-width:300px) and (max-width:599px){
	
.logofixed{
	width: 150px;
	position: absolute;
	margin-left: 80px;
	z-index: 1;
}

/*header*/
.imagencarrusel{
		height:200px;
}
	
.background-header{
	height: 300px;
}
.textoheader{
	width:100%;
	display: block;
	margin: 200px auto;
}
	
/*INTRO*/

.textogarden{
	color:white;
	margin-top: 0px;
}
.garden{
	width:80%;
	margin: 0px auto 50px auto;
	display:block;
}

/*QUE HACEMOS*/

.quehacemos{
	width: 200px;
	margin: 30px auto;
	display:block;
}
.iconquehacemos{
	width: 30%;
	padding: 20px 10px 20px 10px;
	float: left;
}
	
/*MISION VISION*/

.misiontitulo{
	width: 200px;
	margin: 30px auto;
	display: block;
}
.background-azul h1{
	color:white;
	text-align: center;
	margin: 0px auto;
}
.background-azul p{
	color: white;
	margin: 0px auto;
}
.pasto{
	width: 300%;
	margin: -100px auto;
	display: block;
}
	
/*CONTACTO*/

.titulocontacto{
	width: 200px;
	margin: 0px auto 50px auto;
	display: block;
}
.formulario{
	width: 100%;
	}
	.mensaje{
	width: 100%;
	}
	
/*FOOTER*/


.logowhite{
	width: 100%;
	margin: 50px auto 0px auto;
	display: block;
}
.textofooter{
	color: white;
	margin-top: 30px;
	font-size: 20px;
	text-align: center;
}
.textofooter a{
	color:white;
	text-decoration: none;
}
.textofooter a:hover{
	color:yellow;
	text-decoration: none;
}	
	
}