.pkp_structure_content {
    width: 100%;
    padding-left: 22px;
    padding-right: 22px;
    display: flex;
}

.pkp_structure_main {
    border-right: 1px solid #ddd;
    flex: 1;
}
.pkp_structure_main:before, 
.pkp_structure_main:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background: none;
}

.pkp_structure_head {
    background: rgba(113, 116, 118, 0.6);
    background-position: center center;
    background-size: cover;
    margin-bottom: 0px;
    width: 100%;
    display: flow-root;
}
.pkp_structure_sidebar {
    width: 25%;
}

.pkp_structure_head_bg_image {
    background-position: center center;
    background-size: cover;
    height: auto;
    padding: 180px 5% 30px 5%;
    display: inline-block;
    width: 100%;
}


.has_site_logo .pkp_head_wrapper {
    padding-top: 12px;
}

.pkp_site_name {
    margin-bottom: 10px;
}

.pkp_site_name .is_img img {
    max-height: 140px;
    margin-top: 20px;
}

/*
.pkp_site_name .issn {
    font-size: 16px;
     margin-left: 100px;
}
*/

/* Barra de menú */
.pkp_site_nav_menu {
    padding-top: 2px;
    padding-bottom: 2px;
}

.pkp_navigation_user a {
    color: #fff;
    font-size: 18px;
}

.pkp_block {
    background-color: #f4f4f4;
}

.pkp_block .title {
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    background-color: #2364a2 !important;
    box-shadow: 7px 8px 25px -8px rgba(0, 0, 0, 0.75);
}

/* ISBN */
.pkp_journal_issn {
    font-size: 16px;
    margin-left: 100px;
}

.obj_article_summary>.title a {
    font-size: 16px;
}
.obj_article_summary>.title a:hover,
.obj_article_summary>.title a:focus {
    color: #0094db;
}

.pkp_structure_footer_wrapper {
    background: #002f5d !important;
    color: #fff;
}
.pkp_structure_footer_wrapper a {
    color: #fff;
}

.obj_issue_toc .galleys>h2, .obj_issue_toc .section>h2, .obj_issue_toc .galleys>h3, .obj_issue_toc .section>h3 {
    background: #03598f;
    color: #fff;
}

.obj_issue_toc .galleys:before, .obj_issue_toc .section:before {
    border-top: 1px solid #03598f;
    left: 15px;
    width: 95%;
}

.cmp_button, 
.cmp_form .buttons button, 
.page_lost_password .buttons button, 
.page_search .submit button, 
.block_make_submission a {
    box-shadow: none;
    color: #03598f;
    border: 1px solid #03598f;
    width: 100%;
    text-align: center;
}
.block_make_submission a:hover, .block_make_submission a:focus {
    background: #006798;
    color: #fff;
}

@media (min-width: 768px) {
    .obj_issue_toc .cover {
        width: 35%;
    }
}

/* Bloques expandidos/contraidos */
.pkp_block {
    padding-left: 15px;
    padding-right: 15px;
}

.pkp_block .title {
	cursor: pointer;
	position: relative;
    padding: 5px 38px 5px 10px;
    padding-right: 38px;
    color: #fff;
    border-radius: 4px;
    background-color: #2364a2 !important;
    margin-bottom: 0;
    box-shadow: none;
}

/* Icono por defecto: "−" (expandido) */
.pkp_block .title::after {
	content: "−";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 1.5em;
    color: #FFF;
    background-color: #11304e;
    padding: 2px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* Icono cuando está contraído: "+" */
.pkp_block.collapsed .title::after {
	content: "+";
}

/* Animación del contenido */
.pkp_block .content {
	max-height: 1000px;
	overflow: hidden;
	transition: max-height 0.2s ease;
    background: white;
    margin: 0;
    padding: .5rem 1.2rem;
}

.pkp_block.collapsed .content {
	max-height: 0;
}
