body {
  background-image: url(../images/circuito.png);
  overflow-x: hidden;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  touch-action: manipulation;
}

#navbar {
  font-family: sans-serif;
  transition: background-color 0.3s ease;
}
.nav-item {
  font-size: 18px;
}

#Logo {
  display: inline-block;
  max-height: 56px;
  max-width: 225px;
  padding: 8px 10px 8px 12px;
  vertical-align: middle;
}

#Anjos {
  color: white;
  font-size: 64pt;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 500;
  position: relative;
}

#carrosel_img {
  width: 65%;
  height: 200%;
}

.texto {
  color: #1c4587;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 0;
  align-items: center;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.calendar {
  max-width: 600px;
  margin: 50px auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}

.header {
  background-color: rgba(30, 108, 147, 1);
  color: #fff;
  text-align: center;
  padding: 30px;
}

.days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}

.day {
  padding: 15px;
  border-bottom: 1px solid #ccc;
}

/* Estilizando os fins de semana */
.day:nth-child(7n),
.day:nth-child(7n-1) {
  background-color: #f5f5f5;
}

/* Estilizando os fins de semana */
.day:nth-child(7n),
.day:nth-child(7n-1) {
  background-color: #f5f5f5;
}

.evento {
  background-color: rgba(30, 108, 147, 1);
  color: #fff;
  padding: 5px;
  border-radius: 3px;
  margin-top: 5px;
}

/* Estilo para realçar o dia atual */
.today {
  background-color: rgba(30, 108, 147, 1);
  color: white;
}

#tabela {
  border: solid black 2px;
  height: 50%;
  width: 50%;
  border-style: none;
}

#cabeca {
  background-color: #1c4587;
  color: #f2f5f7;
}

th {
  border: solid 2px black;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 0rem;
}
