#casa{
  margin: 0vw;
  width: 1vw;
  height: 2vw;
  padding: 0vw 0vw 0vw 1vw;
}
#flecha {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: -2.5vw;
}

body{
  margin: 0;
  font-family: 'Lobster', cursive;
  text-align: center;
  color: black; 
  background-color: #b3b3e6;  
}
p {
  text-align: left;
  margin-left:2vw;
}
.titulo {
  font-size: 3.5vw
}

.botonera {
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  Background-color: rgba(42, 8, 0, 0.4);
  
}

.boton{
  padding: 2vw;
  font-size: 2vw;
  border-radius: 100%;
}
.boton:hover{
  padding: 2vw;
  font-size: 2vw;
  border-radius: 100%;
  opacity: 0.5;
}
.boton a{
  text-decoration: none;
  color: black
}

.subtitulo {
  text-align: left;
  font-size: 2.75vw;
  text-decoration: underline;
  margin-left: 0vw;
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  Background-color: rgba(42, 8, 0, 0.4);
  margin-top:12%;
}

.contenedor {
  padding: 2vw;
}

img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

#uni {
  margin: 2.4vw;
  float: right;
  border-radius: 1vw;
  margin-right: 6vw;
  
#foto{
margin: 2.4vw;
float: right;
border-radius: 1vw;
margin-right: 6vw;
  }
  
  #perfil{
   margin-top:10px;
  }