#planos-ideal {
  background-color: black;
  margin-top: -35px;
  padding-bottom: 60px;
}

#planos-ideal-container h1 {
  padding-bottom: 20px;
}

#planos-ideal-container h1,
#planos-ideal-container p {
  color: #fff;
}

.plan-box {
  color: #fff;
  background-color: #131212;
  border-radius: 8px;
  padding: 20px;
  margin: 10px;
  text-align: left;
  position: relative;
  width: 400px;
  border: 1px solid transparent;
  transition: 0.5s;
}

.plan-box:hover {
  border: 1px solid #14e7b0;
}

.plan-box p {
  margin-top: 15px;
}

.seta-topo {
  max-width: 50px;
  background-color: #14e7b0;
  border-radius: 50%;
  transition: 0.3s;
}

.seta-topo:hover {
  background-color: #10a77e;
}

.icon-wrapper {
  background-color: #000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -40px;
  left: 50px;
  transform: translateX(-50%);
}

.icon-wrapper img {
  width: 40px;
  height: 40px;
}

.button {
  margin-top: 20px;
}

