.btn {
  display: flex;
  width: 210px;
  padding: 10px;
  justify-content: center;
  gap: 8px;
  border: 0;
  align-items: center;
  cursor: pointer;
}

.btn-turqueza {
  border-radius: 5px;
  background: var(--D-AzulTurquesa);

  color: #fff !important;
}

.btn-small {
  width: max-content;
}

.btn-turqueza:hover {
  color: #fff !important;
}

.btn-AzulUltramar {
  width: 100%;
  display: flex;
  height: 40px;
  align-items: center;
  border-radius: 5px;
  background: var(--P-AzulUltramar, #2c1261);
}
