@charset "UTF-8";
h1{ 
	font-size: 3em;
	color: #991305; 
	/*background: rgba(255,255,255,.7);*/
	padding: .5em;
	width: 50vw;
	margin-top: 60vh;
}
#slider h2{
	font-size: 3em;
	padding: .5em;
	width: 50vw;
	margin-left: 20vw;
	margin-top: 40vh;
	background: rgba(255,255,255,.7);
}
h2{color: #991305;}
section{
	width: 85vw;
	margin: 0vh auto;
	background: white;
	padding: 1em 5vw;
	box-sizing: border-box;
}
#datos{ background: url('../img/fotos/fondo1.jpeg');}
#slider{background: url('../img/fotos/riego.png');}
#datos,#slider{
	height: 90vh;
	width: 100vw;
	background-size: cover;
	background-attachment: fixed;
}

#nosotros{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#cita{
	text-align: center;
}
#items{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
.item{
	width: 50%;
	box-sizing: border-box;
}
#items .item{ width: auto; }
.text{padding: 1em;}
.item img{
	width: 15em;
	height: auto;
}
#slider{
	height: 90vh;
	width: 100vw;
}