/* ~~~~~~~~~~~~~~ Head ~~~~~~~~~~~~~~ */
.h-calendario{
    text-align: center;
    background-color: #93d500;
    padding: 10px;
}
.h-calendario h2{
    color: #fff;
    text-transform: uppercase;
}
.h-texto{
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
}
/* ~~~~~~~~~~~~~~ Calendario Base ~~~~~~~~~~~~~~ */
.cc-calendario>div{
    padding-left: 0px;
    padding-right: 0px;
}
.cc-calendario table {
    width: 100% !important;
    border-collapse: collapse;
}
th, td {
    border: 1px solid #ddd;
    width: 14.2%;
    height: 80px;
    text-align: center;
    vertical-align: top;
}
th {
    background-color: #f2f2f2;
    padding: 10px;
    height: 50px;
    text-align: center;
}
/* ~~~~~~~~~~~~~~ Dia de Calenadario ~~~~~~~~~~~~~~ */
.day-current {
    border: 3px solid #1b1d1d;   /* borde negro */
    background-color: #f9f9f9;   /* opcional: fondo más claro */
    padding: 0px;
}

.day-current .dia {
    color: #fff;
    background: #000;
    font-weight: bold;
}

/* ~~~~~~~~~~~~~~ Botones de Eventos ~~~~~~~~~~~~~~ */
.cc-calendario table button{
    border-radius: 0px;
    padding: 8px;
}
.promociones {
    background-color: #fff;
}
.promociones .event-btn{
    background-color: #a1e25e;
    border: 0px;
}
.proximamente {
    background-color: #b3b3b3;
}
.proximamente .event-btn{
    background-color: #cccccc;
    border: 0px;
}
.festivo {
    background-color: #8a8a8a;
    color: #fff;
}
.festivo .eti-festivo{
    background-color: #b7b7b7;

}
.weekend{
    background-color: rgba(0, 0, 0, 0.2);
    height: 100px;
}
.day-current {
    border: 3px solid #93d500;
    background-color: #f6ffe5;
}

.event-btn {
    display: block;
    margin-top: 5px;
    font-size: 0.9rem;
    margin: auto;
    width: 100%;
    transition: 0.3s;
}
button[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
    width: 100%;
}

/* ~~~~~~~~~~~~~~ Modal ~~~~~~~~~~~~~~ */
.modal-img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: block;
}
.carousel-item video {
    max-width: 500px;
    margin: 0 auto;
    display: block;
}

.modal .carousel-control-prev{
    background-color: #717172;
}
.modal .carousel-control-next{
    background-color: #717172;
}
