.container-calendar {
  display: flex;
  max-width: 100% !important;
  margin: 50px auto 50px;
  justify-content: space-between;
  gap: 20px;
}
.container-calendar h2 {
  font-weight: 600 !important;
  font-family: Inter !important;
  font-size: 20px !important;
  color: #000;
  text-transform: uppercase;
}
a {
  text-decoration: none;
}
.event-wrap {
  padding: 30px;
  background: #fff;
  width: 50%;
  color: #000;
  position: relative;
  min-height: 470px !important;
}
table {
  border: none;
}
.header-next-events {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.header-next-events h2 {
  margin-bottom: 0;
}
.close-events {
  color: #000;
  padding: 3px;
  background: transparent;
  font-size: 1.2em;
}
.selected-events-wrap {
  display: none;
}
.list-eventos {
  width: 100%;
}
.container-calendar .event-item {
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  align-items: center;
}
.fecha {
  display: flex;
  padding-right: 8px;
  border-right: 1px solid #ccc;
  padding: 20px 10px 20px 0;
  width: 15%;
}
.titulo, a.titulo.titulo {
  flex-shrink: 0;
  font-family: Inter !important;
  font-weight: 300 !important;
  font-size: 25px !important;
  margin-left: 8px;
  color: #e94d3f !important;
  padding: 20px 0;
  width: 85%;
}

.titulo a {
  color: #e94d3f !important;
}
.fc-button-primary {
  background: #e94d3f !important;
}
.dia {
  font-size: 1em;
  font-weight: bold;
  color: #000;
}
.mes {
  margin-left: 8px;
  color: #e94d3f;
  font-size: 1em;
  text-transform: uppercase;
}
.fc-toolbar h2 {
  color: #fff;
  text-transform: uppercase;
}
.fc-dayGrid-view .fc-body .fc-row {
  height: 2em;
  min-height: 2em;
  border: none;
}
.fc-unthemed td.fc-today {
  background: transparent;
  border: none;
}

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border: none;
}

.fc-button .fc-icon {
  color: #1a1a1a;
}

.calendar-wrap {
  padding: 30px;
  width: 50%;
  min-height: 470px;
  background: #1a1a1a;
  width: 50%;
}
.fc-unthemed .fc-row {
  border: none;
}
.fc-dayGrid-view .fc-event-container {
  display: none;
}
.fc th {
  color: #fff;
}
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
  color: #fff;
  border-radius: 100%;
  margin: 20px auto;
  float: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 0.8em;
  font-weight: bold;
}
.withEvents a {
  color: #fff !important;
  border: 1px solid #e94d3f;
  background-color: #e94d3f;
}
.activeDay {
  background-color: #e94d3f !important;
  color: #fff !important;
}
.fc-scroller.fc-day-grid-container {
  overflow: hidden !important;
}

.fc-button-primary:hover {
  background-color: #e94d3f;
  border-color: #e94d3f;
}

.fc-view-container tr {
  border: none;
}

.container-evenots {
  overflow: hidden;
}

.fc th,
.fc td {
  border-width: 0 !important;
}

.fc-head {
  border-bottom: solid 1px #ffffff !important;
}

.fc-unthemed td.fc-today a {
  color: #e94d3f !important;
}

.calendar-wrap table {
  margin: 0 0 0.5em;
}

.fc-toolbar h2 {
  font-family: Inter;
  font-weight: 600;
  font-size: 20px !important;
  line-height: 21px;
}

.fc-button-primary {
  border-color: #e94d3f !important;
  border-radius: 0.25em !important;
}

.fc-dayGrid-view .fc-body .fc-row {
  min-height: 2.8em !important;
}

.fc-button .fc-icon {
  color: #fff !important;
}

.fc-today-button {
  display: none !important;
}

.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-mirror-skeleton td {
  background-color: #1a1a1a !important;
}

.fc-button-group {
  gap: 5px;
}

.close-events {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .container-calendar {
    flex-direction: column;
  }

  .event-wrap,
  .calendar-wrap {
    width: 100%;
  }
}