body {
  font-family: "Titillium Web", sans-serif;
}

#EventoCalendario {
  @media (min-width: 768px) {
    margin-top: 77px;
    margin-bottom: 100px;
  }

  @media (max-width: 767px) {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

#eventosSelect {
  @media (min-width: 768px) {
    margin-top: 77px;
  }

  @media (max-width: 767px) {
    margin-top: 10px;
  }
}

label {
  color: #000066;
  font-weight: bold;
}

.pagination li {
  display: inline-block;
  padding: 5px;
}

.pagination li a {
  color: #000066 !important;
}

.fc-toolbar h2 {
  font-size: 30px;
  color: #5056ac !important;
  text-transform: capitalize;
}

.fc th {
  color: #000066 !important;
  text-transform: capitalize;
}

.fc-day-number {
  color: #000066 !important;
}

.list-group-item:hover {
  background-color: #ecf0ff !important;
}

.fc-center h2 {
  position: relative !important;
  bottom: 10px !important;
  text-align: center !important;
  font: normal normal bold 34px/53px Titillium Web !important;
  font-weight: 700 !important;
  letter-spacing: 0.01px !important;
  color: #5056ac !important;
  opacity: 1 !important;
}

/* FULLCALENDAR */

/* Eliminar todos los estilos previos */
.fullcalendar-container .fc-prev-button,
.fullcalendar-container .fc-next-button {
  all: unset;
  color: #5257a7 !important;
  border: none !important;
  border-radius: 50px !important;
  cursor: pointer;
  background-color: #eeebebcc !important;
  box-shadow: none !important;
  padding: 5px 5px !important;
  transition: background-color 0.3s ease;
  position: relative;
}
.fullcalendar-container .fc-next-button {
  left: -10px;
}
.fullcalendar-container .fc-month-button {
  color: #5056ac !important;
  cursor: pointer;
  box-shadow: none !important;
  background-color: #ffffff !important;
}

.fullcalendar-container .fc-month-button:hover {
  color: #ffffff !important;
  background-color: #5056ac !important;
}

.fc-view {
  cursor: pointer;
}
/* Aplica un fondo blanco a cada celda del calendario */

#EventoCalendario {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1) !important;
  border: 0px solid #efefef !important;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  padding: 35px;
}

.fc-event {
  border: none !important; /* Elimina los bordes de los eventos */
}
/*Todos los eventos*/
#verTodosLosEventos {
  background-color: #000066 !important;
  border-radius: 20px !important;
  color: #ffffff !important;
  border: #000066;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;

  @media (min-width: 1124px) {
    position: relative;
    bottom: 45px;
  }

  @media (max-width: 1123px) {
    position: static;
    margin: 0 auto;
    justify-content: center;
  }
}
#verTodosLosEventos:hover {
  background-color: #ffffff !important;
  color: #000066 !important;
  border: 2px solid #000066;
}

.pagination {
  @media (min-width: 1124px) {
    justify-content: right !important;
  }

  @media (max-width: 1123px) {
    justify-content: center !important;
  }
}

/* Eliminar bordes entre el header y el calendario */
.fc-toolbar,
.fc-header-toolbar {
  border: none !important;
  padding-bottom: 40px;
}

/* Eliminar bordes entre los días del calendario */
.fc-day,
.fc-day-top,
.fc-content-skeleton td,
.fc-row,
.fc-widget-header {
  border: none !important;
}

.fc-day {
  background-color: #ffffff !important;
  border: none !important;
}

.fc-today {
  background-color: #f2efff !important;
  color: #000066 !important;
}
/* Eliminar bordes de la tabla, filas, y celdas dentro del calendario */
.fc-view-container table,
.fc-view-container tr,
.fc-view-container td,
.fc-view-container th {
  border: none !important;
}

.fc-view-container .fc-head {
  margin-top: 50px !important;
}

.fc-content {
  overflow: hidden !important;
  height: 5px !important;
  max-height: 5px !important;
}

/*EVENTOS LISTA RESPONSIVE*/
.evento-lista-cal {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.evento-cal {
  display: flex;
  align-items: stretch;
  background-color: #e6e6fa;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  height: 85px;
}
.fecha-cal {
  background-color: #4a3f8e;
  color: white;
  padding: 4px;
  border-radius: 6px;
  text-align: center;
  margin-right: 10px;
  min-width: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  letter-spacing: NaNpx;
  opacity: 1;
}
.fecha-cal span {
  display: block;
}
.titulo-cal {
  padding-top: 20px;
  text-align: left;
  font: normal normal 600 14px/20px Open Sans;
  letter-spacing: 0px;
  color: #000066;
  opacity: 1;
}
.hora-cal {
  text-align: left;
  font: normal normal 600 12px/18px Open Sans;
  letter-spacing: 0px;
  color: #000066;
  opacity: 1;
}
@media (max-width: 600px) {
  .evento-cal {
    flex-direction: row;
    align-items: center;
  }
  .fecha-cal {
    margin-right: 10px;
    height: 100%;
  }
}
#tituloEventoCal {
  text-align: left;
  font: normal normal bold 21px/32px Titillium Web;
  letter-spacing: 0px;
  color: #696fc7;
  opacity: 1;
}

#textoError {
  text-align: left;
  font: normal normal 600 14px/20px Open Sans;
  letter-spacing: 0px;
  color: #000066;
  opacity: 1;
}
