/* BOOTSTRAP ICONS LOCAL */
@font-face {
	font-family: "bootstrap-icons";
	src: url("../fonts/bootstrap-icons.woff2") format("woff2"),
		url("../fonts/bootstrap-icons.woff") format("woff");
}

@font-face {
	font-family: 'Chalet-NewYorkNineteenSixty';
	src: url('../fonts/Chalet-NewYorkNineteenSixty.woff2') format('woff2'),
		url('../fonts/Chalet-NewYorkNineteenSixty.woff') format('woff');
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Chalet-NewYorkNineteenEighty';
	src: url('../fonts/Chalet-NewYorkNineteenEighty.woff2') format('woff2'),
		url('../fonts/Chalet-NewYorkNineteenEighty.woff') format('woff');
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Chalet-LondonNineteenSixty';
	src: url('../fonts/Chalet-LondonNineteenSixty.woff2') format('woff2'),
		url('../fonts/Chalet-LondonNineteenSixty.woff') format('woff');
	font-style: normal;
	font-display: swap;
}

/* Webfont: StretchProV2-Regular */
@font-face {
    font-family: 'StretchProSUPER2-FULL-regular';
    src: url('../fonts/StretchProSUPER2-FULL-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/StretchProSUPER2-FULL-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/StretchProSUPER2-FULL-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/StretchProSUPER2-FULL-regular.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/StretchProSUPER2-FULL-regular.ttf') format('truetype'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

/* Webfont: StretchProV2-Basic */
@font-face {
    font-family: 'StretchProSUPER2-FULL-basic';
    src: url('../fonts/StretchProSUPER2-FULL-basic.eot'); /* IE9 Compat Modes */
    src: url('../fonts/StretchProSUPER2-FULL-basic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/StretchProSUPER2-FULL-basic.woff') format('woff'), /* Modern Browsers */
         url('../fonts/StretchProSUPER2-FULL-basic.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/StretchProSUPER2-FULL-basic.ttf') format('truetype'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

/* MENÚ NEINVER ICONS */
@font-face {
    font-family: 'neinver';
    src: url("../fonts/neinver.eot?neinver#iefix") format("embedded-opentype"),
    url("../fonts/neinver.ttf?neinver") format("truetype"),
    url("../fonts/neinver.woff?neinver") format("woff"),
    url("../fonts/neinver.svg?neinver#neinver") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}


* {
	margin: 0px;
	padding: 0px;
	border: none;
	box-sizing: border-box;
}

html,
body {
	width: 100%;
	background: #FFF;
	font-family: 'Chalet-LondonNineteenSixty', Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #7f7f7f;
}

/* HEADER */
header {
	padding: .3rem;
}

header .idiomas select {
	width: 100px;
	font-size: 15px;
	font-weight: bold;
	color: #6e6d6d;
	background: #FFF url('../img/tso-select.png') no-repeat right center;
	background-size: 23px 30px;
	appearance: none;
}

header .cab {
	align-items: center;
}

header .logo {
	width: 230px;
	height: 59px;
	background: url('../img/mbrp/megapark-logo.png') no-repeat;
	background-size: cover;
	object-fit: cover;
	margin: 5px auto;
}

header .volver,
header .volverh {
	vertical-align: middle;
}

header .volver a,
header .volverh a {
	text-transform: lowercase;
	text-decoration: none;
	font-size: 16px;
}

header .volver a:hover,
header .volverh a:hover {
	text-decoration: underline;
	color: #000;
}

header .volverh a {
	display: none;
}

header .wrapper.min {
	max-width: 900px;
}

header .usuario {
	padding-top: 12px;
}

header .usuario a {
	font-size: 12px;
	color: #7f7f7f;
	font-style: italic;
	text-decoration: none;
}

/* FOOTER */
footer {
	text-align: center;
	font-size: 0.857em;
	padding: 1rem;
}

footer a {
	text-decoration: none;
	color: #333;
}

footer .logo {
	width: 145px;
	height: 37px;
	background: url('../img/mbrp/megapark-logo.png') no-repeat;
	background-size: cover;
	margin: 15px auto;
}

/* SECCIÓN CENTRAL */
.wrapper {
	margin: 10px auto;
	max-width: 1100px;
}

.wrapper-border {
	margin: 2rem auto;
	max-width: 1100px;
	padding: 5rem 4rem;
	background: #FFFFFF;
	box-shadow: 0 2px 35px 0 rgba(104, 104, 104, 0.15);
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
}

.wrapper-border.min {
	max-width: 900px;
}

section {
	padding: 15px 0 30px 0;
}

section h1 {
	font-size: 30px;
	font-family: 'Chalet-NewYorkNineteenSixty', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
}

section h2 {
    font-family: 'Chalet-NewYorkNineteenEighty', Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #000;
    line-height: 1.3;
}

section h3 {
	font-size: 18px;
	font-family: 'Chalet-LondonNineteenSixty', Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.2;
	color: #000;
	margin-bottom: 1.5rem;
}

section .contenido p {
	color: #000;
	margin-bottom: 30px;
}

section .wrapper-border .row div[class*="col-"] {
	padding-left: 40px;
	padding-right: 40px;
}

section .wrapper-border .login .row div[class*="col-"] {
	padding-left: 15px;
	padding-right: 15px;
}

section .wrapper-border .registro .row div[class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

section .wrapper-border fieldset.registro .row div[class*="col-"] {
	padding-left: 40px;
	padding-right: 40px;
}


/* BOTONES */
a {
	outline: none;
	color: #4a4a4a;
}

.btn {
	background: #8b949b;
	color: #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	font-family: 'Chalet-NewYorkNineteenSixty', Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 100%;
	max-width: 488px;
	height: 50px;
	display: inline-block;
	line-height: 2.9;
	letter-spacing: 0.25em;
	margin: 0 0 40px;
}

.btn:hover {
	background: #6e6d6d;
}

.btn.fb {
	background: #4267B2 url('../img/ico-fb.png') no-repeat 10px 50%;
	background-size: 40px 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 65px;
	padding-right: 15px;
	text-align: left;
}

.btn.mobile {
	background: #000 url('../img/ico-mobile.png') no-repeat 12px 50%;
	background-size: 40px 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 65px;
	padding-right: 15px;
	text-align: left;
}

.btn.mobile:hover {
	color: #d8d8d8
}

.btn.outline {
	border: solid 1px #000;
	background-color: #fff;
	color: #000;
	padding-left: 12px;
}

.btn.outline:hover {
	border: solid 1px #000;
	background-color: #000;
	color: #fff;
}

.btn.dark {
	background: #4a4a4a;
	color: #fff;
	padding-left: 12px;
	line-height: 2.4;
}

.btn.dark:hover {
	background: #7f7f7f;
	color: #fff;
}

.btn.dark.entrar {
	margin: 2rem auto;
	width: 100%;
	max-width: 100%;
}


/* INTERIOR */
section .wrapper-border .row.register {
	margin-bottom: 2rem;
}

fieldset.registro span {
	display: block;
	padding: 5px 0;
}

fieldset.registro label {
	display: block;
	padding-top: 15px;
	text-align: left;
}

fieldset.registro input[type="email"],
fieldset.registro input[type="password"],
fieldset.registro input[type="text"],
fieldset.registro input[type="date"] {
	height: 44px;
	padding: 0 15px;
	width: 100%;
	max-width: 488px;
	margin-bottom: 5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-family: 'Chalet-LondonNineteenSixty', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: rgb(45, 45, 45);
	background-color: #e8f0fe;
	border: 1px solid rgb(212, 212, 212);
}

fieldset.registro input[type="password"] {
	background: #e8f0fe url('../img/tso-sprite.png') no-repeat right 10px;
	padding: 0 45px 0 15px;
}

fieldset.registro input[type="email"] {
	background: #e8f0fe url('../img/tso-sprite.png') no-repeat right -35px;
}

fieldset.registro select {
	height: 44px;
	padding: 0 5px;
	width: 100%;
	max-width: 488px;
	margin-bottom: 5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-family: 'Chalet-LondonNineteenSixty', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #7f7f7f;
	background: #e8f0fe url('../img/tso-sprite.png') no-repeat right -89px;
	border: 1px solid rgb(212, 212, 212);
	appearance: none;
}

fieldset.registro select.multiple-select {
	max-width: 80%;
	padding-top: 10px;
	padding-left: 10px;
}

fieldset.registro p.check {
	height: 1%;
	overflow: hidden;
	width: 100%;
	padding: 3px;
}

fieldset.registro p.check span.check {
	margin-bottom: 10px;
	font-size: 12px;
	padding-top: 0;
}

fieldset.registro p.check input[type="checkbox"] {
	margin-bottom: 60px;
}

fieldset.nota {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.legales table {
	border-collapse: collapse;
}

.legales table th[colspan="2"] {
	font-weight: bold;
	text-transform: uppercase;
	color: #2E2E2E;
	padding-bottom: 1rem;
}

.legales table tr td {
	padding: 5px 15px 5px 0;
	vertical-align: text-top;
}

.legales table tr td:first-child {
	font-weight: bold;
	width: 210px;
}

.legales table tr td a {
	font-weight: bold;
	text-decoration: none;
}

fieldset.registro .multiple-help {
	position: relative;
}

fieldset.registro a.ayuda {
	position: absolute;
	right: 10px;
	top: 30px;
	width: 41px;
	height: 41px;
	display: block;
	background: url('../img/form-info.png') no-repeat;
}

fieldset.registro div.ayuda {
	display: none;
	position: absolute;
	margin: -5px 0 0 440px;
	font-size: 11px;
	padding: 10px;
	width: 220px;
	background: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: inset 0px -1px 4px #ccc;
	-webkit-box-shadow: inset 0px -1px 4px #ccc;
	box-shadow: inset 0px -1px 4px #ccc;
}


/* INTERESES */
fieldset.registro .row.login div:nth-child(11) {
	width: 100%;
}

fieldset.registro .row.login div:nth-child(11)>div {
	padding: 2rem 0;
}

div.intereses {
	margin: 2rem 0;
}

div.intereses div ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.intereses div ul li {
	width: 165px;
	padding: 0;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	vertical-align: top;
	height: auto;
	position: relative;
}

div.intereses div ul li label {
	border: solid 1px #D8D8D8;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	min-height: 92px;
	padding-top: 20px;
	background: url('../img/fob/img-check.png') no-repeat 10px 10px;
	cursor: pointer !important;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-ms-transition: ease .3s;
	-o-transition: ease .3s;
}

div.intereses div ul li label:hover {
	border: solid 1px #000;
}

div.intereses div ul li input {
	position: absolute;
	top: 15px;
	left: 15px;
	appearance: none;
}

div.intereses div ul li span {
	font-family: 'Chalet-NewYorkNineteenSixty', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #000;
	display: block;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: none;
	min-height: 75px;
	padding: 20px 10px 10px 15px;
}

div.intereses div ul li input:checked+span {
	font-weight: bold;
	color: red;
}

div.intereses div ul li input:checked+label {
	border: solid 1px #000;
	background: url('../img/fob/img-check-cheked.png') no-repeat 10px 10px;
}

section form fieldset input[type="checkbox"] {
	width: 12px;
	height: 12px;
	margin-right: 15px;
	margin-bottom: 40px;
	float: left;
	transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	-o-transform: scale(1.5, 1.5);
	appearance: checkbox;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
}

section form fieldset input[type="button"],
section form fieldset input[type="submit"] {
	text-align: center;
	font-style: normal;
	background: #4a4a4a;
	border-color: #4a4a4a;
	padding: 10px 0;
	width: 100%;
	margin-top: 15px;
	color: #FFF;
	text-transform: uppercase;
	cursor: pointer;
}

section form fieldset #complexity {
	font-style: italic;
	padding-bottom: 10px;
}

section form fieldset .pass-seg.veryweak {
	color: #F00;
}

section form fieldset .pass-seg.weak {
	color: #C90;
}

section form fieldset .pass-seg.good {
	color: #09F;
}

section form fieldset .pass-seg.verystrong {
	color: #0F0;
}

div.result h1 {
	text-align: center;
}

section p.intro {
	font-size: 16px;
	padding: 45px 0;
}

section p.intro.cen {
	text-align: center;
}

section p.intro strong {
	font-size: 18px;
	letter-spacing: 0.5px;
}

section p.baja {
	margin: 80px auto;
	text-align: center;
}

section .result {
	margin: 30px 0;
}

section .result p {
	text-align: center;
	margin-bottom: 15px;
}

section .error {
	color: #F00;
	font-style: italic;
	margin-bottom: 25px;
}

section .error input,
section .error select {
	background-color: #ffd7d7;
}

section .error .txterror {
	color: #F00;
	font-style: italic;
	text-transform: none !important;
	font-size: 0.857em;
	margin-bottom: 20px;
	display: block !important;
}


/* REGISTRO */
section.registro .formulario-registro form {
	margin: 20px 0 0;
}

section.registro .formulario-registro form fieldset label {
	display: block;
}

section.registro .formulario-registro form fieldset .multiple-help {
	display: none;
}

section.registro .formulario-registro form fieldset select.multiple-select {
	height: 170px;
	width: 420px;
	padding: 8px 4px;
	background: #FFF;
	border: 1px solid #333;
}

section.registro .formulario-registro form fieldset select.multiple-select option {
	padding: 5px 10px;
}

section.registro .formulario-registro form fieldset select.multiple-select option:nth-child(odd) {
	background: #e9e9e9;
}

section.registro .formulario-registro form fieldset select#mobilePhone_country {
	height: 36px;
}

section.registro .formulario-registro form fieldset a.ayuda {
	position: absolute;
	margin: 0 0 0 430px;
	width: 25px;
	height: 25px;
	display: block;
	background: url('../img/fob/fob-ayuda.png') no-repeat;
}

section.registro .formulario-registro form fieldset div.ayuda {
	display: none;
	position: absolute;
	margin: -3px 0 0 465px;
	font-size: 11px;
	padding: 10px;
	width: 220px;
	background: #FFF;
	border: 1px solid #333;
}

section.registro .seguridad {
	padding: 10px 0 30px 0;
}

section.registro .formulario-registro form fieldset .seguridad a {
	background: url('../img/fob/fob-refresh.png') no-repeat 0 0;
	display: block;
	float: right;
	height: 35px;
	width: 35px;
	margin-right: 15px;
}

section.registro .formulario-registro form fieldset .seguridad a img {
	display: none;
}

section.registro .formulario-registro form fieldset .seguridad .captcha {
	float: left;
	min-height: 45px;
	padding: 15px 40px 0 40px;
}

section.registro .formulario-registro form fieldset .seguridad .captcha img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 375px;
	height: auto
}

section.registro .formulario-registro form fieldset .capt {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 375px;
	height: auto
}

section.registro .formulario-registro form fieldset .seguridad label {
	width: 530;
}

section.registro .formulario-registro form table {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin: 20px 0;
	padding: 5px 0;
	width: 100%;
}

section.registro .formulario-registro form table tr th,
section.registro .formulario-registro form table tr td {
	font-family: 'Chalet-LondonNineteenSixty', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	vertical-align: top;
	padding: 5px 20px;
	background: #EFEFEF;
	color: #666;
}

section.registro .formulario-registro form table tr th {
	text-align: left;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 10px;
}

section.registro .formulario-registro form table tr td:first-child {
	width: 20%;
	font-weight: bold;
}

section.registro .formulario-registro form table tr td a {
	display: inline-block;
	font-weight: bold;
	color: #333;
	display: inline-block;
	text-decoration: underline;
	margin: 0;
	padding: 0;
	width: auto;
	background: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

/* REGISTRO OK */
section.registro-ok .intro {
	text-align: center;
	margin: 50px 0 20px;
}

section.registro-ok .id-cuenta {
	text-align: center;
}

section.registro-ok .id-cuenta a.btn {
	width: 180px;
}

/* LOGIN */
section.login .id-facebook .btn.fb {
	background: #4267b2 url('../img/fob/fob-btfacebook.png') no-repeat 30px 50%;
	background-size: 40px 40px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0;
	display: inline-block;
	text-transform: uppercase;
	margin: 0px 0 40px;
}

section.login .id-facebook .btn.mobile {
	background: #4a4a4a url('../img/ico-mobile.png') no-repeat 30px center;
	width: 100%;
	height: 50px;
	padding: 0;
	display: inline-block;
	line-height: 50px;
	text-transform: uppercase;
	margin: 0 0 40px;
}

.login .error h1 {
	font-style: normal;
}

.login .error input {
	background-color: #FFF;
}

.login .error input.chk,
.login .error input[type="date"] {
	background: transparent;
}

.login .error ul li label {
	color: #7f7f7f;
	border: solid 1px #D8D8D8;
	font-style: normal;
}

.login .txterror {
	color: red;
	font-style: italic;
}

.login .error ul li label span {
	color: #7f7f7f;
	font-style: normal;
}

/* PASSWORD (confirmRegister.cfm, enterRPCode.cfm, resendConfirm.cfm) */
section.password .id-cuenta.reg {
	width: 380px;
	margin: 30px auto;
}

section.password .id-cuenta.reg #captchaimg {
	width: 100%;
	margin: 20px 0 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

/* CONFIRM (confirmRegister.cfm, enterRPCode.cfm, resendConfirm.cfm) */
section.confirm h1 {
	margin-bottom: 50px;
}

section.confirm .id-cuenta.reg {
	float: none;
	width: 380px;
	margin: 30px auto;
}

section.confirm .id-cuenta.reg input {
	margin-top: 10px;
}

/* UNSUBSCRIBE */
section.unsubscribe p {
	margin: 80px auto;
	text-align: center;
}

section.unsubscribe p strong {
	display: block;
	text-align: right;
	font-weight: normal;
	margin-top: 40px;
}

section.unsubscribe p em {
	display: block;
	text-align: right;
	font-size: 0.925em;
}

/* WIFI */
section.wifi h1 {
	padding-left: 0;
	text-align: center;
	margin-bottom: 2rem;
}

section.wifi h2 {
	text-align: center;
	font-size: 25px;
	font-weight: normal;
	color: #333;
	margin: 0 auto 15px;
}

section.wifi p {
	text-align: center;
}

section.wifi p strong {
	font-weight: normal;
	color: #333;
	font-size: 18px;
	display: block;
}

section.wifi .btn {
	background: #8b949b;
	color: #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	font-family: 'Chalet-NewYorkNineteenSixty', Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 100%;
	max-width: 360px;
	height: auto;
	display: inline-block;
	letter-spacing: 0.25em;
	padding: 15px 30px;
	line-height: 1.7;
}

section.wifi .btn.outline {
	border: solid 1px #000;
	background-color: #fff;
	color: #000;
}

section.wifi .btn.outline:hover {
	border: solid 1px #000;
	background-color: #000;
	color: #fff;
}

section.wifi .btn.dark {
	background: #4a4a4a;
	color: #fff;
}

section.wifi .btn.dark:hover {
	background: #7f7f7f;
	color: #fff;
}

section.wifi form.splash {
	width: 100%;
	max-width: 520px;
	margin: 0 auto;
}

section.wifi form.splash fieldset.checkboxes label {
	width: 95%;
	padding-top: 0;
}

section.wifi form.splash table tr:last-child td {
	padding: 5px 20px 20px !important;
}

section.wifi form.splash fieldset select {
	border: 1px solid #666;
	margin: 10px auto 15px;
}

section.wifi form input.tiny {
	max-width: 320px;
}

section.wifi p.volver {
	margin-bottom: 30px;
	text-align: left;
}

section.wifi p.volver a {
	color: #333;
	text-decoration: none;
	background: none;
	padding: 0;
	margin: 0;
	width: auto;
	display: inline-block;
}

section.wifi form fieldset label {
	display: block;
	text-align: center;
}

section.wifi form fieldset input {
	margin: 7px auto;
	border: 1px solid #666;
	color: #333;
	background: #FFF;
	width: 100%;
	padding: 0 2.5%;
	height: 38px;
	appearance: textfield;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
}

section.wifi form fieldset input::-webkit-input-placeholder {
	color: #666;
	opacity: 1 !important;
}

section.wifi form fieldset input:-moz-placeholder {
	color: #666;
	opacity: 1 !important;
}

section.wifi form fieldset input:-ms-input-placeholder {
	color: #666;
	opacity: 1 !important;
}

section.wifi form fieldset select {
	margin: 10px auto 20px;
	color: #333;
	border: 1px solid #333;
	width: 100%;
	padding: 0 2.5%;
	height: 38px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: #FFF;
	appearance: textfield;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
}

section.wifi form fieldset.checkboxes {
	margin-bottom: 10px;
}

section.wifi form fieldset.checkboxes input[type=checkbox] {
	float: left;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	appearance: checkbox;
	-moz-appearance: checkbox;
	-webkit-appearance: checkbox;
	transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

section.wifi form fieldset.checkboxes label {
	display: block;
	float: left;
	width: 96.5%;
	padding-top: 3px;
	text-align: left;
}

section.wifi form fieldset.checkboxes label span {
	margin: 0 0 0 5px;
	text-transform: none;
}

section.wifi form fieldset.checkboxes label span a {
	color: #333;
	display: contents;
	background: none;
	padding: 0;
	margin: 0;
	text-decoration: underline;
}

section.wifi form fieldset.nota {
	font-size: 0.750em;
	font-style: italic;
	margin: 10px 0;
}

section.wifi form fieldset.legal {
	display: none;
	padding: 0 10px 0 0;
	margin: 20px 0;
	text-align: left;
	font-size: 0.750em;
	height: 150px;
	overflow: auto;
}

section.wifi form fieldset.legal p {
	text-align: left;
}

section.wifi form fieldset.legal p strong {
	font-weight: bold;
	font-size: 1em;
	color: #333;
}

section.wifi form fieldset.legal p a {
	color: #333;
	text-decoration: underline;
	background: none;
	padding: 0;
	margin: 0;
	width: auto;
	display: inline-block;
}

section.wifi #capamsg {
	color: #333;
}

section.wifi form table {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin: 20px 0;
	padding: 5px 0;
	width: 100%;
}

section.wifi form table tr th,
section.wifi form table tr td {
	font-family: 'Chalet-LondonNineteenSixty', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	vertical-align: top;
	padding: 5px 20px;
	background: #EFEFEF;
	color: #666;
}

section.wifi form table tr th {
	text-align: left;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 10px;
}

section.wifi form table tr td:first-child {
	width: 20%;
	font-weight: bold;
}

section.wifi form table tr td a {
	display: inline-block;
	font-weight: bold;
	color: #333;
	display: inline-block;
	text-decoration: underline;
	margin: 0;
	padding: 0;
	width: auto;
	background: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

/* PASSWORD */
section.password p {
	text-align: center;
}

section.password p strong {
	font-weight: normal;
	color: #333;
	font-size: 18px;
	display: block;
}

section.password form fieldset {
	margin-bottom: 5px;
}

section.password form fieldset label {
	display: block;
	text-align: left;
}

section.password form fieldset.checkboxes {
	height: 1%;
	overflow: hidden;
	margin: 5px 0;
}

section.password form fieldset.checkboxes input {
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	margin-right: 8px;
	border: 0;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
}

section.password form fieldset.checkboxes label {
	float: left;
	width: 85%;
	padding-top: 5px;
	font-size: 12px;
}

section.password form fieldset input[type="button"] {
	padding: 10px 0;
	width: 100%;
	text-align: center;
	font-style: normal;
	background: #000;
	color: #FFF;
	text-transform: uppercase;
	border-color: #000;
	cursor: pointer;
}

section.password form table {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin: 20px 0;
	padding: 5px 0;
	width: 100%;
}

section.password form table tr th,
section.password form table tr td {
	font-family: 'Chalet-LondonNineteenSixty', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	vertical-align: top;
	padding: 5px 20px;
	background: #EFEFEF;
	color: #666;
}

section.password form table tr th {
	text-align: left;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 10px;
}

section.password form table tr td:first-child {
	width: 20%;
	font-weight: bold;
}

section.password form table tr td a {
	display: inline-block;
	font-weight: bold;
	color: #333;
	display: inline-block;
	text-decoration: underline;
	margin: 0;
	padding: 0;
	width: auto;
	background: none;
}

/* TLF */
section.tlf {
	background: none;
}

section.tlf form {
	width: 300px;
	margin: 50px auto 0;
}

section.tlf form fieldset {
	margin-bottom: 20px;
}

section.tlf form .g-recaptcha {
	margin-bottom: 20px;
}

section.tlf form fieldset label {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

section.tlf form fieldset input[type="text"],
section.tlf form fieldset input[type="tel"] {
	margin-bottom: 0;
	width: 100%;
	padding: 10px 2.5%;
}

section.tlf form .error {
	text-align: center;
	margin: 0;
}

/* OFERTAS / LANDING */
section.ofertas .wrapper-border.min {
	padding: 2rem 2rem 4rem;
}

section.ofertas .logo-center {
	display: none;
}

section.ofertas h1 {
	font-size: 3em;
	text-align: center;
	font-weight: bold;
	color: #000;
	text-transform: none;
	font-style: normal;
	padding: 0;
	margin: 0 0 10px;
	border: 0;
	background: none;
}

section.ofertas h1 strong {
	font-weight: bold;
	font-style: italic;
}

section.ofertas h2 {
	font-size: 2em;
	text-align: center;
	font-weight: normal;
	text-transform: none;
	font-style: normal;
	color: #333;
	margin-bottom: 40px;
	padding: 0;
	border: 0;
}

section.ofertas .masonry ul {
	text-align: center;
}


section.ofertas .masonry ul li {
	position: relative;
	display: block;
	float: left;
	width: 31%;
	margin: 0 1% 20px;
}

@media only screen and (max-width: 990px) {
	section.ofertas .masonry ul li {
		width: 48%;
	}
}

@media only screen and (max-width: 768px) {
	section.ofertas .masonry ul li {
		width: 48%;
	}
}

@media only screen and (max-width: 520px) {
	section.ofertas .masonry ul li {
		width: 100% !important;
	}
}

section.ofertas .masonry ul li .thumbDetail {
	position: relative;
	width: 100%;
	cursor: pointer;
	border: solid 0px #ececec;
	max-height: 340px;
	height: 100%;
}


section.ofertas .masonry ul li .thumbDetail a {
	text-decoration: none;
}

section.ofertas .masonry ul li .thumbDetail p.img {
	line-height: 0;
	position: relative;
	min-height: 100px;
}

section.ofertas .masonry ul li .thumbDetail p.img img {
	width: 100%;
	height: auto;
}

section.ofertas .masonry ul li .thumbDetail p.text {
	padding: 5px 15px;
	height: 85px;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	color: #626262;
}

section.ofertas .masonry ul li .thumbDetail p.text strong {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}

section.ofertas .masonry ul li .thumbDetail .masonry-tic {
	display: none;
	position: absolute;
	z-index: 9;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url('../img/fob/masonry-tic.png') no-repeat 50% 100%;
	background-size: 50px 25px;
}

section.ofertas .masonry ul li.active .thumbDetail .masonry-tic {
	display: block;
}

section.ofertas .masonry ul li .openDetail {
	background: none;
	display: block;
	width: 313%;
	padding: 20px 0 15px;
	border-bottom: 1px solid #333;
}

section.ofertas .masonry ul li.masonry-left .openDetail {
	margin-left: 0;
}

section.ofertas .masonry ul li.masonry-mid .openDetail {
	margin-left: -106%;
}

section.ofertas .masonry ul li.masonry-right .openDetail {
	margin-left: -213%;
}

section.ofertas .masonry ul li .openDetail p {
	text-align: left;
}

section.ofertas .masonry ul li .openDetail p.openDetail-cerrar {
	text-align: right;
}

section.ofertas .masonry ul li .openDetail p.openDetail-cerrar span {
	display: block;
	float: right;
	cursor: pointer;
	font-size: 0;
	width: 30px;
	height: 30px;
	padding-top: 10px;
	background: url('../img/fob/masonry-cerrar.png') no-repeat 0 0;
	background-size: 30px 30px;
}

section.ofertas .masonry ul li .openDetail p.openDetail-tit {
	margin: 40px auto 10px;
	width: 100%;
	padding: 0;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
}

section.ofertas .masonry ul li .openDetail p.openDetail-sub {
	font-size: 1.200em;
	text-transform: uppercase;
	margin-bottom: 5px;
}

section.ofertas .masonry ul li .openDetail p.openDetail-marca {
	margin-bottom: 10px;
}

section.ofertas .masonry ul li .openDetail p.openDetail-tipo {
	height: 40px;
	margin: 10px 0 20px;
}

section.ofertas .masonry ul li .openDetail p.openDetail-tipo span {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	background-color: #333;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 30px 30px;
}

section.ofertas .masonry ul li .openDetail p.openDetail-tipo.activation span {
	background-image: url('../img/masonry-activation.png');
}

section.ofertas .masonry ul li .openDetail p.openDetail-tipo.product span {
	background-image: url('../img/masonry-product.png');
}

section.ofertas .masonry ul li .openDetail p.openDetail-tipo.promotion span {
	background-image: url('../img/masonry-promotion.png');
}

section.ofertas .masonry ul li .openDetail p.openDetail-tipo strong {
	float: left;
	width: 70%;
	padding: 13px 0 0 10px;
}

section.ofertas .masonry ul li .openDetail .openDetail-description {
	margin-bottom: 20px;
}

section.ofertas .masonry ul li .openDetail .openDetail-description p {
	margin: 0 0 5px;
	text-align: left;
	white-space: pre-wrap;
}

section.ofertas .masonry ul li .openDetail .openDetail-description ul li,
section.ofertas .masonry ul li .openDetail .openDetail-description ol li {
	display: block;
	float: none;
	width: 100% !important;
	text-align: left;
	line-height: 1.2em;
}

section.ofertas .masonry ul li .openDetail .openDetail-description table {
	border: 1px solid #FFF;
}

section.ofertas .masonry ul li .openDetail .openDetail-description table tr td {
	line-height: 1.2em;
	padding: 5px 0;
	vertical-align: middle;
	border-bottom: 1px solid #CCC;
}

section.ofertas .masonry ul li .openDetail ul.openDetail-fecha li {
	font-weight: bold;
	margin: 0;
	display: block;
	float: none;
	width: 100%;
	text-align: left;
	color: #000;
}

section.ofertas .masonry ul li .openDetail ul.openDetail-fecha li span {
	font-weight: normal;
	color: #666;
}

section.ofertas .masonry ul li .openDetail ul.masonry-share {
	float: right;
	height: 30px;
	text-align: right;
	margin: 10px auto 0;
}

section.ofertas .masonry ul li .openDetail ul.masonry-share li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	width: auto !important;
}

section.ofertas .masonry ul li .openDetail ul.masonry-share li:first-child {
	margin: 8px 7px 0 0;
	font-size: 1em;
}

section.ofertas .masonry ul li .openDetail ul.masonry-share li.masonry-facebook a,
section.ofertas .masonry ul li .openDetail ul.masonry-share li.masonry-pinterest a,
section.ofertas .masonry ul li .openDetail ul.masonry-share li.masonry-twitter a {
	display: block;
	text-indent: -99999px;
	font-size: 0;
	cursor: pointer;
	width: 30px !important;
	height: 30px;
	padding: 0;
	margin: 0 0 0 5px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 30px 30px;
}

section.ofertas .masonry ul li .openDetail ul.masonry-share li.masonry-facebook a {
	background-image: url('../img/fob/masonry-facebook.png');
}

section.ofertas .masonry ul li .openDetail ul.masonry-share li.masonry-pinterest a {
	background-image: url('../img/fob/masonry-pinterest.png');
}

section.ofertas .masonry ul li .openDetail ul.masonry-share li.masonry-twitter a {
	background-image: url('../img/fob/masonry-twitter.png');
}

section.ofertas .clear {
	clear: both;
}

section.ofertas .configure {
	margin-top: 50px;
}

section.ofertas .configure h3 {
	width: 80%;
	margin: 50px auto 25px;
	text-align: center;
	font-style: italic;
	font-weight: normal;
	color: #000;
	font-size: 1.25em;
}

section.ofertas .configure p {
	text-align: center;
	margin: 0;
}

section.ofertas .configure p a {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	font-weight: bolf;
	text-decoration: none;
}

section.ofertas .configure p a.bt-news {
	font-size: 1.25em;
	color: #FFF;
	text-transform: uppercase;
	padding: 15px 25px 12px;
	background: #333;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

section.ofertas .configure p a.bt-preferences {
	font-size: 1.5em;
	color: #000;
	text-transform: lowercase;
	padding-bottom: 5px;
	border-bottom: 3px solid #000;
}

section.ofertas .no-result {
	text-align: center;
	color: #666;
	font-size: 1em;
	font-style: italic;
	padding: 80px 20%;
}


/* ********************* */
/* LANDING WIFI [8-4-22] */
/* ********************* */
.landingwifi header .centro .logo-center { 
	background-image: url('/assets/img/fob/fob-logo.png'); 
	margin-top: 10px; 
	height: 40px; 
	background-repeat: no-repeat;  
	background-size: auto 75%; 
}

.landingwifi header .header {
	display: flex;
	flex-direction: row;
    align-items: center;
}

.landingwifi header .usuario {
	text-align: right;
	padding-top: 0;
}

.landingwifi section .intro { 
	width: 100%; 
	height: 334px; 
	background: url('/assets/img/bg-wifi.png') no-repeat; 
	background-size: cover;
}

.landingwifi section .intro > .row {
	min-height: 350px;
}

.landingwifi section .intro > .row  h1 {
	font-family: 'StretchProSUPER2-FULL-basic', Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 50px;
	color: #fff;
}

.landingwifi section .intro > .row  h1 span {
	font-family: 'StretchProSUPER2-FULL-basic', Arial, Helvetica, sans-serif;
}

.landingwifi section .intro.loyalty p {
	font-family: 'Chalet-NewYorkNineteenSixty', Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: .04em;
	color:#fff;
}

.landingwifi .btn.dark {
	margin-bottom: 0;
	padding-left: 40px;
	padding-right: 40px;
	width: auto;
}

section.ofertas .wrapper {
	margin: 70px auto;
}

section.ofertas .wrapper h2 {
	font-family: 'Chalet-NewYorkNineteenEighty', Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	line-height: 1.3;
}

section.ofertas .masonry ul li .thumbDetail a {
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    position: relative;
}

section.ofertas .masonry ul li .thumbDetail a:hover img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
	transition: ease .3s;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -ms-transition: ease .3s;
    -o-transition: ease .3s;
}

section.ofertas .masonry ul li .thumbDetail p.img {
	overflow: hidden;
	border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

section.ofertas .masonry ul li .thumbDetail h4 {
    position: absolute;
    padding: 10px;
    bottom: 0;
    left: 0;
    padding: 15px 10px;
    z-index: 2;
	width: 100%;
}

section.ofertas .masonry ul li .thumbDetail h4 {
    position: absolute;
    padding: 10px;
    bottom: 0;
    left: 0;
    padding: 15px 10px;
    z-index: 2;
	width: 100%;
}

section.ofertas .masonry ul li .thumbDetail span.text {
    position: absolute;
    font-family: 'Chalet-NewYorkNineteenEighty', Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-weight: normal;
    line-height: 2;
    color: #fff;
    background-color: #000;
    bottom: 0;
	left: 0;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 8px;
    margin: 15px;
    text-transform: lowercase;
    text-align: left;
	height: auto!important;
	display: inline!important;
	width: auto!important;
}

section.ofertas .masonry .openDetail {
    text-align: left;
}

section.ofertas .masonry .openDetail .openDetail-sub {
    display: inline-block;
    text-align: left;
    margin-right: 10px;
}

section.ofertas .masonry .openDetail .openDetail-sub::after {
	content: "|";
    width: 10px;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    font-size: 14px;
    vertical-align: top;
}

section.ofertas .configure p a {
	padding-left: 25px;
    padding-right: 25px;
}

.recuerda {
	height: 365px;
	background: url('/assets/img/bg-recuerda.png') no-repeat center center;
	background-size: cover;
	border-radius: 15px;
	margin-bottom: 50px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	display: flex;
    flex-direction: column;
    justify-content: center;
	margin: 60px 0;
    padding: 60px;
}

.recuerda h3 {
	max-width: 550px;
    margin: 15px auto;
	font-family: 'StretchProSUPER2-FULL-basic', Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #fff;
}

.recuerda h3 span {
	font-family: 'StretchProSUPER2-FULL-basic', Arial, Helvetica, sans-serif;
}

.recuerda .text-recuerda {
	max-width: 550px;
	margin: 10px auto 30px auto;
	font-family: 'Chalet-LondonNineteenSixty', Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 17px;
	line-height: 1.3;
	text-align: center;
	letter-spacing: .04em;
}

.recuerda a.btn {
	margin-bottom: 0;
	padding-left: 25px;
	padding-right: 25px;
}

/* ofertas sin centro */
section.ofertas .intro p {
	font-family: 'Chalet-NewYorkNineteenSixty', Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: .04em;
	color:#fff;
}

section .contenido {
	margin:60px 0;
}

section .hazte {
	height: 480px;
}

section .hazte .bg {
	background: url('/assets/img/bg-hazte-lifestyler-desk.png') no-repeat center center;
	background-size: cover;
	padding-left: 50px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

section .hazte .bg .btn.dark {
	max-width: 360px;
    line-height: 2.7;
}

section .hazte .imag {
	margin: 40px 0 0 0;
}

section .hazte h2 {
	font-family: 'StretchProSUPER2-FULL-basic', Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 37px;
	color: #fff;
	transform: rotate(356deg);
	-webkit-transform: rotate(356deg);
	-moz-transform: rotate(356deg);
	-ms-transform: rotate(356deg);
	-o-transform: rotate(356deg);
	margin-bottom: 40px;
}

section .hazte h2 span {
	font-family: 'StretchProSUPER2-FULL-basic', Arial, Helvetica, sans-serif;
}

section .hazte p {
	font-family: 'Chalet-NewYorkNineteenSixty', Arial, Helvetica, sans-serif;
	font-size: 18px;
	max-width: 300px;
	color: #fff;
}


/* *********************** */
/* LANDING WIFI [10-6-22]  */
/* *********************** */
/* botón área personal */
header .profile {
    padding: 0;
    margin-left: 2rem;
	display: flex;
	justify-content: flex-end;
}

header .profile a::before {
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
}

header .profile>a {
    padding: 0;
}

header .profile .dropdown-toggle::after {
    margin-left: 0;
    vertical-align: 0;
    border: none;
}

header .profile ul {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

header .profile ul li {
    display: block;
    padding: 1rem 1.5rem;
}

header .profile ul li a {
    padding: 0;
    text-transform: none;
    font-family: 'Chalet-NewYorkNineteenSixty', Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.2;
}

header .profile ul li a:hover {
    background-color: transparent;
    text-decoration: underline;
}

header .profile ul.dropdown-menu {
    z-index: 10000;
}

header .buttons-sign-in {
    width: 90px;
    transition: .3s ease-in-out;
    position: relative;
}

header .buttons-sign-in:hover .sign-in {
    background-color: #000;
}

header .sign-in {
    height: 50px;
    width: 90px;
    border-radius: 10px;
    background-color: #FA8866;
    transition: .3s ease-in-out;
}

header .sign-in>p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
}

header .sign-in>p em {
    color: #fff;
    font-size: 20px;
}

[class^="icon-"], 
[class*=" icon-"] {
    font-family: 'neinver' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-menu:before {
    content: "\e90c";
}

.icon-account:before {
    content: "\e922";
}

/* span lineheignt */
section.ofertas .masonry ul li .thumbDetail a {
	position: relative;
	display: block;
	width: 100%;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	background-color: rgba(240, 240, 240, 0.25);
	height: 100%;
	overflow: hidden;
	border: solid 1px rgb(231, 231, 231);
}

section.ofertas .masonry ul li .thumbDetail a p.img {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-position: center center !important;
	transition: ease .3s;
}

section.ofertas .masonry ul li .thumbDetail a p.img:hover {
	transform: scale(1.05);
}



section.ofertas .masonry ul li .thumbDetail h4 {
	position: absolute;
    padding: 10px;
    bottom: 0;
    left: 0;
    padding: 15px 10px;
    z-index: 2;
	text-align: left;
}

section.ofertas .masonry ul li .thumbDetail span.text {
	position: relative;
	text-align: left;
    font-family: 'Chalet-NewYorkNineteenEighty', Arial, Helvetica, sans-serif;
    font-weight: normal;
	font-size: 23px;
    line-height: 2;
    color: #fff;
    background-color: #000;
    bottom: 0;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 8px;
    margin: 15px 5px;
    text-transform: lowercase;
}

/* texto centrado >> loginComplete.cfm */
section.wifi .splash.logincomplete fieldset {
	text-align: center;
}

section.wifi .splash.logincomplete fieldset.checkboxes input[type=checkbox] {
	float: none;
	margin: 5px auto;
    display: block;
}

section.wifi .splash.logincomplete fieldset.checkboxes,
section.wifi .splash.logincomplete fieldset.checkboxes label {
	text-align: center;
	padding-top: 10px;
}

section.ofertas .masonry ul {
	padding-left: 0;
}
/* *************************** */
/* fin LANDING WIFI [10-6-22]  */
/* *************************** */


/* *************************** */
/* MONTABAUR WIFI [20-6-22]    */
/* *************************** */
body.montabaur header .logo {
	width: 290px;
	height: 40px;
	background-size: auto;
}

body.montabaur section.wifi h1 {
	font-family: 'StretchProSUPER2-FULL-basic', Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #000;
	line-height: 1.2;
	text-align: center;
	width: 100%;
	margin: 20px 15px 40px;
}

body.montabaur section.wifi p {
	font-family: 'Chalet-LondonNineteenSixty', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	line-height: 1.5;
	width: 70%;
	margin: 0 auto;
	text-align: center;
}

body.montabaur section.wifi .wrapper-border.min {
	max-width: 850px;
}



/* *************************** */
/* CAMBIOS COMPLETAR DATOS REG */
/* MOD [25-10-22]              */
/* *************************** */
div.result .formulario-registro .intro {
	width: auto;
	margin: 0px auto;
	padding: 15px 0;
}

div.result .formulario-registro .registro.completar {
	text-align: center;
}

div.result .formulario-registro .registro.completar .error {
	text-align: left;
	font-style: normal;
}

div.result .formulario-registro .registro.completar .error input,
div.result .formulario-registro .registro.completar .error select {
	background-color: #e8f0fe;
}

div.result .formulario-registro .registro.completar>.row {
	margin-bottom: 3rem;
}

div.result .formulario-registro .registro.completar .intereses div ul li {
	width: 165px;
	padding: 0;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	vertical-align: top;
	height: auto;
	position: relative;
}

div.result .formulario-registro .registro.completar .intereses div ul li input {
	position: absolute;
	top: 15px;
	left: 15px;
	appearance: none;
	display: none;
}

div.result .formulario-registro .registro.completar .intereses div ul li label {
	border: solid 1px #D8D8D8;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	min-height: 92px;
	padding-top: 20px;
	background: url(../img/tso/img-check.png) no-repeat 10px 10px;
	cursor: pointer !important;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-ms-transition: ease .3s;
	-o-transition: ease .3s;
}

div.result .formulario-registro .registro.completar .intereses div ul li label:hover {
	border: solid 1px #000;
}

div.result .formulario-registro .registro.completar .intereses div ul li label span {
	color: #000;
}

div.result .formulario-registro .registro.completar .intereses div ul li input:checked+label {
	border: solid 1px #000;
	background: url(../img/tso/img-check-cheked.png) no-repeat 10px 10px;
}

div.result .formulario-registro .registro.completar p,
div.result .formulario-registro .registro.completar span {
	color: #7f7f7f;
}

div.result .formulario-registro .registro.completar>.row,
div.result .formulario-registro .registro.completar>.row .error h1,
div.result .formulario-registro .registro.completar>.row .error p {
	text-align: left;
}

div.result .formulario-registro .registro.completar>.row .error h1 {
	margin-top: 1.5rem;
}

div.result .formulario-registro .registro.completar span.txterror {
	display: none !important;
}



/* ************* */
/* MEDIA QUERYS  */
/* ************* */
@media only screen and (max-width: 1024px) {

	.btn {
		padding-left: 40px;
	}

	/* ********************* */
	/* LANDING WIFI [8-4-22] */
	/* ********************* */
	section .hazte {
		padding-left:0;
	}
	section .hazte .imagfoto {
		right: -32px;
	}
	section .hazte .imagbarra {
		right: -32px;
	}

}

@media only screen and (max-width: 990px) {

	header .volverh a {
		display: block;
	}

	header .volver a {
		display: none;
	}

	section .wrapper-border .row div[class*="col-"] {
		padding-left: 15px;
		padding-right: 15px;
	}

	section .wrapper-border .login .row div[class*="col-"] {
		padding-left: 15px;
		padding-right: 15px;
	}

	section .wrapper-border fieldset.registro .row div[class*="col-"] {
		padding-left: 15px;
		padding-right: 15px;
	}

	.hidemov {
		display: none;
	}

}

@media only screen and (max-width: 768px) {

	.wrapper-border {
		max-width: 620px;
	}

	fieldset.registro select.multiple-select {
		max-width: 80%;
	}

	div.intereses div ul li {
		width: 145px;
	}

	section.ofertas .masonry ul li .thumbDetail span.text {
		font-size: 18px;
	}

}

@media only screen and (max-width: 576px) {

	.wrapper-border {
		margin: 1rem auto;
		padding: 2.5rem 1.5rem;
	}

	header .logo {
		width: 185px;
		height: auto;
		margin: 0 auto;
		background-size: 100% auto;
	}

	.legales table tr td:first-child {
		width: auto;
	}

	div.intereses div ul li {
		width: 46%;
		margin-right: 5px;
		margin-bottom: 5px;
	}

	footer .logo {
		width: 160px;
		height: auto;
		background-size: 100% auto;
	}

	.btn.fb,
	.btn.mobile {
		padding-left: 65px;
		line-height: 1.5;
		padding-top: 17px;
		padding-right: 20px;
		white-space: inherit;
		overflow: visible;
		text-overflow: initial;
		height: 70px;
		letter-spacing: 0.35em;
	}

	div.intereses div ul li span {
		font-size: 13px;
		padding: 15px 12px 12px 15px;
	}

	.btn.overflow {
		height: auto;
		line-height: 1.6;
	}

	section.ofertas .masonry ul {
		padding: 0;
	}

	/* ********************* */
	/* LANDING WIFI [8-4-22] */
	/* ********************* */
	.landingwifi header .centro .logo-center{
	    background-size: auto 45%;
    	background-position: 0 center;	
	}

	.landingwifi section .intro > .row h1 {
		font-size: 30px;
	}

	.landingwifi section .intro.loyalty p {
		font-size: 16px;
	}	

	section.ofertas .wrapper h2 {
    	font-size: 22px;
	}
	.recuerda {
		margin: 15px 0;
		padding: 15px;
	}
	.recuerda a.btn {
		line-height: 2.3;
		height: auto;
		padding-left: 20px;
    	padding-right: 20px;
	}

	section .hazte {
		height: 790px;
		padding: 30px 15px;
	}
	section .hazte .imagbarra {
		display: none;
	}

	section .hazte .bg {
		background: url('/assets/img/bg-hazte-lifestyler-mob.png') no-repeat center center;
		background-size: cover;
		padding:20px;
		text-align: center;
	}

	section .hazte .imag {
		margin: 15px 0 30px;
	}

	section .hazte h2 {
		font-size: 22px;
		text-align: center;
		transform: rotate(0deg);
		line-height: 1.4;
		margin-bottom: 15px;
	}

	section .hazte p {
		text-align: center;
		margin: 10px auto 30px;
	}

	section.ofertas .intro .text p,
	section.ofertas .intro .text h1 {
		padding-left: 15px;
		padding-right: 15px;
	}


	/* ********************* */
	/* LANDING WIFI [10-6-22] */
	/* ********************* */
	section.ofertas .masonry ul li .thumbDetail span.text {
		font-size: 17px;
	}


}

@media only screen and (max-width: 390px) {

	header .logo {
		width: 165px;
		height: 65px;
		object-fit: cover;
		background-size: 100% auto;
	}

	footer .logo {
		width: 125px;
		height: 50px;
		background-size: 100% auto;
	}

	.btn {
		padding-left: 15px;
	}

	fieldset.registro select#center {
		height: 100px;
	}

	div.intereses div ul li {
		width: 47.5%;
	}

	section h1 {
		margin-top: 2rem;
	}

	fieldset.registro p.check input[type="checkbox"] {
		margin-bottom: 100px;
	}

	fieldset.registro p.check input[name="termsOfService"] {
		margin-bottom: 10px;
	}

	.legales table tr td {
		font-size: 14px;
	}

	section.ofertas .masonry ul li .thumbDetail span.text {
		font-size: 22px;
	}


}

@media only screen and (max-width: 320px) {

	.btn {
		padding-left: 0;
	}

	div.intereses div ul li {
		width: 47%;
	}

	/* ********************* */
	/* LANDING WIFI [8-4-22] */
	/* ********************* */
	.landingwifi header .centro .logo-center {
		background-size: auto 85%;
	}

	header .usuario a {
    	display: block;
	}
	header .usuario a img{
    	max-width: 130%;
	}
	section .hazte .bg {
		padding: 7px;
	}

	/* ********************* */
	/* LANDING WIFI [10-6-22] */
	/* ********************* */

	.landingwifi header .centro .logo-center {
		background-size: auto 45%;
	}

	header .sign-in {
		height: 45px;
		width: 60px;
	}

	.landingwifi section .intro > .row h1 {
		font-size: 25px;
	}


}


/* MODIFICACIÓN [14-3-23] 
 ALERT
*/
.containerAlert {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	width: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.35);
	z-index: 999;
}

.alertButtons {
	background-color: rgb(255, 255, 255);
	border-radius: 15px;
	padding: 25px 30px;
	width: 100%;
	max-width: 550px;
	margin: 15px;
}

.alertButtons ul {
	display: block;
	width: 100%;
	height: auto;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.alertButtons ul li {
	display: inline-block;
	width: 49%;
}

.alertButtons a.btn {
	font-family: 'Chalet-NewYorkNineteenSixty', Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0.25em;
	background-color: rgb(0, 0, 0);
	border: solid 1px rgb(0, 0, 0);
	color: rgb(255, 255, 255);
	border-radius: 6px;
	padding: 20px 0 15px;
	text-decoration: none;
	width: auto;
	display: block;
	margin: 20px;
	transition: ease .3s;
	line-height: 1;
	text-transform: uppercase;
}

.alertButtons a.btn:hover {
	background-color: rgb(255, 255, 255);
	border: solid 1px rgb(0, 0, 0);
	color: rgb(0, 0, 0);
}

.alertButtons a.btn.outline {
	background-color: rgb(255, 255, 255);
	border: solid 1px rgb(0, 0, 0);
	color: rgb(0, 0, 0);
}

.alertButtons a.btn.outline:hover {
	background-color: rgb(0, 0, 0);
	border: solid 1px rgb(0, 0, 0);
	color: rgb(255, 255, 255);
}

.alertButtons h3 {
	font-family: 'Chalet-NewYorkNineteenSixty', Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: rgb(0, 0, 0);
	letter-spacing: 0;
	line-height: 28px;
	text-align: center;
	margin: 10px 0 30px;
}

.alertButtons p {
	font-size: 17px;
	text-align: center;
	margin: 15px;
}

@media screen and (max-width: 576px) {
	.alertButtons ul li {
		display: block;
		width: 100%;
	}

	.alertButtons {
		padding: 15px;
	}
}

/* END MODIFICACIÓN [14-3-23] 
 ALERT
*/
