@media (min-width: 1001px) {
  .logo-mobile {
    display: none;
  }

  .contato-first-mobile {
    display: none;
  }

  .contato-mobile {
    display: none;
  }

  .faca-pedido-title-mobile {
    display: none;
  }

  hr {
    display: none;
  }

  .cash-back-mobile {
    display: none;
  }

  .convenio-mobile {
    display: none;
  }

  .video-mobile {
    display: none;
  }
}

@media (max-width: 1000px) {
  .logo-desktop {
    display: none;
  }

  .contato-desktop {
    display: none;
  }

  .hero-title {
    display: none;
  }

  .faca-pedido-title {
    display: none;
  }

  .cash-back {
    display: none;
  }

  .hero-content {
    top: 45% !important;
  }

  .convenio {
    display: none;
  }

  .video {
    display: none;
  }

  .hero-title-mobile {
    display: flex !important;
    gap: 1rem;
    margin-bottom: 1rem;
  }

  .hero-title-mobile h2 {
    font-size: 1.9rem !important;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 1 !important;
  }

  .hero-title-mobile p {
    font-size: 0.9rem !important;
    line-height: 1 !important;
  }

  .hero-btn-whatsapp {
    font-size: 1.4rem !important;
    margin-bottom: 1rem;
  }

  .hero-btn-scroll img {
    width: 2rem;
  }

  .contato-mobile {
    display: flex;
    background: #009605;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    gap: 0.5rem;
  }

  .contato-mobile a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: bold;
  }

  .contato-mobile a img {
    width: 27px;
    margin-right: 5px;
  }

  .contato-first-mobile {
    display: flex;
    gap: 1rem;
    justify-content: center;
    width: 100%;
  }

  .container-faca-pedido {
    margin-top: 1rem;
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }

  .entregador {
    width: 200px !important;
  }

  .podemos-ajudar {
    gap: 2rem;
  }

  .podemos-ajudar h2 {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }

  .grid-ajuda {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .cash-back-mobile {
    background: url("../assets/img/bg-cashback-mobile.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;

    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 20%;
  }

  .conteudo-cash-back-mobile {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .conteudo-cash-back-mobile h2 {
    color: #ffffff;
    font-size: 1.9rem;
  }

  .conteudo-cash-back-mobile h2 span {
    font-weight: 900;
  }

  .conteudo-cash-back-mobile p {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
  }

  .conteudo-cash-back-mobile a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 800;
    background: linear-gradient(to right, #00c930 20%, #00a410 100%);
    padding: 0.5rem 2rem;
    border-radius: 5rem;
  }

  .convenio-mobile {
    background: url("../assets/img/bg-empresa-parceira.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    gap: 1rem;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    text-align: center;
  }

  .convenio-mobile h2 {
    font-size: 1.875rem;
    color: #ffffff;
    font-weight: 900;
  }

  .convenio-mobile p {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
  }

  .btn-convenio-mobile {
    text-decoration: none;
    color: #ffffff;
    font-size: 1.625rem;
    font-weight: 800;
    background: linear-gradient(to right, #00a410 20%, #00c930 100%);
    padding: 0.5rem 2rem;
    border-radius: 5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .btn-arrow-convenio-mobile {
    margin-bottom: 2rem;
  }

  .video-mobile {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 9 / 16;
    display: flex;
    gap: 1.7rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: clamp(3rem, 5.714vw, 5rem);
    margin-top: 2rem;
  }

  .video-mobile iframe {
    width: 95%;
    height: 95%;
    border: 0;
    border-radius: clamp(15px, 2.6vw, 30px);
    margin: 0 auto !important;
  }

  footer {
    flex-direction: column;
    background: url("../assets/img/bg-localizacao-mobile.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    justify-content: end;
  }

  .footer-content {
    padding-top: 80% !important;
  }

  .footer-content h2 {
    font-size: 2rem;
    text-align: center;
  }

  .footer-map {
    margin-top: 1rem;
    width: 100% !important;

    justify-content: start;
    align-items: start;
  }

  .footer-map img {
    width: 100% !important;
  }
}

@media (min-width: 500px) and (max-width: 1199px) {
  .container-produtos {
    grid-template-columns: repeat(2, 1fr);
    padding-inline: 2rem;
  }
}

@media (min-width: 1200px) {
  .container-produtos {
    grid-template-columns: repeat(3, 1fr);
    gap: 5.851rem 13.75rem;
    padding-inline: 145px;
  }
}
