@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@300;400;500;600;700&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1;
	font-family: 'Barlow Semi Condensed', sans-serif;
	background: #ffffff;
	max-width: 1920px;
	margin: 0 auto;
	font-size: 62.5%;
	position: relative;
	color: #ffffff;
	padding: 0
}

.campo.oculto {
	display: none;
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.limpia,
.espacio {
	clear: both
}

.transicion {
	transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-ms-transition: all 250ms linear
}

::-webkit-scrollbar {
	height: 4px;
	width: 15px;
	height: 0;
	width: 0;
}

::-webkit-scrollbar-button {
	height: 0px;
	width: 0px
}

::-webkit-scrollbar-thumb {
	background: #009fbf;
	border-radius: 0;
	border: 0px none #cecece
}

::-webkit-scrollbar-thumb:hover {
	background: #009fbf
}

::-webkit-scrollbar-thumb:active {
	background: #009fbf
}

::-webkit-scrollbar-track {
	background: #009fbf;
	border-radius: 0;
	border: 0px none #009fbf
}

::-webkit-scrollbar-track:hover {
	background: #009fbf
}

::-webkit-scrollbar-track:active {
	background: #009fbf
}

::-webkit-scrollbar-corner {
	background: transparent
}

::-webkit-input-placeholder {
	color: #00bcd2;
	font-weight: 600;
}

::-moz-placeholder {
	color: #00bcd2;
	font-weight: 600;
}

:-ms-input-placeholder {
	color: #00bcd2;
	font-weight: 600;
}

:-moz-placeholder {
	color: #00bcd2;
	font-weight: 600;
}



body {
	max-width: 425px;
	margin: 0 auto;
	background: #f2f2f2;
}

header.header {
	background: #ffffff;
	position: relative;
	padding: 20px;
}

header.header .logo {
	width: 122px;
	height: 95px;
	background: url(../img/logo.png) left top no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: top;
	text-indent: -9999px;
	overflow: hidden;
}

header.header .btn {

	
	background: #009fbf;
	width: 48px;
	height: 48px;
	position: absolute;
	right: 80px;
	bottom: 20px;
	z-index: 1;
	text-indent: -9999px;
	overflow: hidden;
	border-radius:5px;
}

header.header .btn.user2{
	right: 20px;
}
header.header .btn.salir {
	right: 20px;
	background-color: #00bee5;
}

header.header .btn:after {
	content: '';
	background-size: contain;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-position: center;
	background-size: 25px;
	background-repeat: no-repeat;
}

header.header .btn.user:after {
	background-image: url(../img/user.svg);
}

header.header .btn.salir:after {
	background-image: url(../img/exit.svg);
}
header.header .btn.cfg:after {
	background-image: url(../img/settings.svg);
}
.gradient {
	background-color: #009fbf; 
	
	padding: 55px 20px;
}

.titular {
	font-size: 2.5em;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 600;
	text-align: center;
	display: block;
	margin-bottom: 30px;
}

.campo label {
	font-size: 1.8em;
	color: #ffffff;
	display: block;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: 600;
}

.campo label.ico {
	background-position: right 30px center;
	background-repeat: no-repeat;
	background-size: 16px;
}

.campo label.mail {
	background-image: url(../img/mail.svg);
}

.campo label.pass {
	background-image: url(../img/lock.svg);
}

.campo label.edit {
	background-image: url(../img/edit.svg);
}

.campo label.phone {
	background-image: url(../img/phone.svg);
}

.campo label.date {
	background-image: url(../img/date.svg);
}

.campo label.hour {
	background-image: url(../img/hour.svg);
}

.campo label.user {
	background-image: url(../img/user.svg);
}

.campo label.search {
	background-image: url(../img/search.svg);
}

.campo input {
	outline: none;
	margin-top: 5px;
	height: 56px;
	width: calc(100% - 60px);
	border: solid 2px white;
	border-radius: 5px;
	background: transparent;

	padding: 0 30px;
	color: #ffffff;
	letter-spacing: 1px;
	font-size: 1.65em;
}

.campo {
	margin-top: 35px;
}

.enlace_plano {
	font-size: 1.9em;
	color: #ffffff;
	text-align: center;
	font-weight: 600;
	margin: 40px 0;
}

.enlace_plano a {
	color: inherit;
	text-decoration: none;
}

.btn_enviar {
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 2.5em;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	background: #00bee5;
	border-radius: 5px;
}

.btn_eliminar {
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 2.0em;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	background: #00bee5;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	right: 0 !important;
}

.margin_top100 {
	margin-top: 100px;
}

main.gradient {
	min-height: calc(100vh - 245px);
	min-height: calc(var(--vh, 1vh) * 100 - 245px);
}

.underline {
	text-decoration: underline;
}

/* CHECKS */
.checks {
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: center;
}

.checks .check {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 1.9em;
	font-weight: 500;
	line-height: 20px;
	text-align: left;
	color: #ffffff;
}

.checks .check:last-child {
	margin-bottom: 0;
}

.checks .check.centrado {
	text-align: center;
}

.checks .check input[type="checkbox"] {
	display: none;
	border: 0;
	border-radius: 0;
	background: transparent;
	opacity: 0;
}

.checks .check label {
	position: relative;
	display: block;
	padding-left: 30px;
	font-size: 14px;
	cursor: pointer;
}

.checks .check.centrado label {
	display: inline-block;
	vertical-align: middle;
}

.checks .check label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border-radius: 0;
	background: url('../img/check.svg') no-repeat;
	background-size: 20px;
}

