


/* CORPO DA PAGINA */
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

  .container-title {
    text-align: center;
    padding-top: 12vh;
    font-family: "Poppins", sans-serif;
  }

  .texto-produto {
    text-align: center; 
  }

  @media screen and (max-width: 700px) {
    .texto-produto {
      margin: 0px 0px 0px 0px;
      width: 100%;
    }
  }




.card{
  border: none;
  background-color: rgb(255, 255, 255);
  padding: 1vh;
  width: 100%;
  height: 90%;
  padding: 1vh;
  margin-bottom: 8vh;

}

@media screen and (max-width: 700px) {
  .card {
      padding: 0px;
      margin: 7vh 0px;
  }
}



  .image-link {
    display: block;
    position: relative;
    width: 100%;
    height: 30vh;
}

.image-overlay {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f4f8fd86;

}

.image-overlay:hover{
  transform: scale(1.05);
  transition: all .5s ease-in;
  z-index: 1;
}



.caption {
  background-color: transparent;
  color: rgb(46, 44, 44);
  border: 1px solid rgb(194, 194, 194);
  padding: 1vh;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Centraliza verticalmente */
  align-items: center; /* Centraliza horizontalmente */
  text-align: center;
  border-radius: 10px;
  font-weight: 500;
  margin-top: -5px;
  font-size: 14px;
  height: auto;
  font-family: "Poppins", sans-serif;

}

.caption:hover{
  background-color: #d4dfe9;
}

a{
  text-decoration: none;
}

