.product .button {
	margin: 32px 16px
}

.Configurador {
	margin: 88px 0 -8px 32px !important;
	width: calc(100% - 32px)
}

.Flexible div.blue h3 {
	padding: 0 !important;
	margin: 10px 16px 16px 16px !important
}

.Flexible div.blue div.price {
	padding: 0 !important
}

.Flexible div.blue div.price a.button {
	margin: 16px 16px 24px 16px !important
}

.Configurador span {
	width: calc(100% - 16px);
	display: block;
	margin: 8px;
	text-align: left;
	font-family: 'os';
	font-size: 16px;
	font-weight: 500
}

.Configurador input[type="radio"] {
	display: none
}

.Configurador input[type="radio"]+label {
	width: auto;
	display: inline-block;
	float: left;
	text-align: left;
	margin: 8px;
	padding-left: 24px;
	position: relative;
	line-height: 18px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	font-family: 'os';
	color: #646464
}

.Configurador input[type="radio"]+label:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 1px solid #646464;
	line-height: 12px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #fff;
	box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .16), 0 1px 0 0 rgba(255, 255, 255, .4);
	border-radius: 12px;
	font-family: 'os';
	font-size: 39px;
	font-weight: 700;
	letter-spacing: -1px
}

.Configurador input[type="radio"]:checked+label:before {
	content: "\00b7";
	color: #3399FF;
	border: 1px solid #3399FF;
	text-align: center;
	box-shadow: inset 0 2px 3px 0 rgba(0, 125, 255, .16), 0 1px 0 0 rgba(255, 255, 255, .8)
}

.Configurador input[type="radio"]:checked+label {
	color: #3399FF
}

.Configurador select {
	float: left;
	width: calc(100% - 80px);
	height: 32px;
	margin: 0 0 0 8px;
	border: 0;
	border: 1px solid #323232;
	color: #323232;
	background-color: red;
	background: #fff url('https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_keyboard_arrow_down_48px-128.png?=CV-975') no-repeat;
	background-size: 20px;
	background-position: right 4px center;
	font-family: 'os';
	padding: 0 28px 0 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	text-overflow: ellipsis
}

.Configurador select option {
	font-size: 13px
}

.Configurador select[disabled] {
	border: 1px solid #646464;
	background: #fff no-repeat;
	color: #646464;
	cursor: not-allowed
}

form input[type=range],
div.form input[type=range] {
	-webkit-appearance: none;
	border: 1px solid white;
	width: 172px
}

form input[type=range]::-webkit-slider-runnable-track,
div.form input[type=range]::-webkit-slider-runnable-track {
	width: 172px;
	height: 8px;
	background: #ddd;
	border: 0;
	border-radius: 3px
}

form input[type=range]::-webkit-slider-thumb,
div.form input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: 0;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #323232;
	cursor: pointer;
	margin-top: -4px
}

form input[type=range]:focus,
div.form input[type=range]:focus {
	outline: 0
}

form input[type=range]:focus::-webkit-slider-runnable-track,
div.form input[type=range]:focus::-webkit-slider-runnable-track {
	background: #ccc
}

form input[type=range]:focus::-webkit-slider-thumb,
div.form input[type=range]:focus::-webkit-slider-thumb {
	background: #3399FF
}

form input[type=range]::-moz-range-track,
div.form input[type=range]::-moz-range-track {
	width: 100%;
	height: 8px;
	background: #ddd;
	border: 0;
	border-radius: 3px
}

form input[type=range]::-moz-range-thumb,
div.form input[type=range]::-moz-range-thumb {
	border: 0;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #323232;
	cursor: pointer
}

form input[type=range]:focus::-moz-range-thumb,
div.form input[type=range]:focus::-moz-range-thumb {
	background: #3399FF
}

input[type=range]::-ms-track {
	width: 100%;
	height: 8px;
	background: #ddd;
	border: 0;
	border-radius: 3px;
	color: transparent
}

input[type=range]::-ms-fill-lower {
	background: #646464;
	border-radius: 10px
}

input[type=range]::-ms-fill-upper {
	background: #ddd;
	border-radius: 10px
}

input[type=range]::-ms-thumb {
	border: 0;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #323232
}

input[type=range]:focus::-ms-fill-lower {
	background: #646464
}

input[type=range]:focus::-ms-fill-upper {
	background: #ccc
}

input[type=range]:focus::-ms-thumb {
	background: #3399FF;
	cursor: pointer
}

.Flexible {
	height: 224px;
	margin: 32px 16px !important
}

.Flexible .blue:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-top: 112px solid transparent;
	border-bottom: 112px solid transparent;
	border-right: 48px solid transparent;
	border-left: 48px solid #fff
}

.Flexible .blue h3 strong {
	display: inline !important
}

.Flexible .line {
	width: 100%;
	display: block;
	line-height: 56px;
	height: 56px;
	margin: 24px 0 -18px 0
}

[data-name=cloudwebs_dedicado] .Flexible .line {
	margin: 40px 0 -8px 0
}

.Flexible .line label {
	width: 120px;
	display: inline-block;
	float: left;
	text-align: left;
	font-size: 14px;
	font-family: 'os';
	font-weight: 500;
	line-height: 56px;
	margin: 0 0 0 24px
}

.Flexible .line input[type=range] {
	width: calc(100% - 296px);
	float: left;
	margin: 24px 0 0 0
}

.Flexible .line input[type=number],
.Flexible .line input.num {
	width: 56px;
	line-height: 32px;
	height: 32px;
	padding: 0 8px;
	float: left;
	margin: 11px 0 0 16px;
	border: 1px solid #646464;
	color: #323232;
	font-family: 'os';
	font-size: 13px;
	font-weight: 600
}

.Flexible .line span.num {
	color: #646464;
	font-family: 'os';
	font-size: 13px;
	font-weight: 500;
	text-align: left;
	float: left;
	margin: 0 0 0 8px
}

.Flexible .column {
	position: relative
}

@media only screen and (max-width:919px) {

	.Configurador .column span,
	.Configurador .column label,
	.Configurador .column select {
		text-align: left !important;
		float: left !important;
		width: auto !important;
		display: inline-block !important;
		margin: 16px 0 16px 16px !important;
		max-width: calc(100%*0.4)
	}

	.Configurador .column span {
		width: 120px !important
	}

	.Configurador .column label {
		width: 52px !important
	}

	.Configurador .column select {
		margin: 8px 0 8px 16px !important
	}

	.Configurador {
		padding: 16px 0;
		background-color: #fff;
		box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.032);
		margin: 88px 0 -8px 40px !important;
		width: calc(100% - 80px)
	}

	.Configurador .column {
		margin: 0 16px !important;
		max-width: calc(100% - 32px)
	}

	section.content article .Flexible {
		min-height: 438px;
		float: left;
		margin: 32px 40px !important
	}

	section.content article .Flexible form.cloud_bg {
		min-height: 220px
	}

	.Flexible .blue:before {
		display: none
	}
}

section.content article .product div.price span.period {
	display: inline-block;
	font-size: 12px
}

section.content article .product div.price span.before {
	font-size: 14px;
	margin-right: 5px
}