@font-face {
	font-display: swap;
	font-family: Type;
	font-style: normal;
	font-weight: 400;
	src: url(fonts/cartero-regular-webfont.woff) format("woff")
}

@font-face {
	font-display: swap;
	font-family: Type;
	font-style: normal;
	font-weight: 300;
	src: url(fonts/cartero-light-webfont.woff) format("woff")
}

@font-face {
	font-display: swap;
	font-family: Type;
	font-style: normal;
	font-weight: 700;
	src: url(fonts/cartero-bold-webfont.woff) format("woff")
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

html {
	overflow-y: auto;
	overflow: -moz-scrollbars-vertical;
	width: 100%;
	height: 100%
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #707070;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px;
	padding: 0;
	font-family: Type, sans-serif !important;
	color: #666;
	font-weight: 400;
	font-weight: 400
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
	color: inherit
}

h1 {
	font: 2.8rem/normal Type, sans-serif
}

h2 {
	font: 2.8rem/normal Type, sans-serif;
	font-weight: 300 !important
}

h3 {
	font: 24px/26px Type, sans-serif
}

h4 {
	font: 17px/19px Type, sans-serif
}

h5 {
	font: 14px/16px Type, sans-serif
}

h6 {
	font: 11px/13px Type, sans-serif
}

p {
	margin: 0 0 20px 0;
	padding: 0;
	font: 300 1.6rem/2.4rem Type, sans-serif
}

b,
strong {
	font-weight: 600
}

em {
	font-style: italic
}

.small,
small {
	font-size: 11px
}

sub,
sup {
	height: 0;
	line-height: 0;
	vertical-align: baseline;
	position: relative;
	font-size: 80%
}

sup {
	top: -5px
}

sub {
	bottom: -5px
}

pre code {
	margin: 16px 0 26px 0;
	padding: 16px;
	font: 12px/19px Consolas, Courier, monospace;
	color: #f1f1f1;
	display: block;
	background-color: #111;
	border: 1px solid #111
}

abbr[data-original-title],
abbr[title] {
	border-bottom: 1px dotted #999;
	cursor: help
}

address {
	margin: 26px 0;
	padding: 0;
	display: block;
	font-style: normal;
	line-height: 20px
}

hr {
	margin: 20px 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #d6d6d6;
	height: 1px;
	width: 100%;
	text-align: left;
	display: block
}

ol,
ul {
	margin: 26px 0 36px 0;
	display: block;
	list-style: none
}

ul {
	list-style: none outside
}

ul li {
	margin: 0 0 15px 0;
	padding: 0 0 0 18px;
	line-height: 18px;
	background: transparent url(../img/bullet.png) no-repeat 0 3px
}

ul ol,
ul ul {
	margin: 11px 0 5px 0
}

ol ol,
ol ul {
	margin: 8px 0 5px 20px
}

ul ul li {
	margin: 0 0 5px 0
}

ol ol li,
ol ul li,
ul ol li {
	margin: 0 0 3px 0
}

ul.circle ul.square,
ul.square,
ul.square ul {
	list-style: square outside
}

ul.circle,
ul.circle ul,
ul.square ul.circle {
	list-style: circle outside
}

ul.disc,
ul.disc ul {
	list-style: disc outside
}

ul.circle li,
ul.disc li,
ul.square li {
	margin: 0 0 5px 18px;
	padding: 0;
	line-height: 18px;
	background: 0 0
}

ol {
	list-style: decimal
}

ol li {
	margin: 0 0 10px 22px;
	padding: 0;
	line-height: 18px
}

dl {
	margin: 16px 0 26px 0;
	padding: 0
}

dt {
	margin: 0 0 10px 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700
}

dd {
	margin: 0 0 10px 10px
}

figure {
	margin: 16px 0 26px 0;
	padding: 0
}

blockquote {
	margin: 0;
	padding: 0 0 0 10px;
	border-left: 1px solid #747474
}

blockquote p {
	margin: 0;
	padding: 0;
	color: #777;
	font-style: italic
}

blockquote p:before {
	content: "â€œ"
}

blockquote p:after {
	content: "â€"
}

figcaption:before {
	content: "â€”â€¯"
}

figcaption {
	margin: 6px 0 0 0;
	padding: 0;
	font-size: 11px
}

a {
	font-weight: 600;
	color: #000;
	text-decoration: none;
	outline: 0;
	transition: all .1s linear 0s;
	-moz-transition: all .1s linear 0s;
	-webkit-transition: all .1s linear 0s;
	-o-transition: all .1s linear 0s;
	margin: 5px 0
}

a:focus {
	outline: 0;
	-moz-outline-style: none
}

img {
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic
}

.img-left {
	float: left;
	margin: 0 30px 30px 0;
	border: none
}

.img-right {
	float: right;
	margin: 0 0 30px 30px;
	border: none
}

.img-max {
	width: 100%;
	height: auto
}

.media {
	position: relative;
	margin: 0 0 15px 0;
	padding-bottom: 51%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	border: 1px solid #ccc
}

.media embed,
.media iframe,
.media object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.btn,
a.btn,
button {
	margin: 0 5px 5px 0;
	padding: 1px 20px 0;
	display: inline-block;
	color: #fff;
	border: 1px solid #000;
	background-color: #000;
	font-size: 16px;
	line-height: 40px;
	text-decoration: none;
	cursor: pointer;
	transition: all .1s linear 0s;
	-moz-transition: all .1s linear 0s;
	-webkit-transition: all .1s linear 0s;
	-o-transition: all .1s linear 0s
}

:hover.btn {
	border: 1px solid #ccc;
	background-color: #fff;
	color: #333
}

.btn.small,
a.btn.small {
	padding: 2px 10px;
	font-size: 12px;
	line-height: 25px
}

.btn.white {
	border-color: #ccc;
	background-color: #fff;
	color: #333
}

:hover.btn.white {
	border-color: #000;
	background-color: #000;
	color: #fff
}

.btn.red {
	border-color: #f32735;
	background-color: #f32735
}

:hover.btn.red {
	border-color: #f32735;
	background-color: #b93d30;
	color: #fff
}

.btn.blue {
	border-color: #3498db;
	background-color: #3498db
}

:hover.btn.blue {
	border-color: #3498db;
	background-color: #2a7aaf;
	color: #fff
}

.btn.green {
	border-color: #2ecc71;
	background-color: #2ecc71
}

:hover.btn.green {
	border-color: #2ecc71;
	background-color: #25a35a;
	color: #fff
}

table {
	margin: 20px 0 40px 0;
	width: 100%;
	overflow: hidden;
	font: 13px/17px Type, sans-serif;
	border-bottom: 1px solid #d6d6d6;
	border-collapse: collapse;
	border-spacing: 0
}

caption {
	margin: 0 0 10px
}

tr {
	background-color: #fff;
	transition: all .1s linear 0s;
	-moz-transition: all .1s linear 0s;
	-webkit-transition: all .1s linear 0s;
	-o-transition: all .1s linear 0s
}

tr.even {
	background-color: #fff
}

tr.odd {
	background-color: #f1f1f1
}

th {
	padding: 8px;
	background-color: #fff;
	color: #222;
	border: none;
	text-align: left;
	white-space: nowrap
}

.modal-body th {
	font-style: normal !important;
	font-weight: 300
}

td {
	padding: 8px;
	min-width: 100px;
	background-color: transparent;
	color: #666;
	border: none;
	border-top: 1px solid #d6d6d6
}

td.highlight {
	padding: 11px 8px;
	color: #eee;
	font-weight: 700;
	display: block;
	font-size: inherit;
	border: none;
	background-color: #333
}

.clear {
	clear: both
}

.float-left {
	float: left
}

.float-right {
	float: right
}

.txt-big {
	color: #a2bd30;
	font-weight: 700;
	line-height: 26px
}

.txt-left {
	text-align: left
}

.txt-right {
	text-align: right
}

.txt-center {
	text-align: center
}

.txt-justify {
	text-align: justify
}

.normal {
	font-weight: 400
}

.bold {
	font-weight: 700
}

.italic {
	font-style: italic
}

.underline {
	border-bottom: 1px solid
}

.highlight {
	padding: 4px 7px 4px;
	color: #000;
	line-height: 19px;
	display: inline-block;
	background: #00deff;
	font-weight: 700
}

.intro {
	font-size: 130%;
	line-height: 130%
}

.nopadding {
	padding: 0
}

.noindent {
	margin-left: 0;
	padding-left: 0
}

.nobullet {
	list-style: none;
	list-style-image: none
}

.inline {
	display: inline
}

.block {
	display: block
}

.hidden {
	display: none
}

.hide {
	display: none
}

.row {
	margin: 0 auto;
	width: 1200px
}

.row .row {
	margin: 0 -20px;
	width: auto;
	display: inline-block
}

.grid_1 {
	width: 60px;
	float: left;
	display: inline
}

.grid_2 {
	width: 160px;
	float: left;
	display: inline
}

.grid_3 {
	width: 260px;
	float: left;
	display: inline
}

.grid_4 {
	width: 360px;
	float: left;
	display: inline
}

.grid_5 {
	width: 460px;
	float: left;
	display: inline
}

.grid_6 {
	width: 560px;
	float: left;
	display: inline
}

.grid_7 {
	width: 660px;
	float: left;
	display: inline
}

.grid_8 {
	width: 760px;
	float: left;
	display: inline
}

.grid_9 {
	width: 860px;
	float: left;
	display: inline
}

.grid_10 {
	width: 960px;
	float: left;
	display: inline
}

.grid_11 {
	width: 1060px;
	float: left;
	display: inline
}

.grid_12 {
	width: 1160px;
	float: left;
	display: inline
}

.offset_1 {
	margin-left: 120px
}

.offset_2 {
	margin-left: 220px
}

.offset_3 {
	margin-left: 320px
}

.offset_4 {
	margin-left: 420px
}

.offset_5 {
	margin-left: 520px
}

.offset_6 {
	margin-left: 620px
}

.offset_7 {
	margin-left: 720px
}

.offset_8 {
	margin-left: 820px
}

.offset_9 {
	margin-left: 920px
}

.offset_10 {
	margin-left: 1020px
}

.offset_11 {
	margin-left: 1120px
}

.show-mobile {
	display: none !important
}

.show-tablet {
	display: none !important
}

.show-screen {
	display: inherit
}

.hide-mobile {
	display: inherit !important
}

.hide-tablet {
	display: inherit !important
}

.hide-screen {
	display: none !important
}

@media only screen and (max-width:767px) {
	.row {
		width: 100%;
		display: block;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box
	}

	.row .row {
		margin: 0;
		padding: 0;
		width: 100%;
		display: block
	}

	.grid_1,
	.grid_10,
	.grid_11,
	.grid_12,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9 {
		width: 100%;
		float: none;
		display: block
	}

	.grid_6_mobile {
		width: 48%
	}

	.grid_6_mobile:nth-child(odd) {
		width: 48%;
		float: left
	}

	.grid_6_mobile:nth-child(even) {
		float: right
	}

	.show-mobile {
		display: inherit !important
	}

	.show-tablet {
		display: none !important
	}

	.show-screen {
		display: none !important
	}

	.hide-mobile {
		display: none !important
	}

	.hide-tablet {
		display: inherit !important
	}

	.hide-screen {
		display: inherit !important
	}

	.ui-dialog {
		width: 100% !important;
		height: 100% !important;
		left: 0 !important;
		top: -3px !important;
		background: #eff1f2 !important;
		bottom: 0;
		height: 100% !important;
		min-height: 100%;
		outline: 0
	}
}

.container:after {
	content: "\20";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix:after,
.clearfix:before,
.row:after,
.row:before {
	content: '\20';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}

.clearfix:after,
.row:after {
	clear: both
}

.clearfix,
.row {
	zoom: 1
}

.grid_form {
	float: inherit;
	display: block;
	margin: 0 auto;
	background: #fff !important;
	padding: 10px 15px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 2px 1px rgba(255, 255, 255, .5) inset;
	box-shadow: 0 2px 1px rgba(255, 255, 255, .5) inset;
	position: relative
}

.cvv {
	float: right
}

.logo-enterprise {
	width: 100%;
	background: #fff !important;
	float: inherit;
	display: block;
	min-height: 60px;
	color: #fff;
	padding: 10px 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 8px 8px 0 0
}

.logo-enterprise h2 {
	background: url(../img/correos_logo.svg) no-repeat center right 1.6rem/4rem auto;
	color: #323232;
	font-family: Type, sans-serif;
	line-height: 1.667em;
	padding: 0 1.6rem;
	font-size: 2.4rem
}

.logo-enterprise img {
	vertical-align: middle;
	padding: 0;
	width: 100%;
	height: auto
}

.wait-spinner {
	margin-top: 14px;
	position: absolute;
	right: 14px;
	z-index: 1000
}

label.card {
	background: url(../img/img_payment_tpv_correos.png) no-repeat center right/auto 1.6em
}

input.new-card[type=button] {
	height: 32px;
	left: 87%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 1%;
	width: 32px
}

.more-info {
	background-color: #002e6d;
	border-radius: 1.9rem;
	color: #fff;
	display: inline-block;
	font-weight: 400;
	margin: 0 0 0 .25rem;
	text-align: center;
	width: 1.9rem
}

.more-info:active,
.more-info:focus,
.more-info:hover {
	color: #fff
}

#panelPasswordLogin {
	padding: 0 16px !important
}

#ChangePasswordLinkButton {
	display: inherit;
	padding: 0;
	color: #666
}

