@media screen and (max-width: 600px) {
  #article_logo {
    /* justify-content: space-around; */
    flex-direction: column;
  }

  .img_logo {
    height: 5vh;
    padding-top: 3vh;
    padding-bottom: 3vh;
    transition: height 1s linear, padding-top 1s linear,
      padding-bottom 1s linear;
  }

  .img_logo_scrolled {
    height: 5vh;
    padding-top: 2vh;
    padding-bottom: 2vh;
    transition: height 1s linear, padding-top 1s linear,
      padding-bottom 1s linear;
  }

  .img_logo_rodape {
    height: 9vh;
    padding-top: 7vh;
    padding-bottom: 7vh;
    transition: height 1s linear, padding-top 1s linear,
      padding-bottom 1s linear;
  }

  #texto_imagem {
    font-size: 7vw;
  }

  #article_contato {
    background: transparent;
    flex-direction: row;
    justify-content: space-between;
    width: 85%;
    top: auto;
    bottom: 4vh;
    left: auto;
    right: auto;
    padding: 0;
    z-index: 99;
  }

  #div_article_contato {
    display: none;
  }

  .p_article_contato {
    display: none;
  }

  #div_contato_linha {
    display: none;
  }

  #a_instagram,
  #a_telefone,
  #a_email {
    display: flex;
    opacity: 0;
  }

  #img_whatsapp,
  #img_instagram,
  #img_telefone,
  #img_email,
  #img_previous,
  #img_next {
    width: 10vw;
    height: 10vw;
  }

  #img_next {
    display: none;
  }

  #img_previous {
    display: block;
  }

  #section_quemsomos {
    height: 90vh;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  #h1_quemsomos {
    font-size: 5vw;
    margin-bottom: 2vh;
  }

  .texto_quemsomos {
    font-size: 2.5vh;
    margin-bottom: 2vh;
  }

  #section_obra {
    background: white;
    color: var(--laranja);
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  #article_obra {
    flex-direction: column;
    height: 95%;
    /* width: 98%; */
    align-items: center;
    justify-content: center;
  }

  #h2_obra {
    background: #fff;
    color: var(--laranja);
    padding: 5px;
    border-radius: 5px;
    margin-top: 0;
  }

  #div_obra {
    height: 95%;
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    animation: animacao_obra 5s infinite;
    position: absolute;
  }

  #div_obra_lateral {
    z-index: 9;
    width: 100%;
    height: 95%;
    justify-content: space-between;
  }

  @keyframes animacao_obra {
    from {
      background-position: left;
    }
    to {
      background-position: right;
    }
  }

  #h3_obra {
    display: none;
  }

  #h3_obra_imagem {
    display: block;
    background: white;
    height: auto;
    width: 90%;
    border-radius: 10px;
    padding: 10px;
    font-size: 2vh;
    margin-bottom: 2vh;
    opacity: 0.8;
  }

  /* SOBRE */
  #section_sobre {
    height: auto;
    background-image: none;
    background: var(--laranja);
    color: white;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    /* padding-top: 5%; */
  }

  #div_sobre {
    width: 100%;
    height: auto;
  }

  #h1_sobre {
    font-size: 4vh;
    margin-bottom: 3vh;
    color: #fff;
  }

  #div_sobre > h2 {
    border: 1px solid #fff;
    border-radius: 10px;
  }

  .texto_sobre {
    color: #fff;
    width: auto;
    font-size: 6vw;
    text-align: justify;
    margin-bottom: 9%;
    padding: 2% 3%;
    text-shadow: none;
  }

  /* ENTREGUE */
  #section_entregue {
    background: white;
    color: var(--laranja);
    width: 100%;
    justify-content: center;
  }

  #article_entregue {
    flex-direction: column;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  #h2_entregue {
    padding: 3%;
    background: #fff;
    color: var(--laranja);
    text-wrap: nowrap;
  }

  #div_entregue {
    height: 90%;
    width: 100%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-position: right;
    animation: animacao_entregue 5s infinite;
  }

  #div_entregue_lateral {
    width: auto;
  }

  #div_entregue_texto {
    padding: 5%;
    /* width: 85%; */
  }

  @keyframes animacao_entregue {
    from {
      background-position: right;
    }
    to {
      background-position: left;
    }
  }

  #h3_entregue {
    display: none;
  }

  #h3_entregue_imagem {
    display: block;
    background: white;
    height: auto;
    width: 90%;
    border-radius: 10px;
    padding: 10px;
    font-size: 2vh;
    margin-bottom: 2vh;
    opacity: 0.8;
  }

  #img_logo_rodape {
    height: 6vh;
    margin-top: 10vh;
    margin-bottom: 10vh;
  }

  .img_contato {
    height: 5vh;
    margin-right: 1vw;
  }

  .a_rodape_contato_esquerda,
  .a_rodape_contato_direita {
    flex-direction: column;
  }

  .a_rodape_visible {
    transition: all 3s ease;
  }
}
