@charset "utf-8";
/* CSS Document */

.page_index_journal .sections {display:none}

/* .published {display:none} */

/* .published .sub_item {display:none} */


#customblock-bandeiras {
	padding:  0 0 10px 20px;
}

.pkp_head_wrapper a:link {
	color:#FFFFFF;
	background-color:#EA7314;
	text-decoration:none;
}

.pkp_head_wrapper a:visited {
	color:#FFFFFF;
}

.pkp_head_wrapper {
	color:#FFFFFF;
	background-color:#EA7314;
	text-decoration:none;
}


#customblock-redes {
	padding: 0 0 0 20px;
}

.social-bar {
	position: fixed;
	right: 0;
	top: 45%;
	font-size: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 100;
}

.iconsocial {
	color: white;
	text-decoration: none;
	padding: .7rem;
	display: flex;
	transition: all .5s;
}

.iconsocial-facebook {
	background: #4267B2;
}

.iconsocial-faed {
	background: #009B65;
}


.iconsocial-udesc {
	background: #CCCCCC;
}


.iconsocial:first-child {
	border-radius: 1rem 0 0 0;
}

.iconsocial:last-child {
	border-radius: 0 0 0 1rem;
}

.iconsocial:hover {
	padding-right: 3rem;
	border-radius: 1rem 0 0 1rem;
	box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
}


.block_language li {
	float:left;
	width:50px;
	height:80px;
}

.locale_en_US a{
   text-indent:-9999px;
   display:inline-block;
   width:50px;
   height:50px;
   background: url(https://revistas.udesc.br/public/site/images/tempo/estados-unidos-3d-pb.jpg) no-repeat;
   vertical-align:middle;
}

.locale_en_US a:hover{
   background: url(https://revistas.udesc.br/public/site/images/tempo/estados-unidos-3d.jpg) no-repeat;
}


.locale_es_ES a{
   text-indent:-9999px;
   display:inline-block;
   width:50px;
   height:50px;
   background: url(https://revistas.udesc.br/public/site/images/tempo/espanha-3d-pb.jpg) no-repeat;
   vertical-align:middle;
}

.locale_es_ES a:hover{
   background: url(https://revistas.udesc.br/public/site/images/tempo/espanha-3d.jpg) no-repeat;
}

.locale_pt_BR a{
   text-indent:-9999px;
   display:inline-block;
   width:50px;
   height:50px;
   background: url(https://revistas.udesc.br/public/site/images/tempo/brasil-3d-pb.jpg) no-repeat;
   vertical-align:middle;
}

.locale_pt_BR a:hover{
   background: url(https://revistas.udesc.br/public/site/images/tempo/brasil-3d.jpg) no-repeat;
}

.locale_fr_FR a{
   text-indent:-9999px;
   display:inline-block;
   width:50px;
   height:50px;
   background: url(https://revistas.udesc.br/public/site/images/tempo/franca-3d-pb.jpg) no-repeat;
   vertical-align:middle;
}


.locale_fr_FR a:hover{
   background: url(https://revistas.udesc.br/public/site/images/tempo/franca-3d.jpg) no-repeat;
}

.block_make_submission_link {
	width: 200px;
	text-align:center;
}