/*PAGINA COMPLETA*/
body{
	background: #d6e5e2!important; 
}

.pkp_structure_page {
    margin: 0 auto;
    max-width: 1160px;
    background: #fff;
	margin-top: 30px;
    margin-bottom: 30px;
	text-align: justify;
	justify-content: flex-start
}

/*CABECERAS*/
.pkp_help_link{
	z-index: 0!important; 
}

.pkp_structure_head{
	background: #ffffff;
}

.pkp_navigation_primary_row{
	border-bottom: 1px solid #00523e;
	border-top: 1px solid #00523e;
	margin-top:15px;
}

.pkp_site_name_wrapper a, .pkp_navigation_user_wrapper a{
	color: #000000!important;
}

.pkp_site_nav_menu{
	background: #ffffff;
}

.pkp_site_nav_toggle{
	background-color: #00523e;
	border-radius: 4px;
	left: 5px;
}

li.show{
	display: inline-block!important; 
}
/*NAVBAR*/
#navigationUser{
	margin-right: 30px;
}

.pkp_site_name_wrapper{
	width: 100%;
	display: flex !important;
	justify-content: flex-start !important;
}

.has_site_logo .pkp_head_wrapper {
    width: 100%;
}

.pkp_navigation_primary_row {
	padding-right: 15px;
    padding-left: 15px;
}

.pkp_site_name{
	margin-left: 1% !important;
	margin-right: 0% !important;
	width: auto !important;
}

.pkp_navigation_primary_wrapper{
	width: 100% !important;
	background-color: #ffffff!important;
}

.pkp_navigation_primary > li:first-child a {
	margin-top: 5px!important;
	margin-bottom: 5px!important;
	margin-right: 5px!important;
	margin-left: 5px!important;
}

.pkp_navigation_primary>li>a{
	color:#00523e;
	font-weight: bold;
	margin-top: 5px!important;
	margin-bottom: 5px!important;
	margin-right: 5px!important;
	margin-left: 5px!important;
	border-bottom: 0px!important;
}

.pkp_navigation_search_wrapper a {
        color:#00523e !important;
        font-weight: bold;
        padding: 10px 0px;
}

.pkp_navigation_search_wrapper a:hover, .search_controls a:focus {
	text-decoration: underline;
	color: #00523e!important;
	font-weight: bold;
}

.pkp_nav_list ul a{
	color: #000000!important;
}

.pkp_navigation_primary .dropdown-menu a:focus, .pkp_navigation_primary .dropdown-menu a:hover {
    border-color: #00523e;
}

.is_open a{
	color: #00523e!important;
}

.is_open a:hover{
	border-color: #00523e!important;
}

.pkp_nav_list ul a:hover, .pkp_nav_list ul a:focus {
	border-color: #00523e!important;
}

#navigationPrimary>li:hover{
	background-color: #00523e!important;
	color: #ffffff!important;
}

#navigationPrimary>li>a:hover, #navigationPrimary>li>a:focus{
	background-color: #00523e!important;
	color: #ffffff!important;
}

#navigationPrimary > li:hover > a{
	color: white !important;
	background-color: #00523e!important;
}

@media (min-width: 992px){
.pkp_navigation_primary>li:hover ul {
    left: 0px;
    top: 40px;
}
}
/*BODY*/
h1{
	margin-top:5px!important;
	margin-bottom:5px!important;
	font-size: 20px!important;
}

#journalName{
	margin-bottom: 0px!important;
}

.label{
	color:#000000!important;
    white-space: inherit!important;
	padding: 0px!important;
}

.current_issue_title{
	font-size: 16px;
}

.pkp_page_index .additional_content {
    border-top: 0px!important;
	margin-bottom: 20px;
}

.additional_content{
	display:inline-block!important;
}

.additional_content img{
	margin-right:25px;
	margin-bottom:25px;
}

.pkp_structure_content {
    padding-top: 15px;
}

.pkp_structure_content a{
	color: #000000;
}

button{
    color: #00523e!important;
}

.page h1{
	font-size: 16px !important;
	margin-bottom: 20px !important;
}

.h4, h4 {
	font-size: 14px !important;
	font-weight: bold !important;
} 

.page_search .submit button:after {
	background: #00523e;
}

.cmp_notification{
	border-left: 5px solid #00523e;
}

.pkp_structure_main:before, .pkp_structure_main:after {
    width: 0px!important;
    background: #ffffff!important;
}

.pkp_page_index .cmp_announcements {
    border-top: 0px!important;
    border-bottom: 0px!important;
}

.obj_issue_toc .sections:not(:first-child) {
    margin-top: 0px;
}

.obj_issue_toc .galleys, .obj_issue_toc .section {
    margin: 0px -30px;
}

.pkp_page_index .homepage_about {
    padding-top: 0px;
    padding-bottom: 0px;
}

.pkp_structure_main h1, .pkp_structure_main h2, .pkp_structure_main h3, .pkp_structure_main h4 {
    margin: 10px 0 10px;
}

.current_issue_title{
	margin: 0px!important;
}

.obj_issue_toc .section>h3 {
	margin-top: 10px;
}

.obj_issue_toc .section>h2 {
	margin-top: 10px;
	color: #00523e;
}

#issueTocGalleyLabel{
	color: #00523e;
}

