.responsive-calendar .controls {
    text-align: center;
}

.responsive-calendar .controls a {
    cursor: pointer;
}

.responsive-calendar .controls h4 {
    display: inline;
}

.responsive-calendar .day-headers,
.responsive-calendar .days {
    font-size: 0;
}

.responsive-calendar .day {
    display: inline-block;
    position: relative;
    font-size: 24px;
    color: #666;
    width: 14.285714285714286%;
    text-align: center;
}

.responsive-calendar .day.active {
    display: inline-block !important;
}

.responsive-calendar .day.active a {
    background-color: #f5f5f5 !important;
    color: #666 !important;
}

.responsive-calendar .day.selected.active a {
    background-color: #f5f5f5 !important;
    color: #fff !important;
}

.responsive-calendar .day.active a:hover {
    background-color: #eee !important;
    color: #666 !important;
}

.responsive-calendar .day.selected.active a:hover {
    background-color: var(--secundario__e) !important;
    color: #fff !important;
}

.responsive-calendar .day.active a:active {
    background-color: var(--secundario__e) !important;
    color: #fff !important;
}

.responsive-calendar .day a {
    background-color: rgba(0, 0, 0, 0.05);
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;

    color: #ddd;
    display: block;
    cursor: pointer;
    padding: 20% 0 20% 0;
    background-color: #f5f5f5;
}

.responsive-calendar .day a:hover {
    background-color: #eee;
    text-decoration: none;
}

.responsive-calendar .day.header {
    border-bottom: 1px gray solid;
    background-color: #e4e4e4;
}

.responsive-calendar .day.active a {
    background-color: #536fac;
    color: #ffffff;
}

.responsive-calendar .day.lleno a {
    background-color: #f5f5f5 ;
    color: rgb(214, 102, 102) !important;
}

.responsive-calendar .day.lleno a:hover,
.responsive-calendar .day.lleno a:active 
{
    background-color: #eee !important;
    color: rgb(214, 102, 102) !important;
}

.responsive-calendar .day.active a:hover {
    background-color: #536fac;
}

.responsive-calendar .day.active .not-current {
    background-color: #8fcaef;
    color: #ffffff;
}

.responsive-calendar .day.active .not-current:hover {
    background-color: #bcdff5;
}

.responsive-calendar .day.not-current a {
    color: #ddd;
}

.responsive-calendar .day .badge {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 1;
    background-color: #ffde00;
}