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

footer {
  height: 75px;
  line-height: 75px;
  text-align: center;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.btn {
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.75rem;
}

div.eventos h2 {
  font-size: 3rem;
}

div.reserva div.precio {
  font-size: 3.25rem;
  color: var(--primary);
  text-align: center;
}

div.reserva div.persona {
  text-align: center;
}

div.reserva-form .total {
  font-size: 2rem;
  color: #e23636;
  font-weight: bold;
}

p.titulo-actividad {
  font-size: 1.75rem;
}

div.evento-info {
  font-size: 1.45rem;
}

span.importe {
  font-weight: bold;
  font-size: 1.3rem;
}

span.label-bono {
  font-size: 1.25rem;
  padding: 5px 10px;
}

span.label-bono-codigo {
  font-size: 1.75rem;
  border: 1px solid gray;
  padding: 5px 10px;
  border-radius: 5px;
}

span.label-bono-precio {
  color: var(--success);
  font-size: 1.5rem;
}

ul.nav-tabs.tabs-reservas li {
  width: 50%;
  text-align: center;
}

/** FULLCALENDAR **/

.fc .fc-daygrid-event.fc-daygrid-block-event.fc-h-event.fc-event.fc-event-start.fc-event-end {
  padding: 2px;
  cursor: pointer;
}

.fc .fc-daygrid-event.fc-daygrid-block-event.fc-h-event.fc-event.fc-event-start.fc-event-end.fc-event-future {
  background-color: var(--primary);
  border: var(--primary) !important;
}

.fc .fc-daygrid-event.fc-daygrid-block-event.fc-h-event.fc-event.fc-event-start.fc-event-end.fc-event-today {
  background-color: var(--primary);
  border: var(--primary) !important;
}

.fc .fc-daygrid-event.fc-daygrid-block-event.fc-h-event.fc-event.fc-event-start.fc-event-end:hover {
  opacity: 0.85;
}

.fc .fc-button.fc-button-primary {
  background-color: var(--primary);
  border-color: white;
}

.fc .fc-button.fc-button-primary:hover,
.fc .fc-button.fc-button-primary:active {
  background-color: var(--primary) !important;
  border-color: white !important;
  opacity: 0.85;
}

.fc .fc-button.fc-button-primary:focus {
  box-shadow: none;
  border: none;
}

.fc .fc-day-sat,
.fc .fc-day-sun {
  background-color: rgba(244, 98, 58, 0.05);
}

.fc .fc-event-title {
  white-space: pre-line;
}

/** FIN FULLCALENDAR **/

/** ICONS **/

.icon {
  display: inline-block;
  vertical-align: middle;
}

.text {
  display: inline-block;
  vertical-align: middle;
}

/** FIN ICONS **/

