﻿* {
  margin: 0;
  padding: 0;
  font-family: 'Work Sans', sans-serif;
  background-color: #EEEAF3;
  font-size: 16px;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

h1 {
  color: black;
}

h2 {
  font-size: 26px;
  color: black;
}

h3 {
  font-size: 16px;
}
h5 {
  font-size: 12px;
}

p {
  font-size: 12px;
}

a {
  font-size: 14px;
}

.container {
  max-width: 850px;
  min-width: 320px;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 10px;
  overflow-x: hidden;
}

.categorias-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  align-items: center;
}

.categoria-wrapper {
  width: 100%;
  display: flex;
  margin: 0 10px;
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding-right: 20px;
  padding-left: 10px;
  max-width: 750px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.categoria-wrapper::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.categoria-wrapper {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.categoria-wrapper a {
  text-decoration: none;
  color: black;
}

.categoria-card {
  width: 150px;
  height: auto;
  min-height: 150px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(152, 151, 151);
  border-radius: 10px;
  background-color: rgb(213, 213, 213);
}

.categoria-cardB {
  width: 150px;
  height: auto;
  min-height: 150px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.categoria-card img {
  width: 80px;
  height: auto;
  margin: 5px auto;
  background-color: transparent;
  border-radius: 3px;
  object-fit: contain;
}

.categoria-cardB img {
  width: 100%;
  height: 120px;
  background-color: transparent;
  border-radius: 5px 5px 0px 0px;
  object-fit: cover;
}

.categoria-card h4 {
  background-color: transparent;
  font-size: 12px;
  margin: 2px;
}

.categoria-cardB h4 {
  background-color: black;
  color: white;
  font-size: 12px;
  border-radius: 0px 0px 5px 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  min-width: 150px;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.categoria-local {
  width: 90%;
  margin: 0 auto;
  height: auto;
  padding: 10px;
  margin-top: 30px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid rgb(152, 151, 151);
}

.categoria-texto {
  background-color: transparent;
  padding-top: 40px;
}

.categoria-linkVoltar {
  background-color: transparent;
  text-decoration: none;
  color: black;
  font-size: 12px;
  padding-top: 40px;
}

.card-link-wrapper {
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 10px auto;
  align-items: center;
}

.card-link-wrapper img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  background-color: transparent;
  margin-right: 10px;
}

.card-link-wrapper a {
  padding: 0 10px;
  display: flex;
  align-items: center;
}

.imgFull {
  width: 100%;
  max-width: 840px;
  display: block;
  margin: 5px auto;
}

.card-produto {
  width: 90%;
  max-width: 840px;
  display: block;
  margin: 10px auto;
  background-color: rgb(233, 233, 233);
  border: 1px solid rgb(161, 161, 161);
  border-radius: 10px;
  padding: 5px;
}

.card-produtoB {
  width: 90%;
  max-width: 840px;
  display: block;
  margin: 10px auto;
  background-color: transparent;
  border-bottom: 1px solid rgb(210, 210, 210);
  padding: 5px;
}

.card-produto h3, h5, s {
  background-color: transparent;
}

.card-produto-wrapper {
  display: flex;
  background-color: transparent;
  height: auto;
  min-height: 90px;
}

.card-produto-texto-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  background-color: transparent;
  padding-left: 10px;
}

.card-produto-texto-wrapper h5 {
  margin-top: 5px;
  font-weight: 400;
}

.card-produto-valor-wrapper {
  width: 100%;
  max-width: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  background-color: transparent;
  padding: 0 10px;
}

.card-produto-valor-wrapperB {
  width: 100%;
  max-width: 140px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  background-color: transparent;
  height: 100%;
  margin-top: 5px;
}

.card-texto {
  width: 90%;
  max-width: 840px;
  display: block;
  margin: 30px auto;
}

.imgCard {
  width: 80px;
  max-width: 80px;
  display: block;
  margin: 5px 10px;
  object-fit: contain;
  background-color: transparent;
  cursor: pointer;
}

.imgCardB {
  width: 80px;
  display: block;
  margin: 0px 10px;
  object-fit: cover;
  background-color: transparent;
  cursor: pointer;
  border-radius: 10px;
  height: 100px;
  min-width: 80px;
}

.imgCardZoom {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.488);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  animation: fadeIn 0.5s;
}

.imgCardZoom img {
  width: 98%;
  margin: auto;
  border: 3px solid black;
  max-width: 90vw;
  height: auto;
  max-height: 90vh;
  object-fit: contain;
  background-color: black;
}

.card-produto.falta {
  background-color: gray;
  color: silver;
}

.card-produto-valor-wrapper.falta {
  display: none;
}

.status-falta {
  width: 100px;
  height: 20px;
  color: white;
  border-radius: 10px;
  background-color: rgb(186, 41, 41);
  justify-content: center;
  align-items: center;
  display: flex;
}

.status-falta p {
  background-color: transparent;
  text-align: center;
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

