.container-fluid.full-width.section {
    width: 100%;
    height: 70vh;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    background-size: cover;
    background-position:top;
    position: relative;
}

.container-fluid.full-width.section {
  position: relative;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  color: #fff;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}


.container-fluid.full-width.section .content-section {
  position: relative;
  z-index: 2;
}

.fc-daygrid-day-frame.fc-scrollgrid-sync-inner{
     font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.fc-dayGridMonth-view.fc-view.fc-daygrid {
    background: #efefef;
}

.fc-day-today {
    background-color: var(--fen-rose)!important
}

.fc-daygrid-day-top a
 { color: var(--fen-azul);
}