/* Manuscript En Prospectiva */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800;900&display=swap');
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Nunito', sans-serif !important;
	color: #12496B;
}
.pkp_structure_content .container{
	width: 1170px;
}
/* Quitar el degradado del fondo y aplicar gris claro */
.pkp_structure_head {
	background-image: none !important;
	background-color: #f4f4f4;
}
/* Abrir el encabezado al 100% */
.has_site_logo .pkp_head_wrapper {
	width: 100%;
}
/* MenÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº principal y menÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº de usuario*/
	.pkp_navigation_primary_row {
		background: #207DBA;
		padding-top: 0;
		padding-bottom: 0;
	}
	.pkp_nav_list li {
		padding-top: 0;
		padding-bottom: 0;
	}
	#navigationPrimary > li > a {
		padding: 15px;
		border-bottom-width: 0;
		margin-top: 0;
	}
	#navigationPrimary > li > a:hover, #navigationPrimary > li > a:active {
		color: #fff;
		background-color: #12496B;
	}
	#navigationPrimary a {
		color: #fff;
		font-size: 15px;
		font-weight: 400;
		text-transform: none;
	}
	#navigationPrimary a:hover {
		border-bottom-color: transparent !important;
		color: #9dbbf2;
	}
	#navigationPrimary ul a {
		background-color: #fff;
		color: #207DBA;
	}
	#navigationPrimary ul a:hover {
		background-color: #12496B;
		color: #fff;
	}
	.pkp_navigation_user {
		min-width: 250px;
	}
	.pkp_navigation_user > li > a:link, .pkp_navigation_user > li > a:visited {
		color: #207DBA;
		font-weight: 500;
	}
	.pkp_nav_list ul a {
		font-weight: 600;
		border-left: solid 3px transparent;
	}
	.pkp_nav_list ul a:hover {
		background-color: #fff;
		color: #40699a;
		border-left: solid 3px #40699a;
	}
	.pkp_site_nav_toggle  {
		background-color: #207DBA !important;
	}
	.pkp_navigation_search_wrapper a {
		color: #aae8ed;
}
	.pkp_navigation_search_wrapper a:hover {
		color: #fff;
		border-bottom: none;
}
.issn-menu {text-align: right;font-size: .9em;display: inline-block;vertical-align: middle;}
/* ================================= */
/* Anuncios */
.pkp_page_index .cmp_announcements {
	border-bottom: none;
}
.pkp_page_index .cmp_announcements h2 + .obj_announcement_summary, .pkp_page_index .cmp_announcements .more {
	padding-top: 10px;
	padding-bottom: 20px;
	width: 100%;
	border-bottom: solid thin #d4d4d4;
}
.pkp_page_index .cmp_announcements .more .obj_announcement_summary {
	padding-top: 10px;
}
.pkp_page_index .cmp_announcements h2 {
	clip: initial;
	position: relative !important;
	font-size: 2em;
	margin-top: 15px;
	margin-right: 20px;
	left: 0;
	border-bottom: solid 2px #40699a;
}
.page.page_announcements h1 {
	font-size: 2em;
	border-bottom: solid 2px #40699a;
}
.obj_announcement_summary h2 a {
	font-size: 140%;
	color: #207DBA;
}
.obj_announcement_summary h3 a {
	font-size: 1.5em;
	color: #207DBA;
}
.obj_announcement_summary h4 a {
	font-size: 1.3em;
	color: #207DBA;
}
.obj_announcement_summary h2 a:hover, .obj_announcement_summary h3 a:hover, .obj_announcement_summary h4 a:hover {
	color: #40699a;
}
.cmp_announcements .read_more {
	text-transform: none;
	display: block;
	width: 95px;
}
/* ================================= */

@media only screen and (max-width:992px) {
/* MenÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº principal y menÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº de usuario*/
	#navigationPrimary > li > a {
		padding: 6px 1em;
	}
	#navigationPrimary > li > a:hover {
		background-color: transparent !important;
	}
	.pkp_site_nav_menu {
		background: #207DBA;
	}
	.pkp_site_nav_menu ul ul {
		padding-left: 0.5rem;
		background-color: #207DBA;
		margin-left: 2em;
		margin-right: 2em;
	}
	#navigationPrimary ul a {
		background-color: transparent !important;
		color: #fff;
		border-left: none;
		padding-left: .3em;
		padding-right: .5em;
		padding-top: .5em !important;
		padding-bottom: .5em !important;
	}
	.pkp_navigation_search_wrapper {
		padding-left: 1rem;
	}
	.pkp_navigation_user.pkp_navigation_user {
		margin-top: 1rem;
		padding-top: 0;
	}
	.pkp_navigation_user > li > a:link, .pkp_navigation_user > li > a:visited {
		color: #fff;
		font-weight: 500;
		padding-bottom: .5em;
	}
	.pkp_nav_list ul a {
		padding-left: .5em;
	}
	.issn-menu {display: none;}
