.home_section {
  position: relative;
  display: block;
  overflow: visible;
}

.home_section .media_item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.absolute_media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home_section img {
  width: 100%;
  position: relative;
  z-index: 0;
}

.home_section .media_content {
  color: var(--primary-color);
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 6vw;
  gap: 3vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 30;
}

.swiper .swiper-wrapper .swiper-slide div img {
  object-fit: contain;
  height: 6vw;
}

.whatsapp i {
  font-size: 1.8rem;
}

.whatsapp {
  font-size: 1.8rem;
}

.home_welcome {
  color: var(--primary-color);
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: var(--secondary-color);
  justify-content: center;
  align-items: center;
  gap: 12vw;
  padding: 6vw;
}

.home_welcome .item1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1vw;
}

.btn-welcome {

  width: fit-content;
  text-align: center;
  padding: 0.75rem 1.5rem;
  background-color: var(--primary-color);
  color: var(--white);
  transition: all 0.3s ease;
}

.home_what_we_do_section {
  background-color: var(--secondary-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3vw;
  padding: 0vw 6vw;
}

.home_what_we_do {
  color: var(--primary-color);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 3vw;
}

/* 
.home_what_we_do img {
  border: 1px solid #572226;
}
*/

.home_what_we_do div {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1vw;
}

.text {
  color: #8b3c00;
  /* color marrón */
  font-size: 2rem;
}

.callcenter_section .container {
  color: var(--primary-color);
  padding: 6vw;
  display: flex;
  flex-direction: column;
  gap: 4vw;
  text-align: center;
  overflow: hidden;
}

.callcenter_section .container .btn-welcome {
  margin: auto;
}

.callcenter_section .container .btn-welcome .btn-cta {
  align-self: center;
}

.benefitsSwiper {
  display: flex;
  gap: 2vw;
}

.swiper-wrapper div .card_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1vw;
}

.benefitsSwiper .swiper-slide {
  margin: auto;
}

.callcenter_section {
  background-color: var(--secondary-color);
}

.custom-prev,
.custom-prev2 {
  left: 10px;
}

.custom-next,
.custom-next2 {
  right: 10px;
}

.custom-prev,
.custom-prev2,
.custom-next,
.custom-next2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 50px;
  color: var(--primary-color);
  cursor: pointer;
  transition: color 0.3s, background 0.3s;
}

.titulo-lineas {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  gap: 1.2rem;
  text-wrap: balance;
}

.titulo-lineas::before,
.titulo-lineas::after {
  content: "";
  /*flex: 1;*/
  height: 2px;
  width: 10vw;
  background-color: var(--primary-color);
}

.btn-welcome:hover {
  background-color: #a84f00;
  color: #ffffff;
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Why Prado Section */

.why-prado {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  padding: 0 6vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 3vw;
}

.why-prado .btn-welcome {
  margin: auto;
}

.why-prado-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 2vw;
}

.why-prado-layer {
  position: relative;
  height: 20vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--primary-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: transparent;
  text-align: center;
  border-radius: 5px;
  transition: transform 0.6s ease, background-color 6s ease;

}

.why-prado-layer:hover {
  transform: scale(1.05);
  color: var(--white);
  background-blend-mode: multiply;

}

.why-prado-layer.layer01 {
  background-image: url("../media/jpg/why-prado01.jpg");
}

.why-prado-layer.layer02 {
  background-image: url("../media/jpg/why-prado02.jpg");
}

.why-prado-layer.layer03 {
  background-image: url("../media/jpg/why-prado03.jpg");
}

.why-prado-layer.layer04 {
  background-image: url("../media/jpg/why-prado04.jpg");

}

.why-prado .btn-welcome .btn-cta {
  height: auto;
  display: flex;
  justify-content: center;
  justify-self: center;
  margin: auto;
}

.client-say .container .container-reviews {
  display: flex;
  gap: 12vw;
  justify-content: center;
}

.container-reviews a:hover {
  color: var(--white);
  transition: all 0.3s ease;


}

.reviews-container {
  width: 50vw;
  margin: auto;

}

.review .card-body {
  position: relative;
  padding: 3rem 1.5rem 1.5rem 1.5rem;
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 12px;
}

