/* inicio card das formaçoes */
div.card.c-card-formacao.shadow-lg{
  height: 500px;
  display: flex;
  gap: 1rem;
}

div.card.c-card-formacao.shadow-lg picture.bd-placeholder-img.card-img-top img{
  width: 100%;
  transition: all .5s;
}

div.card.c-card-formacao.shadow-lg picture.bd-placeholder-img.card-img-top>img{
  flex: 1;
  overflow: hidden;
}

div.card.c-card-formacao.shadow-lg picture.bd-placeholder-img.card-img-top img:hover{
  transform: scale(1.1) rotate(2deg);
}

/* modal da formacao */
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
  text-align: center;
  margin: 0 auto;
}

/* button modal formacao */
div.modal-footer button.btn.btn-primary {
  color: #000;
  margin: 2rem;
  border: none;
  background: #e1cfb6;
  border-radius: 30px;
}
div.modal-footer button.btn.btn-secondary {
  color: #000;
  margin: 2rem;
  border: none;
  background: #f1cfc1;
  border-radius: 30px;
}