@font-face {
	font-family: 'Serif', sans-serif;
}

html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  /*overflow: hidden;*/
}  
.congelar {
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    z-index: 10;
    position: fixed;
    width: 100%;
    top: 0;
	background-color: #fff;
}
.contentCongelar {
    top: 0;
    overflow: auto;
}
#menu_bienvenido
{
/*display: block;*/
text-align: center;
}
.c_leyenda {
  margin-bottom: 15px;
  color: rgba(61, 61, 61, 0.7);
}

.back_menu {
      background-color: rgb(255, 255, 255)!important;
	  text-align: center;
  }

.back_menu_barra {
     /*background-color: #eae9e9;*/
  }

.imglogos img {
    vertical-align: middle;
    border-style: none;
    border: 2px solid white;
    max-width: 200px;
    text-align: center;
}

.navbar-brand {
    white-space: normal!important;
}

.c_spinner_confirmar {
  padding: 10px 24px !important;
  transition: all 0.2s ease 0s;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin: 20px auto 0;
  box-sizing: border-box;
  max-width: 150px;
}
  
body {
  /*width: 100%;*/
    height: 100%;
   /* background:url('../imagenes/fondo.jpg');
    background-size: cover;*/
  margin: 0 !important;
  padding: 0 !important;
  /*overflow: auto;*/
}

.uppercase {
  text-transform: uppercase;
}

.btn-dorado {
  background: rgb(255, 255, 255);
  border-radius: 0px;
  border: none;
  color: #fff;
  padding: 10px 50px;
}

#sucursal {
	font-size: 15px;
    margin-top: 10px;
    padding: 10px;
    width: 215px;
	font-family: serif;
}

.msg-lockeo {
  color: #234a3b;
  font-size: 14px;
  /*font-family: sans-serif;*/
  font-family: Serif
  text-align: center;
}

.total-turnos {
	color: #777777;
    font-size: 15px;
    margin: 25px 0;
    text-align: center;
}
#paso5 {
    /*margin-top: 100px;*/
}

.container {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Serif;
  background-color: #fff;
  overflow: auto;
  margin-top: 0px;
}
.c_titulo {
  /*color: #777;*/
  font-size: 25px;
  font-weight: lighter;
  opacity: 0.7;
  text-align: center;
  margin: 25px 0 10px;
  /*font-family: Serif, Helvetica, sans-serif;*/
  font-family: Serif;
  font-style: italic;
  color: #0c4a3b;
}

.c_titular {
  color: #25c3b3;
  font-size: 16px;
  text-align: center;
  margin: 25px 0;
}
.c_contenedor {
    margin-top: 0px;
    display: block;
}
.content_site{
    max-width: 1100px;
    margin: 100px auto 0;
}
.c_content_principal {
  /*position: absolute;*/
  width: 100%;
  /*border:1px solid rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);*/
  overflow-x: hidden;
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  box-sizing: border-box;
}
.c_volver {
  color: #25c3b3;
  margin: 25px auto;
  display: table;
  padding: 6px 24px;
  width: auto;
  border: 1px solid #25c3b3;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease 0s;
}
.c_volver:hover {
  color: #fff;
  background-color: #25c3b3;
  margin: 25px auto;
  display: table;
  padding: 6px 24px;
  width: auto;
  border: 1px solid #25c3b3;
  border-radius: 4px;
  cursor: pointer;
}
.c_content,
.c_content_info {
  /*background-color: #fff;*/
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
}
.c_solapas {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  margin-bottom: 120px;
}
#paso4 .c_solapas {
	max-width: 1100px;
}

.c_submenu li.under {
  border-bottom: 2px solid #bbb;
  padding-bottom: 5px;
}
.c_submenu li {
  margin: 0px;
  padding: 0px;
  border-spacing: 0px;
  border-collapse: 0px;
  list-style: none;
  display: inline-block;
  margin: 20px;
  cursor: pointer;
  color: #777;
  transition: all 0.2s ease 0s;
  border-bottom: 2px solid transparent;
  padding-bottom: 5px;
}
.c_submenu li:hover {
  color: #000;
}
.c_submenu ul {
  border-spacing: 0;
  margin: 0px;
  overflow: auto;
  padding: 0;
  text-align: center;
}
.c_submenu {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 25px;
  /*font-family: Serif, Helvetica, sans-serif;*/
  font-family: Serif;
  font-size: 14px;
}
.c_solapa {
  display: block;
  width: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 5px 35px;
  overflow: auto;
  position: relative;
  height: auto;
  min-height: 80px;
  margin-bottom: 10px;
  font-size: 14px;
}
.c_solapa .c_subtitulo,
.c_solapa .c_valor,
.c_solapa .c_img {
  padding: 0px 10px;
  color: #545454;
  float: left;
}
.c_subtitulo {
  width: 250px;
  text-align: left;
}
.c_solapa .c_subtitulo,
.c_solapa .c_valor {
  padding: 30px 10px 20px;
}
.c_img.circle {
    margin-top: 5px;
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.8;
}
.c_boton {
	background-color: #f9d3d3;
    color: #fff;
    cursor: pointer;
    padding: 7px 20px !important;
    border-radius: 25px;
    position: absolute;
    /*right: 25px;*/
    right: 5px;
    top: 20px;
    transition: all 0.2s ease 0s;
    max-width: 150px;
    margin: 5px auto;
    /*border: 1px solid #f9d3d3;*/
}

.c_boton:hover {
	color: #fff;
	box-shadow: 0px 3px 8px rgba(0,0,0,0.3);
	transition: all 0.2s ease 0s;
	background-color:#f9d3d3;									
}
.c_boton2 {
	background-color: #f9d3d3;
    color: #fff;
    cursor: pointer;
    padding: 7px 20px !important;
    border-radius: 25px;
    right: 25px;
    top: 20px;
    transition: all 0.2s ease 0s;
    max-width: 150px;
    margin: 5px auto;
    font-size:14px;
}

.c_boton2:hover {
	color: #fff;
	box-shadow: 0px 3px 8px rgba(0,0,0,0.3);
	transition: all 0.2s ease 0s;
	background-color:#c59649;
}
.c_boton_reporte {
  background-color: #f9d3d3;
  border: 1px solid #f9d3d3;
  color: #fff;
  cursor: pointer;
  padding: 7px 18px !important;
  border-radius: 4px;
  transition: all 0.2s ease 0s;
  text-align: center;
}
.c_boton_reporte:hover {
  background-color: rgb(245, 214, 165);
  color: #fff;
}

.c_boton_turnos {
  background-color: #f9d3d3;
  border: 1px solid #f9d3d3;
  color: #fff;
  cursor: pointer;
  padding: 5px 12px !important;
  border-radius: 4px;
  transition: all 0.2s ease 0s;
  text-align: center;
  margin-top: 45px;
  width: 250px;
}
.c_boton_turnos:hover {
  background-color: rgb(245, 214, 165);
  color: #fff;
}

.c_boton_modal {
	display: inline-block;
	margin: 25px 15px 15px 0;
	background-color: #f9d3d3;
	color: #fff;
	cursor: pointer;
	padding: 7px 18px !important;
	border-radius: 25px;
	transition: all 0.2s ease 0s;
	text-align: center;
	font-size:14px;
}
.c_boton_modal:hover {
	background-color: rgb(245, 214, 165);
	color: #fff;
	box-shadow: 0px 3px 8px rgba(0,0,0,0.3);
	transition: all 0.2s ease 0s;
	background-color: #f9d3d3;
}

.c_boton_volver {
	display: inline-block;
	background-color: #f9d3d3;
	color: #fff;
	cursor: pointer;
	padding: 7px 18px !important;
	border-radius: 25px;
	transition: all 0.2s ease 0s;
	text-align: center;
	font-size:14px;
}
.c_boton_volver:hover {
	background-color: rgb(245, 214, 165);
	color: #fff;
	box-shadow: 0px 3px 8px rgba(0,0,0,0.3);
	transition: all 0.2s ease 0s;
	background-color: #f9d3d3;
}

.c_img img {
  max-height: 60px;
}
.c_fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#datepicker {
  /*margin-bottom: 120px;*/
}

.pas {
    width: 12px;
    height: 12px;
    border-radius: 25px;
    display: inline-block;
    margin: 0 15px;
	border: 3px solid #cccccc;
	background-color: #fff;
}
.pas.completo {
    cursor: pointer;
    border: 3px solid #f9d3d3;
}
.pasos {
    text-align: center;
    padding: 25px 0px 15px;
    width: auto;
    display: block;
    margin: 0 auto;
}
.circle img {
  border-radius: 50px;
  max-height: 60px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

#modalGenerico,
#vouchers {
  background-color: #fff;
  display: none;
  padding: 0px;
  position: fixed;
  display: none;
  z-index: 3001;
  text-align: center;
  /*left: -300px;*/
  margin: 0 auto 0 50%;
  /*width: 600px;*/
  /*top: 20%;*/
  /*max-height: 400px; */
  overflow: auto;
  border: 1px solid #b3b3b3;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  border-radius: 3px;
}

#modalGenerico .cerrar img,
#vouchers .cerrar img {
  right: 10px;
  top: 10px;
}

.cerrar img {
  position: absolute;
  top: 30px;
  width: 45px;
  cursor: pointer;
  border-radius: 30px;
  padding: 10px;
  transition: all 0.2s ease 0s;
}

#bototnesGenerico,
#titulosGenerico,
#tituloVoucher {
  display: none;
}

.btnGenerico {
  background-color: #666;
  border-radius: 25px;
  padding: 5px 20px;
  color: #fff;
  box-shadow: 0 2px 4px #999 inset;
  transition: all 0.3s ease 0s;
  display: inline-block;
  margin: 5px 5px 20px;
  cursor: pointer;
}
.btnGenerico:hover {
  background-color: #7d1258;
  box-shadow: 0 4px 4px #c9459b inset;
}
.btnGenericoSec {
  background-color: #fff;
  border-radius: 25px;
  padding: 5px 20px;
  color: #666;
  transition: all 0.3s ease 0s;
  display: inline-block;
  margin: 5px 5px 20px;
  cursor: pointer;
  border: 1px solid #ccc;
}
.btnGenericoSec:hover {
  background-color: #f3f3f3;
}
.btnGenericoEnv {
  background-color: #2ecc71;
  border-radius: 25px;
  padding: 8px 20px;
  color: #fff;
  transition: all 0.3s ease 0s;
  display: inline-block;
  margin: 5px 5px 20px;
  cursor: pointer;
  border: 1px solid #2ecc71;
  width: 80%;
}
.btnGenericoEnv:hover {
  background-color: #28b463;
  border: 1px solid #28b463;
}
#errorGenerico {
  display: none;
  color: red;
  border-top: 1px solid red;
  border-bottom: 1px solid red;
  background-color: #fff;
  padding: 10px 0;
  margin-bottom: 20px;
}
#contentGenerico,
#contentVoucher {
  margin: 0 30px 10px;
  display: inline-block;
  width: 80%;
  line-height: 24px;
}
#overlayGenerico {
  background-color: #ccc;
  opacity: 0.6;
  height: 100%;
  display: none;
  position: fixed;
  width: 100%;
  z-index: 2500;
  top: 0;
}
.full-spinner {
  border: 4px solid rgba(0, 0, 0, .5);
  border-left-color: transparent;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.msjGenerico {
  margin: 8px 15px;
  color: #333;
  display: inline-block;
  vertical-align: top;
}
.imgGenerico {
  width: 30px;
  opacity: 0.7;
  display: inline-block;
}
.c_col {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
}
#paso4 .c_col {
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    /* max-height: 300px; */
    width: 30%;
    max-width: 35%;
    /*box-shadow: 0 0 7px rgba(0,0,0,0.1);*/
    margin: 1%;
    padding: 20px 0px;
    /*border: 1px solid rgba(0,0,0,0.1);*/
}
.c_hora {
	border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 10px 10px;
    margin: 5px 2px;
    font-size: 15px;
    color: #d3d3d3;
    width: 40px;
    display: inline-block;
}
.c_hora.activo:hover {
    border: 1px solid #25c3b3;
    padding: 10px 10px;
    margin: 5px 2px;
    font-size: 15px;
    background-color: #25c3b3;
    color: #ffffff;
    cursor: pointer;
}
.c_hora.activo {
  border: 1px solid #f9d3d3;
  color: #333333;
}
.c_ticket {
  display: block;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  position: relative;
  height: auto;
  min-height: 65px;
  max-width: 500px;
  margin: 0 auto;
  padding: 25px;
  box-sizing: border-box;
  text-align: center;
}
.c_item {
  display: block;
  width: 100%;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  color: #545454;
  text-align: left;
}
.c_boton_confirm_verde {
	background-color: #0c4a3b;
	border: 1px solid #0c4a3b;
	color: #fff !important;
	cursor: pointer;
	padding: 9px 23px !important;
	text-align: center;
	width: 100%;
	display: inline-block;
	margin: 20px auto 0;
	box-sizing: border-box;
	max-width: 150px;
	border-radius: 25px;
	font-family: Serif;
	transition: all 0.2s ease 0s;
	font-size:14px;
}
.c_boton_confirm_verde:hover {
  background-color: #0c4a3b;
  transition: all 0.2s ease 0s;
  box-shadow: 0px 3px 8px rgba(0,0,0,0.3);
}

