body {
  margin: 0;
  padding: 0;
  background-color: black;
  user-select: none;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 9)),
    url("../imgs/fundo_cabecalho.png");
}

header {
  position: relative;
  display: flex;
  z-index: 1000;
}

/*  */

.cabecalho_46garage {
  position: fixed;
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  border-radius: 10px;
  /* box-shadow: 0 5px 30px yellow; */

  .logo_cabecalho {
    width: 150px;
    height: 75px;
    cursor: pointer;
    transition: all 0.5s;
  }

  .logo_cabecalho:hover {
    filter: drop-shadow(0 0 10px yellow);
  }

  .ul_cabecalho {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    gap: 2rem;
  }

  .li_cabecalho {
    display: flex;
    justify-content: center;
    align-items: center;
    color: yellow;
    background-color: transparent;
    width: 100px;
    height: 30px;
    cursor: pointer;
    border: solid 1px yellow;
    transition: all 0.2s;
    border-radius: 10px;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  }

  .links {
    text-decoration: none;
    display: inline-block;
  }

  .li_cabecalho:hover {
    color: orange;
    border: solid 1px orange;
    box-shadow: 0 0 10px yellow;
  }
}

/*  */

main {
  margin-top: 100px;
  /* background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 9)),
    url("../imgs/fundo_cabecalho.png"); */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  h1 {
    color: yellow;
    filter: drop-shadow(0 0 2px white);
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  }

  .fundo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 1.5rem;

    .img1-container {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      width: 245px;
      height: 437px;
      background-image: url(../imgs/produtos/lavagem_convencional.png);
      background-position: center;
      background-size: 100% 100%;
      border-radius: 10px;
      box-shadow: 0 0 15px white;
    }

    .img2-container {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      width: 245px;
      height: 437px;
      background-image: url(../imgs/produtos/higienização_interna_completa.png);
      background-position: center;
      background-size: 100% 100%;
      border-radius: 10px;
      box-shadow: 0 0 15px white;
    }

    .img3-container {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      width: 245px;
      height: 437px;
      background-image: url(../imgs/produtos/revitalização_de_plasticos.png);
      background-position: center;
      background-size: 100% 100%;
      border-radius: 10px;
      box-shadow: 0 0 15px white;
    }

    .img4-container {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      width: 245px;
      height: 437px;
      background-image: url(../imgs/produtos/higienização_de_bancos.png);
      background-position: center;
      background-size: 100% 100%;
      border-radius: 10px;
      box-shadow: 0 0 15px white;
    }

    .img5-container {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      width: 245px;
      height: 437px;
      background-image: url(../imgs/produtos/lavagem_detalhada.png);
      background-position: center;
      background-size: 100% 100%;
      border-radius: 10px;
      box-shadow: 0 0 15px white;
    }

    .img6-container {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      width: 245px;
      height: 437px;
      background-image: url(../imgs/produtos/lavagem_de_motor.png);
      background-position: center;
      background-size: 100% 100%;
      border-radius: 10px;
      box-shadow: 0 0 15px white;
    }

    .link_comprar {
      text-decoration: none;
    }

    .botao_comprar {
      display: flex;
      margin: 1rem;
      padding: 10px 15px;
      background-color: black;
      color: yellow;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      transition: all 0.3s;
    }

    .botao_comprar:hover {
      transform: scale(1.1);
      background-color: rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 3px white;
      color: white;
    }
  }

  .conteinerGaleria {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin: 1rem;

    h1 {
      color: yellow;
      filter: drop-shadow(0 0 2px white);
    }

    .imagensGaleria {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 1rem;
      width: 100%;

      .imgs {
        box-shadow: 0 0 10px yellow;
        border-radius: 10px;
        width: 270px;
        transition: all 0.5s;
      }

      .imgs:hover {
        transform: scale(0.98);
      }
    }
  }
}

.footer_46garage {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  box-shadow: 10px 0 15px yellow;
  background-color: black;

  a {
    text-decoration: none;
  }

  .conteiner_footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }

  .logo_footer {
    width: 60px;
    height: 32.5px;
    cursor: pointer;
  }

  .text1,
  .text2,
  .sobre-link {
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    color: yellow;
    text-align: center;
    transition: all 0.3s;
  }

  .text1:hover {
    color: orange;
  }

  .link_insta,
  .insta_logo {
    margin: 0;
    padding: 0;
  }

  .insta_logo {
    width: 12%;
    height: 12%;
    cursor: pointer;
  }

  .link_insta {
    display: inline-block;
    width: 12%;
    height: 12%;
  }

  .sobre {
    text-decoration: underline;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    color: yellow;
  }

  .creditos {
    margin: 0;
    padding: 0;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    color: white;
    text-align: center;
    cursor: pointer;
  }

  .creditos:hover {
    color: rgb(255, 208, 0);
  }

  .links {
    text-decoration: none;
    display: inline-block;
  }

}

/*  */

@media (max-width: 1230px) {

  body {
    max-width: 100%;
  }


  .fundo {
    max-width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 9)),
      url("../imgs/fundo_cabecalho.png");
  }

  .conteinerGaleria {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;

    .imagensGaleria {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 1rem;
      width: 100%;

      .imgs {
        box-shadow: 0 0 10px yellow;
        border-radius: 10px;
        width: 350px !important;
      }
    }
  }

  .footer_46garage {
    max-width: 100%;
  }

  .conteiner_footer {
    max-width: 100%;
    max-height: 500px;
    gap: 1rem !important;
  }

  .creditos {
    display: none;
  }
}

@media (max-width: 597px) {

  body {
    max-width: 100%;
    background-color: black;
  }

  .cabecalho_46garage {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    max-width: 100%;
    max-height: 60px;
  }

  .logo_cabecalho {
    max-width: 70px;
    max-height: 35px;
  }

  .li_cabecalho {
    max-width: 70px;
    max-height: 35px;
  }

  .ul_cabecalho {
    gap: 1rem !important;
  }

  .fundo {
    max-width: 100%;
  }

  .conteinerGaleria {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;

    .imagensGaleria {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 1rem;
      width: 100%;

      .imgs {
        box-shadow: 0 0 10px yellow;
        border-radius: 10px;
        width: 250px !important;
      }
    }
  }

  .footer_46garage {
    max-width: 100%;
  }

  .conteiner_footer {
    max-width: 100%;
    max-height: 500px;
    gap: 1.5rem;
  }

  .text1,
  .text2 {
    font-size: 14px;
  }

}