.Lado-Lado {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.button_resultado_redimensionar {
  cursor: pointer;
  border-radius: var(--border-radius-padrao);
  border-radius: 20px;
  padding: 20px;
  color: var(--color-002);
  background-color: var(--color-001);
  border: 1px solid var(--color-001);
  margin: 0 10px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  width: 500px;

  font-weight: bold;
  font-size: 1.1em;
}
.opcoes-select {
  cursor: pointer;
  border-radius: var(--border-radius-padrao);
  padding: 10px;
  color: var(--color-002);
  background-color: var(--color-001);
  border: 1px solid var(--color-001);
  margin: 10px 0 10px 10px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  width: 100px;

  font-weight: bold;
  font-size: 0.9em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='var(--color-contrast)' d='M7 10l5 5 5-5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 30px;
}
