@font-face {
  font-family: "AVENIR NEXT BOLD";
  src: url(./AvenirNextLT-Bold.woff) format("woff");
  font-size: 4vw;
  font-size: clamp(0.6em, 4vw, 1.2em);
  hyphens: auto;
}

:root {
  --rgbINDIGO: 0, 85, 150;
  --rgbSNOW: 244, 242, 243;
  --SNOW: rgb(var(--rgbSNOW));
  --INDIGO: rgb(var(--rgbINDIGO));
  --alpha: 0.7;
  --VERMILION: #8b0f04;
  --AUREATE: #bc9b6a;
  --SAND: #f0e5d8;
}

html {
  font-size: 4vw;
  font-size: clamp(0.6em, 4vw, 1.2em);
  hyphens: auto;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: "AVENIR NEXT BOLD";
  background-color: var(--SNOW);
}

#portada header {
  position: relative;
  top: 0;
  height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#int .header {
  top: 0;
  background-color: var(--SAND);
  height: 6vh;
  min-height: 65px;
  padding: 1vh;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  box-sizing: content-box;
}

#int .logo img {
  height: 7vh;
}

.logo img {
  fill: var(--AUREATE);
  height: 7vh;
}

.logolink {
  position: absolute;
  top: 16px;
  z-index: 1;
  /*filter: drop-shadow(2px 4px 6px black);*/
}

.salirlnk {
  position: absolute;
  top: 16px;
}

.salirlnk img {
  margin: 1.5vh;
  width: 6vh;
  height: 6vh;
}

main {
  padding: 0;
}

section {
  display: flex;
  width: 100%;
  height: 104vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

hr {
  width: 30%;
  margin: 0.4vh auto 2.2vh;
}

.descripcion {
  font-family: "AVENIR NEXT BOLD";
}

.restaurante {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  margin: 2vh;
  height: 18vh;
  text-align: center;
}

.ui-state-default {
  border: 0.1vh solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
  margin: 0vh;
}

.ui-state-active,
.ui-state-active:hover {
  border: solid #000000;
  border-width: 0.1vh 0vh 0vh 0vh;
  background: #ffffff;
  font-weight: normal;
  color: #000000;
  margin: 0vh;
}

.edicionSeccion {
  text-align: center;
  padding: 0vh 0vh 10vh 0vh;
  border: solid #c5c5c5;
  border-width: 0vh 0vh 1vh 0vh;
}

.edicionSeccion div {
  text-align: center;
  font-size: 3rem;
}

.seccion h3 {
  font-size: 2.4rem;
  text-align: center;
  padding: 3vh 0vh;

  font-family: "AVENIR NEXT BOLD";
  background: #f3efe7;
}

img.borrar {
  height: 5vh;
  float: right;
}

input {
  font-size: 1.2rem;
  padding: 0.3vh;
  border: 1px solid #ccc;
  border-radius: 0.3vh;
  margin: 0.2em 0.2vh;
  width: 98%;
}

.boton a,
.boton,
form button,
input[type="submit"] {
  background-color: #4caf50;
  color: white;
  padding: 0.6vh 3vh;
  margin: 1vh;
  border: none;
  border-radius: 0.5em;
  cursor: pointer;
  text-align: center;
}

.boton a,
.boton,
form button,
.boton a:visited,
.boton a:active {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.2rem;
}

form button {
  width: 100%;
  margin: 1vh 0vh;
  padding: 0.5vh;
}

textarea {
  font-size: 1.3rem;
  width: 100%;
  height: 35vh;
  padding: 0.1vh 0.2vh;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 1rem;
  background-color: #f8f8f8;
  resize: none;
}

.platillo {
  margin: 2.5vh 0.9vh;
  border: 0.2vh solid gray;
  border-radius: 0.5em;
  min-height: 10vh;
  font-size: 2rem;
}

.platillo .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  border-radius: 0.5em;
  height: 15rem;
}

.platilloimgizq {
  display: grid;
  grid-template-columns: 1fr 3fr;
}

.platilloNoDisponible {
  background-color: #cecece;
  color: #b4b4b4;
}

.platilloNoDisponible .img {
  background: rgba(206, 206, 206, 0.67);
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  border-radius: 0.5em;
  height: 15rem;
}