.absolute {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.reviews-container .swiper .swiper-wrapper .swiper-slide div img {
  height: 4vw;
}

.reviews-container .reviews {
  overflow: visible;
}

.home_contact {
  color: var(--primary-color);
  padding: 0 6vw 6vw 6vw;
  display: flex;
  flex-direction: column;
  gap: 2vw;
  text-align: center;
  background-color: var(--secondary-color);
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 6vw;
  margin: auto;
}

.contact-info a,
.whatsapp a {
  transition: transform 0.3s, color 0.3s;
  display: inline-block;
  cursor: pointer;
}

.contact-info a:hover {
  color: var(--white);
}

.whatsapp a:hover {
  transform: scale(1.05);
}
.contact-info div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5vw;

}

.user {
  background-color: var(--white);
  padding: 1rem;
  font-size: 2rem;
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  color: var(--primary-color);
}

.stars .item1 {
  font-size: .8rem;
  position: absolute;
  top: 80%;
  left: 33%;
  transform: translate(-50%, -50%);
}

.stars .item2 {
  font-size: .9rem;
  position: absolute;
  top: 45%;
  left: 40%;
  transform: translate(-50%, -50%);
}

.stars .item3 {
  font-size: 1.1rem;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.stars .item4 {
  font-size: .9rem;
  position: absolute;
  top: 45%;
  left: 60%;
  transform: translate(-50%, -50%);
}

.stars .item5 {
  font-size: .8rem;
  position: absolute;
  top: 80%;
  left: 66%;
  transform: translate(-50%, -50%);
}

.stars {
  position: relative;
  height: 50px;
  width: 18vw;
}


/* catering section */

.catering_section {
  position: relative;
  display: block;
  overflow: visible;
}

.catering_section .media_item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.absolute_media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.catering_section img {
  width: 100%;
  position: relative;
  z-index: 0;
}

.catering_section .media_content {
  color: var(--primary-color);
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 6vw;
  gap: 3vw;
  top: 40%;
  transform: translateY(-50%);
  z-index: 30;
  width: 800px;
}

/* our catering section 2 */

.catering_showcase {
  background-color: white;
  padding: 6vw;
}

.catering_showcase-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3vw;
  align-items: stretch;
}

.catering_showcase-textbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--secondary-color);
  padding: 3vw;
  line-height: 1.5;
  color: var(--primary-color);
}



.catering_showcase-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 0fr;
  gap: 1vw;
}

.catering_showcase-item {
  background-color: var(--primary-color);
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  height: 250px;
  width: 100%
}

.catering_showcase-item.item1 {
  background-image: url("../media/jpg/catering-img1.jpg");
}

.catering_showcase-item.item2 {
  background-image: url("../media/jpg/catering-img2.jpg");
}

.catering_showcase-item.item3 {
  background-image: url("../media/jpg/catering-img3.jpg");
}

.catering_showcase-item.item4 {
  background-image: url("../media/jpg/catering-img4.jpg");
}




/* our catering section 3 */

.services_overview {
  background-color: #fff;
  padding: 6vw;
  text-align: center;
}

.services_overview-container {
  display: flex;
  flex-direction: column;
  gap: 3vw;
}

.services_overview-header {
  display: flex;
  flex-direction: column;
  gap: 3vw;
}

.services_overview-subtext {
  color: var(--primary-color);
}

.services_overview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2vw;
}

.services_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3vw;
  text-align: center;
}


.services_card-title {
  font-weight: bold;
  color: var(--primary-color);
}

.services_card-text {
  color: var(--primary-color);
  line-height: 1.5;
}

.services_overview-footer {
  color: var(--primary-color);
  font-style: italic;
}


/* our catering section 4*/

.pastries_section {
  background-color: var(--secondary-color);
  padding: 6vw;
  text-align: center;
  display: flex;
}

.pastries_container {
  display: flex;
  flex-direction: column;
  gap: 3vw;
}

.pastries_content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3vw;
  align-items: center;
}

.pastries_text {
  color: var(--primary-color);
  line-height: 1.6;
  text-align: left;
}

.pastries_cards {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.pastry_card {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  padding: 1.5rem;
  text-align: left;
}

.pastry_card-title {
  font-weight: bold;
}

.pastry_card-text {
  line-height: 1.5;
}

.pastries-header {
  display: flex;
  flex-direction: column;
  gap: 3vw;
}

.pastries_footer {
  color: var(--primary-color);
}

/* our catering section 5*/
.corporate_kits {
  background-color: #fff;
  padding: 6vw;
  text-align: center;
}

.corporate_kits-container {
  display: flex;
  flex-direction: column;
  gap: 3vw;
}

.corporate_kits-header {
  display: flex;
  flex-direction: column;
  gap: 3vw;
}

.corporate_kits-subtext {
  color: var(--primary-color);
}

.corporate_kits-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1vw;
  align-items: stretch;
}

