/*BODY*/

body {
  font-family: Arial;
  font-size: 17px;
  width:95%;
}

/*SECTION ONE*/

#one{
	color: white;
}

/*SECTION TWO*/

#two{
	background-color: silver;
	text-align: center;
}

#two img{
	width: 100%;
	height: 600px;
}

#absolute{
	position: absolute;
	margin-left: 25%;
	top: 1200px;
}

/*SECTION THREE*/

#three{
	background-color: white;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	border: 2px solid red;
}


#fotothree img {
	width: 102 %;
}



#threecolumn {}


/*SECTION FOUR*/

#four{
	background-color: white;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	border: 2px solid red;
}


/*SECTION FIVE*/

#five{
	background-color: white;
	text-align: center;
	border: 2px solid blue;
	padding-bottom: 5%;
	padding-top: 2%;
}

#texto5 {
	font-size: 3em;
}



/*SECTION SIX*/

#six{
	background-color: teal;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	padding: 5%;
}


/*SECTION SEVEN*/

#seven{
	background-color: black;
	text-align: center;
	color: white;
}

img {
  opacity: 0.4;
}







#eight{
	background-color: lime;
	text-align: left;
}

nav{
		display: flex;
		flex-direction: row;
		justify-content: space-around;
	}

#enlaces{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	padding-top: 10%;
	text-align: center;
}

.enlaces{
	width: 15%;
	text-align: left;
}





.cl1{
	text-align: center;
}


#relative {
	position: relative;
}



}
#absolute1{
	position: absolute;
	margin-left: 25%;
	top: 3500px;
	color: black;
}

/*A continuación los estilos del vídeo de portada*/
* {
  box-sizing: border-box;
}



#myVideo {
  position: sticky;
  right: 0;
  bottom: 0;
  max-width: 100%; 
  max-height: 100%;
}

.content {
  /*position: sticky;*/
  /*bottom: 0;*/
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 95%;
  padding: 20px;
  position: absolute;
  top: 250px;
}

#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

#textoportada{
	margin-top: 5%;
}

#video{
	position: relative;
	top:0px;
}