.platilloOculto {
  display: none;
}
.platillo h2 {
  padding: 0.3vh;
  margin: 0vh;
  font-size: 2.2rem;
  margin-top: -0.55rem;
  padding-left: 0.8rem;
}

.platilloimgizq h2,
.platilloimgizq .textoconimg {
  margin: 0px;
}

.textos {
  padding: 0.2rem;
  min-height: 8vh;
  font-size: 1.3rem;
}

.textoconimg {
  margin-top: -2.4rem;
  border-radius: 0.85em;
  background-color: rgba(255, 255, 255, 0.7);
}

.precio {
  padding: 0vh;
  margin: 0vh;
  margin-top: 0.8vh;
  margin-right: 1vh;
  position: relative;
  bottom: 0;
  text-align: right;
  font-size: 1.3rem;
}

.precio input {
  width: 12vh;
}

.nota {
  font-size: 0.6rem;
}

img.edita {
  margin-left: 2vh;
  width: 5vh;
}

.guardarCambios {
  text-align: center;
  margin-top: 7vh;
  padding: 3vh 3vw 0vh 3vw;
  border: solid #c5c5c5;
  border-width: 0.6vh 0vh 0.6vh 0vh;
  background-color: aqua;
}

.separador {
  height: 6vh;
}

.salida {
  width: 100%;
  background-image: url("../img/salir.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  text-align: center;
  margin: auto;
  height: 9vh;
  display: none;
}

.hidden {
  display: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;
}

.opciones {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(8em, 1fr));
  margin: auto;
  text-align: center;
}

.opciones div {
  text-align: center;
  padding: 1rem;
  border: 2px solid #000000;
  border-radius: 0.5em;

  margin: 1vw;
  font-size: 1.2rem;
}

.opciones div img {
  width: 100%;
  max-height: 100%;

  display: block;
  /* remove extra space below image */
}

.mensaje {
  padding: 1.5vh;
  text-align: center;
  font-size: 1.6rem;
}

.mensajeformulario {
  padding: 2vh 1vh;
  background-color: #00ff90;
  text-align: center;
}
.LoginBox {
  max-width: 30rem;
  margin: 13vh auto;
  border: 0.6vh solid #000000;
  border-radius: 1em;
  background-color: #ffffff;
  box-shadow: 13px 8px 38px -1px rgba(0, 0, 0, 0.5);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.paquetes {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  column-gap: 2vw;
  row-gap: 2vw;
  padding: 2vw;
}

.paquete {
  border: 2px solid black;
  border-radius: 1em;
  padding: 5px;
  background-color: #ffffff;
  box-shadow: 13px 8px 38px -1px rgba(0, 0, 0, 0.5);
}

.paquete > h4 {
  margin: 0.3vh;
}

.paquete > .boton {
  text-align: center;
  margin: 2vh;
}

.powerdby img {
  height: 2.3vh;
}

a.modalopen,
a.modalopen:hover,
a.modalopen:active,
a.modalopen:visited {
  text-decoration: none;
  color: black;
}

.modalopen textarea {
  height: 30vh;
  width: 80%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  /* Used transition just to animate the resize, if not 
       required can be removed */
}

.comanda {
  background-color: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
  padding: 0.3vh 0px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 80; /* hide behind footer at bottom of page */
}

.comanda h1 {
  padding: 0.1vh 0.3vh 0.3vh 0.3vh;
  margin: 0px;
}

.comanda h3 {
  padding: 0.1vh;
  margin: 0px;
}

.powerby {
  margin-bottom: 12vh;
}

.ContenidoComanda {
  height: 85vh;
  overflow: scroll;
}

.platoencomanda {
  display: grid;
  padding: 0.1vh 0.3vw;
  grid-template-columns: 7fr 1fr 1fr 1fr;
  background-color: rgb(155, 236, 236);
}
.platoenorden {
  display: grid;
  padding: 0.1vh 0.3vw;
  grid-template-columns: 8fr 1fr 1fr;
  background-color: rgb(155, 236, 236);
}

.platoencomanda:nth-of-type(2n),
.platoenorden:nth-of-type(2n) {
  background-color: rgb(238, 248, 230);
}

.platoencomanda > div:not(:first-child) {
  text-align: center;
  vertical-align: middle;
}

/*----------------*/

#google_translate_element {
  display: none;
}

.centrado {
  text-align: center;
}

.right {
  text-align: right;
}

.wordbreak {
  -ms-word-break: break-all;
  word-break: break-all;

  /* Non standard for WebKit */
  word-break: break-word;

  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.powerdby img {
  height: 2.3vh;
}

.intro {
  display: none;
}

/*---------------------*/
.foto {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}

.opcionesrestauranteHilton {
  background-size: cover;

  text-align: center;
  width: 100%;
  margin-top: 1vh;
  margin-bottom: 6vh;
  align-self: flex-end;
}

.opcionesrestauranteHilton .linksServHilton {
  color: var(--SNOW);
  border: solid var(--SNOW) 1px;
  border-radius: 14px;
  padding: 0.15rem;
  width: 65%;
  max-width: 550px;
  font-size: 1.3rem;
  margin: 0.4vh auto 2.2vh;
}
.opcionesrestauranteHilton .linksServHilton div {
  width: 100%;
  padding: 3px;
  border-radius: 14px;
}

.linksServHilton a {
  text-decoration: none;
  color: var(--SNOW);
}

pressreader div {
  padding-top: 0.1rem;
  padding-bottom: 0;
  font-size: 0.35rem;
}

.pressreader img {
  height: 2rem;
  margin-top: 0.15rem;
  margin-bottom: -0.3rem;
}

#portada .opcionesrestauranteHilton {
  font-size: 2.2rem;
  margin-top: 0vh;
}

.opcionesrestauranteHilton .titulo {
  min-width: 150px;
  width: 60%;
  margin: 6vh auto 4vh;
  font-size: 1.8rem;

  text-shadow: -0.05rem 0 #fff, 0 0.05rem #fff, 0.05rem 0 #fff, 0 -0.05rem #fff;
  /*
  background-color: rgba(var(--rgbSNOW), var(--alpha));
  padding: 0.4rem;
  border-radius: 0.1rem;
  border: var(--INDIGO) solid 0.07rem;
  */
}

.opcionesrestauranteHilton .logorestaurante{
  width: 40vw;
  max-width:220px;
  margin-bottom: 3vh;

}


.logoServHilton {
  min-width: 150px;
  width: 35%;
  width: 50%;
  max-width: 350px;
  margin: 0.3rem auto 1.5rem;
  /*filter: drop-shadow(2px 4px 6px white);*/
  filter: drop-shadow(0.05rem 0px 0 #fff) drop-shadow(-0.05rem 0 0 #fff)
    drop-shadow(0px -0.05rem 0 #fff) drop-shadow(0px 0.05rem 0 #fff);
}

.linksServHilton {
  display: block;
  border: 1px var(--SNOW);
  border-style: double;
  border-radius: 14px;
  margin: auto;
  cursor: pointer;
  font-weight: 300;
  box-shadow: 0px 1px 8px #808080a6;
  background-color: #0000009a;
  width: 80%;
  text-align: center;
  text-decoration: none;
  color: var(--SNOW);
  text-align: center;
}

.linksServHilton div:hover {
  /*background-color: var(--INDIGO);*/
  background-color: rgba(var(--rgbINDIGO), var(--alpha));
  color: var(--SNOW);
  border-color: var(--INDIGO);
}

.linksServHilton:active {
  background-color: var(--SNOW);
  color: var(--INDIGO);
  border-color: var(--INDIGO);
  box-shadow: 0px 4px 5px grey;
}

#portada .linksServHilton,
#portada .linksServHilton:link,
#portada .linksServHilton:visited,
#portada .linksServHilton:hover,
#portada .linksServHilton:active {
  background-color: #00000081;
}

@media (max-width: 800px) {
  main {
    padding: 0;
  }

  .linksServHilton-pressreader {
    padding: 0.25em;
  }

  .linksServHilton-pressreader img {
    max-height: 30px;
    width: 80%;
  }
}

footer {
  display: flex;
  justify-content: space-between;
  background-color: #F0E5D8;
}

footer .logo {
  width: 35%;
  margin: 1rem auto;
  max-width: 7rem;

}


@media (max-width: 650px) {
  footer .decoration:first-child {
    display: none;
  }
}