.corporate_kits-card {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  padding: 1.5rem;
  text-align: center;
}

.corporate_kits-card.large {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.corporate_kits-cards-small {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.corporate_kits-title {
  font-weight: bold;
}

.corporate_kits-text {
  line-height: 1.5;
}

.corporate_kits-footer {
  color: var(--primary-color);
  font-style: italic;
}


/* catering section 6 */

.why_choose {
  background-color: var(--secondary-color);
  padding: 6vw;
  text-align: center;
}

.why_choose-container {
  display: flex;
  flex-direction: column;
  gap: 6vw;
}

.why_choose-header {
  display: flex;
  flex-direction: column;
  gap: 3vw;
}

.why_choose-subtext {
  color: var(--primary-color);
}

.why_choose-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3vw;
}

.why_choose-card {
  background: #fff;
  padding: 6vw 1vw 1vw 1vw;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 1vw;
  align-items: center;
  position: relative;
  overflow: visible;
}


.bg-why_choose-icon {
  width: 130px;
  height: 130px;
  background-color: var(--primary-color);
  border-radius: 50%;
  border: 4px solid #fff;
  transform: translateY(-50%);
  position: absolute;
  top: 0;
}

.why_choose-icon {
  width: 130px;
  height: 130px;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  transform: translateY(-50%);
  position: absolute;
  top: 0;
  mask-repeat: no-repeat;
  mask-size: 60%;
  mask-position: center;
}


.icon-customization {
  mask-image: url("../media/svg/sliders-vertical.svg");
}

.icon-ingredients {
  mask-image: url("../media/svg/leaf.svg");
}

.icon-service {
  mask-image: url("../media/svg/concierge-bell.svg");
}

.icon-flexibility {
  mask-image: url("../media/svg/shuffle.svg");
}




.why_choose-title {
  font-weight: bold;
  color: var(--primary-color);
}

.why_choose-text {
  color: var(--primary-color);
  line-height: 1.5;
}




/* cta */

.cta {
  text-align: center;
  padding: 6vw;
  background: #fffaf7;
}

.cta-container {
  display: flex;
  flex-direction: column;
  gap: 3vw;
  align-items: center;
}

.cta-container .titulo-lineas {
  display: flex;
  gap: 3vw;
}

.cta-title span {
  flex: 1;
  height: 2px;
  background: var(--primary-color);
  max-width: 100px;
}

.cta-text {
  color: var(--primary-color);
  line-height: 1.6;
}

.btn-cta {
  width: fit-content;
  text-align: center;
  padding: 0.75rem 1.5rem;
  background-color: var(--primary-color);
  color: var(--white);
  transition: all 0.3s ease;
}

.btn-cta:hover {
  background-color: #a84f00;
  color: #ffffff;
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}



/* Our Story section */


.our-story_section .media_content {
  color: var(--primary-color);
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 6vw;
  top: 40%;
  transform: translateY(-50%);
  z-index: 30;
  width: 800px;
}

.our-story_section {
  position: relative;
  display: block;
  overflow: visible;
}

.our-story_section .media_item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.our-story_section img {
  width: 100%;
  position: relative;
  z-index: 0;
}


.our-story_bottom {
  position: relative;
  padding: 6vw;
  text-align: center;
}

.our-story_bottom-container {
  max-width: 900px;
  margin: 0 auto;
}

.our-story_bottom-container p {
  color: var(--primary-color);
  line-height: 1.8;
}



/* Our Story Section 2 */

.our_values {
  background-color: var(--secondary-color);
  padding: 6vw;
}

.our_values-container {
  display: flex;
  flex-direction: column;
  gap: 6vw;
}

.our_values-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3vw;
}

.our_values-text {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}



.our_values-text h2 {
  color: var(--primary-color);
}

.our_values-text p {
  color: var(--primary-color);
  line-height: 1.6;
}





/* order section */

.order_section .media_content {
  color: var(--primary-color);
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4vw 6vw;
  top: 40%;
  transform: translateY(-50%);
  z-index: 30;
  width: 800px;
}

