body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer {
  width: 100%;
}

.chef {
  white-space: pre-line;
  padding: 120px 30px 50px;
  background: rgba(255,255,255,0.9);
  font-family: 'BebasNeue';
  font-size: 20px;
}

.grid {
  display: grid;
  grid-template: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr / 1fr 1fr 1fr 1fr;
  width: calc(100% - 30px);
  grid-gap: 15px;
}

.grid img {
  width: 100%;
  height: 100%;
}

.grid > div {
  position: relative;
}

#home {
  grid-column: 1 / 5;
  grid-row: 1 / 3;
}

#verduras {
  grid-column: 1 / 3;
  grid-row: 3 / 5;
}

#mariscos {
  grid-column: 3 / 5;
  grid-row: 3 / 5;
}

#pescados {
  grid-column: 1 / 3;
  grid-row: 5 / 7;
}

#carnes {
  grid-column: 3 / 5;
  grid-row: 5 / 7;
}

#postres {
  grid-column: 1 / 3;
  grid-row: 7 / 9;
}

#boton-carta {
  grid-column: 3 / 5;
  grid-row: 7 / 9;
}

#prod1 {
  grid-column: 1;
  grid-row: 9;
}

#prod2 {
  grid-column: 1;
  grid-row: 10;
}

#prod3 {
  grid-column: 2;
  grid-row: 9;
}

#prod4 {
  grid-column: 2;
  grid-row: 10;
}

#prod5 {
  grid-column: 3;
  grid-row: 10;
}

#prod6 {
  grid-column: 4;
  grid-row: 10;
}

#prodBig {
  grid-column: 3 / 5;
  grid-row: 9;
}

#nosotros {
  grid-column: 1 / 3;
  grid-row: 11 / 13;
}

#reserva {
  grid-column: 3 / 5;
  grid-row: 11 / 13;
}

.imagen-principal {
  position: relative;
}

