.rn-show-header{
    font-weight: 600;
    font-size: 1.2rem;
    color: #000000 !important;
    margin-bottom: 30px;
    margin-top: 10px;
    text-align: left;
}
.rn-show-title{
    color: #fff !important;
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 15px;
}
.rn-show-day{
    margin-bottom: 0px;
    font-weight: 600;
    color: #bbb !important;
}
.rn-show-time{
    margin-top: 0px; 
    margin-bottom: 0px;
    font-weight: 600;
    color: #bbb !important;
}
  
  
@media only screen and (min-width: 768px) {
    .rn-show-celda{
        padding-left: 40px !important;
        margin-bottom: 30px;
        padding:5px;
        border-radius: 5px;
        transition: 1s;
    }
    .rn-show-celda:before {
        content: "";
        display: block;
        width: 4px;
        height: 90%;
        border-radius: 2px;
        background: #a3bd31;
        left: 15px;
        top:5%;
        position: absolute;
    }
    .rn-show-celda:hover{
        /*background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(255,255,255,0.1));*/
        background-color: rgba(255,255,255,0.05);
    }
}
@media only screen and (max-width: 767px) {
    .rn-show-celda{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .row .rn-show-celda:nth-child(-n+2):after {
        content: "";
        display: block;
        width: 20%;
        height: 4px;;
        border-radius: 2px;
        background: #a3bd31;
        left: 40%;
        bottom: -20px;
        position: absolute;
    }
    .rn-show-header{
        text-align: center;
    }
    .rn-show-title{
        margin-bottom: 5px;
    }
}