/* código de botón art */
.wp-block-button__link {
  background-color: #4b4f58; 
  color: white; 
  border-radius: 5px; 
  border: 1px solid #4b4f58;
  font-family: "lato";


}
/* código de botón art */
.wp-block-button__link:hover {
  background-color: white; 
  color: black; 
  border-radius: 5px; 
	border: 1px solid black;
  font-family: "lato";

}
/* código de botón nosotros */
.ast-header-button-1 .ast-custom-button{
  background-color: #4b4f58; 
  color: white; 
  border-radius: 5px; 
  border: 1px solid #4b4f58;
  font-family: "lato";
  font-weight: 500;	
}
/* código de botón nosotros */
.ast-header-button-1:hover .ast-custom-button:hover{
  background-color: white; 
  color: black; 
  border-radius: 5px; 
	border: 1px solid black;
  font-family: "lato";
  font-weight: 500;
}


/* código de pie de pagina */
#astra-footer-menu {
	font-family: 'Lato';
	font-size 12px;
}


/* código de imagen entradas 1 */
.post-thumbnail img {
background-size: cover;
border-radius: 8px;
}
/* código de linea separadora */
.wpnbha article .entry-title{
border-top: 1px solid;
padding-top: 9px;
margin-top: 15px;
}

/* código de iconos ocultos */
.apbPostMeta .dashicons {
   display: none;
}

/* código de acomodo fecha cat */
.apbPostMeta,.apbPostMeta>span{
flex-direction: row-reverse;
justify-content: space-between;
text-transform: uppercase;
	pointer-events: none;
}

/* código de linea 2 */
.apbPostMeta,.apbPostMeta{
border-top: 1px solid;
padding-top: 5px;
}

/* código de imagen redondeada */
.wp-block-ap-block-posts .apbPost .apbPostFImg{
background-size: cover;
border-radius: 8px;
margin-bottom: 15px;
}

.uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a[class^="uagb-image-ratio-"]>img{
background-size: cover;
border-radius: 8px;	
}

.uagb-post-grid .uagb-post-grid-byline, .uagb-post-grid .uagb-post__taxonomy{
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
order: 0;
padding-left: 0px;
	margin-left: 0px;
text-transform: uppercase;
	font-family: 'lato';
	pointer-events: none;

}
.uagb-post__image{
border-bottom: 1px solid;
margin-bottom: 6px;
}

.uagb-post-grid .uagb-post__title{
	order: 1;
}
.uagb-post-grid .uagb-post__excerpt{
	order: 2;
}

.uagb-post-grid.is-grid.uagb-post__equal-height .uagb-post__inner-wrap{
	display: flex;
	flex-direction: column;

	
}

.uagb-post-grid .uagb-post__author span, .uagb-post-grid .uagb-post__comment span, .uagb-post-grid .uagb-post__taxonomy span, .uagb-post-grid .uagb-post__date span{
	display: none;
}

.uagb-post-grid .uagb-post__author:not(:last-child)::after,.uagb-post-grid .uagb-post__date:not(:last-child)::after,.uagb-post-grid .uagb-post__comment:not(:last-child)::after{
	display: none;
}

.uagb-post-grid .uagb-post__author, .uagb-post-grid .uagb-post__date, .uagb-post-grid .uagb-post__commente{
	margin-right: 0px;
}

#subscribe-email input{
	width: 50px;
}



.textmarg{
	height: 210px;
	padding-top: 15px;
}
.titmarg{
	height: 30px;
}


