.float-button_init {
    
	
	
	position:fixed;
	bottom: 24px;
    right: 24px;
    width: 60px;
	height: auto;
	background-color:#26d366;
    border-radius: 50px;
	
    
    z-index: 300;
    display: flex;
    cursor: pointer;
    align-items: center;
    background: white;
    
    max-width: 246px;
    max-height: 64px;
   
    padding: 11px 16px 11px 11px;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.15);
    transition: background-color 0.1s ease;
	background-color:#26d366;
	
	
	
    }
.float-button_init span {
            display: none;
        }


.float-button {
    
	position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 300;
    display: flex;
    cursor: pointer;
    align-items: center;
    background: white;
    border-radius: 100px;
    max-width: 246px;
    max-height: 64px;
	width: 228px;
    height: 64px;
    padding: 11px 16px 11px 11px;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.15);
    transition: background-color 0.1s ease;
    }
.fab_label_w {
	
	font-size: 18px;
    line-height: 2.3rem;
    font-weight: 500;
    color: #128c7e;
	font-family: 'system-ui';
	
	
}
  /*  .float-button:hover {
         background-color: #128C7E;
          color: #fff;
    }
*/
    .fa-whatsapp {
        font-size: 20px !important;
        padding-right: 5px;
        padding-left: 5px;
    }
	
	
.fab__icon {
    width: 38px;
    margin-right: 9px;
}
    @keyframes whatsapp-animation {
        from {
            opacity: 0%;
        }

        to {
            opacity: 100%
        }
    }

    @media screen and (max-width: 545px) {
     .float-button_init span {
            display: none;
        }


.float-button_init {
			bottom: 24px;
            
            right: 24px;
            width: 60px;
			height: auto;
			background-color:#26d366;
            border-radius: 50px;
        }
        .float-button {
			bottom: 24px;
            /*bottom: 15px;*/
            right: 24px;
            width: 60px;
			height: auto;
			background-color:#26d366;
            border-radius: 50px;
        }

        .fa-whatsapp {
            font-size: 22px !important;
            padding: 4px;
        }
    }