
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

[hidden],
template {
	display: none
}

:root {
	--font-brand: 'BrandFont';
	--fw-regular: 400;
	--fw-bold: 700;
	--neutral: #5e5e5e;
	--neutral-dark: #454550;
	--neutral-medium: #959595;
	--neutral-light: #d0d0d5;
	--neutral-xtralight: #ebebeb;
	--neutral-xxtralight: #f8f8f8;
	--neutral-white: #fff;
	--neutral-secondary: #c5a28d;
	--neutral-secondary-dark: #a3806b;
	--error: #f33;
	--error-dark: #bf2222;
	--error-light: #ffcbcb;
	--success: #43d887;
	--success-dark: #1e824c;
	--success-light: #afffd4;
	--warning: #efc65b;
	--warning-dark: #bf8e0e;
	--warning-light: #ffe7a8;
	--size-1: 3px;
	--size-2: 5px;
	--size-2a: 7px;
	--size-2b: 8px;
	--size-3: 9px;
	--size-3a: 10px;
	--size-3b: 11px;
	--size-4: 14px;
	--size-5: 16px;
	--size-6: 20px;
	--size-7: 22px;
	--size-8: 26px;
	--size-9: 42px;
	--size-10: 68px;
	--size-11: 96px;
	--size-12: 110px;
	--font-display: var(--size-10);
	--font-title: var(--size-9);
	--font-heading: var(--size-8);
	--font-body-l: var(--size-7);
	--font-body-m: var(--size-6);
	--font-body: var(--size-5);
	--font-caption: var(--size-4);
	--font-mob-form: var(--size-3b);
	--font-mob-form-compact: var(--size-3a);
	--font-legal: var(--size-2b);
	--font-legal-compact: var(--size-2a)
}

*,
:after,
:before {
	box-sizing: border-box
}

body {
	font-family: var(--font-brand);
	font-weight: var(--fw-regular);
	text-rendering: auto
}

.legal {
	padding-bottom: 4rem;
	line-height: 1.4rem!important;
}

.legal ul {
	margin-left: 1em;
	padding-left: 0
}

.wrapper,
.wrapper-content,
.wrapper-m {
	padding-left: var(--size-5);
	padding-right: var(--size-5)
}

.wrapper-content.is-center,
.wrapper.is-center {
	margin-left: auto;
	margin-right: auto
}

@media (min-width:768px) {
	.wrapper {
		padding-left: var(--size-9);
		padding-right: var(--size-9)
	}
}

.wrapper-m {
	max-width: 898px;
	margin-left: auto;
	margin-right: auto
}

.button {
    --color:#222;
    --color-hover: black;
    --background: var(--neutral-white);
    --shadow-focus: var(--neutral-white);
    --background-active: var(--brand-primary);
    text-align:center;
    max-width:100%;
    border: 1px solid var(--brand-primary);
    background:none;
    color:var(--color);
    background-color:var(--background);
    padding:12px var(--size-4);
    outline:0;
    text-decoration:none;
    word-break:keep-all;
    text-transform:uppercase;
    cursor:pointer;
}


.button {
    --color: var(--brand-primary);
    color:var(--color);
}

.button-site-form {
    background: var(--neutral-white);
    transition: padding 0.2s ease-out;
	-webkit-transition: padding 0.2s ease-in-out;
	-moz-transition: padding 0.2s ease-in-out;
	-ms-transition: padding 0.2s ease-in-out;
	-o-transition: padding 0.2s ease-in-out;
}

.button.button-block {
	width: 100%
}

.button.is-link {
	background-color: transparent
}

