.elementor-449 .elementor-element.elementor-element-6e3171fd{--display:flex;}.elementor-449 .elementor-element.elementor-element-72bdc012 .e-contact-buttons__chat-button svg{order:-1;}.elementor-449 .elementor-element.elementor-element-72bdc012 .e-contact-buttons{--e-contact-buttons-chat-button-gap:0px;--e-contact-buttons-horizontal-offset:10px;--e-contact-buttons-vertical-offset:10px;}.elementor-449 .elementor-element.elementor-element-72bdc012 .e-contact-buttons__chat-button{font-family:"Poppins", Sans-serif;font-size:18px;font-weight:500;}@media(max-width:767px){.elementor-449 .elementor-element.elementor-element-72bdc012 .e-contact-buttons__chat-button svg{order:-1;}.elementor-449 .elementor-element.elementor-element-72bdc012 .e-contact-buttons{--e-contact-buttons-chat-button-padding-block-end:0px;--e-contact-buttons-chat-button-padding-block-start:0px;--e-contact-buttons-chat-button-padding-inline-end:0px;--e-contact-buttons-chat-button-padding-inline-start:0px;--e-contact-buttons-horizontal-offset:10px;--e-contact-buttons-vertical-offset:10px;}}/* Start custom CSS for contact-buttons-var-7, class: .elementor-element-72bdc012 *//* Estilo general del botón flotante */
.e-contact-buttons__chat-button {
  border-radius: 12px !important;
  background-color: #FFFFFF !important;
  border: 2px solid #1E3A8A !important;
  padding: 6px 10px !important;
  color: #1E3A8A !important;
  font-weight: 600 !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) !important;
  transition: all 0.3s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px;
  font-size: 14px;
  max-width: fit-content !important;
  white-space: nowrap;
}

/* Ocultar el ícono SVG */
.e-contact-buttons__chat-button .e-font-icon-svg {
  display: none !important;
}

/* Estilo para los enlaces de idioma */
.gtranslate_wrapper a.glink {
  font-weight: bold;
  color: #1E3A8A !important;
  text-decoration: none;
  padding: 2px 6px;
  border-radius: 6px;
  transition: background-color 0.3s ease;
  font-size: 14px;
}

/* Hover para los enlaces */
.gtranslate_wrapper a.glink:hover {
  background-color: #E0E7FF;
  color: #1D4ED8 !important;
}

/* Ocultar el idioma actual */
.gtranslate_wrapper .gt-current-lang {
  display: none !important;
}

/* ✅ Ajustes responsive para móviles */
@media (max-width: 768px) {
  .e-contact-buttons__chat-button {
    padding: 5px 8px !important;
    font-size: 13px !important;
    gap: 3px !important;
  }

  .gtranslate_wrapper a.glink {
    padding: 2px 4px !important;
    font-size: 13px !important;
  }
}/* End custom CSS */