/*
Theme Name: TheGem Elementor Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem-elementor
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/
.social-floating {
  position: fixed;
  top: 40%; /* Ajusta este valor para mover más arriba o abajo */
  right: 0;
  transform: translateY(-40%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}

.social-floating a {
  background-color: #333;
  color: white;
  padding: 12px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.social-floating a:hover {
  background-color: #555;
}
