.elementor-14840 .elementor-element.elementor-element-5058634{--display:flex;}.elementor-14840 .elementor-element.elementor-element-427d856f{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-14840 .elementor-element.elementor-element-3bb095e3{font-family:"Roboto", Sans-serif;font-weight:400;color:#7A7A7A;}.elementor-14840 .elementor-element.elementor-element-73a4d1d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-23459c0 */.wk-flex-box {
  max-width: 480px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

.wk-buttons-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}

.wk-btn {
  flex: 1;
  padding: 14px 0;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border-radius: 12px;
  font-size: 16px;
}

.wk-call {
  background: #FFD500; /* Amarillo marca */
  color: #000;
}

.wk-wa {
  background: #25D366; /* Verde WhatsApp */
  display: flex;
  justify-content: center;
  align-items: center;
}

.wk-wa img {
  width: 28px;
  height: 28px;
}

.wk-info {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}

.wk-info-title {
  font-weight: bold;
  margin-bottom: 4px;
}

/* Móvil → botones uno debajo del otro */
@media (max-width: 480px) {
  .wk-buttons-row {
    flex-direction: column;
  }
}/* End custom CSS */