.patreon-element-footer:root{
    --main-c:#473600a0;
    --black-c:#00000069;
  }
  
  /** Estilos Generales **/
.material-symbols-outlined {
  color: rgb(0, 0, 0);
}
  html{
    font-family: 'Roboto Serif', serif;
  }
  body{
    margin: -0.5rem;
    padding: 0;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  a{
    text-decoration: none;
  }
  a:visited{
    color: indigo;
  }
  li{
    list-style: none;
  }
  p{
    margin: 0.5rem;
    font-size: 1.1rem;
  }
  h1{
    font-size: 2.4rem;
  }
  h2{
    font-size: 2rem;
  }
  h3{
    font-size: 1.8rem;
  }
  h4{
    font-size: 1.6rem;
  }
  h5{
    font-size: 1.4rem;
  }
  h6{
    font-size: 1.2rem;
  }
  article {
    transition: transform 0.3s;
  }
  article:hover {
    transform: scale(1.1);
  }

  /* Animaciones */
  @keyframes resize{
    from {font-size:large;}
    to {font-size: larger;}
  }
  @keyframes abrir {
    from {width: 0px;}
    to {width: 100vw;}

  }
  @keyframes cerrar {
    from 
    {
      width: 100vw;
      visibility: visible;
    }
    to 
    {
      width: 0px;
      visibility: hidden;
    }
  }
  
  
  
  /* Enlaces & Botones*/
  
  .cta-main{
    background-color: var(--main-c);
    padding: 1rem 1rem ;
    color: #fff;
    font-size: bold;
    border-radius: 2px;
  }

  /* Header Restaurante */

.logo-header{
align-items: center;
  }

header.main-header{
    position: fixed;    
    top: 0;
    width: 100%;
    z-index:9999;
  }
  .header-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
  }
  .wrap-logo-header{
    margin-right: auto;
    width: 100%;
  }
  .logo-header{
    font-weight: bold;
    font-size: 1.2rem;
    color: #fff;
  }
  
  /* menu header */
  
  .book{
    background-color: #1c1c1c;
    border: none;
    color: white;
    padding: 12px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 4px;
    margin-top: 15px;
    height: 55px;
    width: 215px;
  }
  .book:hover{
    background-color: #2b4a37;
    cursor:pointer;
  }
  .nav-wrap-header{
    display: flex;
    flex-basis: 50%;
  }
  
  ul.main-menu{
    display: flex;
    width: 100%;
    z-index: 99;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
  }
  li.menu-item{
    margin: 0.5rem;
    display: flex;
    border: white;
    border-style: groove;
    width: 95vw;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-size: xx-large;
    color: aliceblue;
    background-color: #626262a8;
    height: 50px;
    border-block-width: 0px;
  }
  li.menu-item a{
    padding: .5rem 1rem;
    color: #b1b1b1;
  }
  li.menu-item:hover{
    
  }
  
  i.toggle-menu img{
    width: 27px;
    z-index: 99;
  }
  
  i.toggle-menu{
    display: none;
    background-color: #000000;
    border: none;
    z-index: 9999;
  }
  
  input#check{
    display: none;
  }
  
  .header-wrap{
    height: 115px;
    box-shadow: -1px -7px 20px black;
  }
  
  @media (min-width:768px){
    .header-wrap{
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 115px;
    }
  }
  
  @media (max-width:768px){
    header.main-header{
      margin-bottom: 4rem;
    }
    .header-wrap{
      position: fixed;
      width: 100%;
      padding: 0;
      top: 0;
      z-index: 9999;
      height: 115px;
      box-shadow: -1px -7px 20px black;
    }
    .logo-header, li.menu-item a{
      text-decoration: none;
      font-size: 25px;
      color: #ffffff;
      display: block;
      width: 245px;
      height: 125px;
  }
    }
  
    i.toggle-menu{
      display: flex;
      z-index: 1;
      flex-flow: column;
      align-items: center;
      justify-content: center;
      padding-top: 90vh;
      height: 100vh;
      top: 0;
      font-size: 2rem;
      position: relative;
      animation-name: abrir;
      animation-duration: 0.5s;
      animation-fill-mode: forwards;
    }
    ul.main-menu,#nav-main-contact{
      display: none;
      left: 0;
      margin: 0;
      padding: 0;
    }
    ul.main-menu{
      position: fixed;
      background-color: #e7e7e7;
    }
    label.checkbtn{
      position: fixed;
      right: 3%;
      top: 3%;
      z-index: 9999;
      cursor: pointer;
    }
    #check:checked ~ ul{
      display: flex;
      z-index: 9;
      flex-flow: column;
      align-items: center;
      top: 115px;
      align-items: center;
      width: 100vw;
    }
    #check:not(:checked) ~ ul {
      height: 100%;
      width: 0;
      position: fixed;
      z-index: 1;
      top: 0;
      right: 0;
      background-color: #111;
      overflow-x: hidden;
      transition: 0.5s;
      
    }
  /* Tarjetas */
  
  .card {
    margin: 0 auto;
    width: 20px;
  }
  .section{
    margin-top: 100px;
  }
