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

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

.title1 {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}

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;
}

.btn-pink {
  background: #ff6858 !important;
  color: #FFF;
  border: none;
}

.bg-pink {
  background: #ff6858 !important;
}

.bg-black {
  background: #000 !important;
  color: #FFF;
}

.text-pink {
  color: #ff6858 !important;
}