#video {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

#entre {
  font-size: xx-large;
  font-weight: bold;
  margin-top: 300px;
  position: relative;
  text-align: center;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}

::-webkit-scrollbar {
  width: 2px;
}

::-webkit-scrollbar-thumb {
  background: rgb(0, 0, 0);
  border-radius: 10px;
}

/*HEADER*/
#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2vh 3vw;
}

#faixa {
  font-size: 0.9em;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5vh;
  height: 20px;
}

#logo {
  margin-left: 33px;
  width: 180px;
  height: auto;
}

#redes {
  padding: 0vh 3vw;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(211, 211, 211);
  height: 30px;
}

#buscaCar {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* MENU INTERATIVO */
.btnsMenu {
  border: none;
  background-color: rgb(255, 255, 255);
}

#navegacao {
  display: block;
  visibility: hidden;
  overflow-y: hidden;
  height: 0%;
  position: absolute;
  width: 350px;
  top: 0px;
  left: 0;
  background-color: rgb(0, 0, 0);
  color: rgb(0, 0, 0);
  transition: 0.5s;
  z-index: 1000;
}

#divUl {
  display: flex;
  justify-content: flex-start;
}

.quebra {
  width: 100%;
  height: 1px;
  background-color: rgb(255, 255, 255);
}

#ulMenu li {
  list-style: none;
  margin: 10px;
  font-size: 1.2em;
}

#navegacao.active {
  visibility: visible;
  overflow-y: auto;
  display: block;
  height: 100vh;
  position: fixed;
}

#navegacao.desative {
  display: block;
  visibility: hidden;
  overflow-y: hidden;
}

#btnNav {
  margin: 15px;
  display: flex;
  justify-content: flex-end;
}

#btnMenu2 {
  background-color: rgb(0, 0, 0);
}

/*Buscas*/
.btnBusca {
  cursor: pointer;
  border: none;
  background-color: rgb(255, 255, 255);
  margin: 5px;
}

#inputBusca {
  display: none;
}

/*FIM HEADER*/
/*FOOTER*/
#footer {
  border-top: 1px solid rgb(211, 211, 211);
  display: grid;
  justify-content: center;
  margin-top: 10%;
  padding: 3%;
  color: rgb(0, 0, 0);
}

#pix {
  height: 25px;
}

#copright {
  display: grid;
  justify-content: center;
  color: rgb(211, 211, 211);
}

#pag {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

#adm1 {
  margin-top: 0.5vh;
  color: rgb(0, 0, 0);
  text-align: center;
}

/*FIM FOOTER*/
/*GRID REDES SOCIAIS MENU*/
#redesSociaisMenu {
  display: grid;
  justify-content: center;
  grid-template-areas: "reSociMenu reSociMenu reSociMenu";
  position: absolute;
  bottom: 0;
  margin-bottom: 6%;
}

.reSociMenu {
  width: 116px;
  cursor: pointer;
  border: 1px solid rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  padding: 5px;
}

.imgsPagamentos {
  width: 70px;
}

@media screen and (max-width: 523px) {
  #logo {
    width: 130px;
  }
  #navegacao {
    width: 300px;
  }
  .reSociMenu {
    width: 100px;
    cursor: pointer;
    border: 1px solid rgb(255, 255, 255);
    background-color: black;
    padding: 5px;
  }
}
@media screen and (max-width: 312px) {
  #logo {
    width: 100px;
  }
}
/*Section*/
#anuncioPrevias {
  background-image: url("../imgs/usdrip.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: rgb(0, 0, 0);
  display: flex;
  justify-content: center;
}

#aBtnLanca {
  margin: 30%;
}

#btnPreLanca {
  font-size: 1.2em;
  border: none;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  padding: 5%;
  color: rgb(0, 0, 0);
  cursor: pointer;
  outline: 0;
  transition: 0.5s;
  text-transform: uppercase;
}

#containerCard {
  margin-top: 6vh;
  display: grid;
  justify-content: center;
  flex-wrap: wrap;
  grid-template-areas: "cards cards cards cards cards";
  gap: 3vh;
}

.cards {
  background-color: rgb(255, 255, 255);
  text-align: center;
  width: 230px;
  font-size: 1em;
  color: rgb(0, 0, 0);
}

.imgsCards {
  width: 230px;
  margin: auto;
}

.imgsProduto {
  width: 230px;
  height: 330px;
}

.nomeProdutoCards {
  margin-top: 15px;
}

