/* xl - DESKTOP STYLES */
.project_imagen_off img, .project_imagen_on img {
  object-position: center center;
  object-fit: cover;
  margin: 0;
  width: 100%;
  transition: 0.3s;
}
.project_imagen_off img {
  aspect-ratio: 0.8893280632 !important;
}
.project_imagen_on img {
  aspect-ratio: 1.0588235294;
}
.texto-off p {
  max-height: 0px;
  opacity: 0;
  transition: 0.3s;
}
.texto-on p {
  max-height: 100px;
  opacity: 1;
  transition: 0.3s;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F120-scss-desktop.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */