/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 08 2026 | 19:34:24 */
/* ==========================================
   DIÓCESIS DE PASTO
   Nuestra Diócesis
   ========================================== */

.dp-size-sm {
	font-size: 1rem;
}

.dp-size-md {
	font-size: 1.2rem;
}

.dp-size-lg {
	font-size: 2rem;
}

.dp-size-xlg {
	font-size: 2.5rem;
}

.dp-font-orange-1 {
	color: #f69522;
}

.dp-bold {
	font-weight: bold;
}

.dp-italic {
	font-style: italic;
}

.dp-p {
	text-align: justify;
    font-size: 1.2rem;
    font-weight: 300;
}

.dp-no-hyphen {
    -webkit-hyphens: none !important;
    -moz-hyphens: none !important;
    -ms-hyphens: none !important;
    hyphens: none !important;

    word-break: normal !important;
    overflow-wrap: normal !important;
}