/*!
 * CUSTOM CSS
 */
 
/*** Seleção Colorida ***/
::-moz-selection {
background:#E5E5E5; /*Cor do fundo*/
color:#808080; /*Cor da fonte*/
}
::selection {
background:#E5E5E5;/*Cor do fundo*/
color:#808080; /*Cor da fonte*/
}

/*** Botão subir ***/
.crunchify-top:hover {
	color: #fff !important;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
}
 
.crunchify-top {
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	width: 3.2rem;
	height: 3.2rem;
	line-height: 3.2rem;
	font-size: 1.4rem;
	color: #fff;
	background-color: #B51A00;
	text-decoration: none;
	border-radius: 3.2rem;
	text-align: center;
	cursor: pointer;
}

