/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@font-face
{
	font-family: "Din Bold";
	src: url("https://9480830.fs1.hubspotusercontent-na1.net/hubfs/9480830/Imagen%20Armony/Tipografia/DINPro-Bold.eot");
	src: url("https://9480830.fs1.hubspotusercontent-na1.net/hubfs/9480830/Imagen%20Armony/Tipografia/DINPro-Bold.eot#amocristalab") format("embedded-opentype"),
		url("https://9480830.fs1.hubspotusercontent-na1.net/hubfs/9480830/Imagen%20Armony/Tipografia/DINPro-Bold.woff") format("woff"),
		url("https://9480830.fs1.hubspotusercontent-na1.net/hubfs/9480830/Imagen%20Armony/Tipografia/DINPro-Bold.ttf") format("truetype");
}
@font-face
{
	font-family: "Din Regular";
	src: url("https://9480830.fs1.hubspotusercontent-na1.net/hubfs/9480830/Imagen%20Armony/Tipografia/DINPro.eot");
	src: url("https://9480830.fs1.hubspotusercontent-na1.net/hubfs/9480830/Imagen%20Armony/Tipografia/DINPro.eot#amocristalab") format("embedded-opentype"),
		url("https://9480830.fs1.hubspotusercontent-na1.net/hubfs/9480830/Imagen%20Armony/Tipografia/DINPro.woff") format("woff"),
		url("https://9480830.fs1.hubspotusercontent-na1.net/hubfs/9480830/Imagen%20Armony/Tipografia/DINPro.ttf") format("truetype");
}
@font-face
{
	font-family: "Din Medium";
	src: url("https://9480830.fs1.hubspotusercontent-na1.net/hubfs/9480830/Imagen%20Armony/Tipografia/DINPro-Medium.eot.eot");
	src: url("https://9480830.fs1.hubspotusercontent-na1.net/hubfs/9480830/Imagen%20Armony/Tipografia/DINPro-Medium.eot#amocristalab") format("embedded-opentype"),
		url("https://9480830.fs1.hubspotusercontent-na1.net/hubfs/9480830/Imagen%20Armony/Tipografia/DINPro-Medium.woff") format("woff"),
		url("https://9480830.fs1.hubspotusercontent-na1.net/hubfs/9480830/Imagen%20Armony/Tipografia/DINPro-Medium.ttf") format("truetype");
}










/*Agrego blanco*/


 







/*Agrego gris al 25 de opacidad*/





/*Agrego gris al 60 de opacidad*/





/*Agrego gris al 70 de opacidad*/





/*************************************************************************/
/* Blog */
/*************************************************************************/

.post-listing {
	display: flex;
	flex-wrap: wrap;
	max-width: 1250px;
	margin: auto;
	width: 80vw;
	justify-content: space-between;
}
.post-item {
	width: 30%;
	margin-bottom: 2em;
	display: none;
}
.post-item.mostrar {
	display: block;
}

.hs-featured-image-wrapper {
	display: flex;
	height: 100%;
	position: relative;
	height: 350px;
	overflow: hidden;
}
.hs-featured-image-wrapper a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.hs-post-image {
	min-height: 350px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}
.more-link {
	background: #123881;
	color: white;
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	padding: 0.5em 1em;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	border-radius: 4px;
	line-height: 1;
}
.header-post {
	padding: 2em;
	position: relative;
	margin-top: -2em;
	z-index: 1;
	color: white;
}
.header-post > p {
	display: none;
}
.header-post h2 {
	font-size: 1.3rem;
	font-weight: 500;
}
.header-post h2 a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Din Medium;
}
.header-post:before {
	content:"";
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: -1;
}
.header-post > span {
	display: block;
	margin-top: 1em;
	font-size: 0.8em;
}
p#hubspot-topic_data {
	margin: 0;
	padding: 1em 0 1.5em 4em;
	display: none;
}
p#hubspot-topic_data a.topic-link {
	width: 100%;
	text-decoration: none;
}


/*********************************************/