.button-txt {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.button:hover{
    color:var(--color-hover);
}
.button-site-form:hover{
    color: var(--color-hover);
    /*padding-left: 50%;*/
    transition: padding 0.35s ease-in-out;
	-webkit-transition: padding 0.35s ease-in-out;
	-moz-transition: padding 0.35s ease-in-out;
	-ms-transition: padding 0.35s ease-in-out;
	-o-transition: padding 0.35s ease-in-out;
}

.button:focus {
	box-shadow: 0 0 0 4px var(--shadow-focus)
}

.button:active {
	background-color: var(--background-active)
}

.button.is-primary {
	--color: var(--neutral-white);
	--background: var(--neutral-secondary);
	--color-hover: var(--neutral-white);
	--background-hover: var(--neutral-secondary-dark);
	--shadow-focus: var(--brand-primary-xtralight);
	--background-active: var(--brand-primary)
}

.button.is-secondary {
	color: var(--brand-light);
	--background: transparent;
	--background-hover: var(--neutral-xtralight);
	--shadow-focus: var(--brand-primary-xtralight);
	--background-active: var(--brand-primary-xtralight);
	border: 1px solid var(--brand-light)
}

.button.is-disabled,
.button:disabled,
button:disabled {
	color: var(--neutral-light);
	--background: var(--neutral-xtralight);
	--background-hover: var(--neutral-light);
	--background-active: var(--neutral-light);
	cursor: not-allowed;
	pointer-events: none;
	box-shadow: none;
	border: none
}

.input,
input.input:required {
	--border: var(--brand-primary-xtralight);
	--background: transparent;
	--focus: var(--neutral-white);
	display: block;
	width: 100%;
	padding: var(--size-1) var(--size-1);
	margin: 0;
	font-weight: var(--fw-regular);
	border: 1px solid var(--border);
	background: var(--background);
	background-color: var(--background);
	outline: 0;
	text-decoration: none
}

.login input {
	color: white;
}

.input::-moz-placeholder {
    color:var(--brand-primary);

	opacity: 1
}

.input:-ms-input-placeholder {
	color: var(--brand-primary);
	opacity: 1
}

.input::-ms-input-placeholder {
	color: var(--brand-primary);
	opacity: 1
}

.input::placeholder {
	color: var(--brand-primary);
	opacity: 1
}

.login input::placeholder{
	color: var(--neutral-xtralight);
	opacity: 1
}

:required {
	border-color: var(--brand-primary-xtralight)
}

.input.is-invalid,
.input:invalid {
	--border: var(--error);
	--color: var(--error);
	box-shadow: none
}

.input.is-invalid:focus,
.input:invalid:focus {
	box-shadow: 0 0 0 1px var(--error-light)
}

.input:disabled {
	--border: var(--neutral-xtralight);
	--color: var(--neutral-light);
	cursor: not-allowed
}

.input:disabled::-moz-placeholder {
	opacity: 0
}

.input:disabled:-ms-input-placeholder {
	opacity: 0
}

.input:disabled::-ms-input-placeholder {
	opacity: 0
}

.input:disabled::placeholder {
	opacity: 0
}

textarea.input {
	resize: vertical;
	height: auto
}

.select {
	display: block;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	border: 2px solid var(--neutral-light);
	background: var(--white);
	color: var(--neutral);
	background-color: var(--neutral-white);
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='44' height='44' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 23.586l5.293-5.293a1 1 0 011.414 1.414l-6 6a1 1 0 01-1.414 0l-6-6a1 1 0 011.414-1.414L22 23.586z' fill='%23BBC2CE'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 100%;
	border-radius: 4px;
	font: var(--font-body);
	padding: .5em 1em;
	outline: 0;
	white-space: nowrap;
	text-decoration: none;
	font-weight: var(--fw-regular);
	cursor: auto;
	max-width: 100%
}

.select:hover {
	color: var(--neutral-dark);
	border-color: var(--neutral)
}

.select:focus {
	color: var(--neutral-dark);
	border-color: var(--brand-light);
	box-shadow: 0 0 0 4px var(--brand-primary-xtralight);
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='44' height='44' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 23.586l5.293-5.293a1 1 0 011.414 1.414l-6 6a1 1 0 01-1.414 0l-6-6a1 1 0 011.414-1.414L22 23.586z' fill='%231856C6'/%3E%3C/svg%3E")
}

.select.is-invalid,
.select:invalid {
	color: var(--error);
	border-color: var(--error);
	box-shadow: none;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='44' height='44' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 23.586l5.293-5.293a1 1 0 011.414 1.414l-6 6a1 1 0 01-1.414 0l-6-6a1 1 0 011.414-1.414L22 23.586z' fill='%23F33'/%3E%3C/svg%3E")
}

.select.is-invalid:focus,
.select:invalid:focus {
	box-shadow: 0 0 0 4px var(--error-light)
}

.select:disabled {
	color: var(--neutral-light);
	border-color: var(--neutral-xtralight);
	cursor: not-allowed
}

.select:disabled::-moz-placeholder {
	opacity: 0
}

.select:disabled:-ms-input-placeholder {
	opacity: 0
}

.select:disabled::-ms-input-placeholder {
	opacity: 0
}

.select:disabled::placeholder {
	opacity: 0
}

.checkbox,
.radio {
	position: relative;
	display: inline-block;
	cursor: pointer
}

.checkbox-input,
.radio-input {
	position: absolute;
	opacity: 0
}

.checkbox-label,
.radio-label {
	display: flex;
	align-items: center
}

.checkbox-label .legal-link {
	text-decoration: none;
	font-weight: bold;
	--color: var(--neutral-light);
	color: var(--color);
}

.checkbox-label .legal-link-eng {
	text-decoration: none;
	font-weight: bold;
	--color: var(--neutral-light);
	color: var(--color);
}

.checkbox-label:before,
.radio-label:before {
	--color: var(--neutral-white);
	background-color: #fff;
	content: "";
	display: block;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid;
	border-radius: 2px;
	flex: 0 0 auto;
	margin-right: 10px;
	color: var(--color);
	transition-property: color, background-color;
	z-index: 2
}

.checkbox-input:checked~.checkbox-label:before,
.radio-input:checked~.radio-label:before {
	background-color: currentColor;
	color: var(--brand-light);
	background-image: url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg"><path d="M17.919 7c.298 0 .553.109.764.326.211.217.317.48.317.786 0 .307-.107.57-.32.79l-7.56 7.777a1.02 1.02 0 01-.76.321 1.03 1.03 0 01-.768-.321l-4.28-4.394a1.09 1.09 0 01-.312-.79c0-.307.106-.57.317-.787.21-.217.466-.325.764-.325s.555.11.769.33l3.51 3.611 6.79-6.994c.214-.22.47-.33.769-.33z" fill="%23fff"/></svg>');
	background-repeat: no-repeat;
	background-position: 50%
}

.checkbox-input:hover~.checkbox-label:before,
.radio-input:hover~.radio-label:before {
	color: var(--brand-dark)
}

.checkbox-input:focus~.checkbox-label:before,
.radio-input:focus~.radio-label:before {
	color: var(--brand-light);
	box-shadow: 0 0 0 4px var(--brand-primary-xtralight)
}


.radio-input:checked~.radio-label:before,
.radio-label:before {
	border-radius: 50%
}

.radio-input:checked~.radio-label:before {
	background-image: url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg"><circle fill="%23fff" cx="12" cy="12" r="4"/></svg>')
}

.table {
	border-collapse: collapse;
	text-align: left;
	min-width: 100%;
	margin-top: var(--size-4)
}

.table thead {
	color: var(--neutral-white)
}

.table thead tr {
	border-color: var(--neutral-white)
}

.table tbody {
	color: var(--neutral-white)
}

.table tr {
	border-bottom: 1px solid var(--brand-light)
}

.table td,
.table th {
	padding: var(--size-4)
}

.table.v-a-t td,
.table.v-a-t th {
	vertical-align: top
}

.table td .table-thead-title {
	display: none;
	width: 100%;
	left: 0;
	font-weight: var(--fw-bold);
	font-size: var(--font-caption);
	padding: var(--size-2);
	text-transform: uppercase
}

.table.is-sticky thead th,
.table td .table-thead-title {
	top: 0;
	border-bottom: 1px solid var(--brand-light);
	color: var(--brand-primary-xtralight)
}

.table.is-sticky thead th {
	position: -webkit-sticky;
	position: sticky
}

.table-cell.is-right {
	text-align: right
}

.table-cell.is-center {
	text-align: center
}

.table .has-bg,
.table.is-selectable tbody tr:hover {
	background-color: var(--brand-primary-xtralight)
}

.table-cell.has-link a {
	text-decoration: none;
	color: var(--neutral);
	display: block;
	padding: var(--size-3);
	border-radius: 6px
}

.table-cell.has-link a:hover {
	text-decoration: none;
	color: var(--brand-light);
	background-color: var(--neutral-white)
}

@media (max-width:768px) {
	.table thead {
		left: -9999px;
		position: absolute;
		visibility: hidden
	}
	.table tr {
		border-bottom: 0;
		display: flex;
		flex-flow: row wrap;
		margin-bottom: var(--size-8)
	}
	.table td,
	.table th {
		padding-left: 5px;
		padding-right: 5px
	}
	.table td {
		position: relative;
		margin: 0 -1px -1px 0;
		width: 50%
	}
	.table td .table-thead-title {
		display: block;
		transform: translateX(-5px) translateY(-14px);
		width: calc(100% + 9px)
	}
	.table.is-selectable tbody tr:hover {
		background-color: transparent
	}
}

.truncate {
	max-width: 50ch;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.alert {
	--color: var(--neutral);
	--background: var(--neutral-xtralight);
	margin-top: var(--size-4);
	margin-bottom: var(--size-4);
	border-radius: 2px;
	color: var(--color);
	background-color: var(--background);
	font-size: var(--font-body);
	padding: var(--size-1)
}

.alert ul {
	margin-top: var(--size-1);
	margin-bottom: var(--size-1);
}

.alert.is-success {
	--color: var(--success-dark);
	--background: var(--success-light)
}

.alert.is-error {
	--color: var(--error-dark);
	--background: var(--error-light)
}

.alert.is-error a {
	color: var(--error-dark)
}

.alert.is-error a:hover {
	color: var(--brand-primary)
}

.alert.is-warning {
	--color: var(--warning-dark);
	--background: var(--warning-light)
}

.is-hidden {
	display: none
}

.is-invisible {
	visibility: hidden
}

.is-visuallyhide {
	position: absolute;
	width: 1px;
	height: 1px;
	border: 0;
	clip: rect(0, 0, 0, 0);
	margin: -1px;
	padding: 0;
	overflow: hidden
}

.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 1rem;
	width: 100%
}

.gsk {
	width: 60px;
	height: 52px
}

.logo-alt span,
.logo span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden
}

