
/* body {
  padding-top: 80px;
} */

header nav a {
  transition: color 0.3s, text-decoration 0.3s;
}

header nav a:hover {
  color: #198754 !important;
}

header nav .btn-success:hover {
  background-color: #157347 !important; 
  color: #fff !important;
}

.marg{
  margin-top: 50px;
  padding: 0;
}
.bg-custom-gradient {
  background: linear-gradient(to bottom right, #fafafa, #ffffff, #e6f4ea);
}

.text-gradient {
  background: linear-gradient(to right, #16a34a, #22c55e, #14b8a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-custom-pulse {
  background: linear-gradient(to bottom right, #4ade80, #22c55e, #14b8a6);
  opacity: 0.2;
  width: 320px;
  height: 320px;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.2;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.4;
  }
}

.fade-in {
  animation: fadeIn 1.2s ease-in-out both;
}

@keyframes fadeIn {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}


.text-gradient {
  background: linear-gradient(to right, #16a34a, #14b8a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.icon-box {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: linear-gradient(to bottom right, #22c55e, #14b8a6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.dot {
  width: 8px;
  height: 8px;
  background-color: #22c55e;
  display: inline-block;
  border-radius: 50%;
}

.hover-card {
  transition: all 0.3s ease-in-out;
}

.hover-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-8px);
}

/* pagian sobre */

.bg-custom-about-gradient {
  background: linear-gradient(to bottom right, #fafafa, #e6f4ea);
}

.text-gradient {
  background: linear-gradient(to right, #16a34a, #14b8a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.icon-box {
  width: 48px;
  height: 48px;
  background: linear-gradient(to bottom right, #22c55e, #14b8a6);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hover-card {
  transition: all 0.3s ease-in-out;
}

.hover-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* pagina de contato */

.text-gradient {
  background: linear-gradient(to right, #16a34a, #14b8a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.icon-box {
  width: 48px;
  height: 48px;
  background: linear-gradient(to bottom right, #22c55e, #14b8a6);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-gradient {
  background: linear-gradient(to right, #16a34a, #14b8a6);
  transition: 0.3s ease-in-out;
}

.btn-gradient:hover {
  background: linear-gradient(to right, #15803d, #0f766e);
}