.linksAnuProduct {
  opacity: 0;
  transform: translateX(-100%);
}

.linksAnuProduct[data-scroll] {
  opacity: 1;
  transform: translateX(0%);
  transition: 1s ease-in-out;
}

@media screen and (max-width: 1115px) {
  #containerCard {
    grid-template-areas: "cards cards cards cards";
  }
}
@media screen and (max-width: 1050px) {
  #containerCard {
    grid-template-areas: "cards cards cards";
  }
}
@media screen and (max-width: 775px) {
  #containerCard {
    grid-template-areas: "cards cards";
  }
  #btnPreLanca {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 523px) {
  .cards {
    width: 200px;
  }
  .imgsCards {
    width: 200px;
  }
  .imgsProduto {
    width: 190px;
  }
  .nomeProdutoCards {
    margin-top: 10px;
  }
  .reSociMenu {
    width: 98px;
  }
}
@media screen and (max-width: 466px) {
  #containerCard {
    grid-template-areas: "cards";
  }
  .cards {
    width: 260px;
  }
  .imgsCards {
    width: 260px;
  }
  .imgsProduto {
    width: 250px;
  }
  .nomeProdutoCards {
    margin-top: 10px;
  }
  /*#aBtnLanca {
      margin: 1vh;
  }*/
}
@media screen and (max-width: 400px) {
  /*#aBtnLanca {
      margin: 26vh;
  }*/
}
@media screen and (max-width: 320px) {
  /*#aBtnLanca {
      margin: 24vh;
  }*/
  #containerCard {
    grid-template-areas: "cards";
  }
  .cards {
    width: 230px;
  }
  .imgsCards {
    width: 230px;
  }
  .imgsProduto {
    width: 220px;
  }
  .nomeProdutoCards {
    margin-top: 10px;
  }
}
#caixaAnuncio {
  margin-top: 5%;
  display: grid;
  grid-template-areas: "fotosAnuncio infoAnuncio";
  gap: 20px;
  justify-content: center;
}

#fotosAnuncio {
  display: flex;
  width: 600px;
  height: 650px;
}

.imgsAnuncio {
  width: 100%;
  height: 100%;
}

.btnDireEsquer {
  background: rgba(189, 188, 188, 0.37);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(13.5px);
  -webkit-backdrop-filter: blur(13.5px);
  width: 40px;
  height: 100%;
  border: none;
}

#infoAnuncio {
  color: black;
  display: flex;
  flex-direction: column;
  width: 600px;
  height: 650px;
}
#infoAnuncio a {
  color: rgb(0, 38, 255);
}

.riscoQuebra {
  margin: 10px 0px;
  background-color: rgb(0, 0, 0);
  height: 2px;
}

.titleAnun {
  font-size: 1.3em;
  font-weight: bold;
}

#divPreco {
  font-size: 1.1em;
}

.boxForm {
  color: rgb(255, 255, 255);
  display: grid;
  justify-content: center;
  text-align: center;
}

#senhaEsque {
  margin-top: 5px;
  font-size: 0.6em;
}

.divCheckbox {
  margin: 10px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkboxForm {
  width: 15px;
  height: 15px;
  margin-bottom: 6px;
}

.formEntre {
  width: 513px;
  margin: 50px 0px;
  padding: 20px;
  background-color: rgb(0, 0, 0);
  border-radius: 10px;
}

.inputs {
  height: 3.5vh;
  border: none;
  outline: 0;
  border-radius: 5px;
  font-size: 1em;
  width: 98%;
  margin: 6px 0px;
}

.formsSelectsAndDate {
  margin-top: 1%;
  text-align: center;
  font-size: 0.8em;
}

.btnSub {
  font-size: 1.2em;
  border: none;
  border-radius: 5px;
  background-color: rgb(68, 68, 68);
  padding: 6px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  outline: 0;
  transition: 0.5s;
  width: 100%;
  margin: 6px 0px 10px 0px;
  text-transform: uppercase;
}
.btnSub:hover {
  transition: 0.5s;
  box-shadow: 0px 1px 10px 3px rgb(68, 68, 68);
}

@media screen and (max-width: 542px) {
  .formEntre {
    width: 330px;
  }
}
@media screen and (max-width: 385px) {
  .formEntre {
    width: 280px;
  }
}
@media screen and (max-width: 330px) {
  .formEntre {
    width: 250px;
  }
}
#containerCardLancamento {
  display: grid;
  grid-template-areas: "cardsLanca cardsLanca cardsLanca cardsLanca";
  justify-content: center;
  gap: 15px;
  margin-top: 10vh;
}