article.card{
  max-width: 350px;
  min-width: 300px;
  background-color: #6c6c6c;
  margin: 1rem;
  box-shadow: 0px 0px 13px #000000;
  border-radius: 5px;
  }
  .header-card{
    display: flex;
  }
  .header-card img{
    border-radius: 8px 8px 0 0;
    max-height: 200px;
    height: 200px;
    width: 100%;
  }
  
  .categoria-card{
    margin-top: 1rem;
  }
  
  .categoria-card span{
    background: var(--main-c);
    border-radius: 4px;
    padding: .2rem .5rem;
    color: #fff;
  }
  
  .card footer{
    display: flex;
    flex-flow: column;
    padding: 0 1rem;
    border-radius: 10px;
    background-color: #6c6c6c;
    color: white;
  }
  .text-perfil-card{
    display: flex;
    flex-flow: column;
  }
  .text-perfil-card span:nth-child(2){
    color: #cfcfcf;
  }
  @media screen and (min-width: 768px) {
    .card-wrap {
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 30px;
    }
  }
  
  @media (max-width:768px){
    .card-wrap{
      justify-content: center;
      padding-top: 30px;
    }
  }
  
  .btnBook{
    display: flex;
    justify-content: center;
    padding-top: 15px;
  }
  @media (max-width:1640px){
  .card-wrap{
      margin: auto;
      display: flex;
      flex-wrap: wrap;
    }
  }
  /* Galería de Imágenes */

.imagen-galeria, .imagen-galeria img{
    max-width: 275px;
    border-radius: 4px;
  }
  
  @media (max-width:880px){
    .galeria-platos{
      display: flex;
      flex-flow: wrap;
      justify-content: center;
    }
  }

  /* Footer de la página */