.imagen-principal p {
  font-family: 'BebasNeue';
  font-size: 23px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.imagen-productos img {
  width: 100%;
}

.content-navbar a {
  color: #000 !important;
}

.logo-home {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.logo-home img {
  width: 100%;
}

.logo-home div {
  display: flex;
  width: 200px;
}

.logo-home a {
  width: 100%;
  background-color: black;
  color: white;
  text-align: center;
  font-family: 'BebasNeue';
  font-size: 20px;
  font-weight: 500;
}

.imagen-cuartos {
  position: relative;
  flex: 1;
  text-align: center;
}

.imagen-cuartos div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-family: 'BebasNeue';
  font-size: 30px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.mostrar {
  position: absolute;
  width: 100%; height:100%;
  top:0; left:0;
  background:rgba(0,0,0,0.4);
  opacity: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}

.mostrar p:first-child {
  font-size: 35px;
  margin-bottom: 2rem;
}

.mostrar p:last-child {
  max-width: 500px;
}

.imagen-cuartos:hover .mostrar {
  opacity: 1;
}

.botonCarta {
  height: 60%;
  width: 60%;
  display: flex;
  background-color: rgba(0,0,0,0.8);
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}

.botonCarta a{
  color: white;
  text-align: center;
  font-family: 'BebasNeue';
  font-size: 40px;
  font-weight: 500;
}

.botonCarta hr {
  margin: 0;
  border-top: 1px solid white;
  width: 100%;
}

.textoChef {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 'BebasNeue';
  font-size: 30px;
  font-weight: 500;
  color: white;
  width: 88%;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

.textoChef a {
  color: white;
  text-decoration: underline;
}

.space-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#map {
  height: 500px;
  margin: 15px 0;
}

.centrar {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  text-align: center;
  transform: translate(-50%,-30%);
}

#reserva {
  font-family: 'BebasNeue';
  font-size: 30px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.telefonoContacto a{
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  padding-left: 7%;
}

.telefonoContacto {
  background-color: #000;
  text-align: center;
  padding: 6%;
  width: 76%;
  margin-right: 12%;
  margin-left: 12%;
  display: flex;
  justify-content: center;
}

.telefonoContacto img {
  width: 15px !important;
}

.address {
  position: relative;
  width: calc(100% - 30px);
}

.textoMapa {
  position: absolute;
  left: 6%;
  top: 18%;
  background-color: #ffffff;
  padding: 2%;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.cuadroProducto p {
  font-family: 'BebasNeue';
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
}

.cuadroProducto {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.contenedorProducto {
  position: relative;
}

.imagenes-big {
  display:flex;
  margin-right: 1%;
  margin-left: 1%;
}

.siguenos-div {
  position: relative;
  width: 100%;
  margin-top: 15px;
}

.siguenos-en-instagram {
  font-family: 'BebasNeue';
  position: relative;
  font-size: 30px;
  text-align: center;
  background: rgba(255,255,255,0.7);
  left: calc(50% - 110.5px);
}

.instagram-line-left {
  display: block;
  position: absolute;
  left: 0;
  border-bottom: 3px solid black;
  width: calc(50% - 210px);
  top: 50%;
  margin-left: 15px;
}

.instagram-line-right {
  display: block;
  position: absolute;
  right: 0;
  border-bottom: 3px solid black;
  width: calc(50% - 210px);
  top: 50%;
  margin-right: 15px;
}

@media(min-width: 501px) and (max-width: 950px) {
  .textoChef {
    font-size: 18px;
  }
}

@media (max-width: 500px) {
  .logo-home div {
    display: none;
  }
  .imagenes-big {
    flex-direction: column;
  }
  .no-padding {
    padding-right: 0% !important;
    margin-bottom: 1%;
  }
  .centrar {
    width: 77% !important;
    transform: translate(-50%,-30%) !important;
  }
  .textoMapa {
    top: 12% !important;
    left: 4% !important;
  }
  .footer {
    flex-direction: column !important;
  }
  .footer-prensa h3 {
    padding-bottom: 0% !important;
  }
  .footer-prensa {
    padding-top: 9% !important;
    padding-bottom: 4% !important;
  }
  #reserva {
    font-size: 25px !important;
  }
  .textoChef {
    font-size: 18px !important;
  }
  .grid {
    grid-template: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr / 1fr 1fr;
    grid-gap: 10px !important;
    width: calc(100% - 20px);
  }

  #home {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }
  
  #verduras {
    grid-column: 1 / 3;
    grid-row: 3 / 5;
  }
  
  #mariscos {
    grid-column: 1 / 3;
    grid-row: 5 / 7;
  }
  
  #pescados {
    grid-column: 1 / 3;
    grid-row: 7 / 9;
  }
  
  #carnes {
    grid-column: 1 / 3;
    grid-row: 9 / 11;
  }
  
  #postres {
    grid-column: 1 / 3;
    grid-row: 11 / 13;
  }
  
  #boton-carta {
    grid-column: 1 / 3;
    grid-row: 13 / 15;
  }
  
  #prod1 {
    grid-column: 1;
    grid-row: 15;
  }
  
  #prod2 {
    grid-column: 1;
    grid-row: 16;
  }
  
  #prod3 {
    grid-column: 2;
    grid-row: 15;
  }
  
  #prod4 {
    grid-column: 2;
    grid-row: 16;
  }
  
  #prod5 {
    grid-column: 1;
    grid-row: 18;
  }
  
  #prod6 {
    grid-column: 2;
    grid-row: 18;
  }
  
  #prodBig {
    grid-column: 1 / 3;
    grid-row: 17;
  }
  
  #nosotros {
    grid-column: 1 / 3;
    grid-row: 19 / 21;
  }
  
  #reserva {
    grid-column: 1 / 3;
    grid-row: 21 / 23;
  }

  .address {
    width: calc(100% - 20px);
  }

  #map {
    margin: 10px 0;
  }

  .insta-div {
    width: calc(100% - 20px);
  }

  #instafeed {
    flex-direction: column;
    margin-top: 10px;
  }

  div.wrap {
    margin-right: 0;
    margin-bottom: 10px;
  }

  div.wrap:last-child {
    margin-bottom: 0;
  }

  div.wrap img {
    height: auto !important;
  }

  .instagram-line-left {
    display: none;
  }

  .instagram-line-right {
    display: none;
  }
}

