
.nexo-tasaciones-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  min-height: 38px;
  padding: 0 16px;
  margin: 0 10px;
  border: 0;
  border-radius: 8px;
  background: rgba(242, 140, 24, 0.82);
  color: #ffffff;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: none;
  transition: background-color .18s ease, transform .18s ease;
}

.nexo-tasaciones-button:hover {
  background: rgba(220, 120, 12, 0.90);
  transform: translateY(-1px);
}

.nexo-tasaciones-button:active {
  transform: translateY(0);
}

.nexo-tasaciones-button:focus-visible {
  outline: 3px solid rgba(242, 140, 24, .28);
  outline-offset: 2px;
}

@media (max-width: 760px) {
  .nexo-tasaciones-button {
    height: 36px;
    min-height: 36px;
    padding: 0 11px;
    margin: 0 6px;
    font-size: 12px;
  }
}