.post-item.mostrar.primer-post {
	width: 100%;
	display: flex;
	overflow: hidden;
	position: relative;
}
.post-item.mostrar.primer-post .post-body.clearfix {
	width: 65%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.post-item.primer-post .header-post {
	margin-top: 0em;
	color: #8a8a8a;
	padding: 2em 4em;
}
.post-item.primer-post .header-post h2 {
	margin-top: 0;
}
.header-post.listing > p a {
	color:#FFFFFF;
	text-decoration: none;
}
.post-item.primer-post .post-header {
	border-bottom: 1px solid #8a8a8a;
	width: 35%;
	min-width: 380px;
}

.post-item.primer-post p#hubspot-topic_data {
	display: flex;
}
.post-item.primer-post .more-link {
	position: relative;
	top: unset;
	transform: translateY(0%);
	margin-top: 1em;
	display: inline-block;
}
.post-item.primer-post .header-post:before {
	background-color: white;
}
.post-item.primer-post .header-post > p {
	display: block;
}

/***********************************************/

.blog_filters {
	display: flex;
	flex-wrap: wrap;
	max-width: 1250px;
	margin: auto;
	width: 80vw;
	justify-content: center;
}
.blog_filters > span {
	display: none;
}
.blog_filters ul {
	display: flex;
	align-items: center;
	list-style: none;
	padding: 0;
	justify-content: center;
	flex-wrap: wrap;
}
.blog_filters ul li {
	margin: 1em;
}
.blog-pagination a,
.blog_filters ul li button {
	background: #123881;
	border:none;
	outline: none;
	cursor: pointer;
	color: white;
	padding: .5em 1em;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	border-radius: 4px;
	line-height: 1;
	margin-left:20px;
}

/******************************************/

.blog-pagination {
	max-width: 1024px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}


/**********************************************/
/* Blog Post */
/**********************************************/

.blog-section.post-section {
	margin: auto;
}
.section.post-body {
	width: 1250px;
	max-width: 80vw;
	margin: auto;
}
h1.post-title {
	text-align: center;
	padding: 0.5em;
	margin-top: 0;
	color: white!important;
  background:#123881!important;
}
span.blog-autor {
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: center;
	color: #8a8a8a;
	margin-bottom: 2em;
}
.blog-section.post-section span#hs_cos_wrapper_post_body p:first-child {
	font-size: 1.2em;
	width: 768px;
	max-width: 80%;
	margin: 3em auto;
	color: #123881;
}
.fecha_post {
	border-top: 1px solid #8a8a8a;
	padding-top: 2em;
	width: 100%;
	font-size: 14px;
	margin-bottom: 2em;
	font-family: Din Bold;
	max-width: 100% !important;
}
.fecha_post span.fecha {
	width: 80%;
	margin: auto;
	display: flex;
	justify-content: flex-start;
}
.cont_suscripcion {
	float: right;
	width: 380px;
	padding: 2em;
}
.cont_suscripcion > div {
	margin: 2em;
	padding: 2em;
}
.cont_suscripcion .post-blog-suscripcion > span, .cont_suscripcion .post-blog-suscripcion > span > div {
	margin: 0 !important;
	max-width: 100% !important;
}
.cont_suscripcion > div h3 {
	font-size: 14px;
	font-family: Din Regular;
	font-weight: normal;
}
.post-blog-suscripcion h3 {
	display: inline-flex;
	margin: 0;
	margin-bottom: 0.5em !important;
}
.cont_suscripcion>.post-blog-suscripcion form input.hs-button.primary.large {
	margin-top: 0.5em;
}

