@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;
}

.textoPrincipal {
  display: block;
  margin-block-start: 1.5em;
  margin-block-end: 1em;
  margin-inline-end: 0px;
  text-align: center;
}

table {
  border-collapse: collapse;
  border: 1px solid #00b79a;
  background-color: white;
  margin-inline-start: 5em;
  width: 88%;
  margin-top: 25px;
}

table .linhaVerde {
  background-color: #00b79a;
}

th {
  font-weight: 400;
  padding: 1rem 2rem;
  text-align: left;
  line-height: 1.5rem;
}

td {
  padding: 1rem 2rem;
}

thead tr th {
  font-weight: bolder;
}

table tr {
  border-bottom: 1px solid #00b79a;
}

.textoEspecial {
  font-size: 1.2rem;
  color: #fff;
  padding-bottom: 45px;
}

.textoComplementar {
  padding-top: 10px;
  color: #fff;
  font-size: 1rem;
}


@media(max-width: 952px) {
  table {
    width: 50%;
  }
}

table tbody .linhaVerde {
  align-items: center;
}

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

footer h4 {
  margin-bottom: 3px;
}

footer a {
  color: #000;
}

.contratarBtn {
  color: #FFF;
  font-weight: 600;
  background-color: #028b76;
	border-radius: 5px;
  padding: 0.8rem;
  transition: 0.2s;
  margin: 1rem 0;
}

.contratarBtn:hover {
  background-color: #026752;
}

.planoPersonalizado {
  margin-left: 80px;
}