.full-section {
  height: 100vh;
  background-image: url("../images/abertura-fundo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}


img.logo {
  width: 500px;
  margin-bottom: 60px;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:black;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
  background-color: #A2B21E;
}
a:hover {
  color: #ffffff;
}

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


@media (max-width: 768px) {

  img.logo {
    width: 80%;
  }
}
@media (max-height: 568px) {

}
