.archive .page-title{
	color: #3b132c;
	padding: 1rem 0;
	margin: 0;font-size: 3rem;
	line-height: 1.2;
	text-align: center;
	text-transform: capitalize;
}

.archive .post-thumbnail a{
	text-align: center;
}

.archive .post-thumbnail .avatar{
	object-fit: cover;
    border-radius: 50%;
    width: 150px;
}

.archive .heading{
	flex: 1 1 100%;
}
.archive .contenedor-programa a {
    height: 240px;
	text-align: center;
}
.archive .contenedor-programa a img{
    height: 100%;
}

.archive .pagination  .nav-links{
	padding: 1em 0 0;
    margin-left: -0.2em;
}

.archive .pagination .nav-links a, .archive .pagination .nav-links span{
	padding: 0.5em;
	font-weight: 600;
}

.archive .nav-links a{
	color: #daa600
}

.archive .nav-links span.current{
	color: 	#3b132c;
}

.archive .page-header .tag-image img{
	max-width: 350px;
    height: 250px;
    object-fit: contain;
	width: 100%;
    float: left;
    margin: 0 15px 15px 0;
}

.archive .heading .archive-last-posts-button a:hover {
    color: #757575;
    background-color: #dddbdb;
}

.archive .heading .host{
    margin: 0;
    font-size: 1.2em;
    text-align: center;
}

.archive .entry-content .entry-title .programa.post-link{
	color: #3b132c;
}

.archive #articles-bottom .post-thumbnail {
    min-width: 200px;
}

.archive #breadcrumbs {
    text-align: left;
    max-width: 500px;
	margin: auto;
}

.archive .post-featured img{
	height: 400px;
	object-fit: cover;
    width: 100%;
    -o-object-fit: cover;
}

.post-featured .post-link img{
	width: 100%;
}

@media screen and (max-width: 811px) {
	.archive #articles-bottom .post-thumbnail {
		-ms-flex: .5 0 100%;
		flex: .5 0 100%;
		padding-right: 0;
	}
	.archive #articles-bottom{
		padding-right: 0;
	}
}