@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,300;0,400;0,600;0,900;1,100;1,600;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@keyframes dedito {
  from {
    transform: translate(50%, 0);
  }
  to {
    transform: translate(-50%, 0);
  }
}

html {
  scroll-behavior: smooth;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: "Roboto";
  box-sizing: border-box;
  user-select: none;
  font-size: 15px;
}

a {
  text-decoration: none;
}

/* a:visited {
  color: initial;
}

a:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} */

ul {
  list-style: none;
}

body {
  background-color: #161515;
}
.jcc-aic {
  justify-content: center; align-items: center;
}

.body-contenedor .promos {
  transition: 500ms;
  z-index: 5;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: gray;
  border-radius: 15px;
  display: flex;
  visibility: hidden;
  opacity: 0;
}
.body-contenedor .promos ion-icon {
  position: absolute;
  top: 15px;
  left: 15px;
  color: white;
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 6;
}
.body-contenedor .promos .promocion {
  border-radius: 15px;
  max-width: 90vw;
  max-height: 90vh;
  box-shadow: 0px 0px 200px black;
  
}

#navegador {
  z-index: 4;
  background-color: #eeecec;
  /* height: 75px; */
  /* Si tiene carrito, que tenga el alto de 75px */
  height: 55px;
  width: 55px;
  position: fixed;
  top: 0;
  right: 0;
  border-bottom-left-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
#navegador .nav-bar-iconos {
  width: 23px;
  height: 23px;
  cursor: pointer;
  transition: 500ms;
}
#navegador .nav-bar-iconos:hover {
  color: #d84721;
}
#navegador .box-menu {
  z-index: 3;
  background-color: #eeecec;
  border-bottom-left-radius: 10px;
  padding: 20px;
  padding-top: 45px;
  max-width: 300px;
  width: 80vw;
  max-height: 500px;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%, -100%);
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
  float: right;
  transition: 500ms;
}
#navegador .box-menu #close-menu-icon {
  display: initial;
  position: absolute;
  top: 15px;
  right: 15px;
}
carr
#navegador .box-menu .lista {
  text-align: right;
  width: 100%;
  height: 100%;
}
#navegador .box-menu .lista li {
  margin: 1rem 0;
  display: flex;
  justify-content: end;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
}
#navegador .box-menu .lista li a {
  text-decoration: none;
  font: normal 200 1.1rem "Oswald";
  color: #161515;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  transition: 500ms;
}
#navegador .box-menu .lista li a:hover {
  color: #d84721;
}
.titulo-seccion {
  font-family: "Oswald";
  color: #e60303;
  width: 100%;
  padding-left: 20px;
  padding-top: 20px;
  text-align: left;
  box-sizing: border-box;
}

#inicio {
  height: 70vh;
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.603), #161515), url('./scss/img/fondo-2-alaparri.webp'); /* Cambia la ruta si es necesario */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  
  background-position: center calc(.5px + 50%);
}

#inicio .nombre-logo {
  position: absolute;
  top: 40%;
  left: 50%;
  text-align: left;
  transform: translate(-50%, -50%);
  -webkit-text-stroke: 2px white;
  color: transparent;
  font-size: 3rem;
  width: 85%;
  min-width: 230px;
  max-width: 500px;
}
#inicio .inicio-promo {
  bottom: 15%;
  left: 50%;
  text-align: left;
  transform: translate(-50%, -50%);
  width: 90%;
  min-width: 270px;
  max-width: 600px;
  position: absolute;
  color: #eeecec;
  font-size: 1rem;
}
#inicio .inicio-promo p,
#inicio .inicio-promo #nosotros .grid .info div h4,
#nosotros .grid .info div #inicio .inicio-promo h4 {
  font-size: 1rem;
  font-weight: 300;
  color: #e7e7e7;
}
#inicio .inicio-promo .pregunta {
  padding-top: 10px;
  font: normal 700 1.1rem "Roboto";
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
#inicio .fondo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  filter: brightness(0.3);
}
#inicio .btn-menu {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 10px;
  border: solid 1px #eeecec;
  border-radius: 10px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #e7e7e7;
  font: normal 300 0.95rem "Oswald";
  letter-spacing: 0.08rem;
  -webkit-tap-highlight-color: transparent;
}
#inicio .btn-menu ion-icon {
  color: #e7e7e7;
  height: 1rem;
  padding-left: 5px;
}