.c_boton_confirm {
	background-color: #f9d3d3;
	border: 1px solid #f9d3d3;
	color: #fff !important;
	cursor: pointer;
	padding: 9px 23px !important;
	text-align: center;
	width: 100%;
	display: inline-block;
	margin: 20px auto 0;
	box-sizing: border-box;
	max-width: 150px;
	border-radius: 25px;
	font-family: Serif;
	transition: all 0.2s ease 0s;
	font-size:14px;
}
.c_boton_confirm:hover {
  background-color: #f9d3d3;
  transition: all 0.2s ease 0s;
  box-shadow: 0px 3px 8px rgba(0,0,0,0.3);
}

.c_boton_confirm_neg {
	background-color: #fff;
	border: 1px solid #f9d3d3;
	color: #f9d3d3 !important;
	cursor: pointer;
	padding: 9px 23px !important;
	transition: all 0.2s ease 0s;
	text-align: center;
	width: 100%;
	display: inline-block;
	margin: 20px auto 0;
	box-sizing: border-box;
	max-width: 150px;
	border-radius: 25px;
	font-family: Serif;
	transition: all 0.2s ease 0s;
	font-size:14px;
}
.c_boton_confirm_neg:hover {
  background-color: #f4f4f4;
  transition: all 0.2s ease 0s;
  box-shadow: 0px 3px 8px rgba(0,0,0,0.3);
}