.order_section {
  position: relative;
  display: block;
  overflow: visible;
}

.order_section .media_item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.order_section img {
  width: 100%;
  position: relative;
  z-index: 0;
}

.order_bottom {
  color: var(--primary-color);
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  background-color: var(--secondary-color);
  justify-content: center;
  align-items: center;
  gap: 3vw;
  padding: 0 6vw;
}


.order_bottom .order_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.order_img {
  width: 100%;
}





/* order section 2 */

.order-bottom .order_text {
  font-size: 2rem;
}

.how-to-order {
  display: flex;
  flex-direction: column;
  gap: 3vw;
  padding: 6vw;
  background: white;
  text-align: center;
}

.how-to-order_container {
  display: flex;
  flex-direction: column;
  gap: 3vw;
}

.order-step {
  display: flex;
  align-items: flex-start;
  gap: 3vw;
}

.order-icon {
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: var(--secondary-color);
  flex-shrink: 0;
}

.order-step:nth-child(1) .order-icon {
  background-image: url("../media/jpg/order-img11.jpg");
}

.order-step:nth-child(2) .order-icon {
  background-image: url("../media/jpg/order-img22.jpg");
}

.order-step:nth-child(3) .order-icon {
  background-image: url("../media/jpg/order-img33.jpg");
}

.order-step:nth-child(4) .order-icon {
  background-image: url("../media/jpg/order-img44.jpg");
}


.order-text h3 {
  color: var(--primary-color);
  text-align: left;
}

.order-text p {
  line-height: 1.6;
  color: var(--primary-color);
  text-align: left;
}


/* Contact Section */

.contact_section {
  background-color: var(--secondary-color);
  padding: 6vw;
  text-align: center;
  display: flex;
  gap: 3vw;
  flex-direction: column;
  align-items: center;
}


.contact_section p {
  color: var(--primary-color);
  text-align: center;
}

.contact_section_container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.form_box {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 3vw;
}

.inputs_box {
  display: flex;
  flex-direction: column;
  gap: 3vw;
}

.input_group {
  display: flex;
  flex-direction: row;
  gap: 3vw;
}

.input_group input,
.input_group2 textarea {
  font-weight: bold;
  padding: 1vw;
  border: none;
  border-bottom: 2px solid var(--primary-color);
  background: transparent;
  outline: none;
  width: 100%;
  color: var(--primary-color);
  transition: border-color 0.3s;
  font-family: "IvyOraDisplay", sans-serif;
  font-size: 1.2rem;
}

.input_group input:focus,
.input_group2 textarea:focus {
  border-bottom: 2px solid white;
}

.input_group input::placeholder,
.input_group2 textarea::placeholder {
  color: var(--primary-color);
  font-weight: bold;
  font-family: "IvyOraDisplay", sans-serif;
}

.input_group2 {
  display: flex;
  flex-direction: column;
  gap: 3vw;
}

.input_group2 textarea {
  min-height: 100px;
  resize: vertical;
}

.btn-form {
  background: var(--primary-color);
  color: var(--white);
  padding: 0.8rem 1.5rem;
  cursor: pointer;
  border: none;
  transition: background 0.3s, transform 0.3s;
  margin-top: 1vw;
  width: fit-content;
  align-self: flex-end;
  margin: auto;
}

