.edificio {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--green-color);
    padding-top: 30px;
    padding-bottom: 40px;
}
.personalidad {
    background-color: var(--sobre-color);
}
.edificio h2 {
    font-size: 2rem;
  margin: 0;
}
.desc {
    font-size: 1.1rem;
  margin: 0;
  padding: 0 10px;
  text-align: center;
}

.piso {
    width: 100vw;
    padding: 30px;
    display: flex;
justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 0;
}

.personaje {
    translate: 0 20px;
    z-index: 3;
}

.imgCosas {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fondoSecreto {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    scale: 1.1;
    z-index: 4;
    transition: all 0.3s ease-in-out;
}


.expo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 300px;
    width: 300px;
    margin: 40px;
    margin-top: 0;
    position: relative;
}
.letrero {
    background-image: url('/assets/img/botones/Boton_Rococoso_3.webp');
    padding: 26px;
    padding-top: 11px;
    translate: -50% -40%;
    width: 130px;
    width: 135px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pedestal {
    height: 100px;
}
.persona {
  display: flex;
  align-items: flex-end;
  translate: 0 10px;
  height: 200px;
}
.ancho {
    width: 150px;
}
.persona img {
    width: 150px;
    height: auto;
    max-height: 200px;
}
.angosto img{
    width: 300px;
}
.roca {
    
    rotate: -8deg;
}
.roca img {
    width: 80px;
}
.vill img {
    width: 400px;
  rotate: -11deg;
}
@media (max-width: 765px) {
    .expo {
        width: 150px;
        margin: 20px;
    }
    .persona {
        translate: 0 30px;
        
    }
    .roca {
        translate: -12px 20px;
        
    }
}