.tarifas-head {
  background: #0a5793;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 10px 20px; 
  box-sizing: border-box;
}

.tarifas-head h2 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 0.5;
  display: flex;
  align-items: center;
  height: 10px;
}

.tarifas-btn {
  background: linear-gradient(to bottom, #4dabf7, #1c7ed6);
  color: white;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 0 28px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  margin: 0;
}

.tarifas-btn:hover {
  background: linear-gradient(to bottom, #339af0, #1971c2);
}
