
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#video{
	background-color:white;
	position:relative;
	border: 1px solid rgba(255,255,255,0.00);
	height: auto;
	width: 100%;
	text-align: center;
	
}


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

	
#titulovideo{
	width:100%;
	padding-bottom:0px;
	padding-top: 20px;
	}
	
#proyecto {
	letter-spacing: 2px;
	font-size:3em;
    font-family: Casual;
	text-align: left;
	line-height:55px;
	border: 0px solid green;
	margin-bottom:10px;
	margin-top:10px;
	color:#38445e;
	}

#titulodosvideo{
    font-family: Casual;
	letter-spacing: 2px;
	text-align: left;
	line-height:50px;
	border: 0px solid green;
	margin-bottom:10px;
	margin-top:10px;
	color:#99d508;
	}
	
section#video hr{
	margin-bottom:0px;
	height:1px;
	background-color:#d8df25;
	border: 0px;
	}
	








div#contenidovideo{
    line-height: 30px;
	width:35%;
	height: auto px;
	margin-right:25px;
	font-size:1.2em;
	text-align:justify;
	border: 0px solid red;
	color:#38445e;
}
/*para responsive modificar el width a 50% */
div#videouno{
	width: 55%;
	height: auto;
	margin-left:25px;
	border: 0px solid #C2C2C2;
	text-align:justify;
	margin-top:20px;
	margin-bottom:80px;
	border:0px solid red;
}

.video-youtube{
	height:0;
	padding-bottom:56.25%;
	position:relative;
	}	
	
iframe{
	position:absolute; 
	top:0;
	left:0;
	width:100%;
	height:100%;
	}