.checks .check input[type="checkbox"]:checked + label:before {
	background-image: url('../img/checked.svg');
}

.checks .check label a {
	text-decoration: underline;
	color: #ffffff;
	z-index: 1;
}

.titular.sub {
	font-size: 2em;
	font-weight: 500;
	text-transform: none;
}

.margin_top50 {
	margin-top: 50px;
}

.pago {
	margin-top: 60px;
	font-size: 1.9em;
	color: #ffffff;
	text-align: center;
}

.campo.trampa {
	position: relative;
}

.campo.trampa input {
	position: relative;
}

.campo.trampa:before {
	content: '';
	background: #009fbf;
	background: transparent;
	position: absolute;
	right: 2px;
	bottom: 0px;
	z-index: 0;
	width: 78px;
	border-radius: 5px;
	height: 58px;
}

.mensaje_centrado {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20%;
	left: 20%;
	margin: 0 auto;
	z-index: 1;
}

.mensaje_centrado .titular.sub {
	margin-top: 90px;
}

.btn_enviar.btn_eliminar,
.btn_enviar.btn_reserva,
.btn_enviar.btn_detalles,
.btn_enviar.btn_mdatos,
.btn_enviar.btn_mreservas {
	height: 56px;
	line-height: 56px;
	background: transparent;
	border: solid 2px white;
	font-size: 1.9em;
	text-align: left;
	padding: 0 30px;
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: right 30px center;
	margin-top: 15px;
}

