@charset "UTF-8";
a {
  text-decoration: none; }

body, html, h1, h2, h3, h4, li, ol, p, ul {
  margin: 0px;
  padding: 0px; }

img {
  border: none;
  display: block;
  vertical-align: bottom; }

#debug {
  background-color: yellow; }

@-ms-viewport {
  zoom: 1.0;
  width: device-width; }

@-o-viewport {
  zoom: 1.0;
  width: device-width; }

@viewport {
  zoom: 1.0;
  width: device-width; }

header {
  position: relative;
  max-width: 1280px;
  margin: auto; }

#btnEditarDireccion .fa {
  font-size: 9pt;
  display: none; }

#menuLateral {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 40px;
  min-height: 500px;
  width: 270px; }

#pagar {
  background-color: transparent;
  background-image: url(../img/credibanco.png);
  background-size: 100% 100%;
  border: none;
  cursor: pointer;
  height: 120px;
  width: 217px; }

#paGo button {
  border: none;
  background-color: transparent;
  cursor: pointer; }

#paGo button img {
  width: 220px;
  height: auto;
  display: block;
  margin: auto; }

.agregarDireccion {
  color: red;
  margin-top: 20px;
  display: block;
  cursor: pointer; }
  .agregarDireccion:hover {
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5); }

.banner {
  position: relative;
  font-family: 'americantypewriter'; }

.banner a {
  position: absolute;
  right: 30px;
  top: 440px;
  color: white;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  font-size: 18pt; }

.banner img {
  width: 100%;
  height: auto; }

.bannerImgPeque {
  display: none; }

.btnCambiarDireccion {
  color: red;
  cursor: pointer; }

.categoria {
  cursor: pointer; }

.categoriaActual {
  display: none;
  font-family: 'americantypewriter'; }

.categoriasHorizontal {
  display: none;
  font-family: 'americantypewriter'; }




.descripcion {
  display: none; }



.direcciones {
  background-color: rgba(230, 230, 230, 0.9);
  padding: 5px;
  display: block;
  margin-top: 10px;
  position: relative; }

