.elementor-444 .elementor-element.elementor-element-4cfb055{--display:flex;--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--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-e3329df */.extra-social-buttons {
  position: fixed;
  right: 0;
  top: 50%; /* centro vertical */
  transform: translateY(-50%); /* compensa el top */
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9998;
  align-items: end;
}

.floating-social-btn {
  background-color: #D8C58D;
  color: #255D52;
  height: 45px;
  border-radius: 100px 0px 0px 100px;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  display: block;
}

.floating-social-btn .btn-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.floating-social-btn i {
  font-size: 24px;
  margin: 0 12px;
    z-index: 9999 !important;
    color: white !important
}

.floating-social-btn span {
    font-family: Jost;
    font-size: 12px;
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  margin-left: 0;
  transition: all 0.3s ease;
}

.floating-social-btn:hover .btn-content {
  width: 150px;
  justify-content: flex-start;
}

.floating-social-btn:hover span {
  opacity: 1;
  max-width: 100px;
  margin-left: 8px;
}

/* Colores de hover */
.floating-social-btn:hover {
  background-color: #255D52;
  color: #ffffff;
  font-weight: bold;
}/* End custom CSS */