.promotion-filo h2 {
  font-weight: 800;
  color: rgb(255, 255, 255);
  font-size: 30px;
  line-height: 1.7;
}

.promotion-filo h6 {
  line-height: 2;
}

.promotion-filo p {
  text-align: justify;
  color: rgb(0, 0, 0);
  font-size: 18px;
  margin-left: 5px;
}

.promotion-filo img {

  width: auto;
  height: auto;
  border-radius: 50px;
  /* transition: transform 0.3s ease; */

}

/* .promotion-filo img:hover {
    transform: scale(1.05);
    box-shadow: 0px 12px 24px #003;
  } */


.promotion-filo .container-filo {
  background-color: var(--color-three);
  padding: 3rem;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
  margin-top: 10rem;
  margin-bottom: 3cm;
}

.promotion-filo .btn.btn-filo {
  padding: 12px 24px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #af355c;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color var(--transition-speed), transform var(--transition-speed);
  display: block;
  margin-block: auto;
  animation: pulse 2s infinite;
  margin-top: 1rem;
}

.promotion-filo .btn.btn-filo:hover {
  background-color: #ffbb00;


}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}



@media (min-width:1500px) {

  .promotion-filo h2 {
    font-weight: 800;
    color: white;
    font-size: 35px;
  }

  .promotion-filo p {
    text-align: justify;
    color: white;
    font-size: 20px;
    margin-left: 5px;
  }

}

/*end promotion books*/


.container-calendar {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fc-prev-button,
.fc-next-button {
  background-color: var(--color-primary);
  border: none;
  padding-bottom: 12px;
}

.fc-prev-button:hover,
.fc-next-button:hover {
  background-color: var(--color-secundary);
}

.date-featured {
  margin-top: 40px;
}

.date-featured h3 {
  text-align: center;
  color: black;
}