.busqueda .titulo-busqueda {
	color: #c41234;
	font-size: 39px;
	font-weight: normal;
	text-transform: uppercase;
}

.valor-buscado p {
	border-bottom: 1px solid #888;
	border-top: 1px solid #888;
	margin-top: 2%;
	margin-bottom: 2%;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
}

.post-busqueda {
	margin-bottom: 3%;
	border-bottom: 1px solid #888;
}

.post-busqueda .linea-post-busqueda{
	margin-top: 25px;
	background-color: #eee;
	height: 4px;
}

.titulo-post a {
	color: #c41234;
	font-size: 15px;
}

.titulo-post a, .titulo-post a:hover {
	text-decoration: none;
}

.fecha-post {
	font-size: 12px;
	color: #888;
}

.post-busqueda .descripcion-post p{
	font-weight: bold;
}

.footer-busqueda p, .descripcion-post p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 15px;
	text-align: justify;
	font-family: sans-serif;
}

.post-busqueda .categorias-post, .post-busqueda .tags-post {
	font-size: 12px;
}

.post-busqueda .categorias-post {
	padding-right: 15px;
	margin-bottom: 0;
}

.post-busqueda .categorias-post a, .post-busqueda .tags-post a{
	color: #c41234;
	font-style: italic;
}

.footer-busqueda a, .footer-busqueda a:hover {
	font-style: italic;
	text-decoration: none;
	font-size: 14px;
	color: #c41234;
	font-family: inherit;
}

.footer-busqueda label {
	padding-right: 5px;
}

.paginado-busqueda .screen-reader-text {
	display: none;
}

.paginado-busqueda .navigation {
	justify-content: flex-end;
}

.pagination a {
	color: black;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	transition-duration: .5s;
}

.pagination a:hover {
	color: white;
	background: #C6C6C5;
}

.pagination .current {
	padding: 6px 9px 5px 9px;
	color: #B71234;
}

/* MOBILE */

@media(max-width: 991px) {
	.sidebar-busqueda {
		display: none;
	}
}