
.secaoPlanos {
  text-align: center;
  background-color: rgba(139,173,220,.368627451);
}

.secaoPlanos-plano {
  border-radius: 5px;
  background-color: #fff;
  width: 80%;
  margin: 0 .5em 2em .5em;
  padding-bottom: 2em;
  padding-top: 1em;
  box-shadow: 0 2px 9px #ddd;
  max-width: 300px;
  display: inline-table;

}

.secaoPlanos-plano--start {
  color: #073949;
}

.secaoPlanos-plano--ultra {
  color: #B04CD9;
}

.secaoPlanos-plano--mega {
  color: #E33B3B;
}

.secaoPlanos-plano-titulo {
  color: inherit;
  font-family: 'Montserrat', sans-serif;
  font-weight: bolder;
  width: 100%;
  padding: .4em 1em;
  font-size: 1.5em;
  border-bottom: 1px solid #DFE3E5;
  margin-bottom: .5em;
}

.secaoPlanos-plano-moeda {
  font-size: .4em;
  font-weight: normal;
  vertical-align: top;
  line-height: 2.5;
  position: absolute;
  left: -1.4em;
}

.secaoPlanos-plano-preco {
  color: inherit;
  text-align: center;
  font-size: 2.5em;
  margin-top: 12px;
  font-family: 'Montserrat', sans-serif;
  display: inline;
  position: relative;
}

.secaoPlanos-plano-itens {
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
  margin: 1em auto 1.5em auto;
  line-height: 2;
  list-style: none;
  color: #666;
  width: 304px;
  height: 118px;
}

.secaoPlanos-plano-btn {
  color: inherit;
  font-weight: bold;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  padding: .4em 1.5em;
  transition: .1s ease-in;
}

.secaoPlanos-plano-btn:hover,
.secaoPlanos-plano-btn:focus {
  color: #fff;
}

.secaoPlanos-plano:nth-of-type(1) .secaoPlanos-plano-btn:hover,
.secaoPlanos-plano:nth-of-type(1) .secaoPlanos-plano-btn:focus {
  background-color: #56CCF2;
}

.secaoPlanos-plano:nth-of-type(2) .secaoPlanos-plano-btn:hover,
.secaoPlanos-plano:nth-of-type(2) .secaoPlanos-plano-btn:focus {
  background-color: #B04CD9;
}

.secaoPlanos-plano:nth-of-type(3) .secaoPlanos-plano-btn:hover,
.secaoPlanos-plano:nth-of-type(3) .secaoPlanos-plano-btn:focus {
  background-color: #E33B3B;
}

.secaoPlanos-plano-titulo--destaque {
  background-color: #B72E2E;
}

.wfixed{
  height: 575px !important;
}


@media (min-width: 830px) {

  .secaoPlanos-plano {
    max-width: 293px;
  }

}