@import url("https://fonts.googleapis.com/css2?family=Momo+Signature&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Permanent+Marker&display=swap");

.momo-signature-regular {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Monserrat", sans-serif;
  background-image: url(https://cdn.pixabay.com/photo/2023/09/23/15/56/ai-generated-8271284_1280.jpg);
  /* background-image: url(resourses/resourse_back_burger.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

h1 {
  font-family: "Montserrat";
  color: white;
  text-align: center;
  font-size: 72px;
  margin-top: 80px;
}

h2 {
  font-family: "Montserrat";
  color: white;
  text-align: center;
}

/* MENÚ CON LOGO Y NAVEGACIÓN */
.menu {
  background-color: orange;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 15px;
}

.logo {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.nombre-empresa {
  font-family: "Montserrat";
  color: white;
  font-size: 32px;
  font-weight: bold;
}

.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  font-family: "Montserrat";
}

.menu li {
  margin-left: 20px;
}

.menu a {
  text-decoration: none;
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 15px;
  display: inline-block;
  transition: font-weight 1s ease;
}

.menu a:hover,
.menu a.activo {
  background-color: red;
  font-weight: 1000;
  cursor: pointer;
  border-radius: 40px;
}

.menu a.link-inicio {
  background-color: rgba(0, 0, 0, 0);
}

/* CONTENIDO PRINCIPAL */
.contenido {
  max-width: 800px;
  margin: 50px auto;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 15px;
  color: white;
}

.contenido p {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}

/* Galería de hamburguesas en horizontal */
/* Galería de hamburguesas en horizontal */
.galeria-hamburguesas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding: 5px;
}

.galeria-hamburguesas .hamburguesa-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

.hamburguesa-item img:hover {
  transform: scale(1.05);
}

.hamburguesa-item span {
  font-size: 25px;
  color: red;
}

.hamburguesa-item .parrafo-2 {
  font-size: 16px;
  text-align: center;
}

.hamburguesa-item .parrafo-2 .precio {
  font-size: 20px;
  color: orange;
}

.separador {
  border: none;
  /* Elimina el borde por defecto */
  height: 1px;
  /* Grosor de la línea */
  background-color: white;
  /* Color de la línea */
  margin: 20px 0;
  /* Espacio arriba y abajo de la línea */
}

h2 {
  color: orange;
  font-size: 30px;
}

/* Galería de hamburguesas Reinas en horizontal */
.galeria-hamburguesasReinas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding: 5px;
}

.galeria-hamburguesasReinas .hamburguesareina-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

.hamburguesareina-item img:hover {
  transform: scale(1.05);
}

.hamburguesareina-item span {
  font-size: 25px;
  color: red;
}

.hamburguesareina-item .parrafo-2 {
  font-size: 16px;
  text-align: center;
}

.hamburguesareina-item .parrafo-2 .precio {
  font-size: 20px;
  color: orange;
}

.separador {
  border: none;
  /* Elimina el borde por defecto */
  height: 1px;
  /* Grosor de la línea */
  background-color: white;
  /* Color de la línea */
  margin: 20px 0;
  /* Espacio arriba y abajo de la línea */
}

/* Galería de postres en horizontal */
.galeria-postres {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding: 5px;
}

h2 {
  text-align: center;
  font-size: 30px;
}

.galeria-postres .postre-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

.postre-item img:hover {
  transform: scale(1.05);
}

.postre-item span {
  font-size: 25px;
  color: red;
}

.postre-item .parrafo-2 {
  font-size: 16px;
  text-align: center;
}

.postre-item .parrafo-2 .precio {
  font-size: 20px;
  color: orange;
}

.separador {
  border: none;
  /* Elimina el borde por defecto */
  height: 1px;
  /* Grosor de la línea */
  background-color: white;
  /* Color de la línea */
  margin: 20px 0;
  /* Espacio arriba y abajo de la línea */
}

.pedido-seccion {
  flex: 1;
  min-width: 100px;
  text-align: center;
}
.pedido-seccion h3 {
  font-family: "Momo Signature";
  color: orange;
  margin-bottom: 15px;
  font-size: 24px;
}

.pedido-seccion p {
  margin: 8px 0;
  font-size: 14px;
  line-height: 1.6;
}

/* SECCIÓN HISTORIA */
.seccion-historia {
  background-color: #1a1a1a;
  padding: 60px 20px;
}

.contenido-historia {
  max-width: 900px;
  margin: 0 auto 40px;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  color: white;
  border: 2px solid orange;
}

.contenido-historia h2 {
  font-family: "Montserrat";
  color: orange;
  text-align: center;
  font-size: 42px;
  margin-bottom: 25px;
}

.contenido-historia p {
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 20px;
}

.contenido-historia a {
  text-decoration: none;
  color: white;
  font-size: 18px;
  border: 2px solid orange;
  font-weight: bold;
  border-radius: 40px;
  padding: 10px 15px;
  display: inline-block;
  transition: font-weight 0.1s ease;
}

.contenido-historia a:hover {
  background-color: orange;
  font-weight: 1000;
  cursor: pointer;
  border-radius: 40px;
}

