.contenedor {
	max-width: 96%;
	margin: auto;
}
.card-informativo {
	background: #fefefe;
	box-shadow: 1px 1px 6px 4px #ececec;
	margin: 10px 0 36px 0;
	padding: 10px 10px 40px 10px;
	border-left: 10px #829b29 solid;
	border-radius: 8px 0 0 8px;
}
.card-informativo {
	font-size: 20px;
}
.card-informativo i.fa.fa-info {
	border-radius: 50%;
	background: #829b29;
	width: 30px;
	margin: 10px auto 20px;
	height: 30px;
	color: #fff;
	vertical-align: middle;
	display: table-cell;
}
i.fa.fa-info-circle {
	font-size: 40px;
	color: #829b29;
	margin: 3px 7px 0 0;
}
@media (max-width: 767px) {
	.card-informativo {
		font-size: 17px;
	}
}
h1.titulo_pagina {
	font-family: Barcelony;
	font-weight: 700;
	font-size: 50px;
	color: #829b29;
	line-height: 45px;
	text-align: center;
}
.line-separator {
	margin: 10px 0 30px;
	width: 60%;
	border-bottom: 2px solid #d3d3d3;
	max-width: 100px;
	margin: auto;
}
section.cabecera_pagina {
	margin-top: 130px;
	text-align: center;
	justify-content: center;
}
h1.titulo_pagina small {
	font-size: 22px;
	letter-spacing: 5px;
	color: #706f6f;
	font-family: "Muller light";
	clear: both;
}

.buscador {
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#filtro-c {
	padding: 0px 10px;
}

#filtro-c {
	padding: 0px 10px;
}

#filtro-c select {
	width: 300px;
	border-radius: 20px;
	padding: 6px 20px;
	font-size: 18px;
	font-family: "Muller light";
}

.content-sub-items-header {
	position: relative;
}
.content-sub-items-header:hover ul {
	display: block !important;
}

.content-sub-items-header > a {
	display: flex !important;
}
.content-sub-items-header > a svg {
	width: 25px;
	fill: #fff;
	transition: ease all 0.6s;
}

.content-sub-items-header > a:hover svg {
	fill: #7ed1f5;
}

.sub-items-header {
	display: none !important;
	width: 250px !important;
	height: auto !important;
	position: absolute !important;
	background-color: rgba(0, 0, 0, 0.8) !important;
	border-radius: 3px !important;
	top: 100% !important;
	z-index: 3 !important;
}

.sub-items-header > li {
	width: 100% !important;
	display: flex !important;
	position: relative !important;
}

.sub-items-header > li > a {
	width: 100% !important;
	display: flex !important;
	justify-content: flex-start !important;
	align-items: center !important;
	color: #fff !important;
	border-bottom: 2px solid var(--negro) !important;
	padding: 10px 30px !important;
	transition: ease all 0.6s !important;
	font-weight: 600 !important;
}

.sub-items-header > li > a:hover {
	color: #7ed1f5 !important;
}

/* footer > div:nth-child(2) {
	background-color: #fff !important;
} */

.postCard-zipaquira{
	
    border: 2.5px solid #d3d3d3;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
	border-radius: 20px;
	overflow: hidden;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

section#s-blog > div > div:last-child > div {
    border: none !important;
}

.postCard .description {
    padding: 10px 20px;
}

#content-cards-blog {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
}

#card-uno-blog ,
.card-b{
	padding: 0px !important;
}

#card-uno-blog >div {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#row-card-b {
	padding: 0px !important;
    border: 2.5px solid #d3d3d3;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 30px;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: unset;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 1024px) {
	#row-card-b {
		flex-direction: column;
	}
	.content-sub-items-header:hover ul {
		display: flex !important;
	}

	#content-cards-blog {
		display: grid;
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.sub-items-header {
		width: 100% !important;
		position: relative !important;
		flex-direction: column !important;
		justify-content: center !important;
		align-items: center !important;
	}

	.sub-items-header > li > a {
		justify-content: center !important;
	}
}
