html, body{
  margin-left: 0;
  margin-right:0;
}
.subir{
  position: fixed;
    bottom: 0;
    right: 0;
    margin-right: 15px;
    margin-bottom: 10px;
  z-index:2;
}
body{
  background-color:lightblue
}
#casa {
  margin: 0vw;
  width: 2vw;
  height: 2vw;
  padding: 0vw 0vw 0vw 1vw;
}
#flecha {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0;
}
h1 {
text-align: left;
  text-shadow: 0.15vw 0.15vw 0.5vw #3c4177;
  position: absolute;
  top: 73%;
  right: 15%;
  font-size: 4vw;
  margin: 6%;
  font-family: "Oswald", sans-serif;
}
h2 {
  text-align: left;
  text-shadow: 0.15vw 0.15vw 0.5vw #3c4177;
  position: absolute;
  top: 75%;
  right: 60%;
  font-size: 3vw;
  margin: 5%;
  font-family: "Oswald", sans-serif;
}
a {
  text-decoration: none;
  font-size: 1.9vw;
  color: #1a1a1a;
  font-family: "Oswald", sans-serif;
}
#foto {
  max-width: 18vw;
  max-height: 36vw;
  border-radius: 5vw;
  border: 0.8vw double;
  position: absolute;
  top: 3vw;
  right: 22vw;
  border-color: #3c4177;
  overflow: hidden;
}
#zona1 {
  background-color: #F06292;
  color: white;
  font-size: 40px;
  font-family: Bebas Neue;
  text-align: center; 
  position: absolute; width: 20%; top: 13%;  right: 60%; left:15%;
 border-radius: 15px;
  border-style: solid;
 
}
#zona1:hover{
  background-color:#FF7F50;
  color: white;
  font-size: 32px;
  font-family: Bebas Neue;
  text-align: center; 
  position: absolute; width: 20%; top: 13%; right: 60%; left:15%;
  border-radius: 10px;
  border-style: solid;
}
#zona1 a{
  text-decoration:none;
  color:#FCE4EC;
}
#zona2 {
 background-color: #F06292;
  color: white;
  font-size: 40px;
  font-family: Bebas Neue;
  text-align: center; 
 border-radius: 15px; 
  position: absolute; width: 20%; top: 25%; right: 80%; left: 15%;
  border-style: solid;
}
#zona2:hover{
  background-color:#FF7F50;
  color: white;
  font-size: 32px;
  font-family: Bebas Neue;
  text-align: center; 
  position: absolute; width: 20%; top: 25%; right: 80%; left: 15%;  
  border-style: solid;
  }
#zona2 a{
  text-decoration:none;
  color:#FCE4EC;
   }
#zona3 {
  background-color: #F06292;
  color: white;
  font-size: 40px;
  font-family: Bebas Neue;
  text-align: center; 
  position: absolute; width: 20%; top: 37%; right: 80%; left: 15%; 
 border-radius: 15px;
  border-style: solid;
}
#zona3:hover{
  background-color: #FF7F50;
  color: white;
  font-size: 32px;
  font-family: Bebas Neue;
  text-align: center; 
  position: absolute; width: 20%; top: 37%; right: 80%; left: 15%; 
  border-style: solid;
}
#zona3 a{
  text-decoration:none;
  color:#FCE4EC;
   }
#zona4 {
  background-color: #F06292;
  color: white;
  font-size: 40px;
  font-family: Bebas Neue;
  text-align: center; 
  position: absolute; width: 20%; top: 49%; right: 80%; left: 15%; 
  border-radius: 15px;
  border-style: solid;
}
#zona4:hover{
  background-color: #FF7F50;
  color: white;
  font-size: 32px;
  font-family: Bebas Neue;
  text-align: center;  
    position: absolute; width: 20%; top: 49%; right: 80%; left: 15%; 
  border-style: solid;
}
#zona4 a{
  text-decoration:none;
  color:#FCE4EC;
   }
#zona5 {
  background-color: #F06292;
  color: white;
  font-size: 40px;
  font-family: Bebas Neue;
  text-align: center; 
  position: absolute; width: 23%; top: 60%; right: 80%; left: 15%;
  border-radius: 15px;
  border-style: solid;
   }
#zona5 { 
  padding: 0%;
  text-align: center;
}
#zona5 a{
  text-decoration:none;
  color:#FCE4EC;
   }
#zona5:hover{
  background-color:#FF7F50;
  color: white;
  font-size: 32px;
  font-family: Bebas Neue;
  text-align: center;
  position: absolute; width: 23%; top: 60%; right: 80%; left: 15%;
   }
