#hero-area{
    background-image: linear-gradient(0deg, rgba(235,248,255,1) 0%, rgba(238,249,255,0.2) 10%, rgba(254,255,255,0.5) 30%, rgba(255,255,255,0.5) 70%, rgba(237,249,255,0.2) 90%, rgba(235,248,255,1) 100%),
    url("../img/hero.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height:95vh;
}
#hero-area h2{
    text-shadow: 4px 4px 10px white;
}

/* #feature{
    background-image: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(238,249,255,0.5) 5%, rgba(255,255,255,0.4) 50%, rgba(237,249,255,0.5) 95%, rgba(235,248,255,1) 100%),
    url("../img/feature/empresa.jpg");
    background-size: cover;
    background-position: right;
} */

.tns-visually-hidden, .tns-outer button{
  display: none !important;
}



.client-logo{
  min-height: 250px;
  max-height:350px;
}

.footer-logo img{
    max-width:300px;
}

.a-float{
	position:fixed;
	width:50px;
	height:50px;
	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:12px;
}