.formulario label {
  font-size: 13px;
  color: #666;
  display: block;
  text-align: left;
}
.formulario input,
.formulario select {
  padding: 12px;
  border-radius: 3px;
  border: 1px solid #ccc;
  width: 100%;
  margin: 5px 0;
  transition: 0.2s ease all;
  outline: 0px;
  color: #666;
  font-size: 14px;
  box-sizing: border-box;
}
.formulario input:focus,
.formulario select:focus {
  border: 1px solid red;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.contentInput {
  width: 100%;
  display: inline-block;
  margin: 15px 20px;
  max-width: 270px;
}
.formulario {
  width: auto;
  display: inline-block;
  max-width: 760px;
  min-width: 300px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  background-color: rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.link {
  cursor: pointer;
  display: inline-block;
  color: #25c3b3;
  border: 1px solid #25c3b3;
  padding: 8px 12px;
  border-radius: 4px;
  margin: 0 10px;
}
.link:hover {
  background-color: #25c3b3;
  color: #fff;
}
.error {
  color: red;
  font-size: 10px;
  text-align: left;
  margin-top: 2px;
  position: absolute;
}
.iconError {
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 19px;
  background-image: url(../imagenes/error.svg);
  border-bottom: 1px solid red;
}
.scrollmenu {
  overflow: auto;
  white-space: nowrap;
  z-index: -1;
}
.c_img {
  width: 60px;
  height: 60px;
  background-size: 100%;
  border-radius: 80px;
}

.top{
}
.top img {
}


.menu {
    /*margin-top: 0;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);*/
}

.menu ul {
	padding: 11px 0;
    text-align: center;
    margin: 0 0 1px 0;
}
.menu li,
.menu span {
  color: #f9d3d3;
  cursor: pointer;
  display: inline-block;
  /*font-family: sans-serif;*/
  font-family: Serif;
  font-size: 14px;
  font-weight: 600;
  list-style: none;
  margin: 0;
  padding: 0px 10px;
  text-align: left;
}

.menu li a {
    color: #666;
    font-weight: 600;
    font-size: 14px;
    font-family: Serif;
    text-decoration: none;
}

.c_solapa .c_subtitulo,
.c_solapa .c_valor {
  font-size: 15px;
  /*font-style: italic;*/
  /*font-family: serif;*/
  font-family: Serif;
}

.c_volver {
	background-color: #fff;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 25px;
    color: #999;
	transition: all 0.2s ease 0s;
	font-size:14px;
}
.c_volver:hover {
	border-radius: 25px;
	color: #f9d3d3;
	border: 1px solid #f9d3d3;
	background-color: #fff;
	box-shadow: 0px 3px 8px rgba(0,0,0,0.3);
    transition: all 0.2s ease 0s;
}
.c_fixed {
  background-color: transparent;
  box-shadow: none;
  position: initial;
}
.c_tit {
  font-style: italic;
  margin-bottom: 10px;
  font-family: Serif;
  color: rgba(0, 0, 0, 0.8);
}
.c_hora.activo {
  border: 1px solid ##f9d3d3;
  color: rgba(0, 0, 0, 0.7);
}
.c_hora.activo:hover {
    background-color: #f9d3d3;
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid #f9d3d3;
}
.formulario {
  border: 0px solid rgba(0, 0, 0, 0.1);
  padding-top: 0px;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}
.link {
  cursor: pointer;
  display: inline-block;
  color: #f9d3d3;
  border: 0px solid #f9d3d3;
  padding: 0px;
  margin: 0 0px;
}
.link:hover {
  color: #f9d3d3;
  background-color: transparent;
}
.c_titular {
  color: #565656;
  font-size: 13px;
  margin: 15px 0 0;
}
.info_text {
	display: inline-block;
    font-size: 14px;
    margin: 15px 15px 10px;
    color: rgba(0, 0, 0, 0.7);
    font-style: italic;
    font-family: Serif;
}
.contentInput,
.c_titular {
  /*font-family: sans-serif;*/
  font-family: Serif
}
#modalGenerico,
#vouchers {
  top: 10%;
  max-height: 500px;
  font-family: 'Serif';
}
.big {
  width: 60%;
  left: -30%;
  transition: all 0.2s ease 0s;
}
.small {
  width: 500px;
  left: -250px;
  transition: all 0.2s ease 0s;
}
.contentInput {
  margin: 10px 20px;
}
.formulario input {
  margin-bottom: 0;
}
.error {
  margin-top: 0px;
}
.formulario label {
  margin-top: 5px;
}
#modalGenerico .cerrar img,
#vouchers .cerrar img {
  right: 2px;
  top: 6px;
  width: 28px;
  box-sizing: initial;
}
#ticket {
  width: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  min-width: 320px;
}
.item {
  /*font-family: serif;*/
  font-family: Serif;
  font-style: italic;
  color: #f9d3d3;
  padding: 5px;
  font-size: 18px;
  text-align: left;
}
.result_item {
  display: inline-block;
  color: #0c4a3b;
}
#ticket img {
  max-width: 80px;
  margin-bottom: 15px;
}
.c_solapas {
  margin-bottom: 20px;
}
.info {
	background-color: rgba(0,0,0,0.05);
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	display: none;
    padding: 10px 0;
	margin-top: 65px;
}
.ok {
  max-width: 100px;
  padding-top: 50px;
}
ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #fff;
}

