/* ajustes generales */ 

body, div, img {
	margin: 0px;
	padding: 0px;
}

#cielo {
	background: white url('../img/fondonubes.jpg') repeat-x;
	overflow: auto;
}

.seccion {
	height: 100%;
	overflow: hidden;
}

#casa {
	position: absolute;
	bottom: 0px;
	left: 10%;
	margin: auto;
}

#hierba {
	background: url('../img/hierba.png');
	height: 60px;
	z-index: 99;
}

.logo {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.elementoslider {
	width: 275px;
	height: 100%;
	font-family: Titillium web;
	font-size: 19px;
	transition: all 800ms ease 0s;
}

.elementoslider:hover {
	/*background: -webkit-linear-gradient(#ffffff, #ffffff); /* For Safari 5.1 to 6.0 */
	/*background: -o-linear-gradient(#ffffff, #ffffff); /* For Opera 11.1 to 12.0 */
	/*background: -moz-linear-gradient(#ffffff, #ffffff); /* For Firefox 3.6 to 15 */
	/*background: linear-gradient(rgba(250,250,250,0.50), rgba(250,250,250,1.0)); /* Standard syntax */
	border-radius: 30px;
	margin-top:1%;
	transition: all 800ms ease 0s;
}

.elementoslider a {
	text-decoration: none;
	color: #9ec3a4;
}

.elementoslider .titulo {
	color: #000000;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.elementoslider .texto {
	height: 100%;
	margin: 15px;
	text-align: justify;
}

.elementoslider .foto  {
	width: 255px;
	height:238px;
	border: 10px solid white;
  	border-radius: 10%;
	box-shadow:-6px 9px 5px -11px rgba(0,0,0,0.75);
	transition: all 1500ms cubic-bezier(0.9,0.06,0.25,1) 0s;
	margin-left:auto;
	margin-right:auto;
	margin-top:0%;
}

.elementoslider .foto:hover  {
	border-radius: 25%;
	transition: all 500ms ease 0s;
	height:220px;
	width: 245px;
	margin-left:auto;
	margin-right:auto;
	margin-top:2%;
}


.elementoslider .separador {
	width: 100%;
	height: 27px;
	background: url('../img/flechawebs.png') no-repeat top center;
}

/* precios */

#contenedorprecios strong {
	color: #72a480;
}

.filaprecios {
	overflow: auto;
	margin-top: 2%;
	margin-left: 5%;
	margin-right: 5%;
}

.textoprecios {
	width: 80%;
	float: left;
	font-family: Titillium web;
	font-size: 19px;
	text-align: justify;
	margin-right:3%;
}

.precio {
	display: table-cell;
	font-family: Titillium web;
	font-size: 30px;
	width: 15%;
	text-align: center;
	padding-top: 15px;	
}
.preciounico {
	font-size: 15px;
	margin-top:-10px;
	color: #9ec3a4;
	font-weight:bold;
}

/* fin precios */

/* formulario */

#contenedorformulario {
	width: 60%;
	position: absolute;
	top: 45%;
	left: 51%;
	transform: translateY(-50%) translateX(-50%);
}

.filaformulario {
	overflow: auto;
	font-family: Titillium web;
	font-size: 22px;
	padding: 5px;
}

.leyenda {
	width: 35%;
	float: left;
	color: white;
	height: 30px
}

label {
	color: white;
}

.campo {
	float: left;
	width: 38%;
}

#contenedorformulario input[type=text],#contenedorformulario input[type=email] {
	width: 100%;
	height: 30px
}

input[type=submit]{
	background-color: #5a7b80;
	color: white;
	width: 100%;
	padding: 5px;
	font-size: 20px;
	border: 0px;
	
}

#contenedorformulario textarea {
	width: 100%;
	height: 150px;
}

input[type=checkbox] {
display:none;
}
 