#banner-promociones {
  height: 250px;
  margin: 15px;
  background-color: black;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
}
#banner-promociones h2 {
  font-family: "Oswald";
  font-size: 2.8rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  width: 80%;
  color: #eeecec;
}
#banner-promociones p,
#banner-promociones #nosotros .grid .info div h4,
#nosotros .grid .info div #banner-promociones h4 {
  width: 80%;
  text-align: center;
  color: #999999;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
#banner-promociones a {
  font-family: "Oswald";
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 500;
  padding: 10px 40px;
  border-radius: 10px;
  color: #eeecec;
  background-color: #b44326;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
}
#banner-promociones a:hover {
  
  box-shadow: 0 6px 15px rgba(179,82,18,0.7);
  color: #fff;
}

#categorias {
  position: relative;
}
#categorias .box-slider {
  width: 100%;
  height: 350px;
  display: flex;
}
#categorias .box-slider .wrapper {
  max-width: 450px;
  width: 100%;
  overflow-x: auto;
  display: flex;
  grid-gap: 20px;
  padding-left: 20px;
  padding-right: 20px;
  scroll-snap-type: x;
  scroll-behavior: smooth;
  cursor: grab;
  scrollbar-width: none;
  /* Firefox */
}
#categorias .box-slider .wrapper .content {
  min-width: calc(70% - 5px);
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  display: flex;
  scroll-snap-align: center;
  position: relative;
  max-height: 280px;
}
#categorias .box-slider .wrapper .content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  position: absolute;
  filter: brightness(0.5);
}
#categorias .box-slider .wrapper .content .contenedor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  box-sizing: border-box;
  align-items: flex-start;
  color: #eeecec;
  text-decoration: none;
  text-align: center;
  font: normal 300 0.7rem "Roboto";
}
#categorias .box-slider .wrapper .content .contenedor h3 {
  font: normal 600 1.8rem "Oswald";
  text-transform: uppercase;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.76);
  text-align: left;
}
#categorias .box-slider .wrapper .content .contenedor p,
#categorias
  .box-slider
  .wrapper
  .content
  .contenedor
  #nosotros
  .grid
  .info
  div
  h4,
#nosotros
  .grid
  .info
  div
  #categorias
  .box-slider
  .wrapper
  .content
  .contenedor
  h4 {
  width: 90%;
  color: #eeecec;
  text-align: left;
}
#categorias .box-slider .wrapper::-webkit-scrollbar {
  /* Chrome */
  display: none;
}

#muestra-productos {
  padding-bottom: 40px;
  display: none;
}

#nosotros {
  background-color: #252525;
  padding: 5rem 1rem;
}
#nosotros .grid {
  height: 100%;
  display: grid;
  grid-template-columns: 80%;
  grid-template-rows: 1.5fr 1fr;
  grid-template-areas:
    "a1"
    "a2";
  justify-content: center;
  align-content: start;
  row-gap: 40px;
  color: #eeecec;
}
#nosotros .grid .mapa {
  grid-area: a2;
  height: 100%;
  width: 100%;
}
#nosotros .grid .mapa iframe {
  height: 100%;
  width: 100%;
}
#nosotros .grid .info {
  grid-area: a1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-transform: uppercase;
}
#nosotros .grid .info h3 {
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 20px;
  font-family: "Oswald";
}
#nosotros .grid .info .descripcion {
  padding-bottom: 20px;
  text-transform: none;
  text-align: justify;
  font-size: 0.9rem;
  max-width: 500px;
}
#nosotros .grid .info div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#nosotros .grid .info div p,
#nosotros .grid .info div h4 {
  font-size: 0.85rem;
  font-family: "Fira Sans";
}
#nosotros .grid .info div h4 {
  font-weight: 600;
  padding-right: 10px;
  padding-bottom: 5px;
  letter-spacing: 0.5px;
}
#nosotros .grid .info .color-gray {
  color: #a8a8a8;
  font-weight: 300;
}