.btn-form:hover {
  background: var(--primary-color);
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

.info-form {
  text-align: center;
}

.message_box {
  opacity: 0;
  transition: opacity 0.5s;
}

/* Responsive */
@media (max-width: 996px) {
  .stars {
    height: 8vw;
    width: 52vw;
  }

  .contact-info {
    flex-direction: column;
    gap: 3vw;
  }

  .contact-info div {
    gap: 3vw;
  }

  .reviews-container .swiper .swiper-wrapper .swiper-slide div img {
    height: 12vw;

  }

  .reviews-container {
    width: 100%;
    position: relative;
  }

  .home_section .media_content {
    top: 135px;
    position: relative;
    padding: 0vw 6vw;
    padding-top: 6vw;
    gap: 6vw;
    width: 100%;
    height: auto;
    background: linear-gradient(to top,
        #c9b893 70%,
        #c9b8938c 85%,
        transparent 100%);
  }

  .catering_section .media_content {
    top: 60px;
    position: relative;
    padding: 0vw 6vw;
    gap: 6vw;
    width: 100%;
    height: auto;
    background: linear-gradient(to top,
        #c9b893 70%,
        #c9b8938c 85%,
        transparent 100%);
  }

  .our-story_section .media_content {
    top: 60px;
    position: relative;
    padding: 0vw 6vw;
    width: 100%;
    height: auto;
  }

  .order_section .media_content {
    top: 60px;
    position: relative;
    padding: 0vw 6vw;
    width: 100%;
    height: auto;
    background: linear-gradient(to top,
        #c9b893 70%,
        #c9b8938c 85%,
        transparent 100%);
  }

  .contact_section .media_content {
    top: 60px;
    position: relative;
    padding: 0vw 6vw;
    width: 100%;
    height: auto;
    background: linear-gradient(to top,
        #c9b893 70%,
        #c9b8938c 85%,
        transparent 100%);
  }

  .home_section {
    background-color: #c9b893;
  }

  .catering_section {
    background-color: #c9b893;
  }

  .order_section {
    background-color: #c9b893;
  }

  .contact_section {
    padding: 12vw 6vw;
    background-color: #c9b893;
  }


  .home_section img {
    height: 75vw;
    -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
  }

  .catering_section img {
    height: 75vw;
    -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
  }

  .our-story_section img {
    height: 75vw;
    -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;

  }

  .order_section img {
    height: 75vw;
    -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;

  }

  .contact_section img {
    height: 75vw;
    -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;

  }



  .home_welcome {
    grid-template-columns: 1fr;
    padding: 0 6vw;
    gap: 6vw;
  }

  .home_welcome .item1,
  .home_welcome .item2 {
    gap: 3vw;
  }

  .home_what_we_do {
    grid-template-columns: 1fr;
    gap: 6vw;

  }

  .home_what_we_do div {
    gap: 3vw;
  }

  .home_what_we_do_section {
    gap: 6vw;
    padding: 12vw 6vw;
  }

  .callcenter_section .container {
    gap: 12vw;
    padding: 12vw 6vw;
  }

  .swiper .swiper-wrapper .swiper-slide div img {
    object-fit: contain;
    height: 25vw;
  }

  .swiper-wrapper div .card_info {
    gap: 6vw;
    width: 60vw;
    margin: auto;
  }

  .why-prado-grid {
    grid-template-columns: 1fr;
    gap: 3vw;
  }

  .why-prado-layer {
    height: 40vw;
  }

  .why-prado {
    gap: 6vw;
    padding: 12vw 6vw;
  }

  .home_contact {
    padding: 12vw 6vw;
    gap: 6vw;
  }

  .contact-info {
    gap: 6vw;

  }

  .catering_showcase {
    padding: 12vw 6vw;
    background-color: var(--secondary-color);
  }

  .catering_showcase-container {
    grid-template-columns: 1fr;
    gap: 6vw;
  }

  .catering_showcase-gallery {
    grid-template-columns: 1fr;
    gap: 3vw;
  }

  .services_overview-grid {
    grid-template-columns: 1fr;
    gap: 6vw;
  }

  .pastries_content {
    grid-template-columns: 1fr;
    gap: 3vw;
    text-align: center;
  }

  .pastries_text {
    text-align: center;
  }

  .pastries_cards {
    max-width: 500px;
    margin: 0 auto;
  }

  .corporate_kits-content {
    display: flex;
    flex-direction: column;
    gap: 3vw;
  }


  .corporate_kits-cards-small {
    display: flex;
    flex-direction: column;
    gap: 3vw;
    height: auto;
  }

  .corporate_kits-card {
    text-align: center;
  }


  .corporate_kits-text {
    line-height: 1.6;
  }

  .why_choose-grid {
    grid-template-columns: 1fr;
    gap: 3vw;
  }

  .why_choose-card {
    padding: 6vw;
    gap: 0;
  }

  .why_choose-icon {
    width: 60px;
    height: 60px;
    top: 0;
    position: absolute;
    transform: translateY(-50%);
  }

  .why_choose-card h3 {
    margin: 1rem 0 0.5rem;
  }

  .why_choose-card p {
    line-height: 1.5;
  }

  .our_values-item,
  .our_values-item.reverse {
    grid-template-columns: 1fr;
    direction: ltr;
    text-align: center;
  }

  .our_values-text {
    padding: 0 1rem;
  }



  .our-story_bottom {
    position: relative;
    padding: 12vw 6vw;
    text-align: center;
  }

  .our_values {
    background-color: var(--secondary-color);
    padding: 12vw 6vw;
  }

  .cta {
    text-align: center;
    padding: 12vw 6vw;
    background: #fffaf7;
  }

  .services_overview {
    background-color: #fff;
    padding: 12vw 6vw;
    text-align: center;
  }

  .pastries_section {
    background-color: var(--secondary-color);
    padding: 12vw 6vw;
    text-align: center;
    display: flex;
  }

  .pastries_cards {
    display: flex;
    flex-direction: column;
    gap: 3vw;
  }


  .corporate_kits {
    background-color: #fff;
    padding: 12vw 6vw;
    text-align: center;
  }

  .why_choose {
    background-color: var(--secondary-color);
    padding: 12vw 6vw;
    text-align: center;
  }

  .order-step {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 3vw;
  }

  .order-text p {
    text-align: center;
  }

  .order-text h3 {
    text-align: center;
  }

  .how-to-order {
    padding: 12vw 6vw;
    gap: 6vw;
  }

  .order_bottom {
    text-align: center;
    grid-template-columns: none;
    padding: 12vw 6vw;
  }

  .contact_section_container {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .form_box {
    max-width: 100%;
    padding: 6vw 3vw;
    gap: 3vw;
    margin: 0;
  }

  .inputs_box {
    gap: 3vw;
  }

  .input_group {
    flex-direction: column;
    gap: 3vw;
  }

  .input_group input,
  .input_group2 textarea {
    padding: 1.5vw;
  }

  .input_group2 {
    gap: 3vw;
  }

  .input_group2 textarea {
    min-height: 90px;
  }

  .btn-form {
    width: 100%;
  }

  .message_box {
    padding: 2vw 3vw;
  }

  .why_choose-container {
    gap: 12vw;
  }

  .how-to-order_container {
    gap: 6vw;
  }



  .bg-why_choose-icon {
    width: 80px;
    height: 80px;
  }


  .order-text1 {
    font-size: 1.2rem;
  }
}















/* Menu Section*/

.menu-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  background: var(--secondary-color);
  overflow: hidden;
}

.menu-container {
  display: flex;
  width: 100%;
  height: 100vh;
}

.menu-scroll {
  flex: 1;
  overflow-y: auto;
  padding: 3vw;
  scroll-behavior: smooth;
}

.menu-header {
  margin-bottom: 2vw;
}

.menu-title {
  font-family: "IvyOraDisplay", sans-serif;
  color: var(--primary-color);
}

.menu-items {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 0.8vw;
  margin-bottom: 1.2vw;
}

.item-text {
  flex: 1;
}

.item-text {
  display: flex;
  flex-direction: column;
  gap: 0.3vw;
}


.item-name {
  font-family: "IvyOraDisplay", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--primary-color);
}