.direccionesElegir {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.direccionesElegir input[type="radio"] {
  width: 24px;
  margin-right: 10px; }

.error {
  color: red; }

.formaPagoEnLinea {
  width: 400px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.formaPagoEnLinea h4 {
  width: 100%;
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 10px; }

.formasPagoEnLinea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.franjaSuperior {
  height: 77px;
  background-color: red;
  font-family: 'americantypewriter';
  color: white;
  font-size: 28pt;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 74px; }

.listaCategorias {
  padding-right: 22px;
  padding-left: 50px; }

.listaCategorias span {
  border-bottom: 5px solid black;
  display: block;
  font-family: 'americantypewriter_condensed';
  font-size: 16pt;
  padding-bottom: 23px;
  padding-top: 17px;
  text-align: center;
  width: 100%; }
  .listaCategorias span:last-child {
    border-bottom: none; }



.logo img {
  height: 216px;
  width: auto; }

.observaciones {
  height: 80px;
  width: 100%; }

.pasocheck {
  position: absolute;
  top: 0px;
  right: 0px;
  overflow: hidden; }

.pasocheck img {
  width: 30px;
  height: auto; }

.pasoHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }





.pasoContenido .opcion .estrella {
  background-image: url(../img/estrella_roja.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  height: 80px;
  min-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  text-shadow: 2px 0 0 red, -2px 0 0 red, 0 2px 0 red, 0 -2px 0 red, 1px 1px red, -1px -1px 0 red, 1px -1px 0 red, -1px 1px 0 red; }

.pasoContenido .opcion .estrellaTexto {
  margin-top: 10px;
  font-size: 14pt; }

.menuTresColumnas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.centroComida {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.centroComida .pasoContenido {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.centrarContenido {
  text-align: center; }

.columnasRegistro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.columnasRegistro h4 {
  text-align: center; }

.columnasRegistro span {
  color: red; }

.columnasRegistro label {
  margin-top: 10px;
  display: block; }

.columnaRegistro {
  max-width: 320px;
  padding: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 1;
  flex-basis: 1; }

.columnaRegistro:first-child {
  border-right: 1px solid red; }

.columnaRegistro:last-child {
  border-left: 1px solid red; }

.columnaRegistro input[type='text'] {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.columnaRegistro input[type='password'] {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.columnaRegistro > select {
  width: 100%; }

.columnaRegistro .agregarDireccion {
  margin-top: 20px;
  text-align: right; }

.columnaRegistro .agregarDireccion a {
  color: red;
  text-decoration: none;
  font-weight: bold; }

.columnaRegistro .dosCols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.columnaRegistro .politicas {
  margin-top: 20px; }

.columnaRegistro .politicas a {
  color: red;
  text-decoration: none;
  font-weight: bold; }

.columnaRegistro .registrar {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.columnaRegistro .registrar button {
  color: white;
  background-color: red;
  border: none;
  padding: 10px 20px;
  cursor: pointer; }

.columnaRegistro .registrar button:hover {
  -webkit-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.5); }

.columnaRegistro .dosCols select {
  margin-right: 10px;
  height: 24px; }

.columnaRegistro .cuatroCols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.columnaRegistro .cuatroCols input[type='text'] {
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.columnaRegistro .cuatroCols input[type='text']:last-child {
  margin-right: 0px; }

.hamburguesaListado h2.tituloCombo {
  margin-top: 20px; }










.horarioServicio {
  color: red;
  text-align: center; }

.politicas {
  max-width: 700px;
  margin: auto; }

.politicas h1 {
  color: red; }

.politicas p {
  text-align: justify; }

.popLogin {
  background-color: white;
  padding: 20px;
  position: relative;
  max-width: 300px;
  text-align: center; }

.popLogin a {
  display: block;
  color: red;
  text-decoration: none; }

.popLogin button {
  color: white;
  background-color: red;
  border: none;
  padding: 10px 20px;
  cursor: pointer; }

.popLogin button:hover {
  -webkit-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.5); }

.popLogin input {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.popLogin input:first-child {
  margin-bottom: 20px; }

.popLogin .cerrar {
  position: absolute;
  top: 10px;
  right: 10px; }

.popLogin .cerrar img {
  cursor: pointer; }

.popLogin .titulo h2 {
  background-color: red;
  color: white;
  margin-top: 12px;
  margin-left: 31px;
  padding-left: 41px;
  padding-right: 10px;
  font-size: 14pt; }

.popLoginContenedor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%; }

.popLoginFondo {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.8);
  display: none; }

.popNuevaDireccion .titulo h2 {
  background-color: red;
  color: white;
  margin-top: 12px;
  margin-left: 31px;
  padding-left: 41px;
  padding-right: 10px;
  font-size: 14pt; }

.popNuevaDireccion {
  background-color: white;
  padding: 10px;
  position: relative;
  max-width: 340px; }

.popNuevaDireccion a {
  display: block;
  color: red;
  text-decoration: none; }

.popNuevaDireccion button {
  color: white;
  background-color: red;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 10px; }

.popNuevaDireccion button:hover {
  -webkit-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.5); }

.popNuevaDireccion input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  text-align: center;
  width: 100%; }

.popNuevaDireccion select {
  width: 100%;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.popNuevaDireccion label {
  margin-top: 20px;
  display: block; }

.popNuevaDireccion span {
  color: red; }

.popNuevaDireccion .cerrar {
  position: absolute;
  top: 10px;
  right: 10px; }

.popNuevaDireccion .cerrar img {
  cursor: pointer; }

.popNuevaDireccion .registrar button {
  color: white;
  background-color: red;
  border: none;
  padding: 10px 20px;
  cursor: pointer; }

.popNuevaDireccion .registrar button:hover {
  -webkit-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.5); }

.popNuevaDireccion .dosCols select {
  margin-right: 10px;
  height: 24px; }

.popNuevaDireccion .cuatroCols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px; }

/* .popNuevaDireccion input: first-child margin-bottom: 20px .popNuevaDireccion .cuatroCols input[type='text'] margin-left: 10px margin-right: 10px box-sizing: border-box .popNuevaDireccion .cuatroCols input[type='text']: last-child margin-right: 0px */
.popNuevaDireccionContenedor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%; }

.popNuevaDireccionFondo {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.8);
  display: none; }