/* Configuración general */
.text h2,
summary {
  font-family: "Montserrat";
  color: orange;
  font-weight: bold;
  text-align: center;
  font-size: 42px;
  margin-bottom: 25px;
}

.text {
  background-color: #1a1a1a;
  grid-row: 1 / span 3;
  padding: 5%;
  font-size: 18px;
  line-height: 1.2;
  text-align: justify;
}

/* Configuración sección historia */
.about-us-seccion-historia {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 1%;
  padding: 1%;
  height: 90vh;
}

.about-us-contenido-historia {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  border: 2px solid orange;
  color: white;
  font-weight: bold;
  font-size: larger;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.about-us-contenido-historia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
  transition: transform 0.3s ease;
}

/* Configuración contador días */
.counter {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  align-content: center;
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

.counter-number {
  font-size: 80px;
  line-height: 50%;
  color: orange;
  text-align: center;
}

.counter-text {
  font-size: 35px;
  color: white;
  line-height: 0%;
  text-align: center;
}

/* Configuración desplegable: Misión, Visión, Valores */

.about-us-seccion-mision-vision-valores {
  align-content: center;
  background-color: rgba(0, 0, 0, 80%);
  margin: 1%;
  padding: 5%;
  border-radius: 15px;
  border: 2px orange solid;
  color: white;
}

.cajas {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  background-color: rgba(0, 0, 0, 80%);
  margin: 1%;
  padding: 2%;
  border-radius: 15px;
  border: 2px orange solid;
  color: white;
}

.cajas-deplegables {
  background-color: rgba(0, 0, 0, 80%);
  margin: 2%;
  padding: 2%;
  border-radius: 15px;
  border: 2px orange solid;
  color: white;
  text-align: center;
  align-content: center;
}

.contenedor-desplegables .contenido-desplegables {
  margin: 2%;
  padding: 3%;
  border-radius: 15px;
  border: 2px orange solid;
  color: white;
  font-weight: bold;
  font-size: larger;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* PIE DE PÁGINA */
.pie-pagina {
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  padding: 40px 20px 20px;
}

.footer-contenido {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
}

.footer-seccion {
  flex: 1;
  min-width: 200px;
  text-align: center;
}

.footer-seccion h3 {
  font-family: "Montserrat";
  color: orange;
  margin-bottom: 15px;
  font-size: 24px;
}

.footer-seccion p {
  margin: 8px 0;
  font-size: 14px;
  line-height: 1.6;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-bottom p,
a {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

/* RESPONSIVE PARA CELULARES */
@media (max-width: 768px) {
  /* NAV */
  .menu {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .menu .logo-container {
    margin-bottom: 10px;
  }

  .menu ul {
    flex-direction: column;
    gap: 10px;
    padding: 0;
  }

  .menu ul li {
    margin: 5px 0;
  }

  /* TITULOS Y TEXTOS */
  .contenido h1 {
    font-size: 28px;
    text-align: center;
  }

  .contenido p {
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
  }

  /* GALERÍAS (hamburguesas - reinas - postres) */
  .galeria-hamburguesas,
  .galeria-hamburguesasReinas,
  .galeria-postres {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hamburguesa-item,
  .hamburguesareina-item,
  .postre-item {
    width: 90%;
    margin-bottom: 25px;
    text-align: center;
  }

  .hamburguesa-item img,
  .hamburguesareina-item img,
  .postre-item img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }

  .parrafo-2 {
    font-size: 15px;
    padding: 10px;
  }

  /* SECCION DE ABOUT US */

  /* -- Texto general -- */
  .text {
    padding: 8%;
    font-size: 16px;
    text-align: left;
  }

  .text h2,
  summary {
    font-size: 28px;
    margin-bottom: 15px;
  }

  /* -- Sección historia -- */
  .about-us-seccion-historia {
    display: flex;
    flex-direction: column;
    height: auto;
    gap: 20px;
  }

  .contador {
    height: 150px;
  }

  .about-us-contenido-historia img {
    height: 200px;
    object-fit: cover;
  }

  /* -- Contador -- */
  .counter-number {
    font-size: 50px;
    line-height: 100%;
  }

  .counter-text {
    font-size: 20px;
  }

  /* -- Misión / Visión / Valores -- */
  .about-us-seccion-mision-vision-valores {
    padding: 8%;
    margin: 2% 0;
  }

  /* GRID */
  .cajas {
    grid-template-columns: 1fr;
    padding: 5%;
    gap: 15px;
  }

  .cajas-deplegables {
    margin: 10px 0;
    padding: 15px;
    font-size: 18px;
  }

  /* Contenedor de texto desplegable */
  .contenedor-desplegables .contenido-desplegables {
    font-size: 16px;
    padding: 15px;
  }

  /* SECCIONES DE CONTACTO Y HORARIOS */
  .pedidos-seccion {
    text-align: center;
    padding: 13px;
  }

  .pedidos-seccion h3 {
    font-size: 22px;
  }

  .pedidos-seccion p {
    font-size: 16px;
  }
}