.post-blog-suscripcion label {
	display: none;
}
.post-blog-suscripcion form {
	margin: 0;
}
.post-blog-suscripcion form div {
	margin: 0 !important;
	width: auto !important;
	max-width: 100% !important;
}
.post-blog-suscripcion form ul.no-list.hs-error-msgs.inputs-list {
	padding: 0;
	list-style: none;
	margin: 0 !important;
}
.post-blog-suscripcion form ul.no-list.hs-error-msgs.inputs-list label {
	color: red;
}
.post-blog-suscripcion label.hs-error-msg {
	display: block;
	font-size: 12px;
}
.post-blog-suscripcion form input {
	border: none;
	padding: .5em;
	outline: none;
}
.post-blog-suscripcion form input.hs-button.primary.large {
	cursor: pointer;
	color: white;
	padding: .5em 1em;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	border-radius: 4px;
	line-height: 1;
	outline: none;
	border: none;
}

.follow > span {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0 !important;
}
.follow a span {
	height: auto !important;
}
a.fm_button span {
	background-image: none !important;
}

.sharing {
	padding: 0.5em;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
}
.sharing span#hs_cos_wrapper_my_social_sharing {
	margin-left: 0.5em;
}
.sharing span#hs_cos_wrapper_my_social_sharing, .sharing span#hs_cos_wrapper_my_social_sharing a {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}


/***************************************************************/
.blog-section.post-section span#hs_cos_wrapper_post_body {
	font-size: 1.05em;
	line-height: 1.25;
}
.blog-section.post-section span#hs_cos_wrapper_post_body p,
.blog-section.post-section span#hs_cos_wrapper_post_body span,
.blog-section.post-section span#hs_cos_wrapper_post_body h1,
.blog-section.post-section span#hs_cos_wrapper_post_body h2,
.blog-section.post-section span#hs_cos_wrapper_post_body h3,
.blog-section.post-section span#hs_cos_wrapper_post_body h4,
.blog-section.post-section span#hs_cos_wrapper_post_body h5,
.blog-section.post-section span#hs_cos_wrapper_post_body h6,
.blog-section.post-section span#hs_cos_wrapper_post_body div,
.blog-section.post-section span#hs_cos_wrapper_post_body blockquote,
.blog-section.post-section span#hs_cos_wrapper_post_body ol,
.blog-section.post-section span#hs_cos_wrapper_post_body ul {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.blog-section.post-section span#hs_cos_wrapper_post_body h1, .blog-section.post-section span#hs_cos_wrapper_post_body h2, .blog-section.post-section span#hs_cos_wrapper_post_body h3, .blog-section.post-section span#hs_cos_wrapper_post_body h4, .blog-section.post-section span#hs_cos_wrapper_post_body h5, .blog-section.post-section span#hs_cos_wrapper_post_body h6 {
	margin: auto;
}
.blog-section.post-section span#hs_cos_wrapper_post_body p img {
	max-width: 100%;
	height: auto;
}
.blog-section.post-section span#hs_cos_wrapper_post_body pre {
	overflow: hidden;
	height: 40vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	/*width: 120%;
	transform: translateX(-10%);*/
	max-width: 100vw;
}
.blog-section.post-section span#hs_cos_wrapper_post_body pre img {
	max-width: 100vw;
	width: 100% !important;
	margin:auto;
	position: absolute;
}

.blog-section.post-section span#hs_cos_wrapper_post_body p {
	color: #8a8a8a;
	margin: 0 auto;
}
.blog-section.post-section span#hs_cos_wrapper_post_body p strong {
	color: #123881;
}
.blog-section.post-section span#hs_cos_wrapper_post_body ol,
.blog-section.post-section span#hs_cos_wrapper_post_body ul {
	color: #8a8a8a;
}


/*************************************************************/

#related-posts .related-post {
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: 3em auto;
	width: 80vw;
	justify-content: space-between;
}
#related-posts .related-post div.resource-tile {
	width: 30%;
	margin-bottom: 2em;
	display: flex;
	flex-direction: column;
}
#related-posts .related-post div > div.related_post_img {
	width: 100%;
	position: relative;
	height: 220px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.related_post_content {
	position: relative;
}
.related_post_content {
	padding: 2em;
	position: relative;
	margin-top: -2em;
	z-index: 1;
	color: white;
}
h4.resource-tile__title a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Din Medium;
	font-weight: normal;
}
.related_post_content span {
	display: block;
	margin-top: 1em;
	font-size: .8em;
}

