@media (max-width:1024px) {
  .linha {
    display: none;
  }
  .linha.sobre {
    display: block;
  }
  h2 {
    font-size: 32px;
  }
  .d-none-sm {
    display: none;
  }
  .flex-col-sm {
    flex-direction: column;
    align-items: flex-start;
  }
  .h-100-sm {
    height: 100%;
  }
  .header03 {
    background-color: rgba(248,249,245,0.3);
    backdrop-filter: blur(20px);
  }

  body {
    padding-bottom: 72px;
  }

  /* home */


  .info-projeto {
    opacity: 1;
  }
  .ano {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 999999999;
    padding: 16px;
  }


  /* single */

  .single-projeto {
    flex-direction: column-reverse;
    padding: 0px 16px;
  }
  .single-txt {
    position:static;
    width: 100%;
    max-height: none;
    height: auto;
    padding: 0px;
    padding-top: 120px;
    margin-bottom: 40px;
  }
  .single-txt .w-80 {
    width: 100%;
  }
  .single-imgs {
    width: 100%;
  }
  .capa {
    display: none!important;
  }
  .capa-sm {
    display: block;
  }
  .ficha-mobile {
    display: block;
  }
  .ficha-link, .ficha, .ficha-desktop {
    display: none;
  }


  /* index */

  .titulo-index {
    position: static;
    transform: translate(0);
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
  }
  .projetos-index {
    width: 100%;
    margin-left: 0;
  }
  .projetos-index img {
    display: none;
  }


  /* oficinas e conversas */


  .titulo-oficinas, .titulo-conversas {
    position: static;
    width: 100%;
    transform: translate(0,0);
  }
  .oficinas.w-50.pr4, .conversas.w-50.pr4 {
    width: 100%!important;
    padding-right: 0px;
  }



  /* glossario */

  .glossario .letra {
    width: calc((100% - 40px - 32px)/2);
  }


  /* sobre */
  .txt-sobre .grid-2:first-child {
    grid-template-columns: 1fr;
  }
  .txt-sobre h4 br {
    display: none;
  }

}

@media (max-width: 820px) {
  .sobre-pg {
    flex-direction: column-reverse;
  }
  .sobre-pg .txt-sobre, .sobre-pg .foto-sobre {
    width: 100%!important;
  }
  .txt-sobre .grid-2 {
    margin-right: 0px;
    padding-right: 0px;
  }
  .linha.sobre {
    display: none;
  }
  .logo-sobre img {
    width: 100%!important;
    padding-left: 0px;
  }
  .background1 {
    display: none;
  }
  .background2 {
    width: 100vw;
  }
}

@media (max-width: 680px) {
  .menu p {
  font-size: 15px;
  }

  .container-cs {
    padding-left: 16px;
    padding-right: 16px;
  }
  .home.grid-2 {
    grid-template-columns: 1fr;
  }
  .assinatura {
    display: none;
  }
  .assinatura-sm {
    display: block;
    width: 100vw;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgba(248,249,245,0.3);
    backdrop-filter: blur(20px);
    z-index: 999999;
  }
   .assinatura-sm img {
    width: 180px;
    height: auto;
   }
   .oficinas .grid-2 {
    grid-template-columns: 1fr;
   }
   .sobre .grid-2:not(:first-child) {
    display: flex;
   }
   .sobre .grid-2:not(:first-child) small:first-child{
    width: 30%;
    padding-right: 16px;
   }
   .glossario h1 {
    font-size: 30vw;
   }
}
