/* Estilos ajustados para el ícono flotante de WhatsApp en la esquina inferior derecha */
.whatsapp-float {
    position: fixed;
    bottom: 15px; /* Distancia desde el borde inferior */
    right: 15px; /* Distancia desde el borde derecho */
    background-color: #25D366;
    border-radius: 50%;
    width: 60px; /* Tamaño del contenedor más grande */
    height: 60px; /* Tamaño del contenedor más grande */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    text-decoration: none;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

.whatsapp-icon {
    width: 50px; /* Tamaño del ícono más grande */
    height: 50px; /* Tamaño del ícono más grande */
}