.cont_suscripcion .post-blog-suscripcion form label {
	display: none !important;
}
/*************************************************************/
/* Tonos color segun Categoria */
/*************************************************************/

h1.post-title.Familia {
	background: #8a8a8a;
}
h1.post-title.Mascotas {
	background: #ef7d00;
}
h1.post-title.Empresas {
	background: #799374;
}
h1.post-title.Bienestar {
	background: #12388180;
}
h1.post-title.Personas {
	background: #123881;
}

p#hubspot-topic_data.Personas {
	background: #12388180;
}
p#hubspot-topic_data.Personas a.topic-link {
	border-bottom: 1px solid #123881;
	color: #123881;
}
p#hubspot-topic_data.Familia{
	background: #8a8a8a80;
}
p#hubspot-topic_data.Familia a.topic-link{
	border-bottom: 1px solid #8a8a8a;
	color: #8a8a8a;
}
p#hubspot-topic_data.Mascotas {
	background: #ef7d0080;
}
p#hubspot-topic_data.Mascotas a.topic-link {
	border-bottom: 1px solid #ef7d00;
	color: #ef7d00;
}
p#hubspot-topic_data.Empresas {
	background: #79937480;
}
p#hubspot-topic_data.Empresas a.topic-link {
	border-bottom: 1px solid #799374;
	color: #799374;
}
p#hubspot-topic_data.Bienestar {
	background: #12388140;
}
p#hubspot-topic_data.Bienestar a.topic-link {
	border-bottom: 1px solid #123881b3;
	color: #123881b3;
}
.header-post.Personas:before {
	background-color: #123881b3;
}
.header-post.Familia:before{
	background-color: #8a8a8ab3;
}
.header-post.Bienestar:before {
	background-color: #12388180;
}
.header-post.Mascotas:before {
	background-color: #ef7d0099;
}
.header-post.Empresas:before {
	background-color: #799374b3;
}
.post-item.Personas.primer-post .header-post h2 a {
	color: #123881;
}
.post-item.Familia.primer-post .header-post h2 a,
color: #8a8a8a;
}
.post-item.Empresas.primer-post .header-post h2 a {
	color: #799374;
}
.post-item.Bienestar.primer-post .header-post h2 a {
	color: #123881b3;
}
.post-item.Mascotas.primer-post .header-post h2 a {
	color: #ef7d00;
}
.post-item.Personas.primer-post .post-header .more-link {
	background: #123881;
	color: white;
}
.post-item.Familia.primer-post .post-header .more-link{
	background: #8a8a8a;
	color: white;
}
.post-item.Bienestar.primer-post .post-header .more-link {
	background: #123881b3;
	color: white;
}
.post-item.Empresas.primer-post .post-header .more-link {
	background: #799374;
	color: white;
}
.post-item.Mascotas.primer-post .post-header .more-link {
	background: #ef7d00;
	color: white;
}

.blog_filters button.Personas {
	background: #123881;
}
.blog_filters button.Familia{
	background: #8a8a8a;
}
.blog_filters button.Mascotas {
	background: #ef7d00;
}
.blog_filters button.Bienestar {
	background: #12388180;
}
.blog_filters button.Empresas {
	background: #799374;
}
.blog_filters ul li button.filtro-activo {
	border: 1px solid;
	background: white;
}
.blog_filters ul li button.Familia.filtro-activo{
	border: 1px solid #8a8a8a;
	color: #8a8a8a;
}
.blog_filters ul li button.Personas.filtro-activo {
	border: 1px solid #123881;
	color: #123881;
}
.blog_filters ul li button.Bienestar.filtro-activo {
	border: 1px solid #12388180;
	color: #12388180;
}
.blog_filters ul li button.Mascotas.filtro-activo {
	border: 1px solid #ef7d00;
	color: #ef7d00;
}
.blog_filters ul li button.Empresas.filtro-activo {
	border: 1px solid #799374;
	color: #799374;
}