.item-price {
  font-family: "IvyOraDisplay", sans-serif;
  margin-right: 15%;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--primary-color);
}


.menu-scroll::-webkit-scrollbar {
  width: 0.4vw;
}

.menu-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.menu-scroll::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}


.item-desc {
  font-weight: 500;
  color: var(--primary-color);
  text-shadow: 0 0 0.5px currentColor;
}


.menu-image {
  position: sticky;
  top: 0;
  right: 0;
  width: 45%;
  height: 100vh;
  overflow: hidden;
}

.menu-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}






@media (max-width: 996px) {

  .menu-container {
    flex-direction: column;
    height: auto;
  }

  .menu-image {
    position: relative;
    width: 100%;
    height: 55vh;
    order: -1;
  }

  .menu-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .menu-scroll {
    padding: 12vw 6vw;
    height: auto;
    overflow-y: visible;
  }

  .menu-items {
    gap: 3vw;
  }

  .menu-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 1vw;
    border-bottom: 1px solid var(--primary-color);
    padding-bottom: 3vw;
    margin-bottom: 4vw;
  }

  .item-price {
    margin: 0;
    font-size: 1.2rem;
  }

  .item-name {
    font-size: 1.2rem;
  }

  .item-desc {
    font-size: 1rem;
  }

  .menu-scroll::-webkit-scrollbar {
    display: none;
  }


  .order_section .contact-title {
    display: none;
  }

  .cta-container .titulo-lineas {
    gap: 0.5vw;
  }

  .titulo-lineas {
    text-align: center;
  }
}