.cid-sw5weNTEOi .navbar.navbar-short .navbar-logo img {
  height: 5.5rem !important;
}
span.mobi-mbri.mobi-mbri-arrow-prev {
  color: white;
}
span.mobi-mbri.mobi-mbri-arrow-next {
  color: white;
}
div > * {
  color: #000 !important;
}

.hamburger span {
  background-color: #fff !important;
}

.cid-svN6oLQzqU {
  background-color: #e4e2dd !important;
}

.cid-svN5O1dGw5 {
  background-color: #fafaf7 !important;
}

.cid-svN4AKnYPg {
  background-color: #fafaf7 !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-black-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 3.625rem;
  font-family: "DINPro Medium", Arial, sans-serif;

  padding: 3rem 0;
  white-space: nowrap;
  overflow: hidden;
}
.bg-black-text.flex {
  flex-direction: row;
}
.bg-black-text p {
  text-shadow: 4px 6px 3px rgba(255, 255, 255, 0.6);
  color: white !important;
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: white;

  margin: 0 !important;
  letter-spacing: 5px;
}
.bg-black-text span {
  font-size: 4rem;
  color: transparent !important;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: white;
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name: parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  margin: 0 !important;
}

@-moz-keyframes parpadeo {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes parpadeo {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes parpadeo {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.cid-sw5weNTEOi .navbar {
  background: #0000002e !important;
}

.cid-te3A5xxmqD {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #b6935e;
}
.cid-te3A5xxmqD .mbr-fallback-image.disabled {
  display: none;
}
.cid-te3A5xxmqD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te3A5xxmqD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-te3A5xxmqD .image-wrapper {
    padding: 1rem;
  }

  .bg-black-text {
    font-size: 1.5rem;
  }
  .bg-black-text p {
    -webkit-text-stroke-width: 3px;
  }
  .bg-black-text span {
    font-size: 2rem;
    -webkit-text-stroke-width: 1px;
  }
}
@media (min-width: 992px) {
  .cid-te3A5xxmqD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-te3A5N7Rxl {
  background-color: #8f8b89;
}
.cid-te3A5N7Rxl .mbr-fallback-image.disabled {
  display: none;
}
.cid-te3A5N7Rxl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te3A5N7Rxl .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-te3A5N7Rxl .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-te3A5N7Rxl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-te3A5N7Rxl .text-wrapper {
    padding: 0 2rem;
  }
  .show-desktop {
    display: flex !important;
    margin-bottom: -4rem;
    position: fixed;
    left: 2%;
  }
  .menu .navbar-nav.nav-dropdown {
    align-items: center;
  }
  .cid-sw5weNTEOi .navbar .navbar-collapse {
    justify-content: center !important;
    min-height: 5rem;
  }
  .cid-sw5weNTEOi .navbar.navbar-short .show-desktop {
    margin-bottom: -3rem;
  }
}
@media (max-width: 992px) {
  .cid-te3A5N7Rxl .text-wrapper {
    margin-bottom: 2rem;
  }
  .show-mobile {
    display: flex !important;
  }
  .text-mobile {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 1024px) {
  .images-instagram {
    flex-wrap: wrap;
  }
}
div > * {
  color: white;
}
.images-instagram {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 1rem;
  justify-content: center;
}
.cid-svN4AKnYPg {
  padding: 2rem 0;
}

.empanada-container {
  background-color: rgba(0, 0, 0, 0.9) !important;
  position: relative;
}

.black-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgb(0 0 0 / 62%);
  z-index: 1;
}

.zIndexMax {
  z-index: 9999;
}

.text-align-right {
  text-align: right !important;
}

.font-articulat {
  font-family: articulat-cf, "sans-serif";
}

.font-uppercase {
  text-transform: uppercase;
}

.display-font-1 {
  font-size: 2.5rem !important;
}

@media screen and (max-width: 1024px) {
  .mobile-image {
    display: block !important;
    object-fit: fill !important;
  }
  .desktop-image {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .mobile-image {
    display: none !important;
  }
  .desktop-image {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .carousel-text {
    font-size: 2.8rem !important;
    white-space: nowrap;
  }
  .carousel-text p {
    -webkit-text-stroke-width: 4px !important;
  }
  .carousel-text span {
    font-size: 4rem !important;
  }
}
@font-face {
  font-family: "DINPro Medium";
  src: url("DINPro-Medium.ttf") format("truetype");
  /* You may also specify other font formats such as woff, woff2, etc. */
  font-weight: normal; /* You may adjust font weight if necessary */
  font-style: normal; /* You may adjust font style if necessary */
}
.carousel-text {
  display: flex;
  position: absolute;
  z-index: 999;
  flex-direction: column;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  font-size: 5rem;
  font-family: "DINPro Medium", Arial, sans-serif;
  width: calc(100% - 20%);
}
.carousel-text p {
  text-shadow: 4px 7px 3px rgb(0 0 0);
  color: white !important;
  -webkit-text-stroke-width: 7px;
  -webkit-text-stroke-color: white;
}
.carousel-text span {
  font-size: 6rem;
  color: transparent !important;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: white;
}

.product-list h1 {
  background-color: grey;
  text-transform: uppercase;
  width: 100%;
  margin: 0;
  color: #fff;
  padding: 1rem 0;
  text-align: center;
  font-size: 64px;
}

.cnt-products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 30%), 1fr));
  grid-gap: 3rem;
  gap: 3rem;
  grid-auto-flow: dense;
  grid-auto-rows: 10rem;
  text-align: center;
  align-items: center;
  padding: 1rem;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 69%);
}

.cnt-product {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cnt-product .cnt-image {
  width: 100%;
  position: relative;

  display: grid;
  place-content: center;
}

.cnt-product .cnt-image .isNewImage {
  position: absolute;
  right: 0;
  top: -45px;
  max-width: 100px;
}

.product-img {
  max-width: 150px;
  height: 100%;
}

.cnt-product__information {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.cnt-product__information hr {
  height: 1px;
  width: 100%;
  background: #fff !important;
}
.cnt-product__information span {
  color: #fff !important;
  font-size: 20px;
  text-align: left;

  text-shadow: 0px 0px white;
  font-weight: 700;
  text-transform: uppercase;
}
.cnt-product__information span.ver-mas {
  text-transform: capitalize;
  text-shadow: none;
  font-weight: 400;
  font-size: 18px;
  text-decoration: underline;
}

.cnt-product__information-caracteristicas {
  display: flex;
  flex-direction: row;
  margin: 0;
}

@media (max-width: 992px) {
  .cnt-products {
    grid-template-columns: repeat(
      auto-fill,
      minmax(min(100%, 100%), 1fr)
    ) !important;
  }
}
