.bg-topo {
  /*background: url(../imagens/bg-topo.png) center top no-repeat !important;*/
}

body {
  font-family: 'Montserrat', sans-serif;
}

.title1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}

a:hover {
  text-decoration: none;
}

.float{
	position: fixed;
    bottom: 50px;
    right: 50px;
    background-color: #25d366;
    color: #FFF;
    text-align: center;
    font-size: 40px;
    z-index: 100;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-decoration: none;
}

.float:hover {
	color: #FFF;
}

.my-float{
	margin-top:9px;
}