/* @override 
	https://pre.doofinder.com/main-files/plugins/kt-funcionalidades-doofinder//template-parts/blocks/carousel-testimonios/carousel-testimonios.css
	https://pre2.doofinder.com/main-files/plugins/kt-funcionalidades-doofinder//template-parts/blocks/posts-relacionados/posts-relacionados.css */


.wrap_bl_posts_relacionados_doo {
	padding-bottom: 50px;
}
.inwrap_items_posts_rel {
align-items: stretch;
grid-template-columns: repeat(auto-fit,minmax(242px,1fr));
grid-column-gap: 20px;
grid-row-gap: 25px;
display: grid;
margin-bottom: 50px;
width: 100%;
}


.inwrap_items_posts_rel article {
	width: 100%;
	background-color: #fff;
	/*height: 440px;*/
}
.inwrap_items_posts_rel article .item_mediaimg img {
	width: 100%;
	height: auto;
	object-fit: cover;
width: 100%;
height: 100%;
object-position: center center;
}
.inwrap_items_posts_rel article .item_mediaimg {
	height: 180px;
	position: relative;
}
article.item_singl_posts_rel_content div.wrap_content_sotaimg {
	padding: 25px 20px 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: calc(100% - 180px);
	
}
article.item_singl_posts_rel_content div.wrap_content_sotaimg div.lacategoria  {
	width: 100%;
	text-align: center;
}
article.item_singl_posts_rel_content div.wrap_content_sotaimg div.lacategoria span{
		color: #505050;
font-family: "PlutoBold", sans-serif;
font-size: 13px;
text-transform: uppercase;
border-bottom: 5px solid #fff031;
display: inline;
text-align: center;
width: 100%;
}

article.item_singl_posts_rel_content div.wrap_content_sotaimg h3.item_title  {
		color: #4842c1;
		font-size: 19px;
		line-height: 1.36em;
		text-align: center ;
		margin-top: 20px;
	margin-bottom: 32px;
}
article.item_singl_posts_rel_content div.wrap_content_sotaimg h3.item_title a {
		color: #000;
		
		}
article.item_singl_posts_rel_content div.wrap_content_sotaimg div.botoitem a.readmorelink span.botoleermas {
color: #4842c1;
font-size: 15px;
text-transform: uppercase;
font-weight: bold;
font-family: "PlutoHeavy", sans-serif;
position: relative;
padding-left: 20px;
text-decoration: underline;
}
article.item_singl_posts_rel_content div.wrap_content_sotaimg div.botoitem {
	text-align: center;
}
article.item_singl_posts_rel_content div.wrap_content_sotaimg div.botoitem a {
	position: relative;
}
article.item_singl_posts_rel_content div.wrap_content_sotaimg div.botoitem a.readmorelink::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  display: inline-block;
  height: 21px;
  width: 27px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(button-type-arrow.png);
}

h2.titulo_h2-like, h3.titulo_h2-like, h4.titulo_h2-like, p.titulo_h2-like {
  font-family: "PlutoHeavy", sans-serif;
  font-weight: 400;
  line-height: 1.3em;
  font-size: 1.75rem;
  line-height: 1.3em;
  letter-spacing: -1.00px;
  line-height: 1.3em;
  margin-bottom: 1em; 
}
  
@media (max-width:720px) { 


}