.intro-password,
.password,
.payment-alert {
	margin: 0 0 0;
	padding: 5px;
	background: none repeat scroll 0 0 #eff1f2
}

.intro-password,
.payment-alert {
	position: absolute;
	z-index: 2000;
	width: 100%;
	padding: 10px;
	bottom: 0;
	top: 100%;
	overflow: hidden
}

.password {
	border-radius: 0 0 4px 4px;
	bottom: 0;
	box-shadow: 0 -2px 2px 0 #ccc inset;
	overflow: hidden;
	padding: 10px;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 2001
}

.payment-alert {
	border: none;
	bottom: 0;
	left: 0;
	padding: 20px;
	position: absolute;
	top: 0;
	background: #fff !important;
	text-align: center
}

.payment-alert h3 {
	color: #333;
	line-height: 3.6rem
}

#ChangePasswordPanel {
	height: 575px
}

#IntroPasswordPanel {
	height: 600px
}

form {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%
}

label {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #707070;
	display: block;
	font-family: Type, sans-serif;
	font-size: 1.142857em;
	font-weight: 400 !important;
	line-height: normal;
	margin: 1em 0;
	padding: 0;
	width: 100%
}

#checkboxVorwerk a {
	color: #002e6d;
	font-weight: 400;
	text-decoration: underline
}