.btn_enviar.btn_reserva .fecha,
.btn_enviar.btn_reserva .usuario {
	display: block;
	margin-top: 8px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.btn_enviar.btn_reserva.no_pagado
{
	border-color:#fff;
	color: #fff;
	background-color: #00bee5;
	opacity: .5;
}

p.no_pagada
{
	border: solid 2px #00bee5;
	border-radius: 5px;
	color: #fff;
	line-height: 40px;
	margin-bottom: 20px;
	background-color: #00bee5;
}

.btn_enviar.btn_mdatos {
	margin-top: 30px;
	background-image: url(../img/user.svg);
}

.btn_enviar.btn_mreservas {
	background-image: url(../img/grid.svg);
}

.btn_enviar.btn_detalles {
	background-image: url(../img/plus.svg);
}

.btn_enviar.btn_reserva {
	background-image: url(../img/edit2.svg);
	line-height: unset;
	padding-top: 10px;
}

.mis_reservas .btn_enviar.btn_mdatos {
	margin-top: 10px;
	background-image: url(../img/date.svg);
}

.btn_enviar.btn_eliminar {
	background-image: url(../img/trash.svg);
}


.volver {
	height: 40px;
	margin: 0 auto;
	background: url(../img/back.svg) left 20px center no-repeat;
	background-size: 20px;
	color: white;
	font-size: 1.6em;
	text-transform: uppercase;
	text-align: right;
	padding-right: 20px;
	display: block;
	border: solid 2px rgba(255,255,255,1);
	text-decoration: none;
	line-height: 40px;
	margin-bottom: 20px;
	border-radius: 5px;
	font-weight: 500;
}

.leyenda div {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px;
	font-size: 1.45em;
	font-weight: 500;
	position: relative;
	text-transform: uppercase;
	padding-left: 25px;
	line-height: 20px;
}

.leyenda div:after {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 2px;
	background: #00bee5;
	z-index: 1;
}

.leyenda .hoy {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 0;
	z-index: 1;
	max-width: 25px;
	margin: 0 auto;
}

.leyenda .hoy:after {
	background: #00bee5;
}

.leyenda .hora {
	float: right;
}

.leyenda .hora:after {
	background: url(../img/cancel.svg) center no-repeat;
	background-size: 20px;
	width: 20px;
	height: 20px;
	top: 0;
}

footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	max-width: 425px;
	margin: 0 auto;
	transform: translateY(-100%);
}

.contiene_buscador .volver {
	float: left;
}
.contiene_buscador .volver2 {


    width: 48px;
    font-size: 0;

    background-position: center;
    border-width: 0;
    padding-right: 0;
}

.contiene_buscador .lanza_buscar {
	float: right;
	width: 48px;
	height: 48px;
	background: url(../img/search.svg) center no-repeat;
	background-size: 20px;
	text-indent: -9999px;
	overflow: hidden;
}

.buscador {
	display: none;
	position: relative;
	margin-bottom: 30px;
}

.buscador .campo {
	margin-top: 0;
}

body.show_buscador .buscador {
	display: block;
}

body.show_buscador .lanza_buscar {
	background-image: url(../img/close.svg);
	background-size: 25px;
}

.buscador .btn_buscar {
	position: absolute;
	right: 2px;
	top: 7px;
	z-index: 1;
	height: 56px;
	background: url(../img/search.svg) right 30px center no-repeat;
	background-size: 20px;
	width: 48px;
	text-indent: -9999px;
	overflow: hidden;
	border-radius: 5px;
}

.buscador .btn_buscar.limpiar {
	border-width: 0;
	background-image: url(../img/close.svg);
	right: 50px;
}

div.ui-datepicker {
	max-width: 380px;
	width: 100%;
	font-size: 13px !important;
}

.desplegable_horas {
	background: #ffffff;
	border-radius: 5px;
	position: absolute;
	right: 0;
	left: 0;
	top: 100%;
	height: 200px;
	display: none;
	overflow: auto;
	z-index: 1;
	padding: 20px;
}

.desplegable_horas a {
	display: block;
	font-size: 1.9em;
	color: #009fbf;
	text-decoration: none;
	background: url(../img/ok.svg) right center no-repeat;
	background-size: 20px;
	margin-bottom: 10px;
	line-height: 48px;
}

.desplegable_horas a:last-child {
	margin-bottom: 0;
}

.desplegable_horas a.ko {
	color: #f44336;
	background-image: url(../img/cancel.svg);
}

.desplegable_horas a.sel {
	background-color: #00bee5;
	color: #ffffff;
	text-indent: 20px;
	border-radius: 5px;
	background-position: right 20px center;
	background-image: url(../img/checked.svg);
}

.desplegar_horas {
	position: relative;
	cursor: pointer;
}

.desplegar_horas input {
	cursor: pointer;
}

.input_datepicker {
	background: black;
	color: white;
	font-size: 20px;
	height: 48px;
	width: 100%;
	border-radius: 5px;
	border-width: 0;
	display: block;
	outline: none;
	appearance: none;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 48px;
	display: none;
}

/*nuevo 04/06/2021*/

