body {
	position: relative;
}
#preload {
	z-index: 9999;
	background-color: #0842B0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	width: 100%;
	height: 100%;
}
#preload img {
	width: 70px;
}
#whatsapp {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: fixed;
	bottom: 30px;
	right: 30px;
	cursor: pointer;
	transition: 0.1s;
	border: none;
	outline: none;
	z-index: 9998;
	/* display: none; */
}
#whatsapp:hover {
	box-shadow: 0 2px 12px rgba(0,0,0,0.2);
}
#scrolltop {
	background-color: #0842B0;
	padding: 13px 18px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	cursor: pointer;
	transition: 0.2s;
	border:1pt solid #0842B0;
	z-index: 9998;
	border-radius: 5px;

	display: none;
}
#scrolltop:hover {
	background-color: white;
	border-color: #0842B0;
}
#scrolltop:hover i {
	color: #0842B0;
}
#scrolltop i {
	color: white;
	font-size: 18px;
}