label.checkbox,
label.radio {
	text-align: left;
	width: auto
}

form span {
	margin: 10px 0;
	padding: 0;
	display: block;
	overflow: hidden;
	float: left
}

fieldset {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	top: 0;
	left: 0
}

fieldset .small,
fieldset small {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	align-items: center;
	background-color: #ee0101;
	border-radius: 5px;
	border: solid 2px #ddd;
	box-shadow: -2px 3px .375rem rgba(0 0 0 / .25);
	box-sizing: border-box;
	color: #fff !important;
	font: 1.2rem/normal"Type", sans-serif;
	height: auto;
	line-height: normal;
	margin: 2px 0;
	overflow: visible;
	padding: 3px 8px;
	position: relative;
	right: 0;
	top: 0;
	width: 100%
}

fieldset .small:after {
	background-color: #ee0101;
	border-color: #ddd;
	border-style: solid;
	border-width: 0 0 2px 2px;
	content: "";
	height: 1rem;
	right: 1rem;
	position: absolute;
	top: -6px;
	transform: rotate(135deg);
	width: 1rem
}

input,
select,
textarea {
	background-color: #f3f2f2;
	background-image: none;
	border-color: #949494 #949494 #ffcd00;
	border-radius: .57142em .57142em 0 0;
	border-style: solid;
	border-width: 1px;
	box-shadow: none;
	color: #666 !important;
	font-family: Type, sans-serif !important;
	font-size: 1.142857em !important;
	font-weight: 400;
	height: 3.4375em;
	line-height: normal;
	outline: 0;
	padding: 1.142857em;
	width: 100%
}

