.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1416 .elementor-element.elementor-element-753671e9{--display:flex;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1416 .elementor-element.elementor-element-100bb5bf{width:var( --container-widget-width, 0.656% );max-width:0.656%;--container-widget-width:0.656%;--container-widget-flex-grow:0;}.elementor-1416 .elementor-element.elementor-element-100bb5bf.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-100bb5bf *//* CONTENEDOR GENERAL */
.extra-social-buttons {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 9999;
  align-items: end;
}

/* BOTÓN */
.floating-social-btn {
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(4px);
  color: #fff;
  height: 48px;
  border-radius: 50px 0 0 50px;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.35s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  display: block;
  border: 1px solid rgba(198,166,103,0.25); /* dorado suave */
}

/* CONTENIDO INTERNO */
.floating-social-btn .btn-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  transition: all 0.35s ease;
  white-space: nowrap;
}

/* ICONO */
.floating-social-btn i {
  font-size: 20px;
  margin: 0 14px;
  color: #ffffff;
}

/* TEXTO OCULTO AL INICIO */
.floating-social-btn span {
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  margin-left: 0;
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: all 0.35s ease;
  color: #c6a667; /* dorado elegante */
  font-weight: 500;
}

/* EFECTO HOVER */
.floating-social-btn:hover {
  background: rgba(0,0,0,0.85);
  border-color: #c6a667;
  box-shadow: 0 6px 15px rgba(0,0,0,0.45);
}

.floating-social-btn:hover .btn-content {
  width: 155px;
  justify-content: flex-start;
  padding-left: 6px;
}

.floating-social-btn:hover span {
  opacity: 1;
  max-width: 120px;
  margin-left: 8px;
}

/* EVITA SCROLL HORIZONTAL */
body {
  overflow-x: hidden !important;
}/* End custom CSS */