.navigation {
	padding: 0 1em;
	font-size: 14px
}

.navigation ul {
	text-align: center;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr))
}

.navigation ul li {
	display: inline-block;
	margin: .25em
}

.navigation a {
	display: block;
	border: 1px solid var(--neutral-white);
	background-color: var(--brand-primary);
	color: var(--neutral-white);
	text-decoration: none;
	padding: .5em .75em
}

.navigation a:hover {
	background-color: var(--brand-dark)
}

.navigation .is-active a {
	background-color: var(--neutral-white);
	color: var(--neutral-medium)
}

@media (min-width:768px) {
	.header {
		position: absolute;
		top: 0;
		left: 0;
		padding: 0 2rem
	}
	.navigation {
		transform: translateY(110%);
		font-size: 16px
	}
	.navigation ul {
		display: block
	}
}

.ratio {
	position: relative;
	max-width: 100%;
	height: 0;
	padding: 0;
	overflow: hidden
}

.ratio embed,
.ratio iframe,
.ratio object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important
}

.ratio .ratio-content {
	position: absolute;
	left: 0;
	width: 100%;
	height: auto
}

.ratio-16-9 {
	padding-bottom: 56.25%
}
.login {
	padding-top: 3rem;
	font-size: 12px;
	min-height: 100vh;
	background-image: url(/site/img/back-login-mo.jpg);
	background-size: cover;
	background-position: center;
	transition: ease all 0.2s;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: ease all 0.2s;
}

