.btn-flotante{
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  line-height: 60px;
  z-index: 9999;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,.3);
}
.btn-flotante:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,.35);
}
#gototop{
  left: 30px;
  right: inherit;
}
@media screen and (max-width: 767px) {
  body .wrapper {
    transform: none !important;
	}
}