* {
  box-sizing: border-box;
  margin: 0;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  background: #fff3d8;
}

.menu-pollos {
  width: 100%;
  padding: 4%;
  background-position: top center;
  background-size: contain;
  background-repeat: repeat;
}

@media (min-width: 900px) {
  .menu-pollos {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.menu-pollos .content {
  width: 100%;
  border-radius: 0 0 20px 20px;
  border: 2px solid #ffd244;
  padding: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  margin-top: 10%;
  padding-top: 15%;
  background: #fff3d8;
}

@media (min-width: 900px) {
  .menu-pollos .content {
    width: 50%;
    max-width: 1000px;
    margin: auto 0;
    padding-top: 10%;
    padding-bottom: 5%;
  }
}

.menu-pollos .content .banner {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
}

@media (min-width: 900px) {
  .menu-pollos .content .banner {
    width: 100%;
    padding: 0 25%;
  }
}

.menu-pollos .content .item_top {
  width: 100%;
  padding: 2% 4%;
  margin-bottom: 0.75rem;
}

.menu-pollos .content .item_top:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 900px) {
  .menu-pollos .content .item_top {
    padding: 1% 4%;
  }
}

.menu-pollos .content .item_top .item {
  border: 2px solid #ffd244;
  padding: 2% 4%;
  border-radius: 20px;
  display: flex;
  position: relative;
  margin-bottom: 0;
  transition: height 1.5s ease;
  background: #e83278;
  cursor: pointer;
}

.menu-pollos .content .item_top .item .img {
  width: 35%;
  height: 80px;
  object-fit: cover;
  border-radius: 20px;
  display: inherit;
}

@media (min-width: 900px) {
  .menu-pollos .content .item_top .item .img {
    height: 120px;
  }
}

.menu-pollos .content .item_top .item h1 {
  font-size: 18px;
  color: #fff;
  padding-left: 5%;
  display: flex;
  align-items: center;
  width: 45%;
  line-height: 1.25;
  margin: 0;
}

.menu-pollos .content .item_top .item .arrow {
  width: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.5s;
  right: 4%;
}

.menu-pollos .content .item_top .arrow_active {
  transform: translateY(-50%) rotate(180deg);
}

.menu-pollos .content .item_top .item_active {
  background: #48312f;
}

.menu-pollos .content .item_top .item_active .img {
  display: none;
}

.menu-pollos .content .item_top .item_active h1 {
  width: 100%;
  text-align: center;
  justify-content: center;
  padding-left: 0;
  color: #fff;
}

.menu-pollos .content .item_top .ul {
  display: none;
  width: 100%;
  background: #fff3d8;
  padding: 2%;
}

.menu-pollos .content .item_top .ul .img_banner {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 0.75rem;
}

.menu-pollos .content .item_top .ul .it {
  display: flex;
}

.menu-pollos .content .item_top .ul .it h5,
.menu-pollos .content .item_top .ul .it h6 {
  visibility: hidden;
}

.menu-pollos .content .item_top .ul .it h5 {
  width: 70%;
}

.menu-pollos .content .item_top .ul .it h6 {
  width: 15%;
  font-size: 12px;
  color: #80807c;
}

.menu-pollos .content .item_top .ul .product {
  width: 100%;
  margin-bottom: 0.85rem;
}

.menu-pollos .content .item_top .ul .product:last-child {
  margin-bottom: 0;
}

.menu-pollos .content .item_top .ul .product:nth-child(4n-3) .title h2,
.menu-pollos .content .item_top .ul .product:nth-child(4n-3) .title h3,
.menu-pollos .content .item_top .ul .product:nth-child(4n-2) .title h2,
.menu-pollos .content .item_top .ul .product:nth-child(4n-2) .title h3 {
  color: #48312f !important;
}

.menu-pollos .content .item_top .ul .product:nth-child(4n-1) .title h2,
.menu-pollos .content .item_top .ul .product:nth-child(4n-1) .title h3,
.menu-pollos .content .item_top .ul .product:nth-child(4n) .title h2,
.menu-pollos .content .item_top .ul .product:nth-child(4n) .title h3 {
  color: #e83278 !important;
}

.menu-pollos .content .item_top .ul .product .title {
  border: 2px solid #ffd244;
  padding: 0.65rem 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 10px;
  margin-bottom: 0.35rem;
}

.menu-pollos .content .item_top .ul .product .text_title {
  width: 100%;
  margin-bottom: 0.85rem;
  padding-bottom: 0.25rem;
}

.menu-pollos .content .item_top .ul .product .text_title h1 {
  color: #e83278;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  width: 100%;
  margin-bottom: 0.35rem;
  line-height: 1.2;
}

.menu-pollos .content .item_top .ul .product .text_title h2 {
  color: #48312f;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  width: 100%;
  margin-bottom: 0.35rem;
  line-height: 1.25;
}

.menu-pollos .content .item_top .ul .product .text_title p {
  color: #48312f;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.4;
}

.menu-pollos .content .item_top .ul .product .text_title p span {
  font-weight: 600;
}

.menu-pollos .content .item_top .ul .product .title h2 {
  width: 80%;
  color: #f24948;
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
}

.menu-pollos .content .item_top .ul .product .title h3 {
  width: 20%;
  font-size: 14px;
  color: #f24948;
  text-align: center;
  line-height: 1.3;
  margin: 0;
}

.menu-pollos .content .item_top .ul .product > p {
  text-align: left;
  width: 80%;
  padding: 2%;
  font-size: 16px;
  color: #48312f;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  margin-bottom: 4%;
}

@media (min-width: 900px) {
  .menu-pollos .content .item_top .ul .product > p {
    margin-bottom: 0;
  }
}

.menu-pollos .content .item_top .ul_open {
  display: block;
}

.menu-pollos .content .page_down {
  width: 100%;
  display: block;
}

.product-empty,
.menu-empty {
  padding: 1rem 4%;
  color: #48312f;
  font-size: 0.95rem;
  text-align: center;
}

.nota-importante {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  border: 2px solid #ffd244;
  background: #fff;
  color: #48312f;
  font-size: 0.9rem;
  line-height: 1.4;
}

.nota-importante strong {
  color: #e83278;
}
