* {
	outline: none;
}

body {
	position: relative;
	margin: 0 auto;
}

.content {
	/* max-width: 90vw;
    margin: 0 auto; */
}

/* Voltar ao topo */
.cd-top {
	background: #0081562f center 50%;
	background-size: 15px;
	border-radius: 50%;
	bottom: 0px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	display: flex;
	flex-direction: column;
	/* height: 18px; */
	right: 15px;
	opacity: 0;
	overflow: hidden;
	padding: 20px 0;
	position: fixed;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	/* visibility: hidden; */
	white-space: nowrap;
	width: 60px;
	z-index: 10;
	opacity: 1;
}

.cd-top.cd-is-visible {
	bottom: 20px;
	opacity: 1;
	visibility: visible;
}

.cd-top.cd-fade-out {
	opacity: .5
}

.cd-top:hover {
	opacity: 1;
}

.cd-top i {
	color: rgb(255, 255, 255);
	line-height: 0.5;
	margin: 0 auto;
}