/* Blog Ecowidia */
.blog-hero {
	background: url(../images/fondo_slide.jpg) repeat-x center top #004741;
	padding: 120px 0 55px;
	color: #ffffff;
	text-shadow: 0px 1px 0px #003c37;
}
.blog-hero h1 {
	color: #ffffff;
	font-size: 38px;
	margin-bottom: 12px;
	text-align: center;
}
.blog-hero p {
	font-size: 17px;
	line-height: 1.7em;
	margin-left: auto;
	margin-right: auto;
	max-width: 760px;
	text-align: center;
}
.blog-main {
	padding: 55px 0;
}
.blog-card {
	background: #ffffff;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	padding: 26px;
	margin-bottom: 28px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
	overflow: hidden;
}
.blog-card h2 {
	font-size: 26px;
	margin-bottom: 10px;
}
.blog-card .blog-meta,
.article-meta {
	color: #777777;
	font-size: 13px;
	margin-bottom: 14px;
}
.article-layout > .article-meta:first-child {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 24px;
	padding-bottom: 14px;
}
.blog-card p {
	font-size: 15px;
	line-height: 1.8em;
	text-align: justify;
}
.blog-link {
	color: #146d67;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
}
.article-layout {
	background: #ffffff;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	padding: 34px;
}
.article-layout h1 {
	color: #146d67;
	font-size: 36px;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.article-subtitle {
	color: #555555;
	font-family: 'Vollkorn', serif;
	font-size: 20px;
	line-height: 1.5em;
	margin-bottom: 16px;
}
.article-layout h2 {
	color: #146d67;
	font-size: 25px;
	margin: 36px 0 14px;
}
.article-layout h3 {
	color: #00706a;
	font-size: 19px;
	font-weight: 700;
	margin: 18px 0 4px;
}
.article-layout h3:before {
	content: "";
	background: #00706a;
	border-radius: 50%;
	display: inline-block;
	height: 7px;
	margin-right: 9px;
	position: relative;
	top: -2px;
	width: 7px;
}
.article-layout p {
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 13px;
	text-align: justify;
}
.article-layout ul {
	list-style: disc;
	margin: 0 0 20px 24px;
}
.article-layout li {
	font-size: 15px;
	line-height: 1.55em;
	margin-bottom: 4px;
}
.article-index {
	background: #f8f8f8;
	border-left: 4px solid #146d67;
	padding: 20px 22px;
	margin: 28px 0 34px;
}
.article-index h2 {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 12px;
	text-transform: uppercase;
}
.article-index ol {
	list-style: decimal;
	margin-left: 20px;
}
.article-index li {
	margin-bottom: 7px;
}
.article-index a {
	color: #146d67;
}
.image-placeholder {
	background: #f8f8f8;
	border: 1px dashed #9aa8a6;
	border-radius: 4px;
	color: #5d6968;
	margin: 28px 0;
	padding: 34px 24px;
	text-align: center;
	text-shadow: none;
}
.image-placeholder strong {
	color: #146d67;
	display: block;
	font-size: 16px;
	margin-bottom: 8px;
}
.image-placeholder span {
	display: block;
	font-size: 13px;
	line-height: 1.5em;
}
.article-figure {
	margin: 28px 0;
}
.article-image {
	background: #fcfcfc;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	display: block;
	height: auto;
	width: 100%;
}
.article-cta {
	background: #f8f8f8;
	border-top: 3px solid #146d67;
	margin-top: 38px;
	padding: 24px;
}
.article-cta p {
	margin-bottom: 12px;
}
.article-cta a {
	color: #146d67;
	font-weight: 700;
}
.home-blog {
	padding: 60px 0 45px;
}
.home-blog-preview {
	background: #ffffff;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	padding: 25px;
}
.home-blog-image {
	background: #f8f8f8;
	border: 1px dashed #9aa8a6;
	border-radius: 4px;
	display: block;
	float: left;
	height: 170px;
	margin: 0 24px 12px 0;
	overflow: hidden;
	text-align: center;
	text-shadow: none;
	width: 205px;
}
.home-blog-image img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}
.home-blog-image span {
	color: #5d6968;
	display: none;
	font-size: 13px;
	line-height: 1.5em;
	padding: 54px 18px 0;
}
.home-blog-image-placeholder span {
	display: block;
}
.home-blog-preview h3 {
	color: #146d67;
	font-size: 23px;
	margin-bottom: 8px;
}
.home-blog-preview p {
	font-size: 15px;
	line-height: 1.75em;
	text-align: justify;
}
@media only screen and (max-width: 767px) {
	.home-blog-image {
		float: none;
		height: auto;
		margin: 0 0 18px;
		width: 100%;
	}
	.home-blog-image img {
		height: auto;
	}
	.blog-hero {
		padding: 95px 0 38px;
	}
	.blog-hero h1,
	.article-layout h1 {
		font-size: 29px;
	}
	.article-layout {
		padding: 22px;
	}
	.article-layout p {
		font-size: 15px;
	}
}
