.hero .hero-waves {
  background-color: rgba(255,255,255,0.4);
}

.hero .wave1 use {
  fill: var(--accent-color);
}

.hero .wave2 use {
  fill: var(--accent-color);
}

.hero .wave3 use {
  fill: var(--accent-color);
}


/* Whats App */
.btn-whatsapp a {
    color:#fff; 
    text-decoration:none; 
    display:block; 
}
.btn-whatsapp {
    z-index: 19;
    position:fixed; 
    right: 0px;
    bottom: 60px;
    transform: translate(-50%, -50%);  
    background-color:rgb(37, 211, 102); 
    width:60px; height:60px; 
    text-align:center; 
    line-height:58px; 
    font-size:1.8em; 
    color:#ffffff; 
    font-weight:100; 
    border-radius:50%; 
}
.btn-whatsapp:before,
.btn-whatsapp:after
{
    content: '';
    display:block;
    position: absolute;
    border-radius:50%;
    border:1px solid #25d366;
    left: -20px;
    right: -20px;
    bottom: -20px;
    top: -20px;
    animation: animate 1.5s linear infinite;
    opacity:0;
    backface-visibility:hidden;    
}
.pulsaDelay:after { animation-delay: .5s; }
@keyframes animate {
   0%   { transform: scale(0.5); opacity:0; }
   50%  { opacity:1; }
   100% { transform: scale(1.2); opacity:0; }
}

.banner-2.andro_banner .andro_banner-slider-text h1 {
    background-repeat: inherit!important;
    -webkit-background-clip: inherit!important;
    -webkit-text-fill-color: inherit!important;
    color: #777777;
}


/* .hero .hero-waves {
  height: 150px!important;
  margin-top: -100px!important;
} */

.hero .hero-waves {
  background-color: rgba(255,255,255,0);
  z-index: 9;
  margin-top: -60px;
}

.hero .wave1 use {
  fill: rgba(150,150,150,0.5)
}
.hero .wave2 use {
  fill: rgba(100,100,100,0.6)
}
.hero .wave3 use {
  fill: rgba(255,255,255,0.5)
}