/* Revista RyS 2019 */
body {
 font-family: Arial, sans-serif;
 font-size: 14px;
 line-height: 20px;
 color: rgba(0,0,0,0.87);
 background: #fff;
 margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
 display: block;
}



.pkp_site_name .is_img img {
    display: block !important;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.pkp_block .title {
 display: block !important;
 margin-bottom: 10px !important;
 padding: 0px !important;
 font-size: 18px !important;
 line-height: 20px !important;
 color: #911A18 !important;
 	font-weight: normal !important;
}
.block_information a,.block_language_toggle a {
 	font-size: 13px !important;
  	color: #226600 !important;
	font-weight: normal !important;
}

.pkp_block a {
    text-decoration: none !important;
    color: #226600 !important;
}
a:hover, a:focus {
    color: #888888 !important;
}

.pkp_structure_footer_wrapper {
    background: #CABC9B !important;
}
.pkp_footer_content {
    padding: 30px !important;
    text-align: left !important;
    font-size: 11px !important;
}
.obj_article_summary > .title {
    font-size: 14px !important;
    line-height: 20px !important;
	font-weight: normal !important;
}

.obj_article_summary > .title a {
    text-decoration: none !important;
    color: #226600 !important;
}
.cmp_button_wire:hover, .cmp_button_wire:focus, .obj_galley_link:hover, .obj_galley_link:focus {
    background: #ffffff !important;
    color: #9A362F !important;
}
cmp_button_wire, .obj_galley_link {
    display: inline-block !important;
    padding: 0 1em !important;
    background: #9A362F !important;
    border: 1px solid #9A362F !important;
    border-radius: 3px !important;
    font-size: 13px !important;
    line-height: 28px !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.pkp_site_name > a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.has_site_logo .pkp_site_name, .has_site_logo .pkp_navigation_primary_wrapper {
    width: auto;
    background-color: #94181C !important;
}
.pkp_navigation_primary {
    display: inline-block !important;
    max-width: 70% !important;
    text-align: left !important;
    padding-left: 20px !important;
}

img {
 max-width: 100%;
 width: auto;
 height: auto
}

.pkp_head_wrapper {
    width: 100% !important;
    padding-top: 0 !important;
}

@media(min-width: 768px) {
    
    .has_site_logo .pkp_head_wrapper {
        width: 100%;
    }
    .pkp_site_name_wrapper {
        width: 100%;
        padding: 0;
    }
}

@media(max-width:992px) {
    .pkp_site_name .is_img img {
        max-height: 100%;
    }
    .pkp_site_name .is_img {
        padding-top: 0;
        padding-bottom: 0;
    }
    .pkp_site_name {
        padding-left: 0;
    }
    .pkp_site_name_wrapper {
        height: 120px;
    }
    .has_site_logo .pkp_head_wrapper {
        padding-right: 0;
    }
    .pkp_structure_head {
        border-bottom: 1px solid transparent;
    }
}

@media(max-width:600px) {
    .pkp_site_name_wrapper {
        height: 100px;
    }
}

@media(max-width:400px) {
    .pkp_site_name_wrapper {
        height: 60px;
    }
}


.pkp_structure_main h2 {
    font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #9A362F !important;
}

.pkp_page_index .current_issue .current_issue_title {
    margin: 20px 0;
    font-weight: 700;
        color: #9A362F !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: #9A362F;
 text-decoration: none;
 margin-bottom: 20px
}

a {
    color: #226600;
    overflow-wrap: break-word;
}

.pkp_nav_list ul a:hover,.pkp_nav_list ul a:focus {
 outline: 0;
 background: #eeeeee;
 border-color: #ffffff;
}

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

.pkp_navigation_primary ul a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #226600 !important;
}

.pkp_brand_footer img{
    display: none;
}


.lens-article .content-node.publication-info .value{
	margin-left: 0 !important;
}



.pkp_block {
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #CCC;
    margin: 4% 2%;
}

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


