.wizardform .field_html.list-item--chevron:before {
  display: none !important;
}

.wizardform section.camposform ons-list-item.field_html:first-child{
  display: inline-block !important;
}

.wizardform .field_html .list-item__left{
  display: none !important;
}

.wizardform .field_html .list-item__right{
  display: none !important;
}

.wizardform .field_html .list-item__center{
  width: 100% !important;
}

.wizardform .field_html .text-input{
	display: none !important;
}

.wizardform div.html.ng-binding.ng-scope {
	padding: 20px;
	text-align: justify;
}

.wizardform div.html.ng-binding.ng-scope h2{
	font-size: 24px;
	line-height: 25px;
}