/* RPS - Pagina principal */



.pkp_site_name {

    margin-top: -31px;

}



.ecxtexto,

.page_about p,

.author_bios p,

.item.abstract p,

p.description,

p.Texto {

    text-align: justify;

}





/*Capas com sobreado*/



.cover img,

.thumb img {

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);

}





/* Barra Lateral - presa ao topo */



.pkp_structure_sidebar.left {

    position: sticky;

    top: 14px;

}





/* Barra Lateral - Idiomas */



.pkp_block {

    margin-top: -35px;

}



li.locale_pt_BR {

    list-style-image: url(https://www.faje.edu.br/periodicos/imagens/pt_BR.png);

    margin-left: 14px;

}



li.locale_es_ES {

    list-style-image: url(https://www.faje.edu.br/periodicos/imagens/es_ES.png);

    margin-left: 14px;

}



li.locale_en_US {

    list-style-image: url(https://www.faje.edu.br/periodicos/imagens/en_US.png);

    margin-left: 14px;

}



li.locale_fr_FR {

    list-style-image: url(https://www.faje.edu.br/periodicos/imagens/fr_FR.png);

    margin-left: 14px;

}



li.locale_it_IT {

    list-style-image: url(https://www.faje.edu.br/periodicos/imagens/it_IT.png);

    margin-left: 14px;

}



/* BotÃ£o para ocultar e exibir div */



/* Checkbox Hack */

.toogle_div #toggle-1 {

    display: none;

}



.toogle_div label {

    -webkit-appearance: push-button;

    -moz-appearance: button;

    display: inline-block;

    cursor: pointer;

    padding: 5px;

}



/* CSS padrÃ£o da div */

.toogle_div #mostra {

    display: none;

}



/* CSS quando o checkbox estÃ¡ marcado */

.toogle_div #toggle-1:checked~#mostra {

    display: block;

}