.logo-login {
	width: 100%;
	max-width: 9vw;
	height: auto;
	margin-bottom: 3rem
}

.tel {
	max-width: 300px;
	margin-top: 3rem
}

.bienvenido {
	width: 90%;
	max-width: 300px;
	margin-top: 14vh;
}

.microsite {
	padding-top: 2rem;
	min-height: 100vh;
	background-image: url(/site/img/back-event.jpg);
	background-size: 100%;
	background-color: var(--brand-dark);
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 12rem;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: ease all 0.2s;
}

.logo2 {
	display: inherit;
	max-width: 200px;
	margin: 0 auto 3rem
}

.send-q, .send-t {
	width: 30vh;
	max-width: 300px;
}

.send-q,
.send-t,
.footer_logo {
	display: inherit;
	margin: 3rem auto 0;
}

.footer_logo {
	width: 10vh;
	max-width: 20vw
}

.send-q:hover,
.send-t:hover {
	opacity: .5
}

.send-q img,
.send-t img,
.footer_logo img {
	width: 100%;
	height: auto;
	margin: 0 auto
}

.svg-q-s {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

.svg-q-s svg {
	width: 180px
}

.grad-1,
.grad-2 {
	width: 100%
}

.grad-2 {
	bottom: 0;
	left: 0
}

.grad-2,
.send {
	vertical-align: middle
}

.send {
	max-width: 200px
}

.form {
	margin-top: 3rem
}

.botones_cambio>a{
	padding-left: 2rem;
	padding-right: 2rem;
    margin: auto 4px;
}

@media (max-width:549px) {
	.legal {
	    margin-bottom: 10rem
	}
	/*login*/
	.bienvenido {
		width: unset;
		max-width: unset;
		max-height: 15vh;
	}
	.logo-login {
		margin-bottom: 2rem;
		margin-right: 3rem
	}
    .microsite .legal-chk span.checkbox-label-content{
		font-size: var(--font-legal-compact);
		line-height: 0.55rem;
    }
    .microsite .legal-chk {
    	margin: 0 0 0 auto;
	    /*width: 50%;*/
	}
	.microsite .button-site-form-wrp {
    	/*margin: 0 auto 0 0;*/
	    /*width: 40%;*/
	}
	.microsite button.button-site-form {
	    font-size: var(--font-mob-form);
	}
    .legal-chk span.checkbox-label-content{
		font-size: var(--font-legal);
    	line-height: 0.7rem;
    }
}

@media (min-width:550px) {
	.legal {
	    margin-bottom: 4rem
	}
	/*login*/
	.logo-login {
		margin-bottom: 2rem;
		margin-right: 3rem
	}
    .microsite .legal-chk {
	    /*width: 50%;*/
	}
	.microsite .button-site-form-wrp {
	    /*width: 30%;*/
	}
}

@media (min-width:550px) and (max-width:767px){
    .microsite .legal-chk span.checkbox-label-content{
		font-size: var(--font-legal);
		line-height: 0.75rem;
    }
    .microsite .legal-chk {
    	margin: 0 0 0 auto;
    	/*width: 50%;*/
    }
    .microsite .button-site-form-wrp {
    	/*margin: 0 auto 0 0;*/
    	/*width: 40%;*/
    }
    .microsite button.button-site-form {
	    font-size: var(--font-mob-form);
	}
    .legal-chk span.checkbox-label-content{
		font-size: var(--font-mob-form);
    	line-height: 0.9rem;
    }
}

@media (min-width:768px) {
	/*microsite*/
	#question_sent {
		padding: 0 0 3em;
		border-radius: 5px;
		color: var(--neutral-white)
	}
	#question_sent svg {
		width: 25%;
		margin: 1em auto;
		color: var(--neutral-white);
		display: block
	}
	.microsite {
		background-image: url(/site/img/back-event.jpg);
	    /*background-position: bottom;*/
		background-size: cover;
	    padding-bottom: 15vh;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: ease all 0.2s;
	}
	/*login*/
	.logo-login {
		margin-bottom: 2rem;
		margin-right: 3rem
	}
	/*legal*/
	.legal {
	    margin-bottom: 2rem
	}
}

