@import url("https://fonts.googleapis.com/css?family=Montserrat");

.pricing-table{
  background-color: #eee;
  font-family: 'Montserrat', sans-serif;
}

.pricing-table .block-heading {
  padding-top: 80px;
  margin-bottom: 40px;
  text-align: center; 
}

.pricing-table .block-heading h2 {
  color: #3b99e0;
}

.pricing-table .block-heading p {
  text-align: center;
  margin: auto;
  opacity: 0.7; 
  font-size: 22px;
  color: black;
  font-weight: 600;
  padding-top: 20px
}

.pricing-table .heading {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); 
}

.pricing-table .item {
  background-color: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
  border-top: 4px solid #00695d;
  padding: 30px;
  overflow: hidden;
  position: relative; 
}

.pricing-table .col-md-5:not(:last-child) .item {
  margin-bottom: 30px; 
}

.pricing-table .item button {
  font-weight: 600; 
  padding: 15px;
}

.pricing-table .ribbon {
  width: 160px;
  height: 32px;
  font-size: 11px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
  background: #e63946;
  transform: rotate(45deg);
  position: absolute;
  right: -42px;
  top: 20px;
  padding-top: 7px; 
}

.pricing-table .item p {
  text-align: center;
  margin-top: 20px;
  opacity: 0.7; 
}

.pricing-table .features .feature {
  font-weight: 600; }
  
  .pricing-table .features .feature-common {
  font-weight: 300; }
  
    .pricing-table .features .feature-common-uncheck {
  font-weight: 300; text-decoration: line-through;}

.pricing-table .features h4 {
  text-align: center;
  font-size: 18px;
  padding: 5px; 
      padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-table .price h4 {
  margin: 15px 0;
  margin-bottom: 0;
  font-size: 45px;
  text-align: center;
  color: #2288f9; 
  font-weight: 600;
}

.pricing-table .buy-now button {
  text-align: center;
  margin: auto;
  font-weight: 600;
  padding: 9px 0; 
}

.pricing-table .desconto {
	color: red;
	font-weight: bold;
	font-size: 24px;
}

.pricing-table .pos-preco {
	margin-top: 5px !important;
}