input[type=checkbox] + label {
	background: #fff;
	height: 16px;
	width: 16px;
	display:inline-block;
	padding: 0 0 0 0px;
	margin-left: 60px;
}
input[type=checkbox]:checked + label {
	background: url('../img/casillaaceptar.jpg') no-repeat;
	height: 16px;
	width: 16px;
	display:inline-block;
	padding: 0 0 0 0px;
	margin-left: 60px;
}

.error {
	display: block;
	color: black;
}

.centrado {
	text-align: center;
}
/* fin formulario */


.titulos{
	font-family: Droid Sans;
	color: #72a480;
	text-align: center;
	}
	
#fondoseccioncinco .titulos {
		color: #FFF;
		font-family: Droid Sans;
	}

#secciondostexto {
	text-align: justify;
	color: #393939;
	padding: 0% 5% 0% 5%;
}

#secciondosderecha {
	padding-right: 5%;
	float: left;
	font-family: Titillium web;
	font-size: 19px;
}

	a.telefono {
		display: block;
		text-align: center;
		text-decoration: none;
		color: #444;
	}

	
	
	
	

/* aqui dentro pantallas grandes */
@media screen and (min-width: 600px) {
	#cielo {
		width: 500%;
	}
	
	.seccion {
		width: 20%;
		float: left;
	}
	
	#hierba {
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 399%;
	}
	
	.flechasiguiente {
		display: block;
		width: 40px;
		height: 95%;
		background: url('../img/flechaderecha.png') center center no-repeat;
		float: right;
		opacity: 0.3;
		transition: all 200ms ease 0s;
		margin-right: 0.5%;
	}
	
	.flechaanterior {
		display: block;
		width: 40px;
		height: 95%;
		background: url('../img/flechaizquierda.png') center center no-repeat;
		float: left;
		opacity: 0.3;
		transition: all 200ms ease 0s;
		margin-left: 0.5%;
	}
	
	.flechasiguiente:hover {
		opacity: 1;
		width:5%;
		transition: all 200ms ease 0s;
	}
	
	.flechaanterior:hover {
		opacity: 1;
		transition: all 200ms ease 0s;
		width:5%;
	}
	
	.fondoseccionuno {
/*		height:46%;
		margin-left: 30%;
		margin-top:14%;*/
	}
	
	.secciondosizquierda {

}
	.secciontresizquierda {
		float: left;
		width: 50%;
		margin: 0% 5% 5% 10%;
		font-family: Titillium web;
		font-size: 19px;
		text-align: justify;
		letter-spacing: -1px;
		color: #393939;
}
	.secciontresderecha {
		float: right;
		width: 25%;
		font-family: Titillium web;
		font-size: 30px;
		text-align: justify;
		letter-spacing: -1px;
		color: #393939;
		margin-top: 1%;
}
	
	#fondoseccioncuatro{
		width: 70%;
		height: 90%;
		background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.6);
		margin-left: auto;
		margin-right: auto;
		padding-top:4%;
	}
	
	#cinco {
		background: none repeat scroll 0% 0% #6ca37b;
	}
	
	#fondoseccioncinco{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		height: 90%;
		padding-top: 5%;
		padding-bottom: 5%;
		position: relative;
	}
	
	.titulos{
		font-size: 2.96vw;
		margin: 0px;
		padding-top: 0px;
		padding-bottom: 15px;
		margin-top: -0px;
	}
	
	#fondoseccioncinco .titulos {
		font-size: 32px;
		margin-bottom: 27;
	}
	
	#fondosecciondos {
		font-family: Titillium web;
		font-size: 19px;
		width: 100%;
		height: 90%;
		background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.6);
		padding-top: 5%;
		padding-bottom: 5%;
		margin-left: auto;
		margin-right: auto;
	}
	
	#secciondostexto {
		width: 48%;
		float: left;
		letter-spacing: -1px;
		line-height: 1.4;
	}
	
	#secciondosderecha {
		width: 27%;
		height: 80%;
	}

	#secciondosderecha>div {
		width: 100%;
		padding-top: 5%;
		padding-bottom: 5%;
	}
	
	.icono {
		width: 36%;
		display: inline-block;
		vertical-align: middle;
	}

	.textoexp {
		width: 62%;
		display: inline-block;
		vertical-align: middle;
	}

	#secciondosderecha div img {
		margin: 5%;
		transition: all .2s ease-in-out;
	}

	#secciondosderecha div img:hover {
		transform: scale(1.15);
	}
	
	a.telefono {
		font-weight: 900;
		font-size: 2.9vw;
	}
	
	#fondosecciontres {
		width: 82%;
		margin: auto;
		height: 67%;
		padding-top: 2%;
	}
	
	.secciondosdemo {
	margin-top: -3%;
	}
	.secciondoswebs {
		float:left;
	}
	.handmove {

	}
}

