@charset "utf-8";
/* CSS Document */

.page_index_journal .sections {display:none}

.published {display:none}

.item published {display:none}


#customblock-bandeiras {
	padding:  0 0 10px 20px;
}



#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-youtube {
	background: #980000;
}

.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);
}
