.noticias-lista>.inner,
.titulo,
.migas>.inner,
.introduccion>.inner,
.categorias>.inner,
.paginacion>.inner {
	padding-left: 10px;
	padding-right: 10px;
}

@media only screen and (min-width: 768px) {
	.noticias-lista>.inner,
	.titulo,
	.migas>.inner,
	.introduccion>.inner,
	.categorias>.inner,
	.paginacion>.inner {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.noticias-lista>.inner,
.titulo,
.migas>.inner,
.introduccion>.inner,
.categorias>.inner,
.paginacion>.inner {
	max-width: 1200px;
	margin: 0 auto;
}

.introduccion>.inner,
.categorias {
	font-size: 15.6px;
	line-height: 1.38;
}

@media only screen and (min-width: 511.47541px) {
	.introduccion>.inner,
	.categorias {
		font-size: 3.05vw;
	}
}

@media only screen and (min-width: 768px) {
	.introduccion>.inner,
	.categorias {
		font-size: 23.4px;
	}
}

.introduccion>.inner a,
.categorias a {
	color: #bf2424;
}

.paginacion .page-numbers {
	font-size: 12.6px;
	line-height: 1.4;
}

@media only screen and (min-width: 538.46154px) {
	.paginacion .page-numbers {
		font-size: 2.34vw;
	}
}

@media only screen and (min-width: 768px) {
	.paginacion .page-numbers {
		font-size: 18px;
	}
}

.noticias-lista {
	background: linear-gradient(to bottom, transparent, transparent 60px, #ebebeb 0);
	padding-bottom: 50px;
}

.noticias-lista ol {
	margin: 0 -10px;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.noticia {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 100%;
	padding: 0 10px;
	margin-bottom: 20px;
	position: relative;
	vertical-align: top;
}

@media only screen and (min-width: 450px) {
	.noticia {
		width: 50%;
	}
}

@media only screen and (min-width: 1024px) {
	.noticia {
		width: 33.333%;
	}
}

.noticia>a {
	border: 1px solid #ebebeb;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-decoration: none;
	color: currentColor;
	background: #fff;
	height: 100%;
	padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
	.noticia>a {
		padding-bottom: 60px;
	}
}

.noticia-fecha {
	font: italic 300 16px Merriweather, serif;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 1.5em;
	margin-bottom: -1em;
}

.noticia-titulo {
	font-size: 13.2px;
	font-weight: bold;
	line-height: 1;
	margin-top: 1.5em;
	margin-bottom: 0;
	padding-left: 25px;
	padding-right: 25px;
}

@media only screen and (min-width: 511.62791px) {
	.noticia-titulo {
		font-size: 2.58vw;
	}
}

@media only screen and (min-width: 768px) {
	.noticia-titulo {
		font-size: 19.8px;
	}
}

.noticia-informacion {
	font-size: 12px;
	line-height: 1.2;
	padding-left: 25px;
	padding-right: 25px;
	color: #1b1b1b;
}

@media only screen and (min-width: 512.82051px) {
	.noticia-informacion {
		font-size: 2.34vw;
	}
}

@media only screen and (min-width: 768px) {
	.noticia-informacion {
		font-size: 18px;
	}
}

@media only screen and (min-width: 768px) {
	.noticia {
		margin-bottom: 80px;
	}
}

.cabecera {
	padding-top: 186px;
	padding-bottom: 100px;
	background-position: center;
	background-size: cover;
}

.titulo {
	max-width: 1420px;
	color: #fff;
	line-height: .75;
}

@media only screen and (min-width: 1024px) {
	.titulo {
		padding-left: 35px;
		padding-right: 35px;
	}
}

.titulo h1 {
	font-size: 1em;
	font-family: "Museo Sans", sans-serif;
	font-weight: 100;
	margin: 0;
	line-height: .8;
}

.migas {
	background: #ebebeb;
	padding: 1em 0;
	font: 100 12px Merriweather, serif;
	margin-bottom: 50px;
	text-transform: lowercase;
}

.migas a {
	color: currentColor;
	text-decoration: none;
}

.miga:not(:last-child) {
	padding-right: .75em;
	margin-right: .75em;
	border-right: 1px solid #898989;
	color: #898989;
}

.introduccion>.inner {
	position: relative;
	text-align: center;
	margin-bottom: 2em;
}

.categorias {
	margin: 2em;
}

.categorias>.inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.categoria {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100px;
	flex: 1 1 100px;
	text-align: center;
	font-weight: bold;
	padding: 0 1em;
}

.categoria a {
	text-decoration: none;
	color: currentColor;
}

.categoria.actual>a {
	border-bottom: 3px solid #bf2424;
	position: relative;
}

.categoria.actual>a:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 14px solid transparent;
	border-top-color: #bf2424;
	top: 100%;
	left: 50%;
	margin-left: -14px;
}

.post-type-archive-backstages .noticias-lista ol {
	display: block;
}

.noticia {
	display: inline-block;
}

.noticia>a {
	padding-bottom: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (min-width: 768px) {
	.noticia>a {
		padding-bottom: 25px;
	}
}

.noticia-imagen {
	background-size: cover;
	background-position: center;
}

.noticia-imagen:before {
	content: '';
	display: block;
	padding-bottom: 60.6779661017%;
}

.noticia-fecha {
	font-size: 8.4px;
	margin-top: 10px;
}

@media only screen and (min-width: 512.19512px) {
	.noticia-fecha {
		font-size: 1.64vw;
	}
}

@media only screen and (min-width: 768px) {
	.noticia-fecha {
		font-size: 12.6px;
	}
}

.noticia-fecha:before,
.noticia-fecha:after {
	content: '–';
}

.noticia-titulo {
	font-size: 12px;
	margin: 1.5em 0 .5em;
}

@media only screen and (min-width: 512.82051px) {
	.noticia-titulo {
		font-size: 2.34vw;
	}
}

@media only screen and (min-width: 768px) {
	.noticia-titulo {
		font-size: 18px;
	}
}

.noticia-informacion {
	font-size: 10.8px;
	margin-bottom: 1rem;
}

@media only screen and (min-width: 511.84834px) {
	.noticia-informacion {
		font-size: 2.11vw;
	}
}

@media only screen and (min-width: 768px) {
	.noticia-informacion {
		font-size: 16.2px;
	}
}

.noticia-verMas {
	font-size: 10.8px;
	padding: 0 25px;
	color: #bf2424;
	text-decoration: underline;
	margin-top: auto;
}

@media only screen and (min-width: 511.84834px) {
	.noticia-verMas {
		font-size: 2.11vw;
	}
}

@media only screen and (min-width: 768px) {
	.noticia-verMas {
		font-size: 16.2px;
	}
}

.paginacion {
	background: #ebebeb;
	padding-bottom: 50px;
}

@media only screen and (min-width: 768px) {
	.paginacion {
		padding-bottom: 90px;
	}
}

.paginacion>.inner {
	white-space: nowrap;
	text-align: center;
}

.paginacion .page-numbers {
	color: #898989;
	text-decoration: none;
	display: inline-block;
	margin: 0 .25em;
}

.paginacion .page-numbers.current {
	color: #bf2424;
}

.paginacion .next,
.paginacion .prev {
	width: 25px;
	height: 20px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(/wp-content/themes/flamenco/img/paginacion.png) right no-repeat;
	position: relative;
	top: .15em;
	border-left: 1px solid #898989;
}

.paginacion .prev {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.noticias-lista>.inner {
	position: relative;
}

.noticia {
	margin: 0 !important;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 20px;
}

.noticia.instagram:after {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	background: center no-repeat;
	right: 20px;
	top: 10px;
}

.noticia img {
	width: 100%;
}