body {
  font-family: "Poppins", sans-serif;
}

.section-calendario {
  margin-top: 4rem;
  margin-bottom: 6rem;
}

.titulo {
  font-weight: 700;
  color: #4b4b4b;
  font-size: 48px;
}

.card-default {
  border-radius: 16px;
  background-color: #ffffff;
  border: 1px solid #4b4b4b26;
  box-shadow: 4px 4px 16px 0px #4b4b4b26;
}

.card-calendario {
  padding: 40px;
  margin-top: 4rem;
}

.card-ucs-agenda {
  padding: 20px;
  margin-top: 4rem;
}

.card-row {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 1rem;
}

.card-column {
  display: flex;
  flex-direction: column;
  padding: 16px 8px;
  align-items: center;
  gap: 0.5rem;
}

.card-text {
  font-weight: 400;
  color: #4b4b4b;
  font-size: 20px;
  text-align: center;
}

.text-agenda {
  font-size: 16px;
  text-align: start;
  width: 650px;
  display: block;
}

.card-button {
  background-color: #444e7d;
  color: white;
  border: none;
  border-radius: 16px;
  font-size: 16px;
  padding: 14px 14px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.card-button:hover {
  background-color: #2c3153;
  transition: all 0.3s ease;
  color: white;
  text-decoration: none;
}

.card-button:active {
  background-color: #2c3153;
  color: white;
  text-decoration: none;
}

.card-button:visited {
  color: white;
  text-decoration: none;
}

.card-button:focus {
  color: white;
  text-decoration: none;
  outline: 2px solid #6c7bb8;
  outline-offset: 2px;
}

.imagem-calendario {
  border-radius: 16px;
}

.fundo-ucs-agenda {
  width: 150px;
  height: 133px;
  border-radius: 16px;
  object-fit: cover;
}

.row-with-gap {
  display: flex;
  gap: 1rem;
  justify-content: space-evenly;
}

.ucs-agenda {
  position: relative;
  display: inline-block;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 133px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 16px;
  z-index: 1;
}

.logo-ucs-agenda {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
