body {
  padding-top: 75px;
}

.icone {
  height: 100px;
}

#home-quote {
  background: url('../img/bg-quote.jpg') no-repeat center center;
  background-size: cover;
}

@media (max-width: 767px) {
  #home-quote .display-4 {
    font-size: 1.8rem;
  }

  body {
    padding-top: 0;
  }

  .fixed-top {
    position: relative;
  }
}

.lista-plano li {
  padding: 1rem;
}

.lista-plano li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
