@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
.buscador-calendario {
    padding: 10px;
    margin-bottom: 20px;
    background-color: #2196F3;
     color: #ffffff; 
    text-align: center;
    font-family: 'Roboto', sans-serif;
    }
    .buscador-calendario h2 {
        font-size: 25px;
        margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    }
    .buscador-calendario select {
    width: 100%;
    padding: 5px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    }
    .calendar .calendar-header {
    background-color: #f5f5f5;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    border: 0;
    font-family: 'Roboto', sans-serif;
  }
  .calendar .calendar-header .year-title {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
  }
  .event-tooltip-content {
    font-family: 'Roboto', sans-serif;
  }
  .calendar .calendar-header .year-title:not(.year-neighbor):not(.year-neighbor2) {
    border-bottom: 2px solid #2196f3;
  }
  .calendar .months-container .month-container {
    height: 260px;
    margin-bottom: 25px;
  }
  .calendar table.month {
    background-color: white;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    height: 100%;
  }
  .calendar table.month th.month-title {
    background-color: #2196F3;
    color: white;
    padding: 12px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
  }
  .calendar table.month th.day-header {
    padding-top: 10px;
    color: #CDCDCD;
    font-weight: 400;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
  }
  .calendar table.month td.day .day-content {
    padding: 8px;
    border-radius: 100%;
    font-family: 'Roboto', sans-serif;
  }
  @media screen and (max-width: 505px) {
    .calendar table.month {
      width: 100%;
    }
  }