
/*
Colores
	Rojo: #e40429;
	azul: #008DC5;
*/

/* @group Cabecera */

.header {
	padding-top: 0!important;
	background: url(../images/header-bkg.jpg);
}

img.journal-logo {
	max-width: 300px!important;
	margin-top: 20px;
}

.upper-header {
	padding-top: 0!important;
}

.nav-item:hover .task_count,
.task_count:hover{
	background-color: #008DC5!important;
	color: #fff;
}

ul#navigationPrimary {
	margin-top: 25px;
	padding-top: 15px;
	padding-left: 16px;
	border-top: 1px solid #fff;
	border-bottom: 0px;
}

li.nav-item {
	text-align: center!important;
	color: #fff!important;
}

li.nav-item a,
li.nav-item a:link,
li.nav-item a:visited {
	color: #fff!important;
}

li.nav-item a:active,
li.nav-item a:hover,
li.nav-item a:focus{
	background-color: #008DC5!important;
	color: #fff!important;
}

div.navigation-dropdown a.dropdown-item:link,
div.navigation-dropdown a.dropdown-item:visited {
	color: #008DC5!important;
}

div.navigation-dropdown a.dropdown-item:active,
div.navigation-dropdown a.dropdown-item:hover,
div.navigation-dropdown a.dropdown-item:focus {
	color: #fff!important;
}

/* @end */

.read_more {
	display: none;
}

.article_summary {
	margin-bottom: 30px!important;
}

.archive_issue_cover {
	border: 1px solid #4a4a4a;
}

.description_text {
	column-count: 1!important;
}

h1.issue-header {
	color: #008DC5;
	//font-size: 2rem!important;
	text-align: center!important;
	margin-bottom: 50px;
}

h2 {
	text-transform: uppercase;
	color: #008DC5;
	text-align: center!important;
	margin-top: 55px;
}

h2.current_issue_title {
	text-align: center!important;
	color: #008DC5;	
}

.published {
	text-align: center!important;
}

div.abstract h2 {
	color: #2a3c70;
	margin-top: 0!important;
	text-align: left!important;
}

h3 {
	font-size: 1.5rem;
	color: #2a3c70;
}

h4,
h4.section_title {
	text-transform: uppercase;
	font-weight: bold;
	color: #2a3c70;
}

.container-page {
	padding-bottom: 50px!important;
}

#licenciaArt {
	font-size: 12px;
}



.addthis_toolbox a,
.addthis_toolbox a:link,
.addthis_toolbox a:visited {
	text-decoration: none!important;
	border-bottom: none!important;
}

.addthis_toolbox a:active,
.addthis_toolbox a:hover {
	background-color: #fff!important;
}

.csl-entry {
	font-size: 14px;
}

.citation_formats {
	margin-top: 10px;
}

a {
	border-bottom: 2px solid #008DC5;
	box-shadow: none;
	-webkit-box-shadow: none;
}

a:hover {
	background-color: #008DC5;
	color: #fff;
}


.issue_cover_block a {
	border-bottom: none !important;
}

.issue_cover_block a:hover {
	background-color: rgba(0, 0, 0, 0)!important;
}

.btn-primary, 
.btn-primary:visited, 
a.galley-link, 
a.galley-link:visited {
	color: #008DC5;
	border: 1px solid #008DC5;
	background-color: #fff;
}

.btn-primary:hover, 
.btn-primary:active, 
.btn-primary:focus, 
a.galley-link:hover, 
a.galley-link:active, 
a.galley-link:focus 	 {
	color: #fff;
	border: none;
	background-color: #008DC5;
	
}


.current_issue header {
	margin-bottom: 0px !important;
}

.section:not(:last-child){
	border-bottom: 2px solid #008DC5;
}

.section {
	padding-bottom: 15px!important;
}

h1.page_title, h1.text-center {
	color: #008DC5;
	font-size: 2.5rem!important;
}

.issue_summary_title{
	font-size: 20px!important;
	font-weight: bold;
}

.issue_summary_title a:link,
.issue_summary_title a:visited{	
	color: #092141 !important;
}

.issue_summary_title a:hover,
.issue_summary_title a:active{
	color: #fff!	important;
}

.evaluadores {
	column-count: 2;
	margin-top: 50px!important;
}


/* @group Footer */

.site-footer {
	background-color: #607d89;
	//background-color:#2a3c70;
	color: #fff;
	padding-bottom: 30px;
}


.logo_footer {
	width: 50%;
	float: left;
	display: block;
}

img#mp{
	width: 190px;
	margin-right: 0px;
}

img#carsep{
	width: 190px;
	margin-right: 25px;
}


.mp_footer {
	width: 50%;
	float: left;
	display: block;
}

.licencia_footer {
	width: 50%;
	float: left;
	display: block;
	text-align: center;
}

.site-footer img.footer-brand-image{
	filter: invert(100%);
	vertical-align: middle;
}

.legales p{
	text-align: center;
}

/* @end */



@media (min-width: 1200px) {
	.description_cover {
		width: 80%!important;
		margin: 0 auto!important;
	}
	.issue_cover_block {
		width: 25%!important;
		text-align: center!important;
		//padding-right: 5%!important;
	}
	
	.issue_cover_block img {
		max-width: 210px!important;
		width: 100%!important;
		border: 1px solid #4a4a4a;
	}
	
	.description {
		width: 70%!important;
	}

}

@media (min-width: 992px) and (max-width:1200px) {
	.description_cover {
		width: 100%!important;
		margin: 0 auto!important;
	}
	.issue_cover_block {
		width: 22%!important;
		text-align: center!important;
		padding-right: 3%!important;
	}
	
	.issue_cover_block img {
		max-width: 210px!important;
		width: 100%!important;
		border: 1px solid #4a4a4a;
	}
	
	.description {
		width: 75%!important;
		margin-right: 0!important;
	}
	

}

@media (min-width: 768px) and (max-width: 992px) {
	description_cover {
		width: 100%!important;
		margin: 0 auto!important;
	}
	.issue_cover_block {
		width: 33%!important;
		text-align: right!important;
		padding-right: 2%!important;
	}
	
	.issue_cover_block img {
		max-width: 210px!important;
		width: 100%!important;
		border: 1px solid #4a4a4a;
	}
	
	.description {
		width: 60%!important;
	}
	
}

@media (min-width:988px) {
	ul.cmp_article_list li {
		width: 48%;
		margin-right: 2%;
	}
}
@media (max-width:768px) {
	.issue-header {
		text-align: center!important;
	}
	.issue_cover_block {
		width: 100%;
		text-align: center!important;
		margin-bottom: 25px;
	}
	
	.issue_cover_block img {
		width: 210px!important;
		//width: 100%!important;
		border: 1px solid #4a4a4a;
	}
	
	.description {
		width: 90%!important;
		margin: 0 auto!important;
	}
}