#pie {
  background-color: #161515;
  height: fit-content;
  padding: 20px;
}
#pie .enlaces {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding: 0 10px;
}
#pie .enlaces .enlaces-rapidos {
  width: fit-content;
  display: flex;
  justify-content: start;
  align-items: center;
  text-transform: uppercase;
}
#pie .enlaces .enlaces-rapidos a {
  color: #a8a8a8;
  font-size: 0.8rem;
  margin: 0 20px;
}
#pie .enlaces .enlaces-rapidos a:hover {
  color: #eeecec;
}
#pie .enlaces .social-media {
  width: fit-content;
}
#pie .enlaces .social-media a {
  display: inline;
  width: fit-content;
}
#pie .enlaces .social-media a ion-icon {
  width: 15px;
  height: 15px;
  color: #a8a8a8;
  margin: 0 5px;
}
#pie .copyright {
  width: 100%;
  border-top: solid 0.5px #a8a8a8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
}
#pie .copyright p,
#pie .copyright #nosotros .grid .info div h4,
#nosotros .grid .info div #pie .copyright h4,
#pie .copyright p a,
#pie .copyright #nosotros .grid .info div h4 a,
#nosotros .grid .info div #pie .copyright h4 a {
  text-transform: capitalize;
  color: #a8a8a8;
  font-size: 0.7rem;
}

.titulo-seccion {
  padding: 0;
  padding-left: 10px;
  margin: 0;
  display: flex;
  justify-content: start;
  align-items: center;
}
.titulo-seccion #titulo-categoria {
  color: rgba(83, 83, 83, 0.534);
  text-transform: uppercase;
  font-family: "Oswald";
  font-size: 45px;
}

.box-producto {
  margin: 15px 0;
  position: relative;
  padding-left: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.box-producto .img-articulo {
  height: 180px;
  position: absolute;
  left: -90px;
  top: 0;
  filter: brightness(0.8) contrast(0.9);
  transform: translateX(-30px);
  transition: 500ms;
}
.box-producto .show {
  transform: translateX(0px);
}
.box-producto .casilla-info {
  min-height: 180px;
  padding: 15px;
  background-color: #080808;
  color: white;
  padding-left: 20px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  display: flex;
  flex-direction: column;
  grid-gap: 5px;
}
.box-producto .casilla-info .nombre {
  font: normal 600 30px "Oswald";
  text-transform: uppercase;
  letter-spacing: 1px;
}
.box-producto .casilla-info .precio,
.box-producto .casilla-info .precio span {
  font: normal 400 18px "Oswald";
}
.box-producto .casilla-info .precio span {
  /* color: rgb(160, 24, 24); */
  padding-left: 15px;
  color: #d84721;
}
.box-producto .casilla-info .ingredientes li {
  text-transform: capitalize;
  font-weight: 300;
  font-size: 12px;
  color: gray;
  letter-spacing: 0.5px;
}

.body-contenedor {
  min-height: 85vh;
}

@media only screen and (min-width: 450px) {
  #categorias .box-slider {
    height: fit-content;
    padding: 30px 0;
  }
  #categorias .box-slider .wrapper {
    max-width: 1850px;
  }
  #categorias .box-slider .wrapper .content {
    min-width: 280px;
  }
}

@media only screen and (max-width: 480px) {
  #pie .enlaces {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-gap: 15px;
  }
}


.cafeteria-container {
  /* background: #6e4e368e; color café */
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('./imagenes/fondo-cafeteria.jpg');
  background-size: 300px auto;
  
  color: #fff;
  padding: 40px 50px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  margin: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cafeteria-container h2 {
  font-family: "Oswald";
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  width: 80%;
  color: #eeecec;
  gap: 15px;
}

.cafeteria-container p {
  font-size: 1rem;
  font-weight: 300;
  padding: 10px 0px;
}
.cafeteria-container strong{
  font-size: 1.2rem;
  padding-top: 10px;
  font-weight: 600;
}

.cta-button {
  display: inline-block;
  background-color: #b44326; /* chocolate */
  color: white;
  margin-top: 10px;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;

  font-family: "Oswald";
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 40px;
  border-radius: 10px;
  color: #eeecec;
  -webkit-tap-highlight-color: transparent;
}

.cta-button:hover {
  background-color: #b35212;
  box-shadow: 0 6px 15px rgba(179,82,18,0.7);
}

@media (min-width: 768px) {
  body {
    width: 40vw;
    margin: 0 auto;
  }
}