.elementor-90 .elementor-element.elementor-element-80549ca{--display:flex;--position:absolute;top:0px;}body:not(.rtl) .elementor-90 .elementor-element.elementor-element-80549ca{left:0px;}body.rtl .elementor-90 .elementor-element.elementor-element-80549ca{right:0px;}.elementor-90 .elementor-element.elementor-element-42091bc{--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-90 .elementor-element.elementor-element-42091bc{left:0px;}body.rtl .elementor-90 .elementor-element.elementor-element-42091bc{right:0px;}.elementor-90 .elementor-element.elementor-element-3102a85{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-90 .elementor-element.elementor-element-40ff4af{--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-6e81d7f *//* CONTENEDOR GENERAL */
.extra-social-buttons {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 9999;
  align-items: flex-end;
}

/* BOTÓN */
.floating-social-btn {
  background: rgba(15, 12, 10, 0.85); /* más cálido, menos negro puro */
  backdrop-filter: blur(8px);
  color: #fff;
  height: 50px;
  border-radius: 50px 0 0 50px;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.35s ease;
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);

  display: block;

  /* BORDE PREMIUM */
  border: 1px solid rgba(198,164,90,0.35);

  /* glow sutil */
  position: relative;
}

/* glow dorado sutil */
.floating-social-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(198,164,90,0.15), transparent 40%);
  opacity: 0;
  transition: 0.4s;
}

/* CONTENIDO */
.floating-social-btn .btn-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  transition: all 0.35s ease;
  white-space: nowrap;
}

/* ICONO */
.floating-social-btn i {
  font-size: 18px;
  margin: 0 16px;
  color: #C6A45A; /* dorado marca */
  transition: 0.3s;
}

/* TEXTO */
.floating-social-btn span {
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  margin-left: 0;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.35s ease;
  color: #f4efe8;
  font-weight: 600;
}

/* HOVER */
.floating-social-btn:hover {
  background: linear-gradient(135deg, #1a1613, #0f0c0a);
  border-color: #C6A45A;
  box-shadow: 0 10px 25px rgba(0,0,0,0.6);
}

.floating-social-btn:hover::before {
  opacity: 1;
}

/* EXPANSIÓN */
.floating-social-btn:hover .btn-content {
  width: 165px;
  justify-content: flex-start;
  padding-left: 8px;
}

.floating-social-btn:hover span {
  opacity: 1;
  max-width: 120px;
  margin-left: 6px;
}

/* ICON HOVER */
.floating-social-btn:hover i {
  color: #fff;
}

/* EVITA SCROLL */
body {
  overflow-x: hidden !important;
}

/* MOBILE */
@media (max-width: 767px) {

  .extra-social-buttons {
    gap: 10px;
  }

  .floating-social-btn {
    height: 42px;
  }

  .floating-social-btn .btn-content {
    width: 42px;
    height: 42px;
  }

  .floating-social-btn i {
    font-size: 16px;
    margin: 0 10px;
  }

  .floating-social-btn:hover .btn-content {
    width: 130px;
  }

  .floating-social-btn span {
    font-size: 11px;
    letter-spacing: 0.06em;
  }
}/* End custom CSS */