
.pricing-plan {
	margin: 20px 30px 0 30px;
	border-radius: 4px;
}

.pricing-plan.selected {
	transform: scale(1.1);
	background: #f4f4f4;
}

.pricing-plan  {
	padding: 10px 16px;
	border-top: 1px solid #e7eaec;
	text-align: center;
	color: #aeaeae;
}

.pricing-plan li {
    padding: 10px 16px;
    border-top: 1px solid #e7eaec;
    text-align: center
    /* color: #aeaeae; */
  }
 
.pricing-plan .pricing-price span {
	font-weight: 700;
	color: #1ab394;
}
  
.pricing-desc {
	font-size: 13px;
	border-top: none;
    padding: 20px 16px;
    
}

.caracteristica_precio {
    font-weight: normal;
}
 
.pricing-title {
	background: #1ab394;
	color: #fff;
	padding: 10px;
	border-radius: 4px 4px 0 0;
	font-size: 22px;
	font-weight: 600;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 14;
  list-style: none;
}

.boton-Precios.btn-outline:hover,
.boton-Precios.btn-outline:hover,
.boton-Precios.btn-outline:hover,
.boton-Precios.btn-outline:hover,
.boton-Precios.btn-outline:hover {
  color: #fff;
}

.boton-Precios {
  background-color: #1ab394;
  border-color: #1ab394;
  color: #FFFFFF;
  font-size: 14px;
  padding: 10px 20px;
  font-weight: 600;
}

.boton-Precios:hover,
.boton-Precios:focus,
.boton-Precios:active,
.boton-Precios.active,
.oton-Precios .open .dropdown-toggle {
  background-color: #179d82;
  border-color: #179d82;
  color: #FFFFFF;
}