@media (max-width:767px) {
	.microsite {
		background-image: url('/site/img/back-event-mo.jpg?v=2');
	    background-position: top;
	    background-size: cover;
	}

	.logo2 {
		max-width: 20vw;
		margin: 0 auto 2vh;
	}
}

@media (min-width:768px) and (max-width:1279px) {
    .microsite .legal-chk span.checkbox-label-content{
		font-size: var(--font-legal);
		line-height: 0.9rem;
    }
    .microsite .legal-chk {
    	width: 53%;
    	margin: 0 0 0 auto;
    }
    .microsite button.button-site-form {
    	font-size: var(--font-mob-form);
    }
    .microsite .button-site-form-wrp {
    	width: 100%;
       /* margin: 0 auto 0 0;*/
    }
    .legal-chk span.checkbox-label-content{
		font-size: var(--font-mob-form);
    	line-height: 0.9rem;
    }
	.logo2 {
		max-width: 20vw;
		margin: 0 auto 6vh;
	}
}
@media (max-width:1279px) {
	/*microsite*/
	.microsite *, .login * {
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: ease all 0.2s;
	}
	.microsite {
    	padding-top: 3vh;
    	padding-bottom: 3rem;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: ease all 0.2s;
	}
	.form {
		margin-top: 1rem
	}
	.send-q, .send-t {
	    display: inherit;
	    margin: 5vh auto 0;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: ease all 0.2s;
	}
	.send-q, .send-t {
	    max-width: 43%;
	    min-width: 150px;
	}
	.microsite input.input {
		font-size: var(--font-mob-form);
	    padding: var(--size-2b) var(--size-4);
    	margin-bottom: 0.5vh;
	}
	.microsite .input::placeholder {
		color: var(--brand-primary-5xtralight);
		font-size: var(--font-mob-form);
	}
    .microsite .legal-chk {
    	margin: 0 auto 0 0;
    }

    .microsite button.button-site-form {
	    padding: 0.5rem;
    	letter-spacing: 1px;
	    text-align: center;
	    width: 100%;
    }
	.microsite .w-10-6 {
		width: 50%
	}
	/*login*/
	.logo-login {
	    margin-bottom: 5vh;
	    margin-right: 0;
	}
	.bienvenido, .tel {
	    position: relative;
	    margin: auto;
	}
	.bienvenido {
		width: unset;
		max-width: unset;
		max-height: 12vh;
    }
    .welcome-dsk {
        display: none;
    }

    .tel.welcome-mob {
		width: 50vw;
	    height: unset;
    }

    .form-wrp{
		position: relative;
		width: 100%;
		flex-flow: row nowrap;
		align-items: center;
    }

    .mobile_centered {
    	width: 100%;
		flex-flow: row nowrap;
		align-items: center
    }
    .mobile_centered>div{
    	margin-left:auto;
    	margin-right:auto;
    }
    .form-wrp form{
		margin: 1rem auto 1rem auto;
    }
    .tel-wrp{
	    position: relative;
    	bottom: unset;
    	right: unset;
	    margin-top: 2vh;
    }
    .login {
    	padding-top: 6vh;
    }
	.logo-login {
		max-height: 8vh;
	    margin-bottom: 12vh;
	    max-width: unset;
	    width: unset;
	}
    .login-input-mob{
    	margin-left:auto;
    	margin-right:auto;
	    width: 65%;
	    min-width: 150px;
	    max-width: 400px;
    }
    .login-input-mob input{
		min-width: 150px
    }
    .button.login-input-mob {
		width: 1000px;
    	max-width: 100%;
		min-width: 150px
    }
    .login .legal-chk {
    	margin: 0 auto;
	    /*width: 65%;*/
	    min-width: 150px;
	    max-width: 400px;
    }
    /*general*/
    .checkbox-label:before, .radio-label:before {
	    width: 0.75rem;
	    height: 0.75rem;
	    border-radius: 0.25rem;
	}
    /*rules-mob*/
	.microsite .mobile_centered.has-2-columns>div {
		width: 80%;
	}
}