.popEditarDireccion .titulo h2 {
  background-color: red;
  color: white;
  margin-top: 12px;
  margin-left: 31px;
  padding-left: 41px;
  padding-right: 10px;
  font-size: 14pt; }

.popEditarDireccion {
  background-color: white;
  padding: 10px;
  position: relative;
  max-width: 340px; }

.popEditarDireccion a {
  display: block;
  color: red;
  text-decoration: none; }

.popEditarDireccion button {
  color: white;
  background-color: red;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 10px; }

.popEditarDireccion button:hover {
  -webkit-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.5); }

.popEditarDireccion input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  text-align: center;
  width: 100%; }

.popEditarDireccion select {
  width: 100%;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.popEditarDireccion label {
  margin-top: 20px;
  display: block; }

.popEditarDireccion span {
  color: red; }

.popEditarDireccion .cerrar {
  position: absolute;
  top: 10px;
  right: 10px; }

.popEditarDireccion .cerrar img {
  cursor: pointer; }

.popEditarDireccion .registrar button {
  color: white;
  background-color: red;
  border: none;
  padding: 10px 20px;
  cursor: pointer; }

.popEditarDireccion .registrar button:hover {
  -webkit-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.5); }

.popEditarDireccion .dosCols select {
  margin-right: 10px;
  height: 24px; }

.popEditarDireccion .cuatroCols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px; }

/* .popEditarDireccion input: first-child margin-bottom: 20px .popEditarDireccion .cuatroCols input[type='text'] margin-left: 10px margin-right: 10px box-sizing: border-box .popEditarDireccion .cuatroCols input[type='text']: last-child margin-right: 0px */
.popEditarDireccionContenedor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%; }

.popEditarDireccionFondo {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.8);
  display: none; }

.popElegirDireccion .titulo h2 {
  background-color: red;
  color: white;
  margin-top: 12px;
  margin-left: 31px;
  padding-left: 41px;
  padding-right: 10px;
  font-size: 14pt; }

.popElegirDireccion {
  background-color: white;
  padding: 10px;
  position: relative;
  max-width: 340px; }

.popElegirDireccion a {
  display: block;
  color: red;
  text-decoration: none; }

.popElegirDireccion button {
  color: white;
  background-color: red;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 10px; }

.popElegirDireccion button:hover {
  -webkit-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.5); }

.popElegirDireccion input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  text-align: center;
  width: 100%; }

.popElegirDireccion select {
  width: 100%;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.popElegirDireccion label {
  margin-top: 20px;
  display: block; }

.popElegirDireccion span {
  color: red; }

.popElegirDireccion .cerrar {
  position: absolute;
  top: 10px;
  right: 10px; }

.popElegirDireccion .cerrar img {
  cursor: pointer; }

.popElegirDireccion .registrar button {
  color: white;
  background-color: red;
  border: none;
  padding: 10px 20px;
  cursor: pointer; }

.popElegirDireccion .registrar button:hover {
  -webkit-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.5); }

.popElegirDireccion .dosCols select {
  margin-right: 10px;
  height: 24px; }

.popElegirDireccion .cuatroCols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px; }

