.content-event img {
  max-height: 100%;
  max-width: 100%;
  display: block;
}

.section {
  margin: 4rem 0;
}

.section-title {
  margin: 0 0 3rem 0;
}

.flyer {
  padding-right: 5rem;
  img {
    border-radius: 25px;
    background-size: cover;
    height: 100%;
    width: 100%;
    pointer-events: none;
  }
}

.card {
  box-shadow: 10px 10px 10px 10px #00000040;
  border-radius: 25px;
  padding: 5rem 3.2rem;
  height: 100%;
  h4 {
    font-weight: 500;
    font-size: 3.2rem;
    text-align: center;
    margin-bottom: 2rem;
  }
  a {
    margin-left: auto;
  }
}

.section-calendar {
  .date {
    color: #cc3333;
    padding: 0 2rem;
    box-shadow: 10px 10px 10px 10px #00000040;
    border-radius: 25px;
    font-weight: 700;
    text-align: center;
    width: 175px;
  }
  .date p {
    margin: 0.5rem;
  }
  .date p:nth-child(1),
  .date p:nth-child(3) {
    font-size: 1.8rem;
  }
  .date p:nth-child(2) {
    font-size: 3.2rem;
  }
  .cta {
    display: flex;
    gap: 15px;
    align-self: flex-end;
    a {
      width: 150px;
    }
  }
  .info {
    flex: 1;
    padding: 0 10rem;
    h4 {
      font-size: 3.2rem;
    }
    div {
      font-size: 1.6rem;
    }
  }
}

#whatsapp {
  bottom: 3rem !important;
}

#scrollToTopButton {
  bottom: 9rem !important;
}
@media screen and (width <= 768px) {
  .header-title h1 {
    font-size: 3.2rem;
    text-align: center;
  }
  .section-title {
    margin: 0 0 1rem 0;
  }
  .separator {
    display: block;
  }
  .section-calendar {
    .container {
      flex-wrap: wrap;
      gap: 2rem;
    }
    .date {
      padding: 0;
      flex: 30%;
      box-shadow: 3px 3px 3px 3px #00000040;
    }
    .info {
      padding: 0;
      flex: 60%;
      h4 {
        font-size: 1.8rem;
      }
      div {
        font-size: 1.4rem;
      }
    }
    .cta {
      width: 100%;
      a {
        font-size: 1.3rem;
      }
    }
  }
}
