#menuD-mobile-toggle,
#menuD-mobile-overlay {
  display: none;
}

@media screen and (max-width: 780px) {
  html,
  body {
    width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }

  body {
    background-position: center top;
    background-size: auto 100%;
  }

  #tudo {
    display: block;
    width: 100%;
    max-width: none;
    min-height: 100vh;
    margin: 44px 0 0;
  }

  #menu {
    right: 0;
    left: 0;
    width: 100%;
    height: 44px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  #menu ul {
    display: flex;
    width: max-content;
    min-width: 100%;
    height: 44px;
    overflow: visible;
    white-space: nowrap;
  }

  #menu li {
    flex: 0 0 auto;
    float: none;
    margin-left: 0;
  }

  #menu li a,
  #menu .dropbtn {
    padding: 11px 10px;
    font-size: 10px;
  }

  #bannertopo {
    width: 100%;
    height: clamp(95px, 24vw, 180px);
    background-position: center;
    background-size: cover;
  }

  #noticiario {
    width: 100%;
    background-position: center;
    background-size: cover;
  }

  #conteudo {
    float: none;
    width: 100%;
    margin: 0;
    overflow: visible;
    border-radius: 0;
    box-shadow: none;
  }

  #conteudo > #news-top,
  #conteudo > #news-meio,
  #conteudo > #news-fundo,
  #conteudo .conteudo {
    max-width: 100%;
    box-sizing: border-box;
  }

  #menuD-mobile-toggle {
    display: block;
    position: fixed;
    z-index: 10002;
    top: 50px;
    left: 8px;
    min-width: 92px;
    min-height: 34px;
    padding: 6px 10px;
    border: 1px solid #8a6a17;
    border-radius: 4px;
    background: linear-gradient(180deg, #2b2b2b, #090909);
    color: #ffd34d;
    font: bold 10px Verdana, Arial, sans-serif;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .65);
  }

  #menuD-mobile-overlay {
    display: block;
    position: fixed;
    z-index: 9999;
    inset: 44px 0 0;
    background: rgba(0, 0, 0, .68);
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease;
  }

  #menuD {
    position: fixed;
    z-index: 10001;
    top: 44px;
    bottom: 0;
    left: 0;
    width: 252px;
    max-width: 86vw;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: #090909;
    box-shadow: 6px 0 18px rgba(0, 0, 0, .8);
    transform: translateX(-105%);
    transition: transform .22s ease;
    -webkit-overflow-scrolling: touch;
  }

  body.menuD-mobile-aberto {
    overflow: hidden;
  }

  body.menuD-mobile-aberto #menuD {
    transform: translateX(0);
  }

  body.menuD-mobile-aberto #menuD-mobile-overlay {
    opacity: 1;
    visibility: visible;
  }

  body.menuD-mobile-aberto #menuD-mobile-toggle {
    right: 8px;
    left: auto;
  }

  #rodape {
    position: relative;
    bottom: auto;
    clear: both;
    margin-top: 14px;
  }
}

@media screen and (max-width: 430px) {
  #menu li a,
  #menu .dropbtn {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 9px;
  }

  #conteudo {
    font-size: 11px;
  }
}