/* CARGANDO */
@keyframes cargando {
	0%,
	40%,
	100% {
		transform: scaleY(.5);
	}

	20% {
		transform: scaleY(1);
	}

}

.cargando {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 25;
}

.cargando .interior {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	z-index: 2;
	transform: translate(0, -50%);
}

.cargando .interior div {
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 100%;
	margin-left: 5px;
	background: #00bee5;
	animation: cargando 1.2s infinite ease-in-out;
}

.cargando .interior div:nth-of-type(1) {
	margin-left: 0;
}

.cargando .interior div:nth-of-type(2) {
	animation-delay: -1.1s;
}

.cargando .interior div:nth-of-type(3) {
	animation-delay: -1s;
}

.cargando .interior div:nth-of-type(4) {
	animation-delay: -.9s;
}

.cargando .interior div:nth-of-type(5) {
	animation-delay: -.8s;
}

.cargando .fondo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 1;
}

.error b {
	font-weight: 700;
}

.error {
	padding: 30px;
	font-weight: 500;
	border-radius: 5px;
	font-size: 1.65em;
	color: #009fbf;
	background: rgba(255, 255, 255, .95);
	margin-top: 0 !important;
	margin-bottom: 20px !important;

}

.error ul {
	text-align: left;
	margin-top: 20px;
}

.error li {
	list-style: disc;
	margin-left: 20px;
	margin-top: 10px;
}

.error a {
	color: inherit;
	text-decoration: underline;
	font-weight: bold;
}

#show-datepicker {
	font-size: 20px;
	display: block;
	color: #ffffff;
	line-height: 60px;
	height: 60px;
	text-align: left;
	padding-left: 20px;
	border-radius: 5px;
	background: url(../img/date.svg) right 20px center no-repeat #00bee5;
	background-size: 20px;
}

div.format_popup {
	max-width: 700px;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	cursor: default !important;
	min-width: 260px;
	color: black;
}

div.format_popup .tit {
	margin-top: 0;
}

div.format_popup h1,
div.format_popup h2,
div.format_popup h3,
div.format_popup h4,
div.format_popup h5 {
	font-weight: 600;
	font-size: 1.45em;
	text-transform: uppercase;
	margin: 20px 0
}

div.format_popup table,
div.format_popup ul,
div.format_popup ol,
div.format_popup p {
	font-size: 1.45em;
	margin: 20px 0 0 0;
	line-height: 2em
}

div.format_popup b,
div.format_popup strong {
	font-weight: 600
}

div.format_popup a {
	text-decoration: underline;
	color: #00bee5;
	font-weight: 600
}

div.format_popup .limit {
	/*height: 50vh;*/
	/*overflow: auto;*/
	/*padding-right: 20px*/
}

div.format_popup.minified .limit {
	height: auto;
	overflow: visible;
	min-width: 280px;
	padding-right: 0
}

div.format_popup .limit::-webkit-scrollbar {
	width: 5px;
	height: 5px
}

div.format_popup table {
	width: 100%;
	border-collapse: collapse;
	white-space: nowrap
}

div.format_popup tr:nth-of-type(odd) {
	background: #eee
}

div.format_popup th {
	background: #333;
	color: white;
	font-weight: bold
}

div.format_popup td,
div.format_popup th {
	padding: 6px;
	border: 1px solid #ccc;
	text-align: left
}

div.format_popup .scroll_table {
	overflow: auto
}

div.format_popup .scroll_table::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 40px #f0f0f0;
	-moz-box-shadow: inset 0 0 40px #f0f0f0;
	box-shadow: inset 0 0 40px #f0f0f0;
}

div.format_popup .scroll_table::-webkit-scrollbar {
	width: 16px;
	height: 16px
}

