html, body {
    background: url("http://148.206.53.210/alteridades_actualizacion/public/f.png");
   /* background-size: cover;*/
}

body.current-view.reader{
background:white!important;
}

.header{
background-color: #3c8d24!important;
}

@media (min-width: 992px)
.pkp_site_name .is_img img {
    max-height: 100%!important; 
}

.pkp_site_name .is_img img {
    /* display: block; */
    /* max-height: 2.143rem; */
    max-width: 100%!important;
    width: 100%!important; 
    height: 100%!important;
}

.current_issue{
    background-color: white;
    padding: 3em;
}

.container_page{
    background-color: white;
    padding: 3em;
}

.journal-logo {
    max-height: 100%!important;
    max-width: 100%!important;
}

main.page.page_issue{
    margin: 3.5em;
    background-color: white;
}

main.page.page_article{
    margin: 3.5em;
    background-color: white;
}

main.page{
margin: 3.5em;
    background-color: white;
}

div.page{
    margin: 3.5em;
    background-color: white;
}

.pdf-header{
background-color:white!important;

}

.btn.galley-link.obj_galley_link_supplementary.file {
    width: 200px;
    display: block;
    white-space: nowrap!important;
    text-overflow: ellipsis!important;
    overflow: hidden!important;
}

.additional-footer-info{
color:white;
}

.sidebar_wrapper{
background-color:white;
padding:1.5em;
}

.pkp_block.block_Keywordcloud{
color:black;
}

.barra_lateral{
margin-top: 15px;
}

.sidebar_wrapper {
    width: 300px; /* Set your preferred width */
    float: left; /* Float the sidebar to the left */
    margin-right: 20px; /* Add some margin to the right for spacing */
}

/* Adjust styles as needed */
.sidebar_wrapper a {
    text-decoration: none;
    color: black;
}

/* Add styling for the sidebar blocks */
.pkp_block {
    margin-bottom: 20px; /* Add some margin between blocks */
}

/* Optional: Add a background color or border to the sidebar */
.sidebar_wrapper {
    background-color: white;
    margin-top:40px;
    margin-left:15px;
    display: block;
}

.current_issue{
margin-left: 90px;
text-align: left;
}

.additional_content{
text-align:center;
}


@media screen and (max-width: 600px){
.current_issue {
margin-left:0px;
text-align: center;
}
.cover_image{
max-width: 200px;
}

.barra_lateral{
display:none;
}
}
.footer-brand-image{
 display: none;
}