textarea {
	padding: 0 0 0 10px;
	resize: none;
	min-height: 100px;
	overflow-y: auto
}

input[type=search] {
	-webkit-padding-start: 0
}

input[type=button],
input[type=reset],
input[type=submit] {
	background-position: center center
}

#email {
	padding-right: 30px
}

.select {
	margin: 0;
	padding: 0;
	position: relative;
	display: inline-block;
	width: 100%;
	right: 0;
	top: 0;
	height: 40px;
	background: #fff;
	overflow: hidden;
	border: solid 1px #bbb;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.select:after {
	margin: 0;
	padding: 0;
	content: 'â–¾';
	color: #999;
	line-height: 35px;
	text-align: center;
	right: 0;
	top: 0;
	background: #fff;
	width: 38px;
	height: 38px;
	position: absolute;
	pointer-events: none
}

.select select {
	padding: 10px;
	padding-top: 11px;
	-webkit-padding-before: 0;
	-webkit-padding-start: 6px;
	width: 100%;
	height: 40px;
	font: 14px/40px Type, sans-serif;
	float: left;
	color: #999;
	border: none;
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer
}

.select option {
	padding: 10px;
	border-bottom: 1px solid #f2f2f2
}

.select optgroup {
	padding: 0 10px;
	color: #000;
	background-color: #fff
}

.select optgroup[label] {
	padding-top: 10px;
	background-color: #fff;
	font-style: normal
}

.select optgroup option {
	border-bottom: 1px solid #f2f2f2;
	font: 12px/40px Type, sans-serif
}

.select optgroup option:first-child {
	margin: 10px 0 0 0;
	border-top: 1px solid #f2f2f2
}

.checkbox {
	padding: 8px 0 0;
	width: 100%
}