ul::-webkit-scrollbar {
  width: 12px;
  background-color: #fff;
}

ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 5px 5px rgba(255, 255, 255, 0.6);
  background-color: #f9d3d3;
}
.spiner {
	height: 100%;
    width: 100%;
    display: block;
    background: url(../imagenes/spinner.gif) 50% 50% no-repeat rgb(255, 255, 255);
    z-index: 1;
    position: fixed;
}
.spiner2 {
	height: 100%;
    width: 100%;
    display: block;
    background: url(../imagenes/spinner.gif) 50% 50% no-repeat rgb(255, 255, 255);
    z-index: 1;
    position: absolute;
}
.navbar.navbar-expand-lg {
  background-color: rgb(206, 205, 205) !important;
  flex-flow: wrap !important;
}

.contentPasos {
    position: relative;
    width: 260px;
    margin: 0 auto;
    height: 65px;
}
.pasos {
    text-align: center;
    padding: 0px 0px 0px;
    width: auto;
    display: block;
    margin: 25px auto 0;
    z-index: 1000;
    position: absolute;
}
.linea {
    height: 2px;
    background-color: #ccc;
    top: 33px;
    position: absolute;
    margin-left: 20px;
	width: 210px;
}
#ln2{
	height: 2px;
    background-color: #f9d3d3;
	width: 0px;
}
#ticket .c_boton_confirm {
    margin: 30px 10px 0;
    font-size: 14px;
	max-width: 135px;
}
.grilla {
    display: block;
    width: auto;
    background-color: rgba(0,0,0,0.01);
    margin: 8px auto 0;
    text-align: center;
    color: #333;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 10px 5px;
    border-radius: 2px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.05);
}
.grilla_td label {
    position: absolute;
    font-size: 11px;
    text-align: left;
    top: 0px;
    color: #666666;
}
.grilla_td {
    display: inline-block;
    width: 15%;
    position: relative;
    text-align: left;
    padding-top: 18px;
	font-size: 14px;
	vertical-align: top;
}

.grilla_td.grilla_fecha {
    width: 115px;
}

.grilla_td.grilla_hora {
    width: 60px;
}

.grilla_td img.cancel {
    width: 15px;
    height: 15px;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
    border-radius: 20px;
    padding: 1px;
    background-color: #fff;
    position: absolute;
    left: 30px;
}
#reporte{
	margin:0 25px;
}
.buy .number_turnos {
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 9px;
    top: 3px;
    background-color: #2fd443;
    border-radius: 10px;
    width: 14px;
    height: 14px;
    text-align: center;
    font-size: 10px;
}
.modal .grilla_td{
	width: auto;
	margin:0 15px;
}
img.cancel.eliminar {
    left: auto!important;
    margin-left: 15px;
}

