.elementor-13 .elementor-element.elementor-element-854ac22{--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 );}/* Start custom CSS for text-editor, class: .elementor-element-1a805ed0 */.plazia-hero-card img,
.plazia-hero-card video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plazia-video-card {
  aspect-ratio: 16 / 10;
  background: #061B3A;
}
/* AJUSTE MÓVIL DEFINITIVO - Banda Tu emprendimiento dentro de PLAZIA */
@media (max-width: 768px) {

  .plazia-dark-band {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 92px 20px 32px 20px;
    border-radius: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    overflow: visible;
  }

  .plazia-band-mascota {
    position: absolute;
    top: -50px;
    left: 50%;
    bottom: auto;
    transform: translateX(-50%);
    width: 108px;
    z-index: 3;
  }

  .plazia-band-mascota img {
    width: 100%;
    height: auto;
    display: block;
  }

  .plazia-dark-band h2 {
    font-size: 25px;
    line-height: 1.08;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    letter-spacing: -0.03em;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
  }

  .plazia-dark-band p {
    font-size: 15.5px;
    line-height: 1.5;
    max-width: 100%;
    width: 100%;
    margin: 14px auto 0 auto;
    overflow-wrap: anywhere;
  }

  .plazia-band-features {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 4px;
  }

  .plazia-band-feature {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    padding: 22px 0 0 0;
    margin: 0;
    text-align: center;
  }

  .plazia-band-feature strong {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 8px;
  }

  .plazia-band-feature span,
  .plazia-band-feature {
    font-size: 14.5px;
    line-height: 1.45;
  }

  .plazia-band-icon-placeholder {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
  }
}/* End custom CSS */