#eb-event-page h1.eb-page-heading {
    font-size: 3rem;
    font-weight: 500;
}

.eb-box-heading {
    border-radius: 0;
    background: #ffffff;
    border:none;
    border-bottom: 1px solid #dbdee1;
}

#eb-event-page h1.eb-page-heading,.eb-container .eb-page-heading {
    font-size: 3rem;
    font-weight: 500;
    text-transform: none;
    position: relative;
    margin-bottom: 3rem;
}

@media (max-width: 1280px) {
    #eb-event-page h1.eb-page-heading,.eb-container .eb-page-heading {
        font-size: 3rem;
        font-weight: 500;
        text-transform: none;
        position: relative;
        margin-bottom: 3rem;
    }

    #eb-event-page h1.eb-page-heading:before, .eb-container .eb-page-heading:before {
        content: '';
        position: absolute;
        bottom: -1.5rem;
        left: 0;
        width: 80px;
        display: block;
        background: #d21034;
        height: 3px;
    }
}

@media (max-width: 990px) {
    #eb-event-page h1.eb-page-heading,.eb-container .eb-page-heading {
        font-size: 2.5rem;
        font-weight: 500;
        text-transform: none;
        position: relative;
        margin-bottom: 2.5rem;
    }

    #eb-event-page h1.eb-page-heading:before, .eb-container .eb-page-heading:before {
        content: '';
        position: absolute;
        bottom: -1.5rem;
        left: 0;
        width: 80px;
        display: block;
        background: #d21034;
        height: 3px;
    }
}

@media (max-width: 480px) {
    #eb-event-page h1.eb-page-heading,.eb-container .eb-page-heading {
        font-size: 2rem;
        font-weight: 500;
        text-transform: none;
        position: relative;
        margin-bottom: 2rem;
    }

    #eb-event-page h1.eb-page-heading:before, .eb-container .eb-page-heading:before {
        content: '';
        position: absolute;
        bottom: -1.5rem;
        left: 0;
        width: 80px;
        display: block;
        background: #d21034;
        height: 3px;
    }
}

.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
    background-color: #001d68 !important;
    border-color: #001d68 !important;
}

.fc .fc-button-primary {
    background-color: #1c3881 !important;
    border-color: #586b9c !important;
}

.fc .fc-button-primary:hover {
    background-color: #586b9c !important;
    border-color: #001d68 !important;
}

/*** MINI CALENDARIO ***/

.extcal_minical .extcal_navbar {
    background: #001d68;
}

.mod_eb_mincalendar_td_dayname {
    background: #f0f0f0;
}

.mod_eb_mincalendar_table td {
    color: #424951;
    border: 1px solid #f0f0f0;
}

td.mod_eb_mincalendar_event {
    background-color: #f4f4f4;
}

a.mod_eb_minicalendar_link:hover {
    color: #d21034;
}

a.eb_minical_link{
    border-radius: 100%;
    background: #001d68;
    display: inline-block;
    line-height: 23px;
    min-width: 23px;
}

a.eb_minical_link:hover {
    color:#ffffff;
    background: #d21034;
}

/*** VISTAS ***/

.regpro-calendarMonthHeader {
    background-color: #001d68;
}

.eb-calendar ul.eb-weekdays {
    background: #f0f0f0;
}

.regpro-calendarWeekDayHeader {
    border-left: 1px solid #f0f0f0;
}

.regpro-calendarDay {
    background-color: #ffffff;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    font-weight: 400;
}

.regpro-calendarDay:hover {
    background-color: #e8e8e8;
}

.regpro-calendarDay .eb_event_link {
    background: #091941;
    line-height: 13px;
}

.eb-calendar ul.eb-weekdays li {
    color: #424951;
}

.eb-topmenu-calendar ul li a:hover, .eb-topmenu-calendar ul li a.active {
    background: #001d68;
}

#extcalendar .currentmonth, #extcalendar .currentday, #extcalendar .currentweek, #extcalendar .previousday, #extcalendar .previousweek, #extcalendar .nextday, #extcalendar .nextweek {
    background-color: #001d68;
}

#date_btn {
    background-color: #d21034;
    border-color: #d21034;
}

#extcalendar .tableh2 {
    background: #969696;
}

/*** MONTHLY VIEW ***/

.eb-topmenu-calendar {
    margin-bottom: 12px;
}

/*** WEEKLY VIEW ***/

#extcalendar .tableb {
    background-color: #f0f0f0;
}

.eventdesc h4 a {
    color: #001d68;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 30px;
    position: relative;
    width: 90%;
    min-height: 72px;
    font-family: indivisaBold;
}

.eventdesc h4 a:before {
    transition: .6s all ease;
    content: '';
    width: 30px;
    height: 2px;
    background: #d21034;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.eventdesc h4 a:hover {
    color:#d21034;
}

.eventdesc h4 a:hover:before {
    width: 60px;
}

/*** DAILY VIEW ***/
.location-name a {
    color: #606f79;
    font-weight: 600;
}

/*** MODULE UP COMING EVENT ***/
.ebm-upcoming-events .up-event-item {
    line-height: 1.2;
    padding-top: 15px;
}

.ebm-upcoming-events .up-event-item .ebm-event-link {
    font-size: 1rem;
    margin-bottom: 10px;
}

.ebm-upcoming-events .up-event-item .ebm-event-date, .ebm-upcoming-events .up-event-item .ebm-event-categories {
    font-size: 0.8rem;
}


/*** CALENDARIO FLUID ***/

.eb-event-date-container .btn-primary{
  	background-color: #d21034;
    border-color: #d21034;
}

.eb-event-date-container .btn-primary:hover{
  	background-color: #001d68;
    border-color: #001d68;
}

.eb-event-date-info {
    font-size: 1.2rem;
    line-height: 1.2rem;
    display: inline-block;
}

.eb-event-date-day {
    font-family: indivisaItalicLight;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    padding-top: 2px;
}

.eb-event-date-month, .eb-event-date-year {
    font-family: indivisaItalicLight;
    font-size: 14px;
    line-height: 13px;
}

h2.eb-even-title-container a {
  font-family: indivisaBold;
  font-size: 20px;
  display: block;
  position: relative;
  color: #001d68;
  margin-bottom: 20px;
}

h2.eb-even-title-container a:before {
	-webkit-transition: .6s all ease;
    -moz-transition: .6s all ease;
    -o-transition: .6s all ease;
    -ms-transition: .6s all ease;
    transition: .6s all ease;
    content: '';
    width: 40px;
    height: 2px;
    background: #d21034;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
}

/*** FULL CALENDAR EVENT ***/

.fc-col-header {
    background: #f0f0f0;
    color: #424951;
    font-size: 13px;
    text-transform: uppercase;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start, .fc-direction-rtl .fc-daygrid-event.fc-event-end {
    font-size: 11px;
    line-height: 13px;
}

.fc .fc-col-header-cell-cushion {
    padding: 10px 6px!important;
    font-size: 13px;
}

#eb_full_calendar .fc-daygrid-event {
    font-size: 11px;
    line-height: 13px;
}

/*** CATEGORY VIEW ***/

.eb-category .eb-box-heading .eb-category-title .badge {
      font-family: "indivisaRegular", sans-serif;
 	  font-size: 0.75rem;
}

.eb-category .eb-box-heading .eb-category-title .bg-info {
     border: 2px solid #00BCD4;
 	 background-color: #fafafa!important;
}

.eb-box-heading h2.eb-event-title {
 	 font-family: "indivisaRegular", sans-serif;
     font-size: 24px;
     font-weight: bold;
}