@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,900');

* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

.planos::before {
  content: '';
  background-color: #028b76;
  display: inline-block;
  height: 0.3vh;
  width: 9vh;
  margin-right: -9vh;
  margin-bottom: -15px;
}

.planos {
  color: #fff;
}

.topF {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.6)), url(./bg3.jpg);
  background-size: 50% auto, cover;
  background-position: center center, center center;
  background-repeat: repeat, no-repeat;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  text-align: justify;
  padding: 70px 70px 50px 70px;
  min-width: 360px;
}

.container p {
  margin: 10px 0px;
  line-height: 24px;
}

.container p:last-child {
  margin: 10px 0px 0px 0px;
}

footer {
  text-align: center;
  margin-bottom: 5px;
}

footer h4 {
  margin-bottom: 3px;
}

footer a {
  color: #000;
}

@media(max-width: 600px) {
  .container {
    padding: 12px 12px 50px 12px;
  }
}

@media(max-width: 415px) {
  .planos {
    font-size: 25px;
  }

  .container {
    font-size: 15px;
  }
}