.btn.btn-wide {
  width: 100% !important;
}
.app-compra-aut {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--cor-secundaria);
  color: var(--cor-secundaria-link);
  border-radius: 10px;
  padding: 0px 10px;
}
.app-compra-aut .seletor {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 4px;
}
.app-compra-aut .seletor .btn {
  color: var(--cor-secundaria-link);
  font-size: 2.1em;
  padding: 0;
}
.app-compra-aut .seletor .btn:hover, .app-compra-aut .seletor .btn:active, .app-compra-aut .seletor .btn:focus {
  text-decoration: none;
}
.app-compra-aut .seletor small {
  font-size: 12px;
}
.app-compra-aut .form-control {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.15);
  border-color: transparent;
  border-radius: 10px;
  color: #fff;
}
.app-compra-aut .btn-comprar {
  background-color: rgba(0, 0, 0, 0.15);
  border-color: transparent;
  border-radius: 50px;
}
.component-titulo h3 {
  color: var(--cor-primaria-link);
  margin-bottom: 0.3rem;
  padding-left: 15px;
  font-weight: 600;
  font-size: 1.3em;
  text-transform: uppercase;
  position: relative;
}
.component-titulo h3:after {
  transition: background-color 300ms;
  background-color: var(--cor-secundaria);
  border-radius: 20px;
  position: absolute;
  content: " ";
  height: 100%;
  bottom: 0px;
  width: 6px;
  left: 0;
}
/*# sourceMappingURL=app-compra-aut.css.map */