#contentVoucher .grilla_td {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    vertical-align: top;
	padding: 10px 10px;
	margin: 0px;
}
#contentVoucher .grilla {
    border: 2px dashed #ccc;
    width: auto;
    display: inline-block;
    margin: 10px;
    background-color: #ffefc529;
}
#contentVoucher {
    margin: 0 0px 10px;
    display: inline-block;
    width: 95%;
    line-height: 24px;
    width: 800px;
    left: -400px;
    transition: all 0.2s ease 0s;
}
#contentVoucher #reporte {
    margin: 25px 0;
}
#contentVoucher .content_site {
    margin: 20px auto 0;
}
#vouchers {
    width: 800px;
    left: -400px;
}
#vouchers .c_boton_voucher {
    background-color: #f9d3d3;
    color: #fff;
    cursor: pointer;
    padding: 7px 20px !important;
    border-radius: 25px;
    text-align: center;
    transition: all 0.2s ease 0s;
    margin: 5px auto;
    width: auto;
    font-size: 14px;
    display: inline-block;
}
#contentVoucher .grilla_td label {
    position: relative;
    font-size: 11px;
    text-align: center;
    top: 0px;
    color: #666666;
    display: block;
}
#contentVoucher label {
    font-size: 11px;
	display:inline-block;
	width: 100%;
}
#contentVoucher .grilla_td.importe {
    font-size: 24px;
    border: 1px solid #f9d3d3;
    color: #f9d3d3;
    border-radius: 25px;
    display: inline-block;
    width: auto;
    padding: 8px 25px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