.blog-section.post-section.Familia,
.blog-section.post-section.Familia span#hs_cos_wrapper_post_body p a:not(".cta_button"),
.blog-section.post-section.Familia span#hs_cos_wrapper_post_body p:first-child,
.follow.Familia i, .blog-section.post-section.Familia span#hs_cos_wrapper_post_body p strong,
.blog-section.post-section.Familia span#hs_cos_wrapper_post_body p span,
.blog-section.post-section.Familia span#hs_cos_wrapper_post_body p em {
	color: #8a8a8a;
}
.blog-section.post-section.Personas,
.blog-section.post-section.Personas span#hs_cos_wrapper_post_body p a:not(".cta_button"),
.blog-section.post-section.Personas span#hs_cos_wrapper_post_body p:first-child,
.follow.Personas i, .blog-section.post-section.Personas span#hs_cos_wrapper_post_body p strong,
.blog-section.post-section.Personas span#hs_cos_wrapper_post_body p span,
.blog-section.post-section.Personas span#hs_cos_wrapper_post_body p em {
	color: #123881;
}
.blog-section.post-section.Mascotas,
.blog-section.post-section.Mascotas span#hs_cos_wrapper_post_body p a:not(".cta_button"),
.blog-section.post-section.Mascotas span#hs_cos_wrapper_post_body p:first-child,
.follow.Mascotas i, .blog-section.post-section.Mascotas span#hs_cos_wrapper_post_body p strong,
.blog-section.post-section.Mascotas span#hs_cos_wrapper_post_body p span, 
.blog-section.post-section.Mascotas span#hs_cos_wrapper_post_body p em {
	color: #ef7d00;
}
.blog-section.post-section.Empresas,
.blog-section.post-section.Empresas span#hs_cos_wrapper_post_body p a:not(".cta_button"),
.blog-section.post-section.Empresas span#hs_cos_wrapper_post_body p:first-child,
.follow.Empresas i, .blog-section.post-section.Empresas span#hs_cos_wrapper_post_body p strong,
.blog-section.post-section.Empresas span#hs_cos_wrapper_post_body p span,
.blog-section.post-section.Empresas span#hs_cos_wrapper_post_body p em {
	color: #799374;
}
.blog-section.post-section.Bienestar,
.blog-section.post-section.Bienestar span#hs_cos_wrapper_post_body p a:not(".cta_button"),
.blog-section.post-section.Bienestar span#hs_cos_wrapper_post_body p:first-child,
.follow.Bienestar i, .blog-section.post-section.Bienestar span#hs_cos_wrapper_post_body p strong,
.blog-section.post-section.Bienestar span#hs_cos_wrapper_post_body p span,
.blog-section.post-section.Bienestar span#hs_cos_wrapper_post_body p em {
	color: #123881b3;
}

.cont_suscripcion > .post-blog-suscripcion.Familia, .cont_suscripcion .follow.Familia,
.sharing.Familia {
	background: #8a8a8a40;
}
.cont_suscripcion > .post-blog-suscripcion.Personas, .cont_suscripcion .follow.Personas,
.sharing.Personas {
	background: #12388140;
}
.cont_suscripcion > .post-blog-suscripcion.Mascotas, .cont_suscripcion .follow.Mascotas,
.sharing.Mascotas {
	background: #ef7d0040;
}
.cont_suscripcion > .post-blog-suscripcion.Empresas, .cont_suscripcion .follow.Empresas,
.sharing.Empresas {
	background: #79937440;
}
.cont_suscripcion > .post-blog-suscripcion.Bienestar, .cont_suscripcion .follow.Bienestar,
.sharing.Bienestar {
	background: #12388140;
}