footer{
    background-color: #fff;
    color: var(--black-c);
    text-align: center;
  }
  
  footer ul{
    padding: 0;
  }
  
  .wrap-footer{
    display: flex;
    grid-template-columns: 50% 15% 20%;
    column-gap: 5%;
    padding: 1rem;
    margin: -1rem auto;
    max-width: 1200px;
    grid-template-columns: repeat(1,1fr);
    border-top: 0px solid black;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  
  .element-footer h5{
    margin: 1rem 0;
  }
  
  .text-element-footer{
    line-height: 2;
  }
  
  .text-element-footer li a{
    color: var(--main-c);
  }
  
  .rrss-element-footer ul{
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  
  .rrss-element-footer img{
    width: 45px;
  }
  .patreon-element-footer ul{
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.382);
    height: 90px;
    border-radius: 20px;
  }
  .patreon-element-footer img{
    width: 80px;
  }
  .patreon-element-footer li{
    margin-right: 1rem;
  }
  .footer-creds{
    display: flex;
    justify-content: space-between;
    color: #576171;
    font-size: .9rem;
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
  }
  
  .legal-creds ul{
    display: flex;
  }
  
  .legal-creds ul li{
    padding-right: 1rem;
  }
  
  .legal-creds ul li a{
    color: #576171;
  }
  
  @media (max-width:768px){
    .wrap-footer{
      grid-template-columns: repeat(2,1fr);
    }
    .card-wrap{
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        padding-top: 30px;
    }
  }
  
  @media (max-width:480px){
    .wrap-footer{
      grid-template-columns: repeat(1,1fr);
    }
  }
  
  @media (max-width:320px){
    .footer-creds{
      flex-flow: column;
    }
  }

  .wrap-social li{
    transition: transform 0.3s;
  }
  .wrap-social li:hover{
    transform: scale(1.1)
  }

  /* Menu */

  .wrap-menu ul{
    align-items: center;
  }
  .menu li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
  }
  
  .menu li img {
    margin-left: 0vh;
    margin-right: 0vh;
    max-width: 100%;
    max-height: 100%;
    margin-top: 0;
    margin-bottom: 
    0px;
    margin-left: -45px;
  }
  
  @media (max-width: 480px) {
    .menu li {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  
    .menu li img {
      max-width: 100%;
      max-height: 100%;
      margin-top: 0;
      margin-bottom: 22px;
    }
  }
  .menu-free{
    height: 100vh;
  }

  /* Cookies */

#cajacookies {
  display: none;
  box-shadow: 0px 0px 5px 5px #c8c8c8;
  background-color: #ffdbdb;
  color: black;
  padding: 10px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  position: fixed;
  bottom: -100px; /* Posición inicial fuera de la pantalla */
  width: 100%;
  animation: slide-up 1s forwards; /* Animación de deslizamiento hacia arriba */
}

#cajacookies button {
  width: 100px;
  height: 30px;
  background: floralwhite;
  border-radius: 15px;
}

@keyframes slide-up {
  from {
    bottom: -100px; /* Posición inicial */
    opacity: 0; /* Opacidad inicial */
  }
  to {
    bottom: 0px; /* Posición final */
    opacity: 1; /* Opacidad final */
  }
}

/* Cuando se aceptan las cookies, se aplica la clase fade-out al div */

#cajacookies.fade-out {
  animation: fade-out 1s forwards; /* Animación de desvanecimiento */
}

@keyframes fade-out {
  from {
    bottom: 0px; /* Posición inicial */
    opacity: 1; /* Opacidad inicial */
  }
  to {
    bottom: -100px; /* Posición final */
    opacity: 0; /* Opacidad final */
  }
}

/* Banner */
body {
  margin: 0;
  padding: 0;
}

.banner-food {
  background-image: url(../img/food_menu/food_banner.jpg);
  background-size: cover;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 115px;
}
.banner-kids {
  background-image: url(../img/food_menu/kids_banner.jpg);
  background-size: cover;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.banner-drinks {
  background-image: url(../img/drinks_menu/drinks_banner.jpg);
  background-size: cover;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 115px;
}
.banner-dessert {
  background-image: url(../img/dessert_menu/dessert_banner.jpg);
  background-size: cover;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 115px;
}
.banner-shishas {
  background-image: url(../img/shishas_menu/shishas_banner.jpg);
  background-size: cover;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 115px;
}
.banner-spec {
  background-image: url(../img/spec_menu/spec_banner.jpg);
  background-size: cover;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 115px;
}

.banner-snack {
  background-image: url(../img/snacks_menu/snacks_banner.jpg);
  background-size: cover;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 115px;
}

.texto {
  padding: 10px 20px;
  font-size: 30px;
  font-weight: bold;
  border-radius: 10px;
  background-image: radial-gradient(#fff4d0, transparent);
  width: 100vw;
  text-align: center;
  height: 35px;
}