@media (max-width: 1024px) {
  .pt-h {
    padding-top: 50px;
  }
  .w-100-sm {
    width: 100%;
  }
  .grid.script {
    grid-template-columns: 1fr;
    margin-top: 120px;
  }
  .grid-bg, .grid {
    grid-template-columns: repeat(5,1fr);
    gap: 16px;
  }
  .gap-20 {
    gap:16px
  }
  .grid-bg div:nth-child(1),
  .grid-bg div:nth-child(2),
  .grid-bg div:nth-child(3),
  .grid-bg div:nth-child(4),
  .grid-bg div:nth-child(5),
  .grid-bg div:nth-child(6),
  .grid-bg div:nth-child(7) {
    display: none;
  }
  header, header div.flex {
    width: 100%;
    justify-content: space-between;
  }
  header {
    padding-left: 19px;
    padding-right: 20px;
  }
  #btnMenu {
    margin-top: 36px;
  }
  .color-toggle {
    width: 50px;
    height: 24px;
  }
  .color-toggle__knob {
    width: 16px;
    height: 16px;
    top: 4px;
    left: 4px;
  }
  .mobi-none {
    display: none;
  }
  .mobi-show {
    display: block;
  }
  .flex.mobi-show {
    display: flex;
  }
  .tags-container {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .dot-tag {
    width: 12px;
    height: 12px;
  }
  .ml-titulo-mb {
    margin-left:calc(20vw - 69px)
  }
  .grid-item .grid-head {
    height: 40px;
  }
  .home .grid-item {
    grid-template-rows: 40px 0fr;
  }
  .grid .col-2fr-sm {
    grid-column: span 2;
    padding-right: 0px;
  }
  .grid-body .grid.pv4 {
    padding-top: 8px;
  }
  menu .grid {
    grid-template-columns: 1fr;
    width: 100%;
  }
  menu .col-3fr {
    grid-column: span 1!important;
    grid-template-columns: 1fr
  }
  menu .col-3fr a {
    display: block;
    margin-bottom: 2px;
  }
  .grid-menu {
    width: 100%;
    grid-column: span 1!important;
    grid-template-columns: 1fr 1fr;
    grid-column: 1 / -1;
    gap: 4px 16px;
  }
  menu {
    max-height: 90dvh;
    overflow-y: auto;
  }
  menu .col-3fr,
  menu .grid-menu {
    grid-column: 1 / -1;
    width: 100%;
    box-sizing: border-box;
  }
  .sobre .col-4fr {
    margin-top: 30px;
    grid-column: span 5;
  }
  .single .col-4fr {
    grid-column: span 5;
  }
  .txt.mt5 {
    margin-top: 30px;
  }
  .grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    /* gap: calc(20vw - 40px ) */
    gap: calc(20vw + 16px);
    gap: 20px;
  }
  .grid-2 small.db {
    grid-column: span 3
  }
  .grid-2 .tabela-infos {
    grid-column: span 2
  }
  .single .col-7fr {
    grid-column: span 5
  }
  .footer div {
    display: none;
  }
  .footer a.col-5fr {
    grid-column: span 3;
  }
  .footer a::before {
    width: 10px;
    height: 10px;
    margin-bottom: -0.5px;
  }
  .tabela-infos {
    font-size: 11px;
  }
  /* .home .grid-item:nth-child(1) .grid-body img {
    opacity: 1;
    transition-delay: 0.5s;
  } */
  .flex-row-mb {
    flex-direction: row!important;
    gap: 8px;
    margin-bottom: 20px;
  }
  .links-perfil {
    width: 50%;
  }
  .links.mt3 {
    margin-top: 0px;
  }
  menu .links a::before {
  transform: translateY(1px);
  }
  .fecha {
    right: 4px
  }
  .fecha img {
    min-width: 10px!important;
    width: 10px!important;
    height: 10px!important;
  }
  .single .grid-item,
  .sobre .grid-item {
    border-top: 30pt solid var(--cor);
    margin-top: 24px;
  }
  .home .grid-item.ativo {
    grid-template-rows: 40px 1fr;
  }
  .grid-item.ativo > .grid-head .dot-tag {
    opacity: 0;
  }
  .grid-item.ativo > .grid-body img {
    opacity: 1;
  }
  .grid-item.ativo > .grid-head {
    background-color: var(--cor);
  }
  .pr0-sm {
    padding-right: 0px!important;
  }

}
