
section#banner{
	
	border: 0px solid red;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -1;
}


video {
	position: fixed;
	max-width: 100%;
	min-width: 20%;
	min-height: 20%;
	top: 18.4%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -33;
	}

@media (min-width: 768px) {
	video {
	position: fixed;
	max-width: 100%;
	min-width: 20%;
	min-height: 20%;
	top: 29.5%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -33;
	}

	}

@media (min-width: 1024px) {
	video {
	position: fixed;
	max-width: 100%;
	min-width: 20%;
	min-height: 20%;
	top: 39.7%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -33;
	}

	}
	
	@media (min-width: 1280px) {
	video {
	position: fixed;
	max-width: 100%;
	min-width: 20%;
	min-height: 20%;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -33;
	}

	}
	
@keyframes slidy {
0% { left: 0%; }
15% { left: 0%; }

20% { left: -100%; }
35% { left: -100%; }

40% { left: -200%; }
55% { left: -200%; }

60% { left: -300%; }
75% { left: -300%; }

80% { left: -400%; }
100% { left: -400%; }
}


div#slider {
overflow: hidden;
}

div#slider figure img{ 
width: 20%; 
float: left; 

}


div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  animation: 40s slidy infinite alternate; 
  animation-timing-function: ease-in-out;
}












section#body{
	width: 100%;
	min-height: 300px;
	overflow: hidden;
	border: 0px solid blue;
}

section#scrolldown{
	margin: auto;
	width: 35px;
	height: 30px;
	border: 0px solid red;
	margin-bottom:40px;
}

section#scrolldown img{
	align-content:center;
	margin:auto;
	background-color: transparent;
	border: 0px solid rgba(255,255,255,1);
	border-radius:50px;
	padding: 10px;
	background-color:rgba(0,0,0,0.23);
}

section#scrolldown img:hover{
	background-color: rgba(255,255,255,0.25);
}








section#introduccion{
	background-color:white;
	position:relative;
	border: 1px solid rgba(255,255,255,0.00);
	height: auto;
	width: 100%;
	text-align: center;
	
}








section#introduccion .contenedor {
	margin-top: 80px;
	margin-bottom:80px;
	position: relative;
	border: 0px solid blue;
	height:auto;
	display:flex;
	justify-content:center;
	flex-wrap: wrap;
	
} 


	
	#hola {
	letter-spacing: 2px;
	font-size:3em;
    font-family: Casual;
	text-align: left;
	line-height:35px;
	border: 0px solid green;
	margin-bottom:10px;
	margin-top:50px;
	color:#99d508;
	}

#bienvenido {
	letter-spacing: 1px;
	font-size:1.5em;
    font-family: Casual;
	text-align: left;
	line-height:35px;
	border: 0px solid green;
	margin-bottom:10px;
	color:#38445e;
	}
	
section#introduccion hr{
	margin-bottom:30px;
	height:1px;
	background-color:#d9e026;
	border: 0px;
	}
	
div#contenidointroduccion{
	
	padding:50px;
	line-height: 30px; 
	font-family: monserratli;
	font-size:1.2em;
	text-align:justify;
	border: 0px solid green;
	height: auto;
	color:#38445e;
	width:45%;
	margin-bottom:0px;
}

div#imagenintroduccion{
	background-image: url(../img/DSCF7333.jpg);
	background-position:center;
	background-size:cover;
	border:0px solid green;
	height: 550px;
	width:55%;
	
}
