
.total{
  background: url(../img/img45.jpeg);
  object-fit: cover;
  background-size: cover;
  background-position: top; 
  background-repeat: no-repeat;
  overflow-x: hidden; 
}
/* #BordasPagInit *{
        border: 1px solid red;
      } */
#BordasPagInit {
  margin: 0 auto;
  border-radius: 30px;
  width: 99%;
  height: auto;
  background: rgba(230, 230, 230, 0.5);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#jau{
  color: #000000;
}
#jau:hover{
  color: #006400;
}
#copy{
  color: #000000;
  text-align: center;
}
#desen{
  color: #000000;
  text-align: center;
}
.test{
  margin: 0 auto;
  border-radius: 10px;
  width: 99%;
  height: auto;
  background: rgba(230, 230, 230, 0.5);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.Linha {
  margin: 0 auto;
}
.Title {
  margin-left: 3%;
}
/* Card */
.card {
  cursor: default;
  margin-left: 10px;
}
.Titulo {
  font-size: 1.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 35px;
  text-transform: capitalize;
}
.card:hover .Titulo::before {
  content: attr(title);
  font-size: 1rem;
  display: block;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  z-index: 1;
  min-width: 280px !important;
  text-align: center;
}
.ImgRoupa {
  width: 80%;
  height: 80%;
  list-style-type: none;
  margin-left: 10%;
}

.people {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  border-radius: 15px;
  /* border: 1px solid black; */
}
.Preco {
  font-size: 1.5rem;
}

.LinkProd {
  height: 35px;
  flex-shrink: 0;
  background-color: #f9cf00;
  border: #f9cf00;
  color: #000;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 25px 25px 25px 25px;
}
.LinkProd:active,
.LinkProd:hover {
  border: #fff566;
  background-color: #fff566;
}
.LinkProd:focus {
  border: #f9cf00;
  background-color: #f9cf00;
}
.ProdEsg {
  height: 35px;
  flex-shrink: 0;
  background-color: #811616;
  border: #811616;
  color: #fff;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 25px 25px 25px 25px;
}
.RoupasVazio {
  width: 84% !important;
  margin-left: 8%;
  margin-top: 30%;
  text-align: center;
  font-size: 60px;
  box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Snakehead Graffiti", sans-serif;
  padding-bottom: 20px;
  color: white;
  text-shadow: black 0.1em 0.1em 0.2em;
}

@media(max-width: 898px){
  .Preco {
    font-size: 1.2rem;
  }

  .ProdEsg {
    height: 25px;
    font-size: 0.8rem;
  }
}

@media (max-width: 767px) {
  .card {
    margin-left: 0px;
  }

  .card:hover .Titulo::before {
    font-size: 0.8rem;
    bottom: 20%;

  }
}