/* ================================= */
	.pkp_page_index .cmp_announcements h2 {
		left: 15px;
	}
}
/* "NÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âºmero actual" */
.pkp_page_index .current_issue h2 {
	font-size: 32px;
	color: #12496B;
	text-transform: none !important;
	border-bottom: none !important;
	font-weight: 500 !important;
}
.pkp_page_index .current_issue .current_issue_title {
	font-size: 20px;
	font-weight: 500;
	color: #666;
}
.obj_issue_toc .published .label {
	font-weight: 500 !important;
	text-transform: none !important;
}
.cmp_manuscript_button, .block_make_submission a, .obj_galley_link {
	font-weight: 500;
	background: #40699a;
}
.obj_article_summary > .title {
	font-size: 22px;
	font-weight: 600;
	line-height: 24px;
}
.obj_article_summary .subtitle {
	font-family: inherit;
	color: #40699a;
	font-size: 20px;
	margin-bottom: 0;
}
.pkp_page_index .current_issue .read_more {
	font-weight: 600;
	text-transform: none;
}
/* ================================= */
/* PÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡gina del artÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­culo */
.cmp_breadcrumbs a {
	text-transform: none;
}
.obj_article_details > .page_title {
	font-size: 30px !important;
	font-weight: 400 !important;
}
.obj_article_details > .subtitle {
	font-size: 25px !important;
	margin-top: 3px;
	margin-bottom: 0;
}
.obj_article_details .main_entry .item.doi .label, .obj_article_details .main_entry .item.keywords .label {
	font-family: inherit !important;
}
.obj_article_details .main_entry .item .label {
	font-size: 24px;
	color: #40699a;
	text-transform: none;
	border-bottom: none;
}
h3.label {
	font-size: 20px !important;
}
.obj_article_details .orcid a {
	font-size: 12px;
	color: #4080cd;
	background-image: url(https://revista.uny.edu.ve/ojs/index.php/en-prospectiva/libraryFiles/downloadPublic/40);
	background-size: 18px 18px;
	background-repeat: no-repeat;
	padding: 3px 0 3px 22px;
	background-position: 0 3px;
}
.references .value {word-break: break-word;}
.references .value p {padding-left: 2em !important;text-indent: -2em !important;}
.obj_article_details .entry_details .sub_item .label {
	text-transform: none;
	font-size: 16px;
}
.obj_article_details .entry_details .item .label, .obj_article_details .entry_details .sub_item .label {
	text-transform: none;
	font-size: 17px;
	font-weight: bold !important;
	border-bottom: none !important;
	margin-bottom: .7em;
}
.obj_article_details .entry_details .item .label + .value {
	padding-top: 0;
}
/*  */
.obj_issue_toc .galleys > h2, .obj_issue_toc .section > h2, .obj_issue_toc .galleys > h3, .obj_issue_toc .section > h3 {
	color: #12496B;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	border-bottom: none;
}
.obj_issue_summary .title {
	font-weight: 600;
	font-size: 18px;
}
/* Footer */
.pkp_structure_footer_wrapper {
	background: #2c517d;
	color: #fff;
}
.pkp_footer_content a {
	color: #fff;
}
.pkp_footer_content a:hover {
	background-color: #fff;
	color: #2c517d;
}
.pkp_brand_footer {
	display: none;
}
.sinfondo a:hover {
	background-color: transparent;
}
.indexes img {
	max-width: 180px;
	width: auto;
	height: auto;
}
/* Reducir el margen inferior entre los autores en la pÃ¡gina del resumen de un artÃ­culo */
.obj_article_details .authors li {
	margin-bottom: 1rem;
}
/* Affiliation en la página de resumen del artículo */
h3.label .affiliation {
	font-size:18px;
	font-weight: 400;
}
