/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 11 2022 | 21:33:48 */
/*====================NAVIGATION MENU====================*/
/*STICKY HEADER*/
  /*Set bg color*/
  .main-header-bar.ast-sticky-active {
      background-color: #fff !important;
  }

/*MOBILE STICKY HEADER*/
  /*Set icons color*/
  .ast-button-wrap .menu-toggle .menu-toggle-icon:before,
  .ast-button-wrap .menu-toggle.toggled .menu-toggle-icon:before{
      color: #505050;
  }

/* WP FLOAT */
.boton-whatsapp{
 position:fixed;
 width:60px;
 height:60px;
 bottom:15px;
 right:15px;
 background-color:#25d366;
 color:#FFF;
 border-radius:50px;
 text-align:center;
  font-size:30px;
 box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.boton-whatsapp:hover {
 text-decoration: none;
 color: #25d366;
  background-color:#fff;
}
.icono-wp{
 margin-top:16px;
}