.checkbox>span {
	margin: 0;
	padding: 0 20px 0 0;
	float: left;
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.checkbox>span label {
	color: #211914;
	cursor: pointer;
	display: block;
	float: none;
	font: 14px/20px Type, sans-serif;
	height: auto;
	left: 0;
	margin-top: 1rem;
	padding: 0 0 0 32px;
	position: relative;
	text-align: left;
	top: 0;
	width: 100%
}

input[type=checkbox],
input[type=checkbox]:not(:focus):invalid {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 0;
	left: 0;
	display: none
}

input[type=checkbox]+label:before {
	background-color: #fff;
	background-color: #fff;
	border-color: #002e6d;
	border-radius: 2px;
	border: 2px solid #002e6d;
	color: #002e6d;
	color: #ccc;
	content: '';
	cursor: pointer;
	display: inline-block;
	font: 13px/18px Type, sans;
	height: 20px;
	left: 0;
	margin: 0;
	position: absolute;
	text-align: center;
	top: 0;
	transition: background-color .5s;
	width: 20px
}

input[type=checkbox]:checked+label:before {
	background: #ffcd00 url(/lib/estilos/llekopaynless/base/images/ic_correos_tick.svg) no-repeat center;
	border-color: #b38f00;
	color: #002e6d
}

input[type=checkbox]+label+small {
	margin: 0;
	padding: 0 0 0 32px;
	background: 0 0;
	border: none;
	color: #f32735;
	width: auto;
	float: none
}

input[type=checkbox] {
	border: 0;
	left: 0;
	width: 8% !important;
	z-index: 1000;
	top: -9px;
	padding: 10px 0;
	position: absolute
}

input:disabled {
	background: #ccc
}

.radio {
	padding: 8px 0 0;
	width: 100%
}

.radio>span {
	margin: 0 0 10px;
	padding: 0 20px 0 0;
	float: left;
	position: relative;
	top: 0;
	left: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.radio>span label {
	margin: 0;
	padding: 2px 0 0 32px;
	width: 100%;
	height: auto;
	font: 14px/20px Type, sans-serif;
	text-align: left;
	cursor: pointer;
	display: block;
	position: relative;
	left: 0;
	top: 0
}

input[type=radio],
input[type=radio]:not(:focus):invalid {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 0;
	left: 0
}

input[type=radio]+label:before {
	margin: 0;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	border: 1px solid #ccc;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	width: 20px;
	text-align: center;
	font: 13px/22px Type, sans;
	color: #ccc;
	border-radius: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-webkit-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s
}

input[type=radio]:checked+label:before {
	border: 7px solid #000;
	transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-webkit-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s
}

input[type=radio]+label+small {
	margin: 0;
	padding: 0 0 0 32px;
	background: 0 0;
	border: none;
	color: #f32735;
	width: auto;
	float: none
}

input:not(:focus):invalid {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.error input,
input:focus:invalid,
input[type=checkbox]:focus:invalid,
input[type=checkbox]:focus:invalid+label:before,
select:focus:invalid {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #949494 #949494 #f32735
}

input:focus:invalid::-webkit-input-placeholder {
	color: #f32735;
	opacity: 1
}

input:focus:invalid:-moz-placeholder {
	color: #f32735;
	opacity: 1
}

input:focus:invalid::-moz-placeholder {
	color: #f32735;
	opacity: 1
}

input:focus:invalid:-ms-input-placeholder {
	color: #f32735;
	opacity: 1
}

.error input+.small,
.error input+small {
	margin: 0;
	padding: 3px 8px;
	font: 11px/20px Type, sans-serif;
	color: #fff;
	border-color: #f32735;
	background-color: #f32735;
	width: 100%;
	float: right;
	display: inline-block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: none;
	background-color: #ffcd00 !important;
	border-radius: .8rem;
	border: 1px solid #b38f00;
	color: #002e6d !important;
	cursor: pointer;
	display: inline-block;
	float: left;
	font: 700 1rem/1 Type, sans-serif;
	height: 3.4375em;
	margin: 6px 6px 6px 0;
	padding: .9375rem;
	text-transform: uppercase;
	transition: background-color .5s
}

input.first {
	font: 600 16px/16px Type, sans-serif
}

#resetbtn,
input[type=reset] {
	border-color: #002e6d;
	background-color: #fff !important
}

.reset {
	color: #999 !important;
	border-color: #ccc !important;
	background-color: #fff !important;
	transition: all .3s linear 0s !important;
	-moz-transition: all .3s linear 0s !important;
	-webkit-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s !important
}

#ButtonClosedOnError:hover,
#step2Closed:hover,
input[type=submit]:hover {
	background-color: #b38f00 !important
}

#resetbtn:focus,
#resetbtn:hover,
input:focus[type=reset],
input:hover[type=reset] {
	background-color: #cbcbcb !important
}

.dialog-button {
	width: auto;
	float: left
}

input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
	background-color: #fff !important
}

.hide-lables label {
	display: none
}

.hide-lables .checkbox label,
.hide-lables .radio label {
	display: block
}

.hide-lables .select,
.hide-lables fieldset.error input+small,
.hide-lables input,
.hide-lables select,
.hide-lables textarea {
	width: 100%
}

.hide-lables small {
	margin: 0;
	width: 100%
}

.hide-lables .checkbox,
.hide-lables .radio {
	width: 100%;
	float: right
}

input[type=checkbox],
input[type=checkbox]:not(:focus):invalid,
input[type=radio],
input[type=radio]:not(:focus):invalid {
	width: 20px;
	height: 20px
}

.hide-lables input:not(:focus):invalid+.small,
.hide-lables input:not(:focus):invalid+small {
	width: 100%
}

.hide-lables input[type=button],
.hide-lables input[type=reset],
.hide-lables input[type=submit] {
	margin: 6px 6px 6px 0;
	width: auto
}

::-webkit-input-placeholder {
	color: #6c757d;
	opacity: .8
}

:-moz-placeholder {
	color: #6c757d;
	opacity: .8
}

::-moz-placeholder {
	color: #6c757d;
	opacity: .8
}

:-ms-input-placeholder {
	color: #6c757d;
	opacity: .8
}

:focus::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1
}

:focus:-moz-placeholder {
	color: #6c757d;
	opacity: 1
}

:focus::-moz-placeholder {
	color: #6c757d;
	opacity: 1
}

:focus:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

input:focus,
select:focus,
textarea:focus {
	background-color: #fff;
	border-width: 1px 1px 2px;
	border-color: #949494;
	color: #333;
	outline: 0
}

.tooltip {
	position: absolute;
	z-index: 1070;
	font-weight: 600;
	display: block;
	font-size: 12px;
	line-height: 1.2em;
	visibility: visible;
	opacity: 0
}

.tooltip.in {
	opacity: 1
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px
}

.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #fff;
	text-align: left !important;
	text-decoration: none;
	background-color: #002e6d !important;
	border-radius: 2px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #002e6d !important
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-width: 5px 5px 0;
	border-top-color: #002e6d !important
}

