:root {
  --imagen-parrillada-avif: url(/img/carta/parrillada.avif);
  --imagen-parrillada-png: url(/img/carta/parrillada.png);
  --imagen-falls-avif: url(/img/carta/falls.avif);
  --imagen-background--: url(/img/carta-breo/background.png);
  --imagen-logo-avif: url(/img/carta/title.avif);
  --imagen-logo-png: url(/img/carta/title.png);
}

:root {
  --body--: #000;
  --overlay--: #2e1c0581;
  --dorado: #EABE3F;
  --especial--: rgb(241, 157, 0);
  --logo--: rgb(87, 37, 1);
  --title--: wheat;
  --reservar--: #10613c;
}

@font-face {
  font-family: 'Times';
  src: url('/fonts/times.ttf') format('truetype');
  font-weight: normal; 
  font-style: normal;  
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0; 
  box-sizing: border-box;
  background-color: var(--body--);
  scroll-behavior: smooth;
  width: 100%; 
}

.top-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start; 
  gap: 15px;
  margin-bottom: 25px; 
  margin-top: 20px;
  padding: 0 15px; 
  width: 100%; 
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.home-button {
  background-color: var(--overlay--);
}
.hero-section {
    width: 100%;
    max-width: 850px;
    margin: 0 auto 40px auto; 
    padding: 0 10px;
    box-sizing: border-box;
}

.hero-content {
    position: relative; 
    width: 100%;
    border-radius: 15px;
    overflow: hidden; 
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.hero-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.hero-overlay-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.1); 
}

.hero-btn {
    background-color: var(--reservar--);
    color: white !important;
    text-decoration: none;
    padding: 14px 28px;
    font-weight: bold;
    font-size: 1.1rem;
    border-radius: 8px;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.hero-btn:hover {
    background-color: #bc6a1c;
    transform: scale(1.05);
    box-shadow: 0 6px 18px rgba(0,0,0,0.4);
}

/*Categorías-Menú*/
.menu-container {
  max-width: 800px; 
  margin: 0 auto; 
  padding: 20px;
  border-radius: 8px; 
}

.menu-category {
  margin-bottom: 40px; 
}

.page {
  max-width: 800px; 
  margin: 40px auto; 
  padding: 60px 40px;
  background-color: #fffaf0; 
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3); 
  position: relative; 
  overflow: hidden; 
}

.page-1 {
  background-image: var(--imagen-falls-png);
  background-repeat: no-repeat;
  background-position: 20px 20px;
  background-size: 150px;
}

@supports (background-image: var(--imagen-falls-avif)) {
  .page-1 {
    background-image: var(--imagen-falls-avif);  
  }
}

.page-2 {
  font-family: 'Poppins', sans-serif;
  background-image: var(--imagen-background--);
  background-size: cover;
  background-attachment: scroll;
  background-position: center; 
}

/*@supports (background-image: var(--imagen-falls-avif)) {
  .page-2 {
    background-image: var(--imagen-falls-avif);  
  }
}*/



.page-4 {
  font-family: 'Poppins', sans-serif;
  background-image: var(--imagen-falls-png);
  background-size: cover;
  background-attachment: scroll;
  background-position: center; 
}

@supports (background-image: var(--imagen-falls-avif)) {
  .page-4 {
    background-image: var(--imagen-falls-avif);  
  }
}

.advice {
  font-size: 15px;
  position: relative; 
  padding-right: 15px; 
  text-align: center;
  font-family:'Amarillo', sans-serif; 
  color: #592E0B;
  font-feature-settings: "swsh" 0, "salt" 0, "ss01" 0, "ss02" 0, "ss03" 0, "ss04" 0, "calt" 0;
  font-weight: lighter;
  line-height: 2;
  margin-bottom: 40px;
  margin-top: 90px;
}
#menu-container {
  scroll-margin-top: 50px;
}
.category-title {
  position: relative; 
  padding-right: 15px; 
  text-align: center;
  font-family:'Times', sans-serif; 
  color: #d57920ff;
  font-feature-settings: "swsh" 0, "salt" 0, "ss01" 0, "ss02" 0, "ss03" 0, "ss04" 0, "calt" 0;
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 60px;
  font-weight: lighter;
  scroll-margin-top: 150px;
}

.category-image {
  display: block; 
  height: auto;
  vertical-align: middle; 
  margin-left: 10px; 
  margin: 0 auto 15px auto; 
}
.footer-image {
  display: block; 
  height: auto;
  vertical-align: middle; 
  margin-left: 10px; 
  margin: 0 auto 15px auto; 
  width: 200px;
}

/*Platos*/
.dish-list {
  list-style: none; 
  padding: 0;
  margin-top: 20px;
}

.dish-item {
  position: relative;
  margin-bottom: 25px;
  padding-left: 20px; 
}