.user_lis{
	    background: transparent;
    border: solid 2px white;
    font-size: 1.6em;
    text-align: left;
    padding: 0 30px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: right 30px center;
    margin-top: 15px;

        height: 56px;

    

    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    display: block;

    border-radius: 5px;
    padding-right: 155px;
    position: relative;

}
.user_lis span{
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;

  font-size: 13px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  max-width: 150px;
}
.user_lis a{
	position: absolute;
	top: 0;
	right: 5px;
	bottom: 0;
	width: 34px;
	font-size: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
}
.user_lis a.btn_detalles{
	right: 40px;
	background-image: url(../img/search.svg);
}
.user_lis a.btn_eliminar{
	background-image: url(../img/trash.svg);
}
.user_lis a.btn_date{
	right: 78px;
	background-image: url(../img/date.svg);
}
.user_lis a.btn_edit{

	background-image: url(../img/edit.svg);
}

.dialog-confirm{
	display: none;
}




.ui-dialog{
	font-size: 1.6em;
	font-family: 'Barlow Semi Condensed', sans-serif;
}

.ui-dialog .ui-dialog-content{
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 25px;

}

.ui-widget-header {

	background: #009fbf;


    border: 1px solid rgba(0, 143, 150, 1);

    color: white;
    line-height: 48px;
    height: 48px;
    text-transform: uppercase;

}

.ui-widget-overlay{
	background: black;
	opacity: .5;

}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #00bee5;
   background: #00bee5;


    color: white;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: 1px solid black;
    background: black;

    color: white;
    font-weight: 500;
}

.ui-dialog .ui-dialog-titlebar-close {
    


    width: 44px;
    
    min-width: 44px;
    height: 44px;
    top: 50%;
    right: 7px;
    margin: 0;
    transform: translateY(-50%);
}


.ui-icon-closethick{
	background: url(../img/close.svg) center no-repeat !important;
	background-size: 20px  !important;

}


.ui-button{
	padding: 0 20px;
	height: 48px;
	min-width: 120px;
}


.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
	width: 48px;
	height: 48px;
	background: #00bee5;
	border-radius: 5px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span{
	background: url(../img/prev.svg) no-repeat center #00bee5;
	background-size: 25px;
	width: 48px;
	height: 48px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	border-radius: 5px;
	transform: translateY(-50%);
}
.ui-datepicker .ui-datepicker-next span{
	background-image: url(../img/next.svg);
	
}


.ui-datepicker .ui-datepicker-title{
	padding-top: 14px;
}

.ui-datepicker th{
	font-size: 15px;
	text-transform: uppercase;
}

.ui-datepicker td span, .ui-datepicker td a{
	padding: 10px;
	text-align: center;
}

div.ui-datepicker{
	margin-bottom: 40px;
}


#show-datepicker.name{
	background-image: none;
	text-align: center;
	padding-left: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 20px;
	font-size: 20px;
}

.btn_enviar.legal{
	background-image: url(../img/edit.svg);
	opacity: .5;
}



.formulario_mvl .leyenda{
	text-transform: uppercase;
	display: block;
	font-size: 20px;
	text-align: center;
	padding-bottom: 10px;
}
.formulario_mvl tbody,
.formulario_mvl{
	width: 100%;
	display: block;
}
.formulario_mvl tr,
.formulario_mvl th,
.formulario_mvl td{
	display: block;
	width: 100%;
}
.formulario_mvl td input,
.formulario_mvl td textarea{
	width: 100%;
	display: block;
	min-height: 48px;
	border-radius: 5px;
	background: transparent;
	color: white;
	text-align: center;
	font-size: 16px;
	margin-bottom: 40px;
	border: solid 2px white;
}
.formulario_mvl td textarea{
	height: 500px;
}

body.full_width{
	max-width: none;
}


body.full_width .middel{
	

	background-image: none;
	text-align: center;
	max-width: 420px;
	margin: 0 auto;
	margin-top: 20px;
}

body.full_width .middel:nth-of-type(1) {
	margin-bottom: 10px;
	background-color: #00bee5;
	border-color: #00bee5;
}


#cookie-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 340px;
	padding: 20px;
	background: #fff;
	text-align: left;
	box-shadow: 0 0 10px rgba(0, 0, 0, .25);
	z-index: 101;
}

#cookie-bar p {
	margin: 0;
}

