section.content article[data-name=packs] div.column {
	padding: 0;
	vertical-align: middle;
	background-color: #fff
}

section.content article div.blue.column {
	color: #fff;
	background-color: #3399FF;
	padding: 0 0 40px 0;
}

section.content article .product div.price span.subprice {
	font-size: 25px;
	font-weight: bold;
}

.correo {
	height: 224px;
	margin: 32px 0 !important
}

section.content article ul.details {
	display: inline-block;
	margin: 24px 0;
	padding: 0 40px
}

section.content article ul.details>li:before {
	display: inline-block;
	content: '\f11a';
	font-family: 'acons';
	margin: 0 8px 0 0
}

section.content article ul.details>li {
	display: block;
	width: 50% !important;
	line-height: 24px;
	margin: 16px 0 0 0;
	text-align: left;
	float: left
}

article[data-name=demo] form {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 512px
}

article[data-name=demo] form label {
	font-size: 20px;
	font-family: os;
	font-weight: 500;
	line-height: 80px;
	margin: 0;
	padding: 0 0 0 32px;
	text-align: right;
	display: inline-block;
	background-color: #fff;
	border-left: 1px solid #3399FF;
	border-top: 1px solid #3399FF;
	border-bottom: 1px solid #3399FF;
	border-right: 0;
	float: left;
	outline: 0;
	color: #373737
}

article[data-name=demo] form input {
	font-size: 20px;
	font-family: os;
	font-weight: 500;
	line-height: 80px;
	height: 80px;
	margin: 0;
	padding: 0 4px 0 4px;
	text-align: left;
	display: inline-block;
	background-color: #fff;
	border-right: 1px solid #3399FF;
	border-top: 1px solid #3399FF;
	border-bottom: 1px solid #3399FF;
	border-left: 0;
	float: left;
	width: calc(100% - 248px);
	outline: 0;
	color: #373737
}

article[data-name=demo] form input:focus {
	border-right: 1px solid #373737;
	border-top: 1px solid #373737;
	border-bottom: 1px solid #373737;
	border-left: 0;
	box-shadow: 0;
	outline: 0
}

article[data-name=demo] form label.focus {
	border-left: 1px solid #373737;
	border-top: 1px solid #373737;
	border-bottom: 1px solid #373737;
	border-right: 0;
	box-shadow: 0;
	outline: 0
}

article[data-name=demo] form button[type=submit] {
	display: inline-block;
	color: #fff;
	font-weight: 600;
	line-height: 80px;
	height: 80px;
	background-color: #399ff;
	margin: 0;
	padding: 0 32px;
	border-right: 1px solid #3399FF;
	border-top: 1px solid #3399FF;
	border-bottom: 1px solid #3399FF;
	border-left: 0;
	height: auto;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	float: left;
	outline: 0;
	font-family: os;
	font-size: 100%
}

article[data-name=demo] form button[type=submit].focus {
	border-right: 1px solid #373737;
	border-top: 1px solid #373737;
	border-bottom: 1px solid #373737;
	border-left: 0;
	outline: 0
}

.bloque {
	display: block;
	margin-top: 8px;
	color: #fff
}

section.content article .product div.blue h3 {
	display: block;
	margin: 32px 16px 0 16px !important;
	text-align: center;
	font-size: 32px;
	line-height: 40px
}

section.content article .product ul.details {
	margin: -20px auto 0 auto
}