.page_issue_archive .issues_archive>li {
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
}

.page_issue_archive .issues_archive {
	margin-left: -10px;
}

.obj_issue_toc .galleys:before, .obj_issue_toc .section:before {
    border-top: 0px;
}

.obj_issue_toc>.galleys, .obj_issue_toc .section {
    margin: 10px;
    padding: 0;
    border-top: 1px solid #00523e;
}

.obj_issue_toc .published {
    margin: 5px 0;
}

.label{
	font-size: 100%!important;
}

.article-title{
	max-width:90%;
}

.article-link:hover{
	color: #00523e!important;
}

.obj_issue_summary a:hover{
	color: #00523e!important;
}

.sub_item .label{
    padding: 14px !important;
    background: #d6e5e2;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 12px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.1;
}

.sub-item .label+.value{
	padding: 5px;
}

.obj_article_details .row{
	border: 0px;
}

.obj_article_details .entry_details .item {
	border: 0px;
}

.main_entry, .entry_details{
	border-right: 0px!important;
	border-left: 0px!important;
}

.obj_galley_link{
	margin-bottom: 5px;
}

.obj_article_details .entry_details .galleys_links>li {
    display: block;
	margin-bottom: 5px;
}

.obj_article_details .entry_details .galleys_links>li a {
    display: block;
}

.obj_galley_link{
	background: #00523e!important;
	border: 1px solid #00523e!important;
	color:#ffffff!important;
}

.obj_galley_link:hover{
	background: #81cab8!important;
	border: 1px solid #81cab8!important;
	color:#000000!important;
}

#group h4{
	margin-top: 25px;
	color: #00523e!important;
}

.page_about h3{
	color: #00523e!important;
	font-size: 18px;	
}

.page_about a{
	color: #337ab7!important;	
}

.page_submissions h2{
	color: #00523e!important;
	font-size: 18px;
}

.page_submissions a{
	color: #337ab7!important;	
}

.page_contact h3{
	color: #00523e!important;
	font-size: 18px;	
}

.page_contact a{
	color: #337ab7!important;	
}

.additional_content a{
	color: #337ab7!important;	
}

.doi a{
	color: #337ab7!important;	
}

.references a{
	color: #337ab7!important;	
}

.consent a{
	color: #337ab7!important;	
}

.page_privacy a{
	color: #337ab7!important;
}

h1{
	font-size: 25px!important;
	color: #00523e!important;
	font-weight: bold!important;
	font-family: "Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif!important;
}

.page_title{
	font-size: 25px!important;
	color: #00523e!important;
	font-weight: bold;
	font-family: "Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif!important;
}

.pkp_page_index .homepage_image img {
    display: block;
    width: 60%;
    height: auto;
    margin: 3%;
}

#homepageIssue+h3, #homepageAnnouncements+h3 {
	color: #00523e!important;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	padding-top: 20px;
	border-bottom: 2px solid #00523e;
	display: inline-block!important;
	font-family: "Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif!important;
}

.pkp_page_index .current_issue .read_more {
    display: inline-block;
    position: relative;
    padding-right: 30px;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    color: #00523e;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cmp_form .label{
	display: inline-block;
}

.page_contact .label {
    display: inline-block;
    font-weight: 700;
}

#article-title{
	font-size: 20px!important;
}

.item.abstract {
    padding-top: 0!important;
}

.references a{
	word-break: break-all;
}

.most_read_article_title{
	text-align: left!important;
}

.item.copyright h4{
	font-weight: inherit!important;
}

.item.copyright ol{
	padding-left: 10px!important;
}

#img-rhytmica img{
	width: 75%;
}

#customblock-indexacion img{
	width: 65%;
	margin-top: 5px;
}

@media (min-width: 992px){
	.pkp_nav_list ul {
		width: 18em;
	}
}

/*BREADCRUMBS*/
.cmp_breadcrumbs a{
	text-transform: uppercase;
	color: #00523e!important;
}
.cmp_breadcrumbs .separator{
	padding: 1px!important;
}
.cmp_breadcrumbs {
	text-align: left !important;
}
.cmp_breadcrumbs {
    word-wrap: break-word;
	position: relative;
}


/*SIDEBAR*/
.pkp_block{
	padding: 15px;
}

.pkp_block .title {
    border-bottom: 2px solid #00523e;
    font-weight: bold;
    text-transform: none;
	color: #00523e!important;
}

.pkp_block h2,.block_Keywordcloud span {
    margin-bottom: 10px!important;
    margin-top: 0!important;
    font-size: 16px!important;
    font-weight: 700!important;
    line-height: 20px!important;
    color: #00523e!important;
    border-bottom: 2px solid #00523e!important;
    display: inline-block!important;
}

#customblock-logos img{
	max-width: 75%!important;
}

/*FOOTER*/
.pkp_footer_content {
    padding: 0px;
    text-align: left;
    background: white;
    margin-left: -15px;
    margin-right: -15px;
}

.pkp_structure_footer{
	margin-top:15px;
	padding-right: 15px;
    padding-left: 15px;
	width: 100%;
}

.pkpDropdown__content {
    overflow-y: auto !important;
    max-height: 85vh !important;
}

.pull-right {
    width: 50%;
}

html {
    background: none;
}
