body {
  background: linear-gradient(to bottom, #f8f9fa, #e3eaf0);
}

#pricing-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pricing-card {

  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

.custom-plan {
  background: linear-gradient(to right, #6F2D0D, #933202);
  color: white;
}

.btn-custom {
  background-color: #F0F4F8;
  color: #6c757d;
  border-radius: 20px;
  font-weight: bold;
}

.btn-switch {
  background-color: #6F2D0D !important;
  color: #F0F4F8 !important;
}

.btn-basicProfissional:hover {
  background-color: #6F2D0D;
  color: #F0F4F8 !important;
}
