/* AGENDA TABS */
.caf_tab_ul_agenda a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-family: Playfair Display, serif;
    font-weight: 700;
    line-height: 1;
}

.caf_tab_fecha {
    font-size: 12px;
    font-family: Raleway, sans-serif;
    font-weight: 100;
}

.caf_tab_ul_agenda li {
    width: 30%;
    padding-left: 40px;
}

.caf_tab_ul_agenda li:not(:last-child) {
    border-right: 1px solid;
}

.caf_tab_ul_agenda {
    padding-bottom: 15px;
    border-bottom: 1px solid;
    position: relative;
}

.caf_tab_ul_agenda li {
    min-width: 90px;
    padding-left: 10px;
}

.caf_tab_ul_agenda li :not(.active) {
    height: 51px;
}

.caf_tab_ul_agenda li .active {
    background-color: #ebebeb;
    bottom: 0;
    width: 27%;
    height: 51px;
    margin-left: -10px
}

.active .caf_tab_txt,
.active .caf_tab_fecha {
    padding-left: 10px;
}


@media (min-width: 768px) {
    .caf_tab_ul_agenda li {
        min-width: 90px;
        padding-left: 35px;
    }

    .caf_tab_ul_agenda li .active {
        bottom: 0;
        width: 27%;
        height: 51px;
        margin-left: -35px;
    }

    .tab-pane {
        padding-left: 35px;
    }

    .active .caf_tab_txt,
    .active .caf_tab_fecha {
        padding-left: 35px;
    }
}

.caf-nav-pills a {
    padding: .5rem 1rem;
}

.caf_tab_txt {
    color: #000;
    text-decoration: none;
    font-size: 17px;
    font-family: Playfair Display, serif;
    font-weight: 700;
    line-height: 1;
}

.caf_tab_fecha {
    font-size: 12px;
    font-family: Raleway, sans-serif;
    font-weight: 100;
    line-height: 1;
    display: block;
}

.nav-agenda {
    border-bottom: 1px solid #dadada;
}

.caf-nav-pills a {
    margin-top: 1.5rem;
    border-bottom: 4px solid #dadada;
    padding-bottom: 1rem; 
}

.caf-nav-pills .active {
    border-bottom: 4px solid #008edb;
}

.caf-nav-pills a:hover .caf_tab_txt,
.caf-nav-pills a:hover .caf_tab_fecha {
    color: #008edb;
    transition: all 0.3s ease;
}

.caf-nav-pills a:hover {
    border-bottom: 4px solid #008edb;
    transition: all 0.3s ease;
}

.active .caf_tab_txt, .active .caf_tab_fecha {
    color: #008edb;
}


/* FICHAS LIST AGENDA */
.caf_list_agenda .caf_etiqueta1 span {
    border-right: none;
    font-size: inherit;
    line-height: 1.4;
    text-transform: inherit;
}

.caf_ponentes_ul {
    font-size: 1rem;
}

.caf_ponentes_list span {
    color: #000;
    font-weight: 100;
    font-size: 1rem;
    border-left: 1px solid;
    padding-left: 8px;
    margin-left: 5px;
}

.caf_etiqueta2 {
font-size: .7rem;
}

.caf_rule_gris {
    border-top: 1px solid #c2c2c2;
    margin-bottom: 30px;
}

#diary-timezone {
    font-family: Raleway, sans-serif;
    font-weight: 100;
}
