/* Blog */
.elementor-widget-container .elementor-shortcode{
	    display: flex;
   		-ms-flex-wrap: wrap;
    	flex-wrap: wrap;
}
.article_cat_wrapp{ padding: 10px 15px; position: relative; width: 100%; }
.article_cat_wrapp.col-50{-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
.article_cat_wrapp .img-article_wrapp{ border-radius: 10px; margin-bottom: 20px; position: relative; }
.article_cat_wrapp .img-article_wrapp:before{ content: ""; display: block; top: 50%; left: 50%; width: 100px; height: 100px; background: url('../images/logo_blanco.png') top center no-repeat; background-size: contain; transform:translate(-50%,-50%) ; -webkit-transform:translate(-50%,-50%) ; -moz-transform:translate(-50%,-50%) ; -ms-transform:translate(-50%,-50%) ; -o-transform:translate(-50%,-50%); position: absolute; z-index: 2;}
.article_cat_wrapp .img-article_wrapp:after{ content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0,0,0,.2);}

.article_cat_wrapp .img-article_wrapp img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.article_cat_wrapp .meta-info h4{
    color: #FF471F;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}
.article_cat_wrapp .meta-info h3 a{
    font-size: 48px;
    font-weight: 700;
    text-decoration: none;
    line-height: 48px;
    color: #450088;
    transition:.50s all ease;
    -webkit-transition:.50s all ease;
    -moz-transition:.50s all ease;
    -ms-transition:.50s all ease;
    -o-transition:.50s all ease;
    text-decoration: none;
}
.article_cat_wrapp .meta-info h3:hover a{ color: #FF471F; text-decoration: none;}
.article_cat_wrapp .meta-info .meta-entry{
    color: #888888;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    margin: 10px 0 20px;
    display: block;
}
.article_cat_wrapp .meta-info .entry-excerpt p{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    line-height: 32px;
}
@media screen and (max-width: 500px) {
	.article_cat_wrapp.col-50{-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
}