.elementor-64 .elementor-element.elementor-element-ce366f9{--display:flex;--position:absolute;top:0px;}body:not(.rtl) .elementor-64 .elementor-element.elementor-element-ce366f9{left:0px;}body.rtl .elementor-64 .elementor-element.elementor-element-ce366f9{right:0px;}.elementor-64 .elementor-element.elementor-element-79dca51{--display:flex;--position:absolute;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;top:0px;}body:not(.rtl) .elementor-64 .elementor-element.elementor-element-79dca51{left:0px;}body.rtl .elementor-64 .elementor-element.elementor-element-79dca51{right:0px;}.elementor-64 .elementor-element.elementor-element-42ca7ce{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-64 .elementor-element.elementor-element-ddd8e05{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-c679eda */:root {
  --lc-brand: #3AACA3;
  --lc-brand-deep: #2e8f88;
  --lc-brand-soft: #e6f4f3;

  --lc-text-dark: #0f1f1e;
  --lc-text-light: rgba(15,31,30,0.75);

  --lc-white: #ffffff;

  --lc-shadow: 0 10px 30px rgba(0,0,0,0.12);
  --lc-shadow-hover: 0 18px 40px rgba(0,0,0,0.18);

  --lc-radius: 999px;
  --lc-transition: all 0.35s cubic-bezier(0.23,1,0.32,1);
}

/* ===== CONTENEDOR ===== */
.extra-social-buttons {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
  align-items: flex-end;
}

/* ===== BOTÓN BASE ===== */
.floating-social-btn {
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(10px);

  color: var(--lc-text-dark);
  height: 52px;

  border-radius: 999px 0 0 999px;
  text-decoration: none;
  overflow: hidden;

  border: 1px solid rgba(0,0,0,0.08);

  box-shadow: var(--lc-shadow);
  transition: var(--lc-transition);

  position: relative;
}

/* glow moderno (turquesa) */
.floating-social-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(58,172,163,0.25), transparent 50%);
  opacity: 0;
  transition: 0.4s;
}

/* ===== CONTENIDO ===== */
.floating-social-btn .btn-content {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 52px;
  height: 52px;
  transition: var(--lc-transition);
  white-space: nowrap;
}

/* ===== ICONO ===== */
.floating-social-btn i {
  font-size: 18px;
  margin: 0 16px;
  color: #0f0f0f;
  transition: 0.3s;
}

/* ===== TEXTO ===== */
.floating-social-btn span {
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  margin-left: 0;

  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;

  color: var(--lc-text-dark);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;

  transition: var(--lc-transition);
}

/* ===== HOVER ===== */
.floating-social-btn:hover {
  background: linear-gradient(135deg, #ffffff, var(--lc-brand-soft));
  border-color: rgba(58,172,163,0.35);

  box-shadow: var(--lc-shadow-hover);
}

/* glow activo */
.floating-social-btn:hover::before {
  opacity: 1;
}

/* expansión */
.floating-social-btn:hover .btn-content {
  width: 170px;
  justify-content: flex-start;
  padding-left: 10px;
}

.floating-social-btn:hover span {
  opacity: 1;
  max-width: 120px;
  margin-left: 6px;
}

/* icon hover */
.floating-social-btn:hover i {
  color: var(--lc-brand-deep);
}

/* ===== VARIACIONES SUTILES POR RED ===== */

/* Instagram */
.floating-social-btn.ig:hover {
  border-color: #E1306C;
}
.floating-social-btn.ig:hover i {
  color: #E1306C;
}

/* Facebook */
.floating-social-btn.fb:hover {
  border-color: #1877F2;
}
.floating-social-btn.fb:hover i {
  color: #1877F2;
}

/* Google */
.floating-social-btn.google-profile:hover i {
  color: #EA4335;
}

/* WhatsApp */
.floating-social-btn.whatsapp:hover i {
  color: #25D366;
}

/* Menu */
.floating-social-btn.menu:hover i {
  color: var(--lc-brand);
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {

  .extra-social-buttons {
    right: 0px;
    gap: 8px;
  }

  .floating-social-btn {
    height: 42px;
  }

  .floating-social-btn .btn-content {
    width: 42px;
    height: 42px;
  }

  .floating-social-btn i {
    font-size: 16px;
    margin: 0 12px;
  }

  /* MENOS EXPANSIÓN EN MOBILE */
  .floating-social-btn:hover .btn-content {
    width: 140px;
  }

  .floating-social-btn span {
    font-size: 10px;
  }

}/* End custom CSS */