/* .popElegirDireccion input: first-child margin-bottom: 20px .popElegirDireccion .cuatroCols input[type='text'] margin-left: 10px margin-right: 10px box-sizing: border-box .popElegirDireccion .cuatroCols input[type='text']: last-child margin-right: 0px */
.popElegirDireccionContenedor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%; }

.popElegirDireccionFondo {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.8);
  display: none; }

.popRecuperar {
  background-color: white;
  padding: 20px;
  position: relative;
  max-width: 300px;
  text-align: center; }

.popRecuperar a {
  display: block;
  color: red;
  text-decoration: none; }

.popRecuperar button {
  color: white;
  background-color: red;
  border: none;
  padding: 10px 20px;
  cursor: pointer; }

.popRecuperar button:hover {
  -webkit-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.5); }

.popRecuperar input {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.popRecuperar input:first-child {
  margin-bottom: 20px; }

.popRecuperar .cerrar {
  position: absolute;
  top: 10px;
  right: 10px; }

.popRecuperar .cerrar img {
  cursor: pointer; }

.popRecuperar .titulo h2 {
  background-color: red;
  color: white;
  margin-top: 12px;
  margin-left: 31px;
  padding-left: 41px;
  padding-right: 10px;
  font-size: 14pt; }

.popRecuperarContenedor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%; }

.popRecuperarFondo {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.8);
  display: none; }



.tituloComida {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.tituloComida span {
  margin-left: 0px; }



dd {
  margin: 0px;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf; }

/*
  border: 1px solid rgba(0,0,0,0.1)*/
dd.Nivel1 h2 {
  padding: 0px;
  margin: 0px; }

dl {
  /* background-color: rgb(0,0,0) */
  margin-top: 0px;
  margin-bottom: 0px; }

dt {
  /*border-top: 1px solid rgb(191,191,191)*/
  overflow: hidden; }

/* background-color: rgb(255,255,255) border: 1px dotted rgba(0,0,0,0.2) color: rgba(0,0,0,1) cursor: pointer font-family: 'playbill' font-size: 24pt font-weight: lighter padding: 5px text-transform: uppercase */
dt span {
  background-color: #e6e6e6;
  padding: 10px 20px;
  margin-left: 120px;
  color: #999999;
  display: inline-block; }

dt.Nivel1 {
  background-color: #ebebeb;
  color: black;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2); }

img {
  vertical-align: bottom;
  display: block; }

#pedidoDesplegable.hiddencon .detallesOrden {
  max-height: 90%;
  overflow: auto; }

.categorias ul {
  list-style: none;
  list-style-type: none;
  color: white;
  padding-left: 0px;
  display: block; }

/* .categorias ul li padding-top: 10px padding-bottom: 10px */
.categorias ul li a {
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: auto 20px;
  color: white;
  display: block;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-top: 10px;
  text-decoration: none; }

.categorias ul.lateralInterno li ul li a {
  padding-left: 60px; }

