/* MetaBox Block Style
--------------------------------------------- */
.wpblock-mostrartestimonios .header-item {
	display: flex;
	flex-direction:row;
	justify-content:left;
	flex-wrap:nowrap;
}

.wpblock-mostrartestimonios  .item  {
	padding: 20px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
	border-radius: 5px;	
	margin:15px;
}

.wpblock-mostrartestimonios .puesto-item {
	font-style: normal;
	font-size: 14px;
	color:#1C7678;
}

.wpblock-mostrartestimonios  h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	line-height: 114%;
	margin: auto;
	margin-bottom:0;
	margin-left:0;
}

.wpblock-mostrartestimonios  p {
	margin-bottom:0;
	margin-left:0;
}

.wpblock-mostrartestimonios .title{
  	display: flex;
	flex-direction:column;
	text-align:left;
}
.wpblock-mostrartestimonios  .image-post {
	margin-right: 10px;
}

.wpblock-mostrartestimonios  .post-content {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 114%;
	margin-top:20px;
}

.wpblock-mostrartestimonios  .post-content p {
	margin-bottom:12px;
}