.cont_suscripcion > .post-blog-suscripcion.Personas form input.hs-button.primary.large {
	background: #123881;
}
.cont_suscripcion > .post-blog-suscripcion.Familia form input.hs-button.primary.large{
	background: #8a8a8a;
}
.cont_suscripcion > .post-blog-suscripcion.Mascotas form input.hs-button.primary.large {
	background: #ef7d00;  
}
.cont_suscripcion > .post-blog-suscripcion.Empresas form input.hs-button.primary.large {
	background: #799374;  
}
.cont_suscripcion > .post-blog-suscripcion.Bienestar form input.hs-button.primary.large {
	background: #123881b3;  
}


.related_post_content.Familia{
	background: #8a8a8ab3;
}
.related_post_content.Personas {
	background: #123881b3;
}
.related_post_content.Empresas {
	background: #799374b3;
}
.related_post_content.Bienestar {
	background: #12388180;
}
.related_post_content.Mascotas {
	background: #ef7d00b3;
}
.related_post_content.Familia .more-link{
	background: #8a8a8ab3;
}
.related_post_content.Personas .more-link {
	background: #123881b3;
}
.related_post_content.Bienestar .more-link {
	background: #123881b3;
}
.related_post_content.Empresas .more-link {
	background: #799374b3;
}
.related_post_content.Mascotas .more-link {
	background: #ef7d00b3;
}


.follow.Bienestar a {
	color:#12388180;
}
.follow.Familia a{
	color:#8a8a8a;
}
.follow.Personas a {
	color:#123881;
}
.follow.Mascotas a {
	color:#ef7d00;
}
.follow.Empresas a {
	color:#799374;
}

/********************************************/
/* Responsive blog */
/********************************************/
@media (max-width: 1024px) {
	.post-item {
		/*min-width: 280px;*/
	}
}
@media (max-width: 768px) {
	.post-item.mostrar.primer-post {
		flex-wrap: wrap;
	}
	.post-item.mostrar.primer-post .post-body.clearfix, .post-item.primer-post .post-header {
		width: 100%;
	}
	.post-item.mostrar.primer-post .post-body.clearfix {
		min-height: 280px;
	}
	.header-post h2 {
		font-size: 1.2em;
	}
	.post-item {
		width: 47%;
	}
	.general .post-item:nth-child(4) {
		width: 100%;
	}
}
@media (max-width: 600px) {
	.post-item {
		width: 100%;
	}
}
@media (max-width: 550px) {
	.post-item.primer-post .header-post {
		padding: 2em 0;
	}
	.post-item.primer-post .post-header {
		min-width: unset;
	}
}
@media (max-width: 476px) {
	#footer .suscripcion, #footer .suscripcion h3 {
		padding: 0 !important;
		max-width: 80vw !important;
	}
	#footer .suscripcion input.hs-button.primary.large {
		margin-top: 1em;
	}
	.suscripcion form {
		flex-wrap: wrap;
		min-width: unset;
	}
	div#header .header_menu .logo img {
		width: 150px !important;
	}
	.post-item.mostrar.primer-post .post-body.clearfix {
		min-height: auto;
	}
	.post-item.primer-post .header-post {
		padding: 0 0 1em 0;
	}
	.hs-featured-image-wrapper, .hs-featured-image-wrapper a img {
		min-height: 160px;
		height: 100%;
	}
	.post-blog-suscripcion form {
		position: relative;
		min-width: unset;
	}
	.follow>span {
		flex-wrap: wrap;
		max-width: 100% !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	span#hs_cos_wrapper_follow_us > div {
		display: flex;
	}
	span#hs_cos_wrapper_follow_us > div a {
		text-decoration: none;
	}
	span#hs_cos_wrapper_follow_us > div a span {
		display: flex !important;
		align-items: center;
		justify-content: center;
	}
	.follow > span div {
		width: 100% !important;
		display: flex;
		justify-content: flex-end;
	}
	.follow > span a span {
		margin: 0 !important;
		width: auto !important;
		margin-right: 0.5em !important;
	}
}


/*********************************************************/

.primer-post .header-post h2 a {
	color: gray !important;
}
body.hs-blog-listing .header-post p a {
	color: #8a8a8a;
	background: transparent;
}


/******************/

.header-post.Conciencia {
    background: #123881b3;
    color: white;
}