.apariencia label{
  font-family:open sans;
  }
  .apariencia input { 
  font-family:open sans;
  display: flex; 
  flex-direction: column;
  align-items: center;
  width: 100%; 
  height:25px;
  border: 1px solid rgb(0,0,0); 
  border-radius: 7px;
  margin-bottom:30px;
  }
  .aparecer{
  font-family:open sans;
  width: 100%; 
  height:25px;
  border: 2px solid rgb(255,255,255); 
  border-radius: 7px;
  margin-top:10px;
  background-color:black;
  color:white;
  }
  .aparecer:hover{
  background-color:#505050;
  color:white;
  }
  .esaldia{
  width:600px;
  }
  .enviroment {
position: relative;
display: flex;
}
.enviroment input {
display: block;
}
.situacion {
position: absolute;
top: -25px;
left: 0px;
background-color: white;
color: black;
border-radius: 30%;
}
.inputclase{
font-family:open sans;
width: 100%; 
height:30px;
border-radius: 7px;
background-color:white;
color:black;  
}