.alterar-voo {
  display: flex;
}

.alterar-voo h3 {
  flex: 1;
  margin: 0;
}

.detalhe-hotel-titulo a,
.alterar-voo a {
  background: var(--azul-1);
  background-position: 0% 50%;
  background-size: 300%;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  transition: all 0.4s ease;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  display: block;
  font-size: 0.6875rem;
  font-weight: bold;
  padding: 7px 0;
  width: 87px;
  height: 29px;
  flex: 0.3;
}

/*# sourceMappingURL=aereo-sidebar.css.map */