/*INICIO Temporal hasta tener psd y footer layer sola*/
@media (min-width:600px) and (max-width:799px) {
	/*microsite*/
	.microsite {
	    padding-bottom: 2vh;
	}
}
@media (min-width:800px) and (max-width:999px) {
	/*microsite*/
	.microsite {
	    padding-bottom: 2vh;
	}
}
@media (min-width:1000px) and (max-width:1279px) {
	/*microsite*/
	.microsite {
	    padding-bottom: 2vh;
	}
}
/*FIN Temporal hasta tener psd y footer layer sola*/

@media (min-width:1280px) {
	.form {
		margin-top: 2rem
	}
	.legal {
	    margin-bottom: 10rem
	}
    .welcome-mob {
        display: none;
    }
    .tel-wrp img.tel{
	    position: absolute;
    	bottom: 8%;
    }
    .logo2 {
    	max-width: 160px;
	    margin: 0vh auto 4vh;
    }
    /*rules-dsk*/
	.ly-flex.has-2-columns>div {
		width: 49%
	}
	.login {
		background-image: url(/site/img/back-login.jpg);
	}
    .login .form-wrp form {
    	width: 100%
    }
    .login .form-wrp {
		width: 45rem;
	    position: absolute;
	    right: 4rem;
    }
    .login button {
    	margin: 0;
	    padding-left: 2rem;
	    padding-right: 2rem;
	    padding-top: 0.05rem;
	    padding-bottom: 0.05rem;
    }
    .max-w-m {
		max-width: 920px
	}
}