#perfil {
  font-family: Bebas Neue;
text-align:center;
  color:lightcoral;
  font-size:5vw;
  text-shadow: 1px 1px 1px darkred;
  background-color:#A5D6A7;
  box-shadow: 1px 1px 2px lightcoral;
  position: absolute; width: 100%; top: 110%; right: 0%; left: 0%;
}
.container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
h4 {
  font-size: 2vw;
  text-align: justify;
  line-height: 2.5vw;
  padding: 0vw 4vw 0vw 4vw;
  font-family: "Oswald", sans-serif;
  position: absolute;
  top: 120%
}
h5 {
  text-align: left;
  text-decoration: underline #333766 double 0.2vw;
  text-shadow: 0.15vw 0.15vw 0.5vw #3c4177;
  font-family: "Oswald", sans-serif;
  font-size: 3vw;
  color: #1a1a1a;
  line-height: 0vw;
  padding: 0vw 0vw 0vw 4vw;
  position: absolute; 
  top: 135%
}
#hermanos {
  position: absolute; top: 140%; right: %; left: 60%;
  border-radius: 15px;
  border-style: solid;
}
#listad {
  text-align: left;
  font-size: 2vw;
  line-height: 3vw;
  padding: 0vw 0vw 0vw 4vw;
  font-family: "Oswald", sans-serif;
  position: absolute;
  top: 148%
}
#Galeria {
  font-family: Bebas Neue;
text-align:center;
  color:lightcoral;
  font-size:5vw;
  text-shadow: 1px 1px 1px darkred;
  background-color:#A5D6A7;
  box-shadow: 1px 1px 2px lightcoral;
  position: absolute; width: 100%; top: 200%; right: 0%; left: 0%;
}
.container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#galeria1 {
	width: 200px;
	height: 200px;
	margin: 15px;
	transition: transform 1s;
	border: 5px solid #B39DDB;
position:absolute;top:220%;right:65%;
}
#galeria1:hover {
	transform: scale(1.1);
  }
#galeria2 {
	width: 200px;
	height: 200px;
	margin: 15px;
	transition: transform 1s;
	border: 5px solid #B39DDB;
  position:absolute;top:220%;text-align:center;
}
#galeria2:hover {
	transform: scale(1.1);
}
#galeria3 {
	width: 200px;
	height: 200px;
	margin: 15px;
	transition: transform 1s;
	border: 5px solid #B39DDB;
  position:absolute;top:220%;left:70%;
}
#galeria3:hover {
	transform: scale(1.1);
}
#galeria4 {
	width: 200px;
	height: 200px;
	margin: 15px;
	transition: transform 1s;
	border: 5px solid #B39DDB;
  position:absolute;top:260%;right:65%;
}
#galeria4:hover {
	transform: scale(1.1);
}
#galeria5 {
	width: 200px;
	height: 200px;
	margin: 15px;
	transition: transform 1s;
	border: 5px solid #B39DDB;
  position:absolute;top:260%;text-align:center;
}
#galeria5:hover {
	transform: scale(1.1);
}
#galeria6 {
	width: 200px;
	height: 200px;
	margin: 15px;
	transition: transform 1s;
	border: 5px solid #B39DDB;
  position:absolute;top:260%;left:70%;
}
#galeria6:hover {
	transform: scale(1.1);
}
#galeria7 {
	width: 200px;
	height: 200px;
	margin: 15px;
	transition: transform 1s;
	border: 5px solid #B39DDB;
  position:absolute;top:300%;right:65%;
}
#galeria7:hover {
	transform: scale(1.1);
}
#galeria8 {
	width: 200px;
	height: 200px;
	margin: 15px;
	transition: transform 1s;
	border: 5px solid #B39DDB;
  position:absolute;top:300%;text-align:center;
}
#galeria8:hover {
	transform: scale(1.1);
}
#galeria9 {
	width: 200px;
	height: 200px;
	margin: 15px;
	transition: transform 1s;
	border: 5px solid #B39DDB;
  position:absolute;top:300%;left:70%;
}
#galeria9:hover {
	transform: scale(1.1);
}
#Colegio{
  font-family: Bebas Neue;
