.borderbojer {
    border-color: #d0d0d0;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px !important;
}

.sombratitulobojer {
	text-shadow: 2px 2px 4px #000000;
}

.bojerprotocolo {
    text-align: justify;
    background-image: linear-gradient(gray,darkgray, gray);
}

.bojercolorcea {
	background-color: #8c0000 !important;
	background-image: radial-gradient(crimson, #8c0000);
}

.bojercolornovedades {
	background-color: #6b9ed3 !important;
	background-image: radial-gradient(#98c0e9, #6b9ed3);
}

.bojercolorfrancisco {
	 /*background-color: #FFDF21 !important; anterior*/
	 background-color: #f0d220 !important;
	 background-image: radial-gradient(#edd650, #f0d220);
}


.bojercolorcomisiones {
	 background-color: #008C9D !important;
	 background-image: radial-gradient(#20a7b7, #008C9D);
}



/*Colores CELAM*/

.bojercolorcelam {
	 background-color: #00A209 !important;
	 /*background-image: radial-gradient(#20a7b7, #008C9D);*/
}

html .bg-celam {
	background-color: #00A209 !important;
}



.bojersombracontenidos {
	box-shadow: 0 12px 20px rgb(68 68 68 / 20%); padding:10px;
}

.bojerobispos {
	text-align: center;
}

.bojermodaltitle {
	justify-content: center !important;
	background-color: #8c0000 !important;
}

/* Drop Caps KAOS Tomado del theme-elements.cc*/

p.drop-caps.drop-caps-style-3:first-letter {
 	background-color: #CCC;
 	color: #FFF;
 	font-size: 30px;
}

p.drop-caps.drop-caps-style-3:first-letter {
	background-color: #1769C1;
}

html .bg-color-primary,
html .bg-primary {
	background-color: #8c0000 !important;
	/*background-image: linear-gradient(crimson, #8c0000);*/
	background-image: radial-gradient(crimson, #8c0000);
}



/* Header Box - Boton contacto a pedido de Bochatey*/
.header {
	display: flex;
}

.header-box .header-box-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 1 0 auto;
	background: rgba(0, 0, 0, 0.06);
	border-radius: 100%;
	color: #444;
	font-size: 16px;
	font-size: 0.8rem;
	position: relative;
	top: 7px;
	text-align: center;
	padding: 0.8em;
	height: 1px;
	width: 2.7em;
	height: 2.7em;
}

.header-box .header-box-info {
/*	flex: 1 1 100%;	*/
	padding-left: 15px;
}

.header-box .header-box-info a {
	color: #444;
}

.header-box.align-items-center .header-box-icon {
	top: 0;
}

/* Style 2 */
.header-box.header-box-style-2 .header-box-icon {
	background: transparent;
/*	top: -3px;	*/
	top: -1px;
}

.header-box.header-box-style-2 .header-box-icon [class*="fa-"], .header-box.header-box-style-2 .header-box-icon .icons {
	font-size: 1.5em;
}

.header-box.header-box-style-2.align-items-center .header-box-icon {
	top: 0;
}


/*

html .bg-color-secondary,
html .bg-secondary {
	background-color: #B60D15 !important;
	background-image: radial-gradient(crimson, #B60D15);
}

html .bg-color-tertiary,
html .bg-tertiary {
	background-color: #2BAAB1 !important;
	background-image: radial-gradient(crimson, #2BAAB1);
}

html .bg-color-hover-tertiary:hover,
html .bg-hover-tertiary:hover {
	background-color: #2BAAB1 !important;
	background-image: radial-gradient(crimson, #2BAAB1);
}

html .bg-color-quaternary,
html .bg-quaternary {
	background-color: #383f48 !important;
	background-image: radial-gradient(crimson, #383f48);
}
*/