@media (min-width:1280px) and (min-height:541px) {
	.microsite *, .login * {
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: ease all 0.2s;
	}
	.microsite {
	    padding-bottom: 8rem;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: ease all 0.2s;
	}

	.ly-flex.has-2-columns>div {
		width: 49%
	}

	.microsite .has-2-columns {
		display: flex;
		justify-content: space-between;
		flex-flow: row wrap
	}
	.microsite .mobile_centered.has-2-columns>div.w-2-1 {
		width: 49%;
	}
	.microsite .mobile_centered.has-2-columns>div.w-1-1 {
		width: 100%;
	}
	.microsite .input, input.input:required {
		margin: 3px 0;
	}
    .microsite .legal-chk {
    	width: 70%;
    	margin: 0 0 0 auto;
    }
    .microsite .legal-chk span.checkbox-label-content{
		font-size: var(--font-mob-form);
		line-height: 0.9rem;
    }
    .microsite .button-site-form-wrp {
    	width: 100%;
        margin: 0 auto 0 0;
    }
    .microsite button.button-site-form {
	    padding-top: 0.5rem;
	    padding-bottom: 0.5rem;
	    letter-spacing: 1px;
	    width: 100%;
	}
	.send-t {
	    max-width: 20vw;
	}
	.send-q {
	    width: 50vw;
	    margin-bottom: 8vh;
	}
	.send-t {
	    width: 15vw;
	    margin-bottom: 8vh;
	}
    .max-w-m {
		max-width: 920px
	}
}

@media (max-height:540px){
	.login {
		background-image: url(/site/img/back-login-nologo.jpg);
	}
}

@media (min-height:541px){
	.logo-footer {
		display: none;
	}
}

@media (min-width:1440px) {
	.microsite *, .login * {
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: ease all 0.2s;
	}
	.microsite {
	    padding-bottom: 12rem
	}
	.legal {
	    margin-bottom: 18rem
	}
	.max-w-m {
		max-width: 1280px
	}
    .microsite button.button-site-form {
	    padding: 0.5rem;
    	letter-spacing: 1px;
	    text-align: center;
	    width: 100%;
    }
}

@media (min-width:2560px) {
	.microsite * {
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: ease all 0.2s;
	}
	.microsite {
	    padding-bottom: 20rem
	}
	.legal {
	    margin-bottom: 20rem
	}
	.max-w-m {
		max-width: 1440px
	}
}


.legal-page {
	background-image: url(/site/img/back-event-mo.jpg);
	background-position: bottom;
	background-size: cover;
}

.js-modal {
	display: none
}

.hide-scroll {
	overflow-y: hidden
}