/* SINGLE POST BLOG NOTICIAS Y EVENTOS */

article.sp-article {
    max-width: 1096px;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
}
header.sp-header {
    text-align: left;
    max-width: 646px;
    margin: 0 auto 64px;
	color:var(--Beige);
}
header.sp-header a {
	text-decoration:none;
}
header.sp-header .sp-header-cats {
	text-transform:uppercase;
    display: block;
    margin-bottom: 16px;
    color: var(--light-grey);
}
header.sp-header .sp-header-meta {
	display:none;
}
header.sp-header .sp-header-meta-evento {
	border-top: 1px solid var(--beige);
    border-bottom: 1px solid var(--beige);
	background-color:var(--bg-grey);
	display:block;
	margin-top:40px;
}
header.sp-header .sp-header-meta-evento-inner {
	padding:16px ;
}
header.sp-header .sp-header-meta-evento p {
	line-height:24px;
}
header.sp-header .sp-header-meta-evento p img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
}

/* ENTRY THUMBNAIL */
img.sp-entry-thumbnail {
	display:block;
	margin:0 auto 64px;
	max-width:100%;
	height:auto !important;
}

h1.sp-entry-title {
    font-size: 44px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
}
h1.sp-entry-title a {
	color: #000 !important;
}
/* ENTRY CONTENT */
.sp-entry-content {
	color:#000;
}
.sp-entry-content img {
    display: block;
    max-width: 646px;
    height: auto;
	margin:64px auto;
}
.sp-entry-content a {
	color:#000;
	text-decoration:underline;
}
.sp-entry-content a:hover {
	text-decoration:none;
}
.sp-entry-content h2,
.sp-entry-content h3,
.sp-entry-content h4,
.sp-entry-content h5,
.sp-entry-content h6,
.sp-entry-content ul,
.sp-entry-content ol,
.sp-entry-content table,
.sp-entry-content p,
.sp-entry-content blockquote {
	max-width:646px;
	margin-left:auto;
	margin-right:auto;
}
.sp-entry-content h2 {
	letter-spacing: -0.2px;
	font-size: 30px;
	line-height: 36px;
	font-weight:500;
	color: var(--beige);
}
.sp-entry-content h3 {
	font-size: 25px;
	line-height: 32px;
	color: var(--beige);
}
.sp-entry-content h2,
.sp-entry-content h3,
.sp-entry-content h4,
.sp-entry-content h5,
.sp-entry-content h6,
.sp-entry-content h2 strong,
.sp-entry-content h3 strong,
.sp-entry-content h4 strong,
.sp-entry-content h5 strong,
.sp-entry-content h6 strong {
	color: var(--beige);
	font-weight: 600;
}
.sp-entry-content h4, 
.sp-entry-content h5 {
	font-size: 22px;
	line-height: 28px;
}
.sp-entry-content iframe {
    width: 100%;
}
.sp-entry-content li,
.sp-entry-content p {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0;
}
.sp-entry-content h2 + h3 {
	margin-top:72px;
}
.sp-entry-content h2 + p,
.sp-entry-content ul + p,
.sp-entry-content p + ul,
.sp-entry-content p + ol,
.sp-entry-content h3 + p,
.sp-entry-content h4 + p,
.sp-entry-content h5 + p,
.sp-entry-content p + p {
	margin-top:24px;
}
.sp-entry-content ul + h2,
.sp-entry-content p + h2,
.sp-entry-content ul + h3,
.sp-entry-content p + h3,
.sp-entry-content ul + h4,
.sp-entry-content p + h4,
.sp-entry-content ul + h5,
.sp-entry-content p + h5 {
	margin-top:48px;
}
.sp-entry-content p + blockquote {
    margin-top: 96px;
}
.sp-entry-content blockquote {
    margin-bottom: 96px;
    display: block;
	padding-left:36px;
	position:relative;
}
.sp-entry-content blockquote::before {
	content:"";
	background-color:var(--beige);
	width:4px;
	height:100%;
	position:absolute;
	top:0;
	left:0;	
}
.sp-entry-content blockquote p {
	max-width: 418px;
	letter-spacing: -0.2px;
	font-size: 30px;
	line-height: 36px;
	margin-left:0;
}
.sp-entry-content ul,
.sp-entry-content ol {
    padding-left: 32px;
}
.sp-entry-content li {
	list-style-type:initial !important
}

/* FOOTER */

.entry-footer-meta,
.sp-footer-neavigation {
    max-width: 646px;
    margin: 40px auto;
    display: none;
}
footer.footer.sp-footer-container {
	margin-top:160px;
    padding-top: 80px;
    padding-top: 0;
    padding-bottom: 80px;
	/* background-color:var(--bg-grey);*/
}
.sp-footer-content {
    max-width: 1322px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 120px);
}
.sp-footer-related-posts-heading {
	display:block;
	margin-bottom:48px;
	position:relative;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
}
.sp-footer-related-posts-heading * {
    color: #000;
    text-align: left !important;
}
.sp-footer-related-posts-heading h2 strong, 
.sp-footer-related-posts-heading h3 strong {
	font-weight: 700;
}

/* RELATED POSTS */
.related-posts-list.mostrar-entradas {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
.mostrar-entrada-date {
	color: var(--text-grey);
}
.related-post-item .mostrar-entrada-title {
	font-weight: 700;
	display: block;
	margin-top: 24px;
}
.related-post-item .mostrar-entrada-title a {
	font-size: 24px;
	line-height: 30px;
}
.mostrar-entrada-excerpt {
	display:-webkit-box;
	overflow:hidden;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	color: var(--text-grey);
	margin-top: 16px;
	line-height: 22px;
}

span.mostrar-entrada-cats  {
	text-transform: uppercase;
	color:var(--beige);
	font-size:16px;
	line-height: 24px;
}

/* SHARE ICONS REDES SOCIALES COMPARTIR */
.sp-share-block {
    max-width: 646px;
    margin: 24px auto 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}
.sp-share-block-title {
    display: block;
    height: 18px;
    line-height: 22px;
}
.sp-share-block-list {
	filter: invert();
}


@media only screen and (max-width:767px) {
	.sp-entry-content img {
	    max-width:100%;
	    height: auto;
	}
}