
.wrapper_footer{
	min-height: 50px;
	background: #222222;
	color: #FFFFFF;
	font-size: 0.9em;
    text-align: center;
}
.wrapper_footer .container{ 
    padding: 35px 15px; 
}

.wrapper_footer  .social{
    font-size: 1.5em;
}

.wrapper_footer .container a{ color: #fff; }
.wrapper_footer .container a:hover{ color: #30aad9; }

.wrapper_footer .social .label {
    font-size: 12px;
    color: #ccc;
}

.wrapper_footer .social.align-right{
    text-align: center;
}

.floating-menu {
    position: fixed;
    bottom: 63px;
    right: 4px;
    z-index: 1000;
}

.floating-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background-color: #25D366; /* WhatsApp green color */
    border-radius: 50%;
    color: white;
    font-size: 24px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.floating-menu a:hover {
    background-color: #128C7E; /* Darker WhatsApp color on hover */
    transform: scale(1.1); /* Slight zoom on hover */
}