@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-family: 'Lato', sans-serif; }

html {
  scroll-behavior: smooth; }

body {
  background-color: #F5F5F5; }

.container-cardapio {
  width: 100%;
  min-height: 100vh;
  height: auto;
  margin-bottom: 300px; }

.container-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  gap: 20px;
  height: auto;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-bottom: 50px; }

.title-category {
  display: flex;
  align-items: center;
  background-color: #fff;
  height: 70px;
  max-width: 1000px;
  margin: 10px auto;
  color: #404040;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-size: 1rem;
  padding: 15px; }

.title-category h2 {
  text-transform: capitalize;
  font-size: 1rem; }

.card-menu {
  display: flex;
  justify-content: space-between;
  border-left: 3px solid #EA1D2B;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12); }

.card-menu-info {
  display: flex;
  gap: 10px;
  width: 100%;
  padding: 15px;
  flex-direction: column;
  font-size: 1.2rem; }

.card-menu-info h3 {
  text-transform: capitalize;
  color: #404040;
  font-size: 1rem; }

.card-menu-info p {
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.8rem;
  text-overflow: ellipsis; }

.btn-detalhes {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 0.8rem;
  border: none;
  cursor: pointer;
  width: 100%; }

.btn-detalhes i {
  color: #EA1D2B; }

.card-menu-img {
  min-width: 130px;
  max-width: 130px;
  min-height: 130px;
  max-height: 130px; }

.card-menu-img img {
  min-width: 130px;
  min-height: 130px;
  max-width: 130px;
  max-height: 130px;
  border-radius: 4px;
  object-fit: cover; }

.img img-produto {
  max-width: 300px; }

@media screen and (max-width: 900px) {
  .container-menu {
    justify-content: space-around;
    align-items: center;
    width: 100%; } }
@media screen and (max-width: 768px) {
  .title-category h2 {
    font-size: 1rem; }

  .card-menu {
    width: 300px;
    padding: 1px; }

  .card-menu-info {
    gap: 7px;
    font-size: 1rem; }

  .card-menu-info p {
    width: 150px;
    flex-wrap: wrap; }

  .card-menu-img {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px; }

  .card-menu-img img {
    min-width: 80px;
    min-height: 80px;
    max-width: 80px; } }

/*# sourceMappingURL=style.css.map */