@media(max-width: 750px) {
  .chef-contacto > div {
    margin-right: 0% !important;
    margin-bottom: 1% !important;
  }
  .chef-contacto {
    flex-direction: column;
  }
}

@media (max-width: 900px) {
  .contenedorProducto p {
    font-size: 18px !important;
  }
}

@media (max-width: 700px) {
  .imagen-cuartos p {
    font-size: 20px !important;
  }
}

@media (max-width: 650px) {
  .logo-home {
    transform: translate(-50%, -15%) !important;
  }
  .logo-home p {
    font-size: 18px !important;
  }
}

.insta-div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 30px);
}

#instafeed {
  display: flex;
  margin-top: 15px;
}

div.wrap {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

div.wrap:last-child {
  margin-right: 0;
}

div.wrap img {
  width: 100%;
  object-fit: cover;
  height: 25vw;
}

div.wrap img:hover {
	opacity: 0.85;
}

/* MENUS */

#menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 40px 60px;
  grid-gap: 60px;
  background: rgba(255,255,255,0.9);
  margin: 120px 40px 40px;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
  font-family: 'BebasNeue';
}

#menu > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  text-align: justify;
  font-size: 20px;
  max-width: 450px;
}

#menu h1 {
  font-size: 30px;
  font-weight: bold;
}

#menu hr {
  position: absolute;
  height: 100%;
  border-left: 1px solid;
  margin: 0;
  left: -30px;
}

#menu ul {
  margin: 0;
}

#menu a {
  width: fit-content;
  background: black;
  color: white;
  padding: 5px 10px 1px;
  border-radius: 4px;
}

#menu .price {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#menu .price .iva {
  font-size: 16px;
}

@media(max-width: 1200px) {
  #menu {
    grid-template-columns: 1fr;
  }

  #menu hr {
    width: 100%;
    border-top: 1px solid;
    top: -30px;
    left: 0;
    border-left: none;
  }
}

@media(max-width: 700px) {
  #menu {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* MENU NAVIDAD */

#menu-navidad {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 40px 60px;
  grid-gap: 60px;
  background: rgba(255,255,255,0.9);
  margin: 120px 40px 40px;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
  font-family: 'BebasNeue';
}

#menu-navidad > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 400px;
  position: relative;
  text-align: justify;
  font-size: 24px;
  max-width: 450px;
  margin: 0 50px;
}

#menu-navidad h1 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

#menu-navidad .carta {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px 0;
}

#menu-navidad .carta .title {
  font-weight: bold;
  font-size: 30px;
  margin: 60px 0 10px;
}

#menu-navidad .carta .title:first-child {
  margin-top: 0;
}

#menu-navidad hr {
  position: absolute;
  height: 100%;
  border-left: 1px solid;
  margin: 0;
  left: -80px;
}

#menu-navidad .price {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 30px;
}

#menu-navidad .price .iva {
  font-size: 18px;
}

#menu-navidad .cava-y-uvas {
  font-weight: bold;
  text-decoration: underline;
}

@media(max-width: 1200px) {
  #menu-navidad {
    grid-template-columns: 1fr;
  }

  #menu-navidad hr {
    width: 100%;
    border-top: 1px solid;
    top: -80px;
    left: 0;
    border-left: none;
  }

  #menu-navidad > div {
    margin: 50px 0;
  }
}

@media(max-width: 700px) {
  #menu-navidad {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

/*NEW MENU ALDANONDO*/
.content-menu-aldanondo {
  text-align: center;
  line-height: 1.12;
}
.content-menu-aldanondo p {
  //margin-bottom: 0;
}
.content-menu-aldanondo span {
  font-size: 14px;
}