.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}.elementor-324 .elementor-element.elementor-element-3897e2c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-shortcode .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-shortcode .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-widget-container .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-container .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-shortcode .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-shortcode .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}}@media(max-width:767px){.elementor-widget-container .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-container .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-shortcode .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-shortcode .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}}/* Start custom CSS for shortcode, class: .elementor-element-ce741e7 *//* 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:#1D3C34!important;
  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:0!important; /* celeste 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: #fff;
}

/* 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: #fff; /* celeste elegante */
  font-weight: 500;
}

/* EFECTO HOVER */
.floating-social-btn:hover {
  background: rgba(0,0,0,0.1);
  border-color: #fff;
  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;
}

@media (max-width: 767px) {

  .extra-social-buttons {
    right: 0px;
    gap: 10px;
  }

  .floating-social-btn {
    height: 40px;
  }

  .floating-social-btn .btn-content {
    width: 40px;
    height: 40px;
  }

  .floating-social-btn i {
    font-size: 17px;
    margin: 0 5px;
  }

  .floating-social-btn:hover .btn-content {
    width: 130px;
  }

  .floating-social-btn span {
    font-size: 13px;
  }

}/* End custom CSS */