.catagorias ul li.activa {
  background-color: #00a859; }

.categorias ul li:hover {
  background-color: #00a859; }

.categorias ul li:hover ul {
  background-color: #96989a; }

.categorias .menuLateral, .categorias .menuLateral ul, .categorias .menuLateral li {
  list-style: none; }

.categorias .menuLateral li ul {
  display: none;
  /* PARA QUE EL SUBMENU SALGA A LA DERECHA position: absolute top: 0px left: 0px */ }

.categorias .menuLateral li {
  overflow: hidden; }

.categorias .menuLateral li:hover > ul {
  display: block;
  -moz-animation: fadeInLeft .3s ease-in;
  -webkit-animation: fadeInLeft .3s ease-in;
  animation: fadeInLeft .3s ease-in; }

/* .categorias .menuLateral li PARA QUE EL SUBMENU SALGA A LA DERECHA Y RESPETE LA ALTURA A LA QUE ESTA EL LI PADRE position: relative */
/* .wtf-menu li: hover > ul display: block -moz-animation: fadeInDown .3s ease-in -webkit-animation: fadeInDown .3s ease-in animation: fadeInDown .3s ease-in .wtf-menu ul li: hover > ul display: block -moz-animation: fadeInLeft .3s ease-in -webkit-animation: fadeInLeft .3s ease-in animation: fadeInLeft .3s ease-in */
.check {
  float: left;
  height: 23px;
  margin-right: 10px;
  width: auto; }

.debug {
  background-image: yellow; }

.detallesOrden {
  padding: 20px; }

.formRegistro {
  width: 500px;
  margin: auto; }

.formRegistro form {
  padding: 20px; }

.formRegistro input {
  width: 100%;
  height: 30px;
  border: none;
  padding-left: 10px;
  margin-bottom: 10px; }

.formRegistro button {
  background-color: #d3312b;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer; }

.formRegistro button:hover {
  -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5); }

.hamburguesa {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'americantypewriter';
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 30px; }

.hamburguesa .info {
  margin-right: 18px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }


.hamburguesa .precio {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.hamburguesa .precio span {
  white-space: nowrap; }

.precioTotal {
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  text-align: right;
  font-family: 'americantypewriter';
  padding-top: 10px;
  padding-bottom: 10px; }




.agregar img {
  margin: auto;
  display: block;
  cursor: pointer; }

.agregar {
  background-image: url(../img/sola.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  cursor: pointer;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 5px; }

.hamburguesaListado .agregarCombo {
  background-image: url(../img/combo.png); }

.hamburguesaListado .agregarComboV {
  background-image: url(../img/combov.png); }

.navsecundario {
  text-align: center;
  color: red;
  padding-top: 20px;
  padding-bottom: 20px; }

.navsecundario a {
  color: red;
  text-decoration: none;
  font-weight: bold; }

.Nivel0 {
  margin-left: 0px; }

.Nivel0 dl {
  margin-top: 0px; }

.Nivel1 {
  margin-left: 0px; }

.parametro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 25px;
  margin-bottom: 1em; }
  .parametro:last-child {
    margin-bottom: 0px; }

.pedidoNombre {
  display: inline-block; }

.pedidoEditar {
  display: inline-block;
  height: 20px;
  margin-right: 5px;
  margin-top: 5px; }

.pedidoEditar img {
  cursor: pointer;
  height: 100%;
  width: auto; }

.ocultarSucursales {
  display: none; }

.opcionDireccionBorrar, .opcionDireccionEditar {
  cursor: pointer;
  font-size: 18pt;
  color: #969696; }
  .opcionDireccionBorrar:hover, .opcionDireccionEditar:hover {
    color: red;
    position: absolute; }

.opcionDireccionBorrar {
  bottom: 10px;
  right: 10px; }

.opcionDireccionEditar {
  top: 10px;
  right: 10px; }

.sedes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.sedes .sede {
  margin: 5px;
  cursor: pointer; }

.sedes .sede img {
  width: 280px;
  height: auto; }

.sedes .sede .nombre {
  color: #382818;
  text-align: center;
  display: block;
  font-weight: normal;
  font-size: 14pt; }

.sedes .sede .direccion {
  color: gray;
  text-align: center;
  display: block;
  font-weight: lighter;
  font-size: 10pt; }

.separadorElemento {
  width: 74px;
  height: 3px;
  border-radius: 3px;
  background-color: black;
  margin-top: 10px;
  margin-bottom: 10px; }

.separadorElementoRojo {
  background: red; }

.sideMesa {
  margin-bottom: 20px;
  margin-top: 20px; }

.sideMesa input {
  margin-left: 30px; }

.tienda {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.tienda .categorias {
  background-color: orange;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 300px; }

.tienda .productos {
  background-color: red;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 300px;
  max-width: 330px; }

.tienda .productos img {
  width: 100%;
  height: auto; }

.tienda .productos p {
  text-align: center;
  color: #5a5a5a; }

.tienda .pedido {
  background-color: green;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 300px; }

.tiposPedido {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.tipoPedido {
  margin: 5px;
  cursor: pointer; }

.tipoPedido img {
  display: block;
  height: 80px;
  margin: auto;
  margin-bottom: 10px;
  width: auto; }

.tipoPedido:hover img {
  opacity: 0.8; }

.tipoPedido span {
  text-align: center;
  margin: auto;
  display: block;
  width: 80px;
  font-size: 11pt;
  line-height: 11pt;
  text-transform: uppercase; }

.tituloPerfil {
  color: red;
  text-align: center;
  font-family: 'americantypewriter'; }

.variacion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3); }

@font-face {
  font-family: 'playbill';
  src: url("../fuentes/playbill.eot");
  src: url("../fuentes/playbill.eot?#iefix") format("embedded-opentype"), url("../fuentes/playbill.woff") format("woff"), url("../fuentes/playbill.ttf") format("truetype"), url("../fuentes/playbill.svg#playbill") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'roughknight';
  src: url("../fuentes/roughknight.eot");
  src: url("../fuentes/roughknight.eot?#iefix") format("embedded-opentype"), url("../fuentes/roughknight.woff") format("woff"), url("../fuentes/roughknight.ttf") format("truetype"), url("../fuentes/roughknight.svg#roughknight") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Contenedor general contenido */
.hiddencon {
  width: 410px;
  z-index: 90000;
  position: fixed;
  /* Desplazamiento para ocultar hacia la derecha todo el ancho del bloque menos el borde */
  right: -412px;
  top: 10px;
  height: 100%;
  visibility: hidden;
  background: white;
  border: 1px solid #282828;
  border-radius: 20px 0px 0px 0px; }

.hiddencon2 {
  top: auto;
  bottom: 10px; }

/* Contenido visible al hacer hover */
.afuera {
  right: 0; }

/* .hiddencon: hover right: 0 */
/* Pestaña para desplegar */
.hiddencon-label {
  border-radius: 20px 20px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -80px;
  margin-left: -50px;
  padding: 10px;
  position: absolute;
  top: 50%;
  color: white;
  background: red;
  font-size: 14px;
  z-index: 10000; }

.hiddencon-label span {
  width: 90px;
  font-family: 'americantypewriter';
  padding-left: 20px; }

.hiddencon-label img {
  height: auto;
  width: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.hiddencon-label img.rotacion {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/* Desplegado suave con transiciones */
.hiddencon, .hiddencon-label {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.voucher {
  max-width: 600px;
  margin: auto; }

.precio-original {
  color: red;
  text-decoration: line-through; }

  
.tituloPromocion {
  background-color: #ff0000;
  color: #ffffff;
  font-size: 32px;
  text-align: center; }

@-webkit-keyframes animeBurbuja {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  50% {
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes animeBurbuja {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  50% {
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

.burbuja {
  position: fixed;
  top: 680px;
  left: calc(50% + 230px);
  z-index: 10000;
  width: 101px;
  height: auto;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }
  .burbuja img {
    width: 100%;
    height: auto; }
  .burbuja a {
    display: block;
    padding-top: 10px;
    position: relative; }
    .burbuja a .cantidadProductos {
      background-color: #ed1c24;
      position: absolute;
      top: 10px;
      width: 40px;
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #ffffff;
      border-radius: 50%;
      left: calc(50% - 20px);
      font-size: 20px;
      -webkit-animation-name: animeBurbuja;
      animation-name: animeBurbuja;
      -webkit-animation-duration: 3s;
      animation-duration: 3s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out; }
  .burbuja .burbujaTexto {
    position: absolute;
    top: 55px;
    font-family: 'americantypewriter_bold';
    color: red;
    font-size: 12px;
    text-align: center; }

.burbuja_pos_superior {
  top: 0px; }