html {
  overflow-x: hidden;
}

body {
  font-family: Poppins, sans-serif;
  background: url('../assets/background-grid.png');
  background-repeat: repeat;
  background-size: cover;
  overflow-x: hidden;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 32px;
}

header {
  padding: 42px 0;
  width: 100%;
  /* background-color: #fe5700; */
  z-index: 1000;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
}

#sugestoes {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  width: 100%;
  margin-top: 5px;
  z-index: 1001;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
  max-height: 60vh;
  overflow-y: auto;
}

.item-sugestao {
  background: #fff;
  color: black;
  border-radius: 12px;
  padding: 20px;
  margin: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease;
}

.item-sugestao:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.conteudo {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.titulo-cidade {
  font-weight: 700;
  font-size: 16px;
  font-family: 'Poppins';
  color: #333;
}

.endereco,
.horario {
  font-size: 12px;
  font-family: 'Poppins';
  color: #555;
  display: flex;
  align-items: center;
}

.endereco i,
.horario i {
  color: #fe5700;
  margin-right: 8px;
  font-size: 12px;
  font-family: 'Poppins';
  min-width: 16px;
}

.botao-pedir {
  background-color: #fe5700;
  color: white;
  border: none;
  border-radius: 20px;
  padding: 10px 20px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.botao-pedir:hover {
  background-color: #e64a00;
}

.menu {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px;
}

.menu ul {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

.menu a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 14px;
}

.botao-vermelho {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #ca101d;
  color: white;
  padding: 16px;
  width: 300px;
  border-radius: 30px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.botao-vermelho span {
  margin-left: 120px;
}

.botao-vermelho img {
  position: absolute;
  top: -8px;
  width: 120px;
}

.hamburguer-menu {
  display: none;
}

.hamburguer-menu button {
  border-radius: 50%;
  color: white;
  width: 32px;
  height: 32px;
}

.hero {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 40px;
  gap: 24px;
  min-height: 550px;
}

input {
  all: unset;
}

.hero-text {
  display: flex;
  margin: auto 0;
  flex-direction: column;
  color: white;
  gap: 32px;
}

.hero-text h1 {
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
  order: 1;
}

.maria {
  display: block;
}

.subtitulo {
  font-size: 24px;
  font-weight: 600;
  color: white;
  margin-bottom: 16px;
  order: 2;
}
.subtitulo2 {
  display: none;
}

.hero-img {
  position: absolute;
  bottom: 0;
  right: -200px;
  width: 700px;
  height: auto;
  object-fit: cover;
  z-index: -1;
}

.hero-img-mobile {
  display: none;
}

.input-group {
  position: relative;
  max-width: 512px;
  display: flex;
  align-items: center;
  order: 3;
  margin-bottom: 24px;
}

.input-group input {
  width: 100%;
  padding: 16px;
  border-radius: 30px;
  background-color: white;
  font-size: 16px;
  color: #333;
}

.botao-container {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 8px 8px 8px 0;
}

.botao-seta {
  display: flex;
  background-color: #ff5100;
  border-radius: 30px;
  width: 48px;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.botao-seta svg {
  width: 24px;
  height: 24px;
}

.entrega-info {
  background-color: #fff;
  padding: 10px 30px;
}

.entrega-container {
  position: relative;
  max-width: 900px;
  height: 150px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.entrega-img {
  position: absolute;
  top: -36px;
}

.entrega-img img {
  max-width: 300px;
  width: 100%;
  height: auto;
  margin-left: -48px;
}

.entrega-texto {
  margin-left: 168px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.entrega-texto h2 {
  max-width: 400px;
  color: #fe5700;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 1.4;
  text-align: left;
}
.logo {
  display: block;
  width: 150px;
}

.rodape {
  /* background-color: #fe5700; */
  color: white;
  text-align: center;
  padding: 30px 20px;
  font-family: 'Poppins', sans-serif;
}

.rodape p {
  margin: 0;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .hero-img {
    right: -146px;
  }
}

@media (max-width: 768px) {
  .menu ul {
    display: none;
  }

  .logo {
    display: inline;
    width: 256px;
  }

  .botao-vermelho {
    margin-left: auto;
    width: 100%;
  }

  .botao-vermelho span {
    margin-left: unset;
    font-size: 11px;
  }

  .botao-vermelho img {
    position: static;
    top: 0;
    width: 50px;
  }

  .hamburguer-menu {
    display: block;
  }

  .hero-text {
    gap: 0;
    margin: unset;
  }

  .hero-text h1 {
    display: none;
  }

  .hero-img {
    display: none;
  }

  .hero-img-mobile {
    display: block;
    margin-top: -50px;
    z-index: -1;
  }

  .input-group {
    width: 100%;
    max-width: none;
    order: 2;
  }

  .subtitulo {
    order: 3;
    font-size: 16px;
    text-align: center;
    margin: 24px 0;
  }

  .hero-endereco {
    display: none;
  }

  .entrega-container {
    height: auto;
    gap: 30px;
  }

  .entrega-img {
    top: unset;
    position: static;
  }

  .entrega-img img {
    max-width: 200px;
    width: 100%;
    height: auto;
    margin-left: -24px;
  }

  .entrega-texto {
    margin-left: unset;
    max-width: 180px;
  }
  .entrega-texto h2 {
    font-size: 16px;
    margin-left: -22px;
  }
}

@media (max-width: 376px) {
  .subtitulo {
    font-size: 14px;
    display: none;
    font-weight: 600;
    color: white;
    margin-bottom: 16px;
    order: 2;
  }
  .subtitulo2 {
    font-size: 14px;
    font-weight: 600;
    color: white;
    margin-bottom: 16px;
    order: 2;
    display: block;
  }
  .hero-img-mobile {
    display: block;
    margin-top: -50px;
    z-index: -1;
  }

  .botao-vermelho {
    display: flex;
    align-items: center;

    position: relative;
    background-color: #ca101d;
    color: white;
    padding: 10px;
    width: 300px;
    border-radius: 30px;
    font-weight: bold;
    transition: background 0.3s ease;
  }

  .botao-vermelho span {
    margin-left: 5px;
    font-size: 11px;
  }

  .botao-vermelho img {
    position: static;
    top: 0;
    width: 40px;
  }
  .entrega-texto h2 {
    font-size: 14px;
    margin-left: -42px;
  }
}