.tooltip.top-right .tooltip-arrow {
	right: 5px;
	bottom: 0;
	border-width: 5px 5px 0;
	border-top-color: #002e6d !important
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #002e6d
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #002e6d
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #002e6d
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #002e6d
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #002e6d
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ui-widget-overlay {
	background: #fff;
	opacity: .55;
	filter: Alpha(Opacity=55)
}

.ui-dialog {
	background: 0 0;
	border-radius: 8px;
	box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
	z-index: 101;
	outline: 0
}

.ui-dialog .ui-dialog-titlebar {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 4
}

.ui-dialog .ui-dialog-title {
	display: block
}

.ui-dialog-titlebar-close:before {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	content: "X";
	font-size: 1em;
	font-weight: 700;
	padding: 10px;
	margin: 0;
	z-index: 9
}

.ui-dialog .ui-dialog-titlebar-close {
	background-color: #002e6d;
	border: medium none;
	color: #fff !important;
	cursor: pointer;
	font-weight: 700;
	height: 40px;
	line-height: 1;
	margin: 0;
	padding: 0;
	position: absolute;
	right: -40px;
	text-align: center;
	top: 5px;
	width: 40px;
	border-radius: 0 8px 8px 0
}

.ui-dialog .ui-dialog-titlebar-close:focus,
.ui-dialog .ui-dialog-titlebar-close:hover {
	background-color: #ccc;
	color: #002e6d !important
}

.ui-dialog .ui-dialog-content {
	position: relative;
	top: -17px;
	border: 0;
	background: 0 0;
	zoom: 1
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin: .5em 0 0 0;
	padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer
}

.ui-dialog .ui-resizable-se {
	width: 14px;
	height: 14px;
	right: 3px;
	bottom: 3px
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move
}

.ui-button-text {
	display: none !important
}

.ui-helper-hidden-accessible {
	border: 0 none;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.ui-menu .ui-menu-item {
	cursor: pointer;
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
	margin: 0;
	min-height: 0;
	padding: 3px 1em 3px .4em;
	position: relative
}

.ui-menu {
	display: block;
	list-style: none outside none;
	margin: 0;
	outline: medium none;
	padding: 0
}

.ui-autocomplete {
	cursor: default;
	left: 0;
	position: absolute;
	top: 0;
	background: #faf4e6;
	border: none;
	font-size: 12px;
	font-weight: 300;
	color: #666;
	z-index: 9002
}

.ui-autocomplete li:hover {
	background: #ddd
}

.checkboxTermsOfUse input[type=checkbox] {
	display: block !important;
	top: 0 !important;
	left: 1px !important
}

.concept {
	border-radius: 0;
	box-shadow: 0 0 0;
	color: #000;
	font-weight: 300;
	padding: 0
}

.concept span {
	color: #323232;
	font-weight: 700;
	padding: 0 1rem 0 0
}

.concept>label,
.concept>p {
	background: #fff;
	background: none repeat scroll 0 0 rgba(250, 250, 250, .5);
	color: #000;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: normal;
	margin: 0;
	padding: 6px 16px
}

#ConfirmPasswordChange {
	margin: 15px 0 0 0
}

input::-webkit-input-placeholder {
	color: inherit
}

.swiper-container .title {
	line-height: 12px;
	margin: 0 5px;
	max-height: 24px;
	overflow: hidden;
	position: relative;
	text-align: left;
	padding: 0 2px
}

.swiper-container .cardType {
	background: url(/lib/estilos/llekopaynless/base/images/ic_tarjetas.png) top center no-repeat;
	width: 100%;
	height: 30px;
	margin-bottom: 8px;
	background-position: center -270px
}

.swiper-container .cardType .visaelectron {
	background-position: center -180px
}

.swiper-container .cardType .maestro {
	background-position: center -90px
}

.swiper-container .dankort {
	background-position: center -210px
}

.swiper-container .visa {
	background-position: center -120px
}

.swiper-container .mastercard {
	background-position: center -240px
}

.swiper-container .amex {
	background-position: center 0
}

.swiper-container .dinersclub {
	background-position: center -30px
}

.swiper-container .discover {
	background-position: center -60px
}

.swiper-container .cardType .iberiaPlus {
	background-position: center -210px
}

.swiper-container .cardType .autoClub {
	background-position: center -240px
}

.swiper-container .cardType .travel {
	background-position: center -270px
}

.actionsShowCard {
	background: url(/lib/estilos/llekopaynless/base/images/ic_closenewcard.png) right -36px no-repeat;
	height: 27px;
	cursor: pointer;
	float: right
}

.actionsHideCard {
	background: url(/lib/estilos/llekopaynless/base/images/ic_closenewcard.png) right 0 no-repeat;
	height: 27px;
	cursor: pointer;
	float: right
}

.cardsPanelContent {
	min-height: 180px;
	overflow: hidden
}

.cardsPanelContentBlockInput {
	display: none;
	min-height: 180px;
	position: absolute;
	top: 0;
	width: 310px;
	z-index: 9999;
	opacity: .5
}

#contentNewCard {
	float: left;
	width: 100%
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	min-height: 100px;
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-loading .slick-list {
	background: #fff
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block
}

.slick-track:after,
.slick-track:before {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-next,
.slick-prev {
	position: absolute;
	display: none;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: 0 0;
	color: transparent;
	top: 50%;
	margin-top: -10px;
	padding: 0;
	border: none;
	outline: 0;
	top: 0;
	height: 90px;
	padding: 0;
	width: 100px;
	margin: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	outline: 0;
	background: 0 0;
	color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: .25
}

.slick-next:before,
.slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

[dir=rtl] .slick-prev {
	left: auto;
	right: -25px
}

.slick-prev:before {
	content: ""
}

[dir=rtl] .slick-prev:before {
	content: ""
}

.slick-next {
	right: 0
}

[dir=rtl] .slick-next {
	left: -25px;
	right: auto
}

.slick-next:before {
	content: ""
}

[dir=rtl] .slick-next:before {
	content: ""
}

.slick-slider {
	margin-bottom: 30px
}

.slick-initialized .slick-slide {
	position: relative;
	display: block;
	padding-bottom: 5px;
	top: 11px
}

.slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	border: 0;
	background: 0 0;
	display: block;
	height: 20px;
	width: 20px;
	outline: 0;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
	opacity: 1
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "â€¢";
	width: 20px;
	height: 20px;
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #000;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	color: #000;
	opacity: .75
}

#disqus_thread {
	margin-top: 20px
}

