.head{

        background-size: cover;
          margin: 0px !important;
}

.overlay img{
    margin-top: 3%;
    width: 30%;
}

.video-banner {
  position: relative;
  height: 270%;
  width: 100%;
  overflow: hidden;

  display: flex;
  margin: 0px !important;
  align-items: center;
  justify-content: center;
}

#bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
  filter: brightness(0.85);
}

.overlay {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.3);
  padding: 30px 60px;
  border-radius: 8px;
}

.overlay h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
}

.pedido-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0c4b34; /* Verde escuro */
  border-radius: 10px;
  padding: 30px 205px;
  margin: 50px auto 0 auto;
  color: white;
  margin-top: -5%;
  font-family: 'Montserrat', sans-serif;
  width: fit-content;
  margin-bottom: 5%;
  max-width: 90%;
  box-shadow: 0 4px 15px rgba(0,0,0,0.25);
}

.pedido-banner .texto {
  text-align: left;
}

.pedido-banner h2 {
  font-size: 2.3rem;
  font-weight: 700;
  margin: 0;
}

.pedido-banner p {
  font-size: 1.7rem;
  font-weight: 400;
  font-style: italic;
  margin: 5px 0 0 0;
}

.pedido-banner img {
  width: 330px;
  margin-top: -5%;
  height: auto;
  margin-left: -15px;
  position: absolute;
}

.whats-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0c4b34; /* Verde escuro */
  border-radius: 10px;
  padding: 30px 160px;
  margin: 50px auto 0 auto;
  color: white;
  margin-top: -2%;
  font-family: 'Montserrat', sans-serif;
  width: fit-content;
  margin-bottom: 5%;
  max-width: 90%;
  box-shadow: 0 4px 15px rgba(0,0,0,0.25);
}

.whats-banner .texto {
  text-align: left;
}

.whats-banner h2 {
  font-size: 2.3rem;
  font-weight: 700;
  margin: 0;
}

.whats-banner p {
  font-size: 1.7rem;
  font-weight: 400;
  font-style: italic;
  margin: 5px 0 0 0;
}

.whats-banner img {
  width: 160px;
  margin-top: -7%;
  height: auto;
  margin-left: 75px;
  position: absolute;
}

.salada-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0c4b34; /* Verde escuro */
  border-radius: 10px;
  padding: 30px 90px;
  margin: 50px auto 0 auto;
  color: white;
  margin-top: -2%;
  font-family: 'Montserrat', sans-serif;
  width: fit-content;
  margin-bottom: 5%;
  max-width: 90%;
  box-shadow: 0 4px 15px rgba(0,0,0,0.25);
}

.salada-banner .texto {
  text-align: left;
}

.salada-banner h2 {
  font-size: 2.3rem;
  font-weight: 700;
  margin: 0;
}

.salada-banner p {
  font-size: 1.7rem;
  font-weight: 400;
  font-style: italic;
  margin: 5px 0 0 0;
}

.salada-banner img {
  width: 220px;
  margin-top: -3%;
  height: auto;
  margin-left: -3px;
  position: absolute;
}

.carne-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0c4b34; /* Verde escuro */
  border-radius: 10px;
  padding: 30px 90px;
  margin: 50px auto 0 auto;
  color: white;
  margin-top: -2%;
  font-family: 'Montserrat', sans-serif;
  width: fit-content;
  margin-bottom: 5%;
  max-width: 90%;
  box-shadow: 0 4px 15px rgba(0,0,0,0.25);
}

.carne-banner .texto {
  text-align: left;
}

.carne-banner h2 {
  font-size: 2.3rem;
  font-weight: 700;
  margin: 0;
}

.carne-banner p {
  font-size: 1.7rem;
  font-weight: 400;
  font-style: italic;
  margin: 5px 0 0 0;
}

.carne-banner img {
  width: 220px;
  margin-top: -3%;
  height: auto;
  margin-left: -1px;
  position: absolute;
}


.rappi-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0c4b34; /* Verde escuro */
  border-radius: 10px;
  padding: 30px 128px;
  margin: 50px auto 0 auto;
  color: white;
  font-family: 'Montserrat', sans-serif;
  width: fit-content;
  margin-bottom: 5%;
  max-width: 90%;
  box-shadow: 0 4px 15px rgba(0,0,0,0.25);
}

.rappi-banner .texto {
  text-align: left;
}

.rappi-banner h2 {
  font-size: 2.3rem;
  font-weight: 700;
  margin: 0;
}

.rappi-banner p {
  font-size: 1.7rem;
  font-weight: 400;
  font-style: italic;
  margin: 5px 0 0 0;
}

.rappi-banner img {
  width: 330px;
  margin-top: -5%;
  height: auto;
  margin-left: -15px;
  position: absolute;
}
@media (max-width: 768px) {

  .overlay h1 {
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .overlay img {
    width: 70%;
  }

  .pedido-banner,
  .whats-banner,
  .salada-banner,
  .carne-banner {
    flex-direction: column;
    text-align: center;
    padding: 25px 25px;
    margin-top: 20px;
  }

  .pedido-banner h2,
  .whats-banner h2,
  .salada-banner h2,
  .carne-banner h2 {
    font-size: 1.4rem;
  }

  .pedido-banner p,
  .whats-banner p,
  .salada-banner p,
  .carne-banner p {
    font-size: 1.1rem;
  }

  .pedido-banner img,
  .salada-banner img,
  .carne-banner img {
    position: relative;
    width: 150px;
    margin: 15px auto 0 auto;
  }
  
  .whats-banner img{
      position: relative;
    width: 75px;

    margin: 15px auto 0 auto;
  }

  /* Endereço */
  .carne-banner:last-of-type h2 {
    font-size: 0.8rem;
    line-height: 1.4;
    text-align: center;
    white-space: normal;
  }
  .whats-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0c4b34; /* Verde escuro */
  border-radius: 10px;
  padding: 30px 20px;
  margin: 50px auto 0 auto;
  color: white;
  margin-top: -2%;
  font-family: 'Montserrat', sans-serif;
  width: fit-content;
  margin-bottom: 5%;
  max-width: 90%;
  box-shadow: 0 4px 15px rgba(0,0,0,0.25);
}
  .pedido-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0c4b34; /* Verde escuro */
  border-radius: 10px;
  padding: 30px 80px;
  margin: 50px auto 0 auto;
  color: white;
  margin-top: -2%;
  font-family: 'Montserrat', sans-serif;
  width: fit-content;
  margin-bottom: 5%;
  max-width: 90%;
  box-shadow: 0 4px 15px rgba(0,0,0,0.25);
}
/* WhatsApp banner mobile - mesma largura dos outros */
.whats-banner.hide-on-large-only {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #0c4b34;
  border-radius: 10px;
  padding: 25px 25px;
  margin: 40px auto;
  color: white;
  font-family: 'Montserrat', sans-serif;
  width: 74%;
  max-width: 500px; /* mesma proporção visual dos outros */
  box-shadow: 0 4px 15px rgba(0,0,0,0.25);
}

.whats-banner.hide-on-large-only .texto {
  text-align: left;
  flex: 1;
}

.whats-banner.hide-on-large-only h2 {
  font-size: 1.3rem;
  margin: 0;
  font-weight: 700;
}

.whats-banner.hide-on-large-only p {
  font-size: 1rem;
  margin: 4px 0 0 0;
}

.whats-banner.hide-on-large-only .imagem {
  flex: 0 0 auto;
  text-align: right;
  margin-left: 15px;
}

.whats-banner.hide-on-large-only img {
  width: 90px;
  height: auto;
}

}
