#comofunciona {
  height: auto;
  background: #fff;
  text-align: center;

  padding-top: 70px;
}

#comofunciona #inst1 {
  height: auto;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 50px;
}

#comofunciona #inst1 .title {
  color: rgb(46 100 74);
  margin: 0;
  font-family: "Roboto Condensed";
  font-size: 50px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0 0px 0;
  transition: ease-in 0.1s;
}

#comofunciona #inst1 .wrapper-frase {
  font-size: 35px;
  color: #060300;
  text-transform: uppercase;
  font-weight: normal;
  line-height: normal;
}

#comofunciona .wrapper-content {
  display: flex;
  flex-direction: row;
}

#comofunciona .wrapper-content .image {
  flex: 1;
  z-index: 0;
}

#comofunciona .wrapper-content .text {
  flex: 1.5;
  font-size: 26px;
  font-weight: 300;
  line-height: 40px;
  text-align: left;
  align-self: center;
  padding: 0 20px;
  z-index: 1;
}

#comofunciona .wrapper-content .text p {
  margin-bottom: 40px;
  text-align: right;
}

#wrapper-detalhe {
  height: 600px;
  background-color: #000;
  background-image: url("../images/comofunciona2.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-top: 0px;
  padding-top: 150px;
}

#wrapper-detalhe .text-destaque {
  color: #c22226;
  font-size: 50px;
  line-height: 55px;
  padding: 60px 0;
  font-weight: bold;
  text-align: center;
}

#wrapper-detalhe .wrapper-precos {
  display: flex;
  flex-direction: row;
  max-width: 1280px;
  margin-bottom: 10px;
}

#wrapper-detalhe .wrapper-precos .plano {
  padding: 20px 0;
  height: auto;
  flex: 1;
  box-sizing: border-box;
  margin-right: 20px;
  margin-top: 0px;
  background: rgb(46 100 74);
  text-align: center;
}

#wrapper-detalhe .wrapper-precos .plano:nth-child(n + 4) {
  margin: 0;
}

#wrapper-detalhe .wrapper-precos .plano h5.title {
  font-size: 28px;
  color: #fff;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  text-transform: uppercase;
}

#wrapper-detalhe .wrapper-precos .plano .wrapper-price {
  margin-bottom: 20px;
}

#wrapper-detalhe .wrapper-precos .plano .wrapper-price .price {
  font-size: 48px;
  margin: 0 auto;
  width: 80%;
  text-align: left;
  font-weight: normal;
  line-height: 48px;
}

#wrapper-detalhe .wrapper-precos .plano .wrapper-price .mes {
  font-size: 16px;
  color: #bbb;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 8px;
  width: 80%;
  font-weight: 300;
}

#wrapper-detalhe .wrapper-precos .plano .itens {
  margin: 0 auto;
  width: 90%;
  font-family: "Roboto Condensed";
  font-size: 26px;
  color: #fff;
  line-height: 32px;
  font-weight: 300;
}

#wrapper-detalhe .wrapper-precos .plano .itens .item {
  text-align: left;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 5px;
}

#wrapper-detalhe .wrapper-precos .plano .itens .item .check {
  color: #00c853;
}

#wrapper-detalhe .wrapper-precos .plano .itens .item.custom {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
}

#wrapper-detalhe .wrapper-content {
  display: flex;
  flex-direction: row;
}

#wrapper-detalhe .wrapper-content .image {
  align-items: center;
  align-self: center;
}

#wrapper-detalhe .wrapper-content > .box {
  flex: 0.4;
}

#wrapper-detalhe .wrapper-content > .box:first-child {
  margin-right: 4%;
}

#wrapper-detalhe .wrapper-content .box > .title {
  font-weight: bold;
  color: #c22226;
  background: #fff;
  text-align: left;
  font-size: 30px;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

#wrapper-detalhe .wrapper-content .box .text {
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
  align-self: center;
  padding: 0px;
  z-index: 1;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

#preco-imagem {
  height: 500px;
  background-color: #efefef;
  background-image: url("../images/precos1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-top: 80px;
}

#comofunciona3 .box > .title,
#comofunciona4 .box > .title,
#comofunciona5 .box > .title {
  font-weight: bold;
  color: #8ae463;
  background: #fff;
  text-align: center;
  font-size: 30px;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

#comofunciona3 .box .text,
#comofunciona4 .box .text,
#comofunciona5 .box .text {
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  align-self: center;
  padding: 0px;
  z-index: 1;
  margin: 0;
  padding: 0 40px;
  margin-bottom: 15px;
}

#comofunciona3 .box .text i,
#comofunciona4 .box .text i,
#comofunciona5 .box .text i {
  font-size: 12px;
  margin-right: 10px;
}