* {
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.blue {
	background: #3498db;
	color: #fff
}

.blue h3 {
	background: #fff;
	color: #3498db;
	font-size: 36px;
	line-height: 100px;
	margin: 10px;
	padding: 2%;
	position: relative;
	text-align: center
}

.variable-width .slick-slide p {
	background: #fff;
	height: 100px;
	color: #3498db;
	margin: 5px;
	line-height: 100px
}

.button {
	background: #3498db;
	color: #fff;
	display: block;
	font-size: 16px;
	margin: 20px auto;
	padding: 20px;
	text-align: center;
	text-decoration: none;
	width: 48%
}

.buttons {
	padding: 0 20px 20px;
	margin-bottom: 10px
}

.buttons .button {
	background: #fff;
	color: #3498db;
	float: left;
	margin: 5px
}

.center .slick-center h3 {
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	color: #e67e22;
	opacity: 1;
	transform: scale(1.08)
}

.center h3 {
	opacity: .8;
	transition: all .3s ease
}

.content {
	margin: auto;
	padding: 20px;
	width: 600px
}

.buttons::after,
.content:after {
	clear: both;
	content: "";
	display: table
}

.destroy {
	font-weight: 400;
	margin-top: 40px
}

.features {
	display: block;
	list-style-type: none;
	margin-top: 30px;
	padding: 0;
	text-align: center
}

.features li {
	margin: 20px 0
}

.filter .button {
	background: #fff;
	color: #3498db;
	margin-bottom: 40px
}

.fixed-header {
	background: #fff;
	box-shadow: 2px 0 5px rgba(0, 0, 0, .5);
	display: none;
	padding: 10px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000
}

.fixed-header .header-content {
	margin: auto;
	width: 600px
}

.fixed-header .subheading {
	display: none
}

.fixed-header h1.title {
	float: left;
	font-size: 24px;
	margin: 0
}

.fixed-header ul.nav {
	float: right;
	margin: 0;
	padding: 5px
}

.fixed-header ul.nav li {
	margin: 0 0 0 10px
}

.header {
	padding: 20px 0
}

.margin-40 {
	margin-bottom: 40px
}

.button.first,
.more {
	margin-top: 40px
}

.red {
	background: #f32735;
	color: #fff
}

.slick-slide .image {
	padding: 10px
}

.slick-slide img {
	border: 5px solid #fff;
	display: block;
	width: 100%
}

.slick-slide img.slick-loading {
	border: 0
}

.slick-slider {
	margin: 50px auto
}

.subheading {
	color: #555;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	margin: 10px auto;
	text-align: center
}

body,
html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-rendering: optimizeLegibility;
	width: 100%
}

