body {
    color: #383838;
  }
  
  .hero {
    background: url('../assets/images/hero-bg.jpg') no-repeat center center;
    background-size: cover;
  }
.navbar-brand img {
    width: 250px;
    height: auto;
}  
  
  .card {
    border: none;
  }
  
  @media (min-width: 992px) {
    .rounded-lg-3 {
        border-radius: .3rem;
    }
    *, ::after, ::before {
      box-sizing: border-box;
  }
}

destacado {
  color: #81C23F;
}

.bg-brand {
  background-color: #81C23F;
} 

.btn-success {
  background-color: #81C23F;
  border-color: #81C23F;
}
.text-success {
  color: #81C23F !important;
}
.btn-success:hover {
  background-color: #58921d;
  border-color: #58921d;
} 
footer a {
  color:white;
  text-decoration: none;
} 
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

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