.menu {
  background-image: url("../src/pizza_brocolis_bacon_contato.png");
  height: 110vh;
  background-size: cover;
  background-position-y: center;
  background-repeat: no-repeat;
  text-align: left;
}

.div_menu {
  margin-left: 8rem;
  padding-top: 10rem;
}

.div_menu h1 {
  font-family: var(--fonte-terciaria);
  font-size: 8rem;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.75);
}

.div_menu img {
  width: 212px;
  margin-left: 2rem;
}

/* Nossa Unidade */

.sobre_unidade {
  display: flex;
  justify-content: space-around;
}

.informacoes_nossa-unidade h3 {
  font-family: var(--fonte-secundaria);
  font-weight: 600;
  font-size: 36px;
}

.informacoes_nossa-unidade a {
  color: var();
}

.informacoes_nossa-unidade p,
.link_unidade {
  font-family: var(--fonte-secundaria);
  font-weight: 300;
  color: var(--cinza-claro);

  margin-top: 1rem;
}

.sobre_unidade {
  height: 550px;
}

.informacoes_nossa-unidade {
  height: 450px;
  padding: 25px;
}

.paragrafo_nossa-unidade {
  margin-bottom: 2rem;
}

/* Qual seu pedido hoje */

.qual_seu_pedido_hoje {
  padding: 5rem 0;
  background-color: var(--laranja-claro);
  text-align: center;
}

.qual_seu_pedido_hoje h2 {
  color: black;
  font-family: var(--fonte-secundaria);
  font-size: 3.5rem;
  margin-bottom: 3rem;
}

.div_pedido {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.qual_pedido {
  width: 30%;
  margin: 2rem 3rem;
}

.qual_pedido h3 {
  font-family: var(--fonte-terciaria);
  color: var(--laranja);
  font-weight: 400;
  font-size: 3rem;
}

.img_barra {
  height: 14px;
  margin: 1rem 0;
}

.botao {
  margin-top: 2rem;
}

/* Faça seu pedido */
.faca_seu_pedido {
  text-align: center;
  background-image: url("../src/folha_fundo.png");
  background-attachment: fixed;
  background-size: auto;
  background-repeat: no-repeat;
}

.faca_seu_pedido h2 {
  font-size: 5rem;
  font-family: var(--fonte-terciaria);
  color: var(--laranja);
}

.faca_seu_pedido p {
  font-family: var(--fonte-secundaria);
  font-size: 2.25rem;
  font-weight: 200;

  margin-top: 2rem;
}

.formas_de_pedido {
  display: flex;
  justify-content: space-around;
  padding: 5rem 5rem;
}

.formas_de_pedido p {
  font-size: 1.5rem;
  color: black;
}

/* Botão */

button {
  border: var(--laranja);
  border-radius: 7px;
  font-weight: 500;
}