code {
	overflow-x: scroll
}

@media(max-width:420px) {
	ul.nav li a {
		display: block;
		font-size: 10px
	}
}

@media(max-width:768px) {
	.blue h3 {
		font-size: 24px
	}

	.button {
		margin: 0 auto 20px;
		width: auto
	}

	.button.first {
		margin-top: 40px
	}

	.buttons {
		padding: 0 0 20px
	}

	.buttons .button {
		float: left;
		font-size: 12px;
		margin: 1%;
		width: 48%
	}

	.center .slick-center h3 {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		-webkit-transform: scale(1);
		color: #e67e22;
		opacity: 1;
		transform: scale(1)
	}

	.center h3 {
		-moz-transform: scale(.95);
		-ms-transform: scale(.95);
		-o-transform: scale(.95);
		-webkit-transform: scale(.95);
		opacity: .8;
		transform: scale(.95);
		transition: all .3s ease
	}

	.content {
		margin: auto;
		padding: 20px 40px;
		width: auto
	}

	.fixed-header .header-content {
		width: auto
	}

	pre {
		font-size: 12px;
		overflow-x: scroll
	}

	table {
		font-size: 14px;
		line-height: 18px;
		margin: 0 auto 20px;
		display: block
	}

	tr {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #fff;
		margin: 0 0 20px;
		padding: 0 0 20px;
		background: 0 0;
		float: left
	}

	thead {
		display: none
	}

	td {
		border: 0;
		padding: 10px 0
	}

	tbody,
	td {
		display: block;
		width: 100% !important
	}

	table.methods td:nth-of-type(1),
	table.settings td:nth-of-type(1) {
		font-weight: 700;
		font-size: 16px;
		line-height: 18px
	}

	table.settings td:nth-of-type(2):before {
		content: 'Type: ';
		font-weight: 700
	}

	table.settings td:nth-of-type(3):before {
		content: 'Default: ';
		font-weight: 700
	}

	table.methods td:nth-of-type(2):before {
		content: 'Arguments: ';
		font-weight: 700
	}
}

.swiper-container {
	width: 300px;
	margin: auto
}

.swiper-slide {
	cursor: pointer;
	font-size: .6em;
	padding-top: 5px;
	height: 100%;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: -3px 3px 2px #666;
	-webkit-box-shadow: -3px 3px 2px #666;
	background-color: #eee;
	border: 2px solid #fff
}

.slick-slide.slick-active.slick-center {
	height: 93px;
	z-index: 9999999999;
	position: relative;
	top: 2px
}

input[name=reset] {
	color: #002e6d !important;
	background-color: #fff;
	border-color: #002e6d
}

.modal-backdrop {
	display: none
}

#botonesVorwerk {
	margin-top: 10px;
	float: left;
	width: 100%
}

#checkboxVorwerk {
	float: left
}

#myModal {
	z-index: 1004 !important
}

.border-table-modal:first-letter {
	text-transform: capitalize
}

.align-center-modal {
	text-align: center !important;
	font-weight: 700
}

.border-table-modal {
	border: none;
	color: #333;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 10px !important;
	text-align: left !important
}

.italic-font-style {
	font-style: italic
}

.email label {
	margin-top: 0
}

.modal:after {
	background: #fff;
	content: "";
	height: 100%;
	left: 0;
	opacity: .88;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 90
}

.modal-body {
	margin: 0 1.5rem
}

.modal-dialog {
	z-index: 100
}

.modal-header {
	border-color: #ffcd00 !important;
	margin: 0 4rem 0;
	padding: 4rem 0 1.5rem !important
}

.modal-content {
	border: none !important;
	box-shadow: 0 .5rem 1rem rgb(0 0 0 / 16%) !important
}

.modal-title {
	font-size: 2.8rem;
	font-weight: 300;
	line-height: normal !important;
	text-transform: lowercase
}

.modal-title::first-letter {
	text-transform: capitalize
}

.modal-header .close {
	background: url(/lib/estilos/llekopaynless/base/images/ic_correos_close.svg) no-repeat center;
	height: 40px;
	opacity: 1;
	width: 40px
}

.modal-header .close span {
	opacity: 0
}

@media (max-width:768px) {
	tr {
		margin: 0
	}

	.modal-title,
	h2 {
		font-size: 2.4rem !important
	}

	.modal-body {
		margin: 0;
		padding: 0 1.5rem !important
	}

	.modal-header {
		margin: 0 1.5rem 0;
		padding: 1.5rem 0 1.5rem !important
	}

	.border-table-modal {
		padding: .5rem 0 .25rem !important
	}

	table.border-table-modal,
	tbody.border-table-modal {
		padding: 0
	}
}

#ButtonClosedOnError,
#step2Closed {
	margin-top: 2rem
}

#resumenCondiciones,
.email {
	display: none
}
