.retroceder-vista {
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.retroceder-vista-button {
  width: 2rem;
  height: 2rem;
  border: none;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
  background-image: url("../../icons/retroceder-vista.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  outline: none;
}
.retroceder-vista-button:focus {
  outline: none;
}