html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 320px;
  overflow-x: hidden;
}

#business-status[data-open="false"] {
  border-color: rgb(148 163 184 / 0.4);
  background: rgb(148 163 184 / 0.1);
  color: rgb(203 213 225);
}

#business-status[data-open="false"] #business-status-dot {
  background: rgb(148 163 184);
}

img,
svg {
  max-width: 100%;
}

.map-frame iframe {
  display: block;
  width: 100%;
  min-height: 420px;
}

@media (max-width: 639px) {
  header > div {
    padding-top: 0.65rem !important;
    padding-bottom: 0.65rem !important;
  }

  #top > div:last-child {
    min-height: calc(100svh - 65px) !important;
    padding-top: 3.5rem !important;
    padding-bottom: 4rem !important;
  }

  #top h1 {
    font-size: clamp(2.65rem, 13vw, 3.5rem) !important;
    line-height: 0.95 !important;
  }

  #top p {
    font-size: 1rem;
  }

  #top .mt-8 {
    display: grid !important;
    width: 100%;
    grid-template-columns: 1fr;
  }

  #top .mt-8 a {
    width: 100%;
    min-height: 54px;
    justify-content: center;
    text-align: center;
  }

  #top .mt-10 {
    gap: 1rem !important;
  }

  section {
    scroll-margin-top: 72px;
  }

  section h2 {
    overflow-wrap: anywhere;
  }

  #localizacao {
    text-align: center;
  }

  #localizacao a {
    width: 100%;
  }

  .map-frame iframe {
    min-height: 340px;
    height: 340px;
  }

  footer {
    padding-bottom: 5.5rem;
  }

  a[aria-label="Falar no WhatsApp"] {
    right: 1rem !important;
    bottom: 1rem !important;
    width: 58px;
    height: 58px;
    padding: 0 !important;
    justify-content: center;
  }
}

@media (max-width: 359px) {
  #top h1 {
    font-size: 2.4rem !important;
  }

  #top .mt-10 {
    grid-template-columns: 1fr !important;
  }
}