#contentVoucher .grilla_td.valor {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
    font-size: 18px;
    color: #f9d3d3;
}
#contentVoucher .grilla_td label {
    position: relative;
    font-size: 11px;
    text-align: center;
    top: 5px;
    color: #666666;
    display: block;
}
.c_detalle {
    display: inline-block;
    float: left;
    text-align: left;
    margin: 10px 0 20px;
    box-sizing: border-box;
    font-size: 12px;
    background-color: rgba(0,0,0,0.05);
    padding: 20px 50px 20px 20px;
    border-radius: 4px;
    width: 100%;
    position: relative;
}
.c_detalle .down {
    float: right;
    background-image: url(../imagenes/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 25px;
    cursor: pointer;
}
.c_detalle .up {
    float: right;
    background-image: url(../imagenes/arrow-up.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 25px;
    cursor: pointer;
}
.texto_detalle.texto_det{
	overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
	width:98%;
	transition: all 0.4s ease 0s;
}
.texto_detalle{
	overflow:auto;
	width:98%;
	white-space:initial;
	text-overflow: initial;
	transition: all 0.4s ease 0s;
}

@media (min-width: 700px) {
	
    .navbar-expand-lg .collapse.navbar-collapse {
		display: block !important;
		box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.08);
		border-top: 1px solid white;
		background: rgb(255, 255, 255);
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .welcome-screen {
        display: inline-block !important;
    }
    .welcome-phone {
        display: none !important;
    }
    .navbar-expand-lg .navbar-nav {
        display: flex;
        flex-direction: row;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
    }
}

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

	.back_menu_barra {
		display: none;
	}
		
	.top img {
		max-height: 60px;
		position: absolute;
		max-width: 140px;
		margin-top: 7px;
		margin-left: 10px;
	}	
	.container {
		margin-top: 0px;
	}
	.congelar {
		position: absolute;
	}
	.contentCongelar {
		width: 100%;
		position: fixed;
		top: 0;
		height: 100px;
		z-index: 1;
	}
	.info_text {
		display: block;
		font-size: 15px;
		margin: 15px;
		color: rgba(0, 0, 0, 0.5);
		font-style: italic;
		font-family: serif;
		font-family: Serif;
		text-align: left;
		padding: 0 15px;
	}
	.menu-link {
		line-height: 35px;
		font-size: 16px !important;
	}
	.scrollmenu {
		max-width: 90%;
	}
	.info_text {
		display: block;
		font-size: 16px;
		margin: 15px;
		text-align: left;
		font-family: Serif;
		margin: 4px 0px;
		width: 40%;
		display: inline-block;
		text-align: left;
		vertical-align: top;
	}

	.c_boton {
		background-color: #f9d3d3;
		border-radius: 25px;
		border: 0px solid #f9d3d3;
		color: #fff;
		max-width: 150px;
		margin: 0 auto;
		position: initial;
	}
	.c_solapa .c_img {
		float: none;
		text-align: center;
		display: inline-block;
	}
	.c_solapa .c_subtitulo,
	.c_solapa .c_valor {
		padding: 5px 20px 5px;
		display: block;
		width: 100%!important;
		box-sizing: border-box;
		float: none;
		text-align: center;
	}
	.c_subtitulo {
		width: 100%;
		box-sizing: border-box;
	}
	#datepicker {
		margin-bottom: 120px;
		width: 90%;
		margin: 0 auto;
	}
	#modalGenerico,
	#vouchers {
		top: 15%;
		max-height: 500px;
		width: auto !important;
		box-sizing: border-box;
		left: 15px !important;
		margin: 0;
		right: 15px;
	}
	.pas {
		/*margin: 0 10px;*/
	}
	.c_hora {
		margin: 10px 5px;
	}
	#ticket {
		padding: 20px 20px;
		width: 100%;
		box-sizing: border-box;
		box-shadow: none;
		border: 0;
	}
	.contentInput {
		max-width: 200px;
	}
	.formulario {
		min-width: 200px;
	}
	.welcome-screen {
		display: none !important;
	}
	.welcome-phone {
		background-color: rgb(206, 205, 205);
		color: #f9d3d3 !important;
		display: inline-block !important;
		font-weight: 600;
		margin: 0 auto !important;
		margin-left: 8px !important;
	}
	.contentPasos {
		position: relative;
		width: 100%;
		margin: 50px auto 0;
		height: 45px;
		border-top: 1px solid #ccc;
	}
	.pasos {
		text-align: center;
		padding: 0px 0px 0px;
		width: 100%;
		display: block;
		margin: 15px auto 0;
		z-index: 1000;
		position: absolute;
	}
	.linea {
		height: 2px;
		background-color: #ccc;
		width: 0;
		position: initial;
		width: 210px;
		margin: 23px auto 0;
	}
	#ln2 {
		height: 2px;
		background-color: #f9d3d3;
		width: 0;
	}
	.c_hora.activo:hover {
		padding: 10px 10px;
		margin: 10px;
	}
	.info {
		margin-top: 100px;
	}
	#info.info {
		display:none!important;
	}
	.c_contenedor {
		margin-top:100px;
	}
	.grilla {
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
		background-color: rgba(0,0,0,0.01);
		margin: 10px 0px;
		color: #333;
		border: 1px solid rgba(0,0,0,0.1);
		padding: 10px;
		border-radius: 2px;
		box-shadow: 0 2px 3px rgba(0,0,0,0.05);
		text-align: left;
	}
	.grilla_td, .grilla_td.grilla_fecha, .grilla_td.grilla_hora {
		display: inline-block;
		width: 40%;
		margin: 5px 10px;
		position: relative;
		text-align: left;
		padding-top: 16px;
		font-size: 15px;
		vertical-align: top;
	}
	.seccion .contentPasos{
		height:0;
	}
	.c_img.circle {
		background-size: 100%;
	}
	.c_solapa {
		border-bottom: 0px solid rgba(0, 0, 0, 0.1);
	}
	#contentVoucher {
		margin: 0 0px 10px;
		display: inline-block;
		width: 95%;
		line-height: 24px;
		width: auto;
		left: 0;
		transition: all 0.2s ease 0s;
	}
	#vouchers {
		top: 10%;
	}
	.modal .grilla_td{
		width: 100%;
		margin:0 15px;
	}
	.c_detalle {
		margin: 20px 0 20px;
	}
}



.loader {
  font-size: 10px;
  margin: 0px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #a5223d;
  background: -moz-linear-gradient(left, #a5223d 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #a5223d 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #a5223d 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #a5223d 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #a5223d 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  transition: 0s;
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #a5223d;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #ffffff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#ingresar.c_boton_confirm.loader {
    height: 50px;
    width: 50px;
	margin-top:20px;
	transition: all 0s ease 0s;
}
#ingresar.c_boton_confirm.loader:hover {
	box-shadow: 0 0 0;
	background-color: #fff;
	cursor:initial;
}