.cd-top {
	display: inline-block;
	height: 35px;
	width: 35px;
	position: fixed;
	bottom: 5px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: gray url("/javax.faces.resource/top/images/cd-top-arrow.svg.xhtml") no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}

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

.cd-top.cd-fade-out {
	opacity: .7;
}

.no-touch .cd-top:hover {
	background-color: gray;
	opacity: 1;
}

@media only screen and (min-width: 768px) {
	.cd-top {
		right: 10px;
		bottom: 5px;
	}
}

@media only screen and (min-width: 1024px) {
	.cd-top {
		height: 40px;
		width: 40px;
		right: 20px;
		bottom: 5px;
	}
}

@media only screen and (max-width: 400px) {
	.colPerfil {
		width: 100%;
		display: block;
	}
}

.tooltipprim {
  position: relative;
  display: inline-block;
  margin-right: 0.8vw;
  margin-left: 0.2vw;
}


