@media (max-width: 1000px) {
  body header {
    height: 60px;
    z-index: 10;
  }

  body header .logo {
    left: 20px;
    height: 33px;
    width: 128px;
  }

  body .backHeader {
    height: 60px;
  }

  body header .icons {
    display: none;
  }

  body header nav.menu {
    position: fixed;
    width: 100%;
    right: -100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    transition: ease all .2s;
    margin: 0;
    left: auto;
    bottom: auto;
    top: auto;
  }

  body header nav.menu.open {
    right: 0
  }

  body header nav.menu ul {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    background: #e1e1e1;
  }

  body header nav ul .dropdown {
    position: unset;
  }

  body header nav ul .dropdown .dropdown-menu {
    top: auto;
    left: auto;
    position: absolute;
    width: 100%;
    visibility: hidden;
  }

  body header nav ul .dropdown.open .dropdown-menu {
    position: absolute;
    height: auto;
    width: 100%;
    margin: 0;
    top: auto;
    background: #bfbfbf;
    border: none;
    padding: 10px 0;
    gap: 10px;
    visibility: visible;
  }

  body header nav ul .dropdown .dropdown-menu li ul {
    background: none;
    width: 100%;
  }

  body header nav.menu .icons {
    display: flex block !important;
    bottom: 20px;
    top: auto;
    left: 20%;
    margin-left: 20px;
  }

  body header nav.menu .icons a {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
  }

  body header nav.menu .icons a svg {
    width: auto;
    height: 100%;
  }

  body header nav.menu .icons .btnSearch {
    display: none
  }

  body header .hamburger {
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 5;
    display: inline-block !important;
    left: auto;
    padding: 0;
    bottom: 0;
    margin: auto;
    height: 24px;
  }

  body main .vitrine .produtos-vitrine-home .boxesProdutos {
    grid-template-columns: repeat(2, 1fr);
  }

  body main .vitrine .produtos-vitrine-home .title {
    font-size: 26px;
  }

  body main .vitrine .produtos-vitrine-home .subtitle {
    font-size: 20px;
  }

  body footer .top {
    display: none;
  }

  body footer .bottom {
    height: auto;
    padding-bottom: 30px;
  }

  body footer .bottom .container .esq {
    align-items: center;
    padding: 30px 0;
  }

  body footer .bottom .container .esq .txt {
    text-align: center;
  }

  body footer .bottom .container .dir {
    width: 100%;
    text-align: center;
  }

  body footer .bottom .container .dir .hora {
    width: 100%;
  }

  body footer .bottom .container .dir .icons {
    justify-content: center;
  }


  body main .vitrine .produtos-vitrine-home .boxesProdutos .product-detail .modal .modal-dialog {
    width: 100%;
  }

  body main .vitrine .produtos-vitrine-home .boxesProdutos .product-detail .modal .modal-dialog .modal-content .modal-body .slider .slick-track {
    height: 300px;
  }

  /*=== === A EWIGLICH === ===*/

  body main .title {
    font-size: 25px !important;
    margin-top: 30px !important;
  }

  body main .subtitle {
    font-size: 20px !important;
    margin-bottom: 30px !important;
  }

  #ewiglich main .historia .texto .esq {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    padding-right: 0;
    height: auto;
  }

  #ewiglich main .historia .texto .dir {
    float: left;
    width: 100%;
  }

  #ewiglich main .historia .fotos {
    margin-top: 15px;
    grid-template-columns: repeat(3, 1fr);
  }

  #ewiglich main .historia .fotos img:nth-child(10) {
    display: none
  }

  #ewiglich main .linha-do-tempo .boxesLinhaDoTempo {
    padding: 0px;
  }

  #ewiglich main .linha-do-tempo .boxesLinhaDoTempo .linha {
    width: 2px;
    left: 52px;
  }

  #ewiglich main .linha-do-tempo .boxesLinhaDoTempo .boxAno {
    padding-left: 70px;
  }

  #ewiglich main .linha-do-tempo .boxesLinhaDoTempo .boxAno .ano {
    top: 0;
    bottom: auto;
    left: 0;
    font-size: 18px;
    line-height: 30px;
    width: 60px;
  }

  #ewiglich main .linha-do-tempo .boxesLinhaDoTempo .boxAno .ano::before {
    width: 15px;
    height: 15px;
  }

  #ewiglich main .linha-do-tempo .boxesLinhaDoTempo .boxAno .imgTxt {
    gap: 15px;
    flex-direction: column;
  }

  #ewiglich main .linha-do-tempo .boxesLinhaDoTempo .boxAno .imgTxt img {
    height: auto;
    width: 100%;
  }

  /*=== === BLOG  === ===*/

  #blog main .conteudo .colunasBlog .conteudoBlog .box {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1/1;
  }

  #blog main .conteudo .colunasBlog .conteudoBlog .box .BlogConteudoBox .infoBlog a h2 {
    font-size: 30px;
    margin: 0;
  }

  #blog main .conteudo .colunasBlog .conteudoBlog .box .BlogConteudoBox .infoBlog a .chamadaTexto p {
    font-size: 16px;
    line-height: 22px;
  }

  #blog main .conteudo .colunasBlog .conteudoBlogDetalhe .centraliza h2 {
    font-size: 30px;
  }

  /*=== === SERVIÇOS  === ===*/
  #servicos main .mosaico .images {
    width: 50% !important;
  }

  /*=== === CONTATO  === ===*/

  #contato main .contatoBox .formee input {
    width: 100%;
  }

  #contato main .contatoBox .formee textarea {
    width: 100%;
  }

  #contato main .map iframe {
    height: 300px;
  }
}