/* aqui dentro móviles */
@media screen and (max-width: 600px) {
	#cielo {
		width: 100%;
	}
	
	.logo {
		max-width: 90%;
		height: auto;
	}
	
	.seccion {
		min-height: 100%;
		height: auto;
		position: relative;
		width: 100%;
		background: url('../img/hierba.png') no-repeat bottom, url('../img/fondonubes.jpg') no-repeat;

	}
	
	#hierba {
		display: none;
	}
	
	.flechasiguiente {
		display: block;
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 30px;
		background: url('../img/flechaabajo.png') center center no-repeat;
		z-index: 99;
		opacity: 0.5;
	}
	
	.flechaanterior {
		display: block;
		position: 99;
		width: 100%;
		height: 30px;
		background: url('../img/flechaarriba.png') center center no-repeat;
		top: 0;
		z-index: 99;
		opacity: 0.5;
	}
	
	.flechasiguiente:hover {
		opacity: 1;
	}
	
	.flechaanterior:hover {
		opacity: 1;
	}
	
	.titulos{
		font-size: 8.96vw;
		margin: 0px;
		padding-top: 10px;
		padding-bottom: 20px;
	}
	
	#fondoseccioncinco .titulos {
		font-size: 5vw;
		margin-bottom: 27;
	}


	#secciondosderecha>div {
		width: 100%;
		padding-top: 5%;
		padding-bottom: 5%;
	}
	
	.icono {
		width: 40%;
		display: inline-block;
		vertical-align: middle;
	}

	.textoexp {
		width: 58%;
		display: inline-block;
		vertical-align: middle;
		text-align: justify;
		line-height: 1em;
	}

	#secciondosderecha div img {
		margin: 5%;
		transition: all .2s ease-in-out;
	}

	#secciondosderecha div img:hover {
		transform: scale(1.15);
	}
	
	a.telefono {
		font-weight: 900;
		font-size: 8.9vw;
		padding: 5vw 0vw 15vw 0vw;
	}
	
	.elementoslider {
		width: 100vw;
		font-size: 5vw;
	}


	.elementoslider .titulo {
		font-size: 5vw;
	}

	.elementoslider .texto {
		margin: 15px;
		text-align: justify;
		color: black;
	}

	.elementoslider .foto  {
		width:80vw;
		height:60vw;
	}
	
	#fondosecciontres {
		position: relative;
	}

	#slider {
		margin-top: 80px;
		margin-bottom: 40px;
	}

	.handmove {
		position: absolute;
		top: 50px;
		margin:auto;
		width: 100%;
	}
	
	.textoprecios {
		width: 100%;

	}

	.precio {
		width: 100%;
		text-align: center;
	}

	#contenedorprecios {
		padding-bottom: 50px;
	}
	
	
	#cinco {
	background: #72a480;
	}

	#contenedorformulario {
		width: 100%;
		position: relative;
		transform: none;
		padding: 0px;
		left:0px;
	}
	
	.leyenda {
		width: 100%;
	}
	
	.campo {
		width: 100%;
	}
}