.elementor-13447 .elementor-element.elementor-element-d6f5884 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-start;align-items:flex-start;}.elementor-13447 .elementor-element.elementor-element-d6f5884{margin-top:0px;margin-bottom:90px;}.elementor-13447 .elementor-element.elementor-element-6c34d9e > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-95533c8 *//* ======== Solo aplica dentro del shortcode ======== */
.short-pages-mp {

  /* --- Imágenes --- */
  .thank-img-pc {
    display: block;
    width: 100%;
    height: auto;
  }

  .thank-img-movil {
    display: none;
    width: 100%;
    height: auto;
  }

  /* --- Texto general --- */
  h3 {
    /*text-align: center;*/
    /*font-size: 18px;*/
    /*line-height: 1.5em;*/
    margin: 12px 0;
  }

  /* --- Colores heredados --- */
  /*span {*/
  /*  color: #9e002e;*/
  /*  font-weight: 400;*/
  /*}*/
}

/* ======== Modo móvil ======== */
@media only screen and (max-width: 768px) {
  .short-pages-mp .thank-img-pc {
    display: none !important;
  }
  .short-pages-mp .thank-img-movil {
    display: block !important;
  }
  .short-pages-mp h3 {
    font-size: 14px !important; /* 🔹 tamaño ideal para móviles */
    line-height: 1.4em;
    padding: 0 15px; /* 🔹 margen lateral para mejor lectura */
  }
}/* End custom CSS */