text-align:center;
  color:lightcoral;
  font-size:5vw;
  text-shadow: 1px 1px 1px darkred;
  background-color:#B2EBF2;
  box-shadow: 1px 1px 2px lightcoral;  position: absolute; width: 100%; top: 350%; right: 0%; left: 0%;
}
h6{
  font-size: 2vw;
  text-align: left;
  line-height: 2.5vw;
  padding: 0vw 5vw 0vw 5vw;
  font-family: "Oswald", sans-serif;
  position: absolute;
  top: 360%;
}
h7 {
   position: absolute; width: 100%; top: 395%; right: 0%; left: 0%;
  text-align: left;
  text-decoration: underline #333766 double 0.2vw;
  text-shadow: 0.15vw 0.15vw 0.5vw #3c4177;
  font-family: "Oswald", sans-serif;
  font-size: 3vw;
  color: #1a1a1a;
  line-height: 0vw;
  padding: 0vw 0vw 0vw 4vw;
}
#img2 {
 position:absolute;
 top:400%;
 left:3%;
}
#f1 {
  margin: 1vw;
  min-height: 20vw;
  max-height: 20vw;
  transition: transform 1s;
  border: 1vw solid #b0c4de;
  border-radius: 0.5vw;
}
#img3 {
  position: absolute;
  top: 460% ;
  left: 3%;
}
#f2 {
   margin: 1vw;
  min-height: 20vw;
  max-height: 20vw;
  transition: transform 1s;
  border: 1vw solid #b0c4de;
  border-radius: 0.5vw;
}
h8 {
  position: absolute; width: 100%; top: 455%; right: 0%; left: 0%;
  text-align: left;
  text-decoration: underline #333766 double 0.2vw;
  text-shadow: 0.15vw 0.15vw 0.5vw #3c4177;
  font-family: "Oswald", sans-serif;
  font-size: 3vw;
  color: #1a1a1a;
  line-height: 0vw;
  padding: 0vw 0vw 0vw 4vw;
}
#Futuro {
font-family: Bebas Neue;
text-align:center;
color:lightcoral;
font-size:5vw;
text-shadow: 1px 1px 1px darkred;
background-color:#B2EBF2;
box-shadow: 1px 1px 2px lightcoral;  
position: absolute; width: 100%; top: 540%; right: 0%; left: 0%;
}
#uni {
  margin: 5vw;
  float: right;
  border-radius: 1vw;
  margin-right: 6vw;
  padding: 0vw 60vw 0vw 62vw; position: absolute;
  top:550%;
}
h9 {
  font-size: 2vw;
  text-align: justify;
  line-height: 2.5vw;
  padding: 0vw 33vw 0vw 5vw;
  font-family: "Oswald", sans-serif;
  position: absolute;
  top: 560%;
}
#Random {
  font-family: Bebas Neue;
text-align:center;
color:lightcoral;
font-size:5vw;
text-shadow: 1px 1px 1px darkred;
background-color:#B2EBF2;
box-shadow: 1px 1px 2px lightcoral;  
position: absolute; width: 100%; top: 600%; right: 0%; left: 0%;
}

#usuario1 {
  font-family: Bebas Neue;
text-align:center;
  color:lightcoral;
  font-size:3vw;
  text-shadow: 1px 1px 1px darkred;
  position: absolute; width: 90%; top:190%; right:35%;
  background-color:pink;
}
#usuario1 a{
  color:#FFF176;
  text-decoration:none;
}
#usuario2 {
  font-family: Bebas Neue;
  text-align:center;
  color:lightcoral;
  font-size:3vw;
  text-shadow: 1px 1px 1px darkred;
  position: absolute; width: 40%; top:190%; margin-left:30%; 
  background-color:pink;
  
}
#usuario2 a {
  color:#FFF176 ;
  text-decoration:none;
}
#usuario3 {font-family: Bebas Neue;
text-align:center;
  color:lightcoral;
  font-size:3vw;
  text-shadow: 1px 1px 1px darkred;
  position: absolute;
  width: 33.33%;
  top:190%; right: 0%;
  margin-left:33%;
  background-color:pink;
}
#usuario3 a {
  color:#FFF176;
  text-decoration:none;
}
h10 {
  position: absolute; width: 100%; top: 630%; right: 0%; left: 0%;
  text-align: left;
  text-decoration: underline #333766 double 0.2vw;
  text-shadow: 0.15vw 0.15vw 0.5vw #3c4177;
  font-family: "Oswald", sans-serif;
  font-size: 3vw;
  color: #1a1a1a;
  line-height: 0vw;
  padding: 0vw 0vw 0vw 4vw;
}
#serie1 {
  position: absolute;  top: 650%; right: 0%; left: 15%;
}
#serie2 {
  position: absolute;  top: 650%; right: 0%; left: 50%;
}
#peli1 {
  position: absolute; top: 740%; left: 15%;
}
#peli2 {
  position: absolute; top: 740%; right: %; left: 50%;
}