@import url("https://fonts.googleapis.com/css2?family=Acme&display=swap");
.bg-header {
  background: linear-gradient(100deg, #444444 50%, #1d1c1c 100px);
}

.bg-grey {
  background-color: rgba(177, 175, 175, 0.6);
}

.text-dark {
  color: #333232;
}

.text-orange {
  color: #c9652c;
}

@keyframes appearArticle {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes moveNameDishLeft {
  0% {
    margin-left: 25%;
    color: #000;
  }
  100% {
    left: 0;
  }
}
@keyframes moveNameDishRight {
  0% {
    margin-right: 25%;
    color: #000;
  }
  100% {
    right: 0;
  }
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  font-size: 1.2rem;
  min-height: 100% !important;
  color: #333232 !important;
}

img {
  object-fit: cover;
}

.font {
  font-family: "Acme", sans-serif !important;
}

nav button:hover {
  outline: none !important;
  box-shadow: 0 0 0 0rem !important;
  background-color: #c9652c !important;
  border: 1px solid #333232;
}
nav button:hover span {
  color: #fff !important;
}
nav button:focus {
  outline: none !important;
  box-shadow: 0 0 0 0rem !important;
}
nav .active {
  border-bottom: 3px solid #c9652c;
}

main #btn-back-to-top span {
  visibility: hidden;
}
main #btn-back-to-top:hover span {
  visibility: visible;
}
main .shadow {
  box-shadow: 2.5px 2.5px 3px #333232 !important;
}
main .animation-img-dish img:first-child {
  animation: appearArticle 1000ms;
}
main .animation-img-dish img:nth-child(2) {
  animation: appearArticle 2000ms ease-in-out;
}
main .animation-img-dish img:nth-child(3) {
  animation: appearArticle 3000ms ease-in-out;
}
main article {
  animation: appearArticle 3500ms ease-in;
}
main .nameDish p:nth-child(2n-1) {
  animation: moveNameDishLeft 3000ms;
}
main .nameDish p:nth-child(2n) {
  animation: moveNameDishRight 3000ms;
}
main section {
  background: linear-gradient(315deg, rgb(39, 39, 39) 6%, rgb(228, 230, 231) 38%, rgb(242, 255, 255) 48%, rgb(20, 14, 14) 98%) !important;
}
main #carousel img {
  width: 15rem;
  height: 11rem !important;
  margin: 0 5px;
  box-shadow: 1px 1px 3px #000;
  border-radius: 4px;
}
main .row > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

footer {
  margin-top: -5px;
}
footer a:nth-of-type(1):hover {
  color: rgb(251, 146, 255) !important;
}
footer a:nth-of-type(2):hover {
  color: rgb(180, 159, 180) !important;
}

.facebook {
  max-width: 80%;
  margin: auto;
}
.facebook .title_facebook {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #c9652c;
}

@media screen and (min-width: 1300px) {
  #carousel img {
    width: 16rem;
  }
}
@media screen and (min-width: 1101px) {
  #carousel .card-img img {
    width: 14rem !important;
  }
}
@media screen and (min-width: 950px) and (max-width: 1100px) {
  #carousel img {
    width: 12.5rem !important;
    margin: auto !important;
  }
}
@media screen and (max-width: 700px) {
  #carousel img {
    width: 17rem !important;
    margin: auto !important;
  }
}
@media screen and (max-width: 1000px) {
  .active {
    border-bottom: 0px solid transparent !important;
  }
  .active .text-dark {
    color: #c9652c !important;
  }
}

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