.dish-item::before {
  content: '•';
  color: #d57920ff; 
  left: 5px; 
  display: inline-block;
  margin-right: 5px;
  font-size: 1.2em; 
  line-height: 1.1; 
}

.dish-name {
  color: #d57920ff;
  font-size: 14px;
  display: inline-block; 
  margin-right: 10px; 
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
}

.dish-price {
  font-weight: 700;
  color: #716a65; 
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
}

.dish-item > .dish-name, .dish-item > .dish-price {
  display: inline; 
}

.dish-description {
  font-size: 0.95em;
  color: #80410e;
  margin-top: 5px; 
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  padding: 0 10px; 
  white-space: normal; 
}

.plus {
  width: 20px;
  height: 20px;
}

.gluten {
  color: #d57920ff; 
}

/*Sugerencias e información del final de la carta*/
.suggestions {
  color: white;
  background-color: #d57920ff;
  padding: 10px; 
  border-radius: 10px;
  margin: 30px auto; 
  text-align: center;
  max-width: 80%; 
  font-family:'Amarillo', sans-serif; 
  font-feature-settings: "swsh" 0, "salt" 0, "ss01" 0, "ss02" 0, "ss03" 0, "ss04" 0, "calt" 0;
  line-height: 2;
  font-size: 10px;
}
.suggestions1 {
  color: white;
  background-color: #d57920ff;
  padding: 10px; 
  border-radius: 10px;
  margin: 30px auto; 
  text-align: center;
  max-width: 80%; 
  font-family:'Amarillo', sans-serif; 
  font-feature-settings: "swsh" 0, "salt" 0, "ss01" 0, "ss02" 0, "ss03" 0, "ss04" 0, "calt" 0;
  line-height: 2;
  margin-top: 80px;
  font-size: 10px;
}
  
.closeness {
  color: #80410e;
  margin-top: 30px;
  font-family:'Amarillo', sans-serif; 
  font-feature-settings: "swsh" 0, "salt" 0, "ss01" 0, "ss02" 0, "ss03" 0, "ss04" 0, "calt" 0;
  line-height:1.6;
  font-size: 11px;
  text-align: center;
}

.fire {
  color: #80410e;
  margin-top: 30px;
  font-family:'Amarillo', sans-serif; 
  font-size: 12px;
  line-height: 2;
  text-align: center;
  font-feature-settings: "swsh" 0, "salt" 0, "ss01" 0, "ss02" 0, "ss03" 0, "ss04" 0, "calt" 0;
}

.bread {
  margin-top: 30px;
  text-align: center;
  color: #d57920ff;
  font-weight: bold;
  font-size: 12px;
}

.footer {
  color: #80410e;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

.carta {
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: rgb(252, 122, 75)
}

body {
  background-color: var(--body--);
  padding: 20px;
}

.menu-container {
  max-width: 850px; 
  margin: 0 auto;
  padding: 0;
  background: none; 
  box-shadow: none;
}

/*media queries*/

@media (min-width: 625px) {
  body  {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
 
   .menu-category {
    display: block; 
    margin-bottom: 40px;
    text-align: center; 
   }
  
   .category-title,
   .category-title1 {
    text-align: center;
    margin-bottom: 15px;
    padding-right: 0;
    display: block;
    scroll-margin-top: 150px;
   }

    .advice {
      text-align: center; 
      margin-top: 60px;
   }

    .dish-list {
      margin-top: 20px;
      padding: 0; 
    }
  
    .dish-item {
      display: block; 
      text-align: center; 
      padding-left: 0; 
      margin-bottom: 25px; 
      position: relative;
    }
    
    .dish-item::before {
      content: '•';
      color: #d57920ff; 
      position: static; 
      display: inline-block; 
      margin-right: 5px; 
      font-size: 1.2em; 
      line-height: 1.1; 
    }
    .dish-description {
      font-size: 0.95em;
      color: #80410e;
      margin-top: 5px; 
      font-weight: bold;
      font-family: "Montserrat", sans-serif;
      text-align: center;
      padding: 0 10px; 
      white-space: normal; 
    }
  }


  /* ADAPTACIÓN PARA MÓVILES */
@media (max-width: 600px) {
    .hero-btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
    .hero-section {
        margin-bottom: 25px;
    }
}
  @media (min-width: 768px) {
  .contenedor-fondo-estatico {
    /* Quitamos el min-height que deforma y el cover */
    min-height: auto; 
    background-size: contain !important;
  }


.overlay-transparente {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%; 
  padding: 40px;
  box-sizing: border-box;
  flex-grow: 1; /* Para asegurar que ocupe todo el alto del aspect-ratio */
}
.boton-inferior {
  align-self: center;             
  margin-bottom: 25%;
}

.logo-superior {
  margin-top: 30px;
}
  }

  






