/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 09 2026 | 20:51:08 */
/* ========================================
   EPISCOPOLOGIO - LÍNEA DE TIEMPO
   ======================================== */

#episcopologio-timeline > .row-content > .row-inner {
    border-left: 1px solid #f58220 !important;
}

.dp-episcopologio-fecha {
    position: relative;
    /*padding-left: 14px;*/
}

.dp-episcopologio-fecha::after {
    content: "";
    position: absolute;

    top: 30px;
    left: 80px;
    right: 0;

    height: 1px;
    background: #f58220;
}

.dp-episcopologio-title > .heading_title {
	font-weight: 500 !important;
}

.dp-episcopologio-btn-info > button {
	color: #4d4d4d !important;
	font-weight: 500;
    font-style: oblique;
}