.bg-topo {
  background-image: url("../imagens/bg-topo.png");

  /* Full height */
  height: 100%;


  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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-azul {
  color: #103262 !important;
}

.btn-azul {
  background: #ffcc02 !important;
  color: #103262;
  border: none;
  font-weight: bold;
}