#cookie-bar p span {
	display: block;
	margin-bottom: 25px;
	font-size: 1.25em;
	line-height: 20px;
	color: #009fbf;
	font-weight: 400;
}

#cookie-bar a {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 50px);
	margin-right: 20px;
	padding: 0 20px;
	font-size: 1.45em;
	font-weight: 600;
	line-height: 50px;
	height: 48px;
	text-transform: uppercase;
	color: #ffffff;
	background: #00bee5;
	transition: all 250ms linear;
	text-align: center;
	text-decoration: none;
}

#cookie-bar a:last-child {
	margin-right: 0;
	background: transparent;
	color: #00bee5;
	box-shadow: 0 0 0 2px #00bee5 inset;
}
div.format_popup p,
div.format_popup a{
	word-break: break-all;
}

div.format_popup.abs{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
div.format_popup.abs .limit{
	height: auto;
}

.old{
	opacity: .5;
}


/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}


.formulario_mvl td input, .formulario_mvl td textarea{
	/*border-width: 0;*/
	/*box-shadow: 0 0 0 2px white inset;*/
	padding: 0;
	height: 48px;
	line-height: 48px;
}

header.header .btn.cfg{
	right: 140px;
}
header.header .btn.user{
	right: 20px;
}
header.header .btn.salir{
	right: 80px;
}

@media (max-width:767px) {
	header.header .logo {
		width: 122px;
		height: 68px;
	}

	.desplegable_horas {
		max-height: 160px;
	}

	.btn_enviar.btn_reserva,
	.btn_enviar.btn_detalles,
	.btn_enviar.btn_mdatos,
	.btn_enviar.btn_mreservas {
		font-size: 1.6em;
	}

	.btn_enviar.btn_reserva {
		height: auto;
		padding-bottom: 10px;
	}

	.gradient {
		padding-top: 25px;
	}

	.btn_enviar {
		font-size: 2em;
	}

	main.gradient {
		min-height: calc(100vh - 108px);
		min-height: calc(var(--vh, 1vh) * 100 - 108px);
	}

	.error {
		padding: 20px;
	}

}

@media (max-width:359px) {

	/*html body {
		display: none !important
	}

	html {
		background: black
	}

	html:after {
		content: 'Falta responsive desde 359px hasta 320px';
		text-align: center;
		position: absolute;
		left: 0;
		right: 0;
		top: 100px;
		font-size: 3em;
		line-height: 1em;
		font-weight: 100;
		color: #009fbf
	}*/
	header.header .logo {
		width: 122px;
		height: 58px;
	}

	.btn_enviar.btn_reserva,
	.btn_enviar.btn_detalles,
	.btn_enviar.btn_mdatos,
	.btn_enviar.btn_mreservas {
		padding-left: 15px;
		padding-right: 15px;
		background-position: right 15px center;
	}

	.campo input {
		padding-left: 15px;
		padding-right: 15px;
		width: calc(100% - 30px);
	}

	.campo.trampa:before {
		width: 58px;
	}

	.campo label {
		padding-left: 15px;
		padding-right: 15px;
	}

	.buscador .btn_buscar,
	.campo label.ico {
		background-position: right 15px center;
	}

	.checks .check {
		font-size: 1.3em;
	}

	.fancybox-content {
		padding-left: 22px;
		padding-right: 22px;
	}

	.titular.sub{
		font-size: 1.8em;
	}

}

@media (pointer:coarse) {
	::-webkit-scrollbar {
		width: 0;
		height: 0
	}

}





.btn_enviar.div_reserva_adm{
	background-image: none;
	padding: 10px;
}
.btn_enviar.div_reserva_adm .option{
	display: inline-block;
	line-height: 48px;
	text-align: center;
	text-decoration: none;
	width: calc(50% - 7px);
	vertical-align: top;
	border-radius: 6px;
	margin-top: 20px;
	
	background-color: white;
	color: #00bee5;

}
.btn_enviar.div_reserva_adm .option.edit{
	margin-right: 10px;
}
.btn_enviar.div_reserva_adm .option.delete{
	color: white;
	background: #00bee5;
}