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

html, body {
  font-family: Arial, Helvetica, sans-serif;
  background: url("https://a16016344.github.io/menu-digital/img/bg.jpeg");
  background-attachment: fixed;
}

.header .button {
  background-color: white;
  display: inline-block;
  margin: .5em;
  padding: .5em 1em;
  z-index: 100000;
}

.header .button a {
  color: black;
}

.header .button a:link {
  color: black;
}

.header .button a:visited {
  color: black;
}

.header .logo {
  font-family: 'Kumar One Outline', cursive;
  color: white;
  font-size: 2em;
  text-align: center;
  font-weight: bold;
  max-width: 200px;
  margin: auto;
}

.header .logo img {
  display: inline-block;
  max-width: 100%;
  margin: auto;
  border-radius: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.header .logo img:hover {
  border-radius: 1em;
}

.header .descripcion {
  color: white;
  text-align: center;
}

.buscador {
  margin: auto;
  max-width: 800px;
  width: 90%;
  padding: 1em 0;
}

.buscador input {
  width: 100%;
  line-height: 2em;
  border-radius: 1em;
  padding: 0 1em;
}

#categorias {
  max-width: 100%;
  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;
}

#categorias .link {
  display: inline-block;
  padding: 1em .5em;
}

#categorias .link:link {
  color: white;
  text-decoration: none;
}

#categorias .link:visited {
  color: white;
  text-decoration: none;
}

.grid {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  position: relative;
}

.grid .item {
  width: 25%;
  position: absolute;
  display: block;
  padding: 10px;
}

.grid .item .imagen {
  width: 100%;
  display: block;
}

.grid .item .item-contenido {
  padding: 1em;
  background: whitesmoke;
  color: black;
  border-radius: 1em;
  position: relative;
  cursor: pointer;
  border-left: 3px solid darkcyan;
  border-bottom: 3px solid darkcyan;
}

.grid .item .item-contenido.img-promo {
  top: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.grid .item .item-contenido .paquete {
  border-radius: 1em 0 1em 0 / 1em 0 1em 0;
  width: 3em;
  height: 3em;
  top: 0;
  left: -3px;
  text-align: center;
  padding: 1em;
  position: absolute;
  display: inline-block;
  background: darkcyan;
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
  color: white;
}

.grid .item .item-contenido .tamano {
  padding-left: 2em;
  display: block;
  font-size: 1.5em;
  text-transform: uppercase;
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
  color: maroon;
}

.grid .item .item-contenido .nombre {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-weight: bold;
  color: green;
  font-weight: bold;
  font-size: 1.5em;
  text-transform: uppercase;
  display: block;
  text-align: center;
}

.grid .item .item-contenido .precio {
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
  text-align: center;
  display: block;
  font-size: 2em;
  color: darkblue;
}

.grid .item .item-contenido .ingredientes {
  text-align: justify;
  display: block;
  font-size: .7em;
  font-weight: bold;
  font-style: italic;
  color: rgba(128, 0, 0, 0.8);
}

.grid .item .item-contenido .children {
  display: none;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(0, 0, 0, 0.5);
}

.overlay #cerrar {
  color: white;
  position: fixed;
  font-size: 2rem;
  margin: 1rem;
  top: 0;
  right: 0;
  cursor: pointer;
}

.overlay .button {
  position: fixed;
  font-size: 1.5rem;
  margin: 1rem;
  bottom: 0;
  right: 0;
  cursor: pointer;
  display: inline-block;
  background-color: #075e54;
  font-family: 'Neucha', cursive;
}

.overlay .button:link {
  padding: 0.5em 1em;
  border-radius: 2em;
  text-decoration: none;
  color: white;
}

.overlay .button:visited {
  padding: 0.5em 1em;
  border-radius: 2em;
  text-decoration: none;
  color: white;
}

.overlay .aviso {
  color: white;
  font-weight: bold;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 1em;
  max-width: 60%;
  text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000, 2px 2px #000, -2px -2px #000, 2px -2px #000, -2px 2px #000;
}

.overlay .card {
  min-width: 200px;
  width: 800px;
  max-width: calc(100% - 2em);
  max-height: calc(100vh - 6em);
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  padding: 1em;
  margin: 1em;
  margin-bottom: 2em;
  border-radius: 1em;
}

.overlay .card .imagen {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}

.overlay .card .paquete {
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
  font-size: 1.5em;
  background: darkcyan;
  border-radius: 25% 0 / 100% 0;
  display: inline-block;
  padding: 0.5em 1em;
  color: whitesmoke;
  position: absolute;
  left: -0.5em;
  top: -0.5em;
}

.overlay .card .paquete:before {
  content: "Paquete ";
}

.overlay .card .tamano {
  padding-top: 2em;
  color: maroon;
  font-weight: bold;
  text-transform: uppercase;
}

.overlay .card .nombre {
  display: inline-block;
  padding: 0.5em 0;
  font-family: 'Lobster Two', cursive;
  font-size: 2em;
  font-weight: bold;
}

.overlay .card .precio {
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
  font-size: 1.5em;
  background: darkblue;
  border-radius: 0 50% / 0 100%;
  display: inline-block;
  padding: 0.5em 1em;
  color: whitesmoke;
  position: absolute;
  right: -0.5em;
  top: -0.5em;
}

.overlay .card .h2 {
  text-align: center;
  color: darkblue;
  font-weight: bold;
}

.overlay .card .ingredientes {
  text-align: center;
  color: maroon;
  font-weight: bold;
}

.overlay .card .children {
  max-height: 50%;
  overflow: auto;
}

.activo {
  font-weight: bold;
}

.ocultar {
  display: none !important;
}

.footer {
  font-family: 'Kumar One Outline', cursive;
  color: whitesmoke;
  font-weight: bold;
  text-align: center;
  padding: 1em;
}

.footer .button {
  display: inline-block;
  background-color: #075e54;
  font-family: 'Neucha', cursive;
}

.footer .button:link {
  padding: 0.5em 1em;
  border-radius: 2em;
  text-decoration: none;
  color: white;
}

.hoja-registro {
  max-width: 90%;
  width: 800px;
  margin: auto;
}

.hoja-registro fieldset {
  color: white;
  margin: 1em 0;
}

.hoja-registro input {
  width: calc(100% - 1em);
  padding: 0.5em 1em;
  border-radius: 2em;
  margin: 0.5em;
}

.fa-hamburger {
  background: chocolate;
}

.fa-hotdog {
  background: red;
}

.fa-bread-slice {
  background: sandybrown;
}

.fa-utensils {
  background: skyblue;
}

@media (max-width: 900px) {
  .grid .item {
    width: 33.3333%;
  }
}

@media (max-width: 700px) {
  .grid .item {
    padding: 2px;
    width: 33.3333%;
    font-size: 0.8em;
  }
}

@media (max-width: 500px) {
  .grid .item {
    width: 50%;
    font-size: 0.7em;
  }
}

@media (max-width: 300px) {
  .grid .item {
    width: 100%;
    padding: 2px;
    font-size: 0.7em;
  }
}
/*# sourceMappingURL=pizzeria.css.map */