/*

Theme Name: Prospectiva Cultural
Version: 1.0

*/

/************************ TAGS ************************/

body * {
	font-family: 'dinpro';
}

.box-content p {
	font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 span {
	font-family: 'bodoni';
	font-weight: 400;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
	font-size: 3em;
}

.img-logo {
	max-width: 100%;
}

.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 250px;
}

.gallery-content .bg-img {
	position: relative;
}

.gallery-content .box-img-gallery{
	min-height: 350px;
}

.image-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/************************ HEADER ************************/

.header {
	background-color: #ec115e;
	background-image: url(images/bg-header.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: auto 80%;
	padding: 0;
}

.header .navbar-default {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: baseline;
	    align-content: baseline;
}

.header .img-logo {
	margin: 15px 0;
}

.title {
	font-size: 3em;
}

.title span {
	display: block;
}

/************************ MENU ************************/

.nav > li:first-child > a {
	padding-left: 0;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	font-size: 18px;
	position: relative;
}

.navbar-default .navbar-nav > li:not(:last-child) > a:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: white;
	z-index: 10;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: white;
}

/************************ CONTENT ************************/

.page-content ul li:not(:last-child) {
	margin-bottom: 15px;
}

/* HOME */

.carousel-inner > .item {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 475px;
}

img {
	max-width: 100%;
}

.box-logos {
	background-color: #ebebeb;
}

.box-all-images {
	padding: 15px;
	position: relative;
	background-color: white;
	position: relative;
	z-index: 1;
}

.box-all-images:after {
	content: '';
	background-color: white;
	position: absolute;
	top: 0;
	left: -100%;
	right: -100%;
	width: 1000%;
	height: calc(100% + 1px);
	z-index: -1;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
	        box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
}

.circle {
	background-color: #ec115e;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin-left: 15px;
	margin-right: 15px;
	display: inline-block;
}

main h1 {
	position: relative;
	margin-bottom: 30px;
	font-family: 'dinpro';
}

main h1:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: black;
}

.separador{
	height: 1px;
	background-color: #000;
	margin: 30px 0;
}

.cat-publicaciones{
	padding-left: 0;
	list-style: none;
}

.cat-publicaciones a{
	color: #ec115e;
}

.cat-publicaciones li.active a{
	color: #333;
	font-size: 22px;
}

/* COMPOSICION */

.box-autores {
	background-color: #efefef;
	padding: 30px;
}

.box-autores ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.box-autores ul li {
	text-align: center;
}

.box-autores ul li a {
	font-weight: 700;
	text-transform: uppercase;
}

/* PUBLICACIONES */

.publicaciones-content .title,
.publicaciones-content .titleFile {
	font-size: 28px;
	font-family: 'dinpro';
	color: #ec115e;
	margin: 0;
}

.publicaciones-content .title {
	margin-bottom: 30px;
}

.publicaciones-content .img-revista {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.publicaciones-content .image-link {
	position: relative;
}

.download {
	border: 1px solid #ec115e;
	color: #ec115e;
	padding: 5px 15px;
	display: inline-block;
	-webkit-transition: .3s all;
	transition: .3s all;
}

.download:hover {
	background-color: #ec115e;
	color: white;
}

.link-debates {
	margin: 15px 0;
}

/* DEBATES */

/* CONTRACULTURA */

/* NOTICIAS */

.blog-content .single .post-image {
	min-height: 450px;
	display: none;
}

.blog-content .single img {
	max-height: 450px;
}

.blog-content .thumbnail img{
	max-width: 200px;
	display: inline;
	float: left;
	margin-right: 30px;
}

.box-content h3 {
	color: #ec115e;
	margin-bottom: 0;
}

.box-content p.date {
	margin-bottom: 15px;
	color: #666;
	border-bottom: 1px solid #666;
}

.thumbnail {
	border: none;
}

.btn-primary {
	padding: 0;
	border: 0;
	background: transparent;
	color: #ec115e;
	font-size: 1em
}

.btn-primary:hover {
	background-color: transparent;
	color: black;
}

/* ENLACES */

.logo-enlaces {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}

/* IMAGO CRITICA Y HAYFO */

.img-revista {
	widows: 100%;
	max-width: 180px;
	margin-bottom: 30px;
	float: left;
}

.thumbnail-link {
	position: relative;
}

.box-revista{
	position: relative;
}

.box-revista p{
	position: absolute;
	bottom: 7.5px;
	left: 215px;
}

.box-revista p span{
	display: block;
	color: #999;
	padding-right: 80px;
}

.box-revista-no-issue .image-link{
	position: relative;
}

/* SINGLE AUTORES */

.single-autores .bg-img {
	min-height: 450px;
}

/************************ FOOTER ************************/

.footer {
	background: #ec115e;
	padding: 0;
	overflow: hidden;
}

.footer p {
	font-size: 1em;
}

.footer .img-logo {
	margin-top: -1px;
}

.footer .title {
	margin-top: 40px;
}

.footer a {
	color: white;
}

.footer .box-all-images {
	color: black;
}

.footer .box-all-images a {
	color: black;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #ec115e;
	float: right;
}

.footer ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 30px;
}