.cardsLanca {
  width: 300px;
  background-color: rgb(0, 0, 0);
  padding: 10px;
  border-radius: 10px;
}

.imgsCardsLanca {
  width: 100%;
  height: 350px;
  border-radius: 10px;
}

.nomeCardsLanca {
  margin-top: 15px;
  text-align: center;
}

.cardDateLanca {
  text-align: center;
}

@media screen and (max-width: 1360px) {
  #containerCardLancamento {
    grid-template-areas: "cardsLanca cardsLanca cardsLanca";
  }
}
@media screen and (max-width: 1115px) {
  #containerCardLancamento {
    grid-template-areas: "cardsLanca cardsLanca ";
  }
}
@media screen and (max-width: 681px) {
  #containerCardLancamento {
    grid-template-areas: "cardsLanca";
  }
}
@media screen and (max-width: 360px) {
  #containerCardLancamento {
    margin-top: 5vh;
  }
  .cardsLanca {
    width: 260px;
  }
}
#sectionCar {
  display: grid;
  grid-template-areas: "contentCar divTotal";
  margin: 4%;
  gap: 25px;
}

#contentCar {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contents {
  padding: 20px;
  box-shadow: 0px 1px 10px 3px rgb(211, 211, 211);
  border-radius: 6px;
  display: grid;
  grid-template-areas: "caixaFoto divPreco";
  margin-bottom: 28px;
}

.caixaFoto {
  display: flex;
  gap: 20px;
}

.imgCar {
  width: 130px;
}

.nameContent {
  font-size: 1.5em;
}

#texts, .infoTam, .infoCor {
  font-size: 0.8em;
  text-transform: capitalize;
  color: rgb(139, 139, 139);
  font-weight: bold;
}

.infoCor {
  margin-right: 5px;
}

.divExcluAdd {
  margin-top: 45%;
  display: flex;
}

.divAdd {
  margin-left: 10px;
  border: 1px solid black;
  border-radius: 5px;
}

#btnExcluAdd, .addQtd, .removeQtd {
  width: 25px;
  height: 25px;
  text-align: center;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  border: none;
}

.qtd {
  margin: 0px 10px;
}

.btnExcluCar {
  font-size: 1em;
  border: none;
  border-radius: 5px;
  background-color: rgb(255, 70, 70);
  padding: auto;
  color: rgb(255, 255, 255);
  cursor: pointer;
  outline: 0;
  transition: 0.5s;
  text-align: center;
}
.btnExcluCar:hover {
  background-color: red;
}

.divPreco {
  display: flex;
  justify-content: flex-end;
}

.preco {
  font-size: 1.2em;
  font-weight: bold;
}

#divTotalCar {
  height: 120px;
  box-shadow: 0px 1px 10px 3px rgb(211, 211, 211);
  border-radius: 6px;
  padding: 15px;
}

#titleTotal {
  font-size: 1.4em;
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 10px;
}

.textInfo {
  display: flex;
  justify-content: space-between;
  text-transform: capitalize;
  color: rgb(68, 68, 68);
  font-weight: bold;
}

#btnContCompra {
  font-size: 1.2em;
  border: none;
  border-radius: 5px;
  background-color: rgb(0, 0, 0);
  padding: 6px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  outline: 0;
  transition: 0.5s;
  width: 100%;
  margin: 15px 0px;
}

.caixaDadosUser {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2vh;
  color: rgb(255, 255, 255);
}

.boxAdm {
  display: flex;
  width: 500px;
  padding: 2vh;
  border-radius: 5px;
  background-color: rgb(0, 0, 0);
}

.nameAdm {
  margin: 0px;
  font-size: 1.1em;
}

.boxDados {
  margin-left: 15px;
}

.emailAdm {
  text-transform: none;
  font-size: 1em;
  color: rgb(211, 211, 211);
}

.btnEditarAdm {
  display: flex;
  justify-content: flex-end;
}

#contentsDados {
  padding: 2vh;
  width: 500px;
  margin: auto;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  border-radius: 5px;
}

.divInfos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 3vh;
}

@media screen and (max-width: 466px) {
  .boxAdm {
    width: 280px;
    padding: 10px;
  }
  .nameAdm {
    font-size: 0.9em;
  }
  .emailAdm {
    font-size: 0.8em;
  }
}

/*# sourceMappingURL=style.css.map */
