.elementor-6514 .elementor-element.elementor-element-7ff75ac{--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;}/* Start custom CSS for html, class: .elementor-element-f3b1418 *//* CORRECCIÓN PARA ELEMENTOR: FORZAR TEXTOS BLANCOS */
.lm-landing,
.lm-landing h1,
.lm-landing h2,
.lm-landing h3,
.lm-landing h4,
.lm-landing h5,
.lm-landing h6,
.lm-landing p,
.lm-landing li,
.lm-landing span,
.lm-landing small,
.lm-landing strong,
.lm-landing summary,
.lm-landing div {
  color: #ffffff !important;
}

/* MANTENER TEXTOS VERDES DE LA IDENTIDAD LEARNING MIND */
.lm-landing .lm-title span,
.lm-landing .lm-section-title h2 span,
.lm-landing .lm-eyebrow,
.lm-landing .lm-badge,
.lm-landing .lm-price,
.lm-landing .price,
.lm-landing .lm-module-num,
.lm-landing .lm-offer-price .price,
.lm-landing .lm-quick-card strong,
.lm-landing .lm-card h3,
.lm-landing .lm-icon,
.lm-landing .lm-faq summary:after {
  color: #93e235 !important;
}

/* BOTONES */
.lm-landing .lm-btn-primary,
.lm-landing .lm-btn-primary *,
.lm-landing .lm-btn-primary span {
  color: #071007 !important;
}

.lm-landing .lm-btn-outline,
.lm-landing .lm-btn-outline *,
.lm-landing a {
  text-decoration: none !important;
}

/* EVITAR AZUL EN ENLACES DE ELEMENTOR */
.lm-landing a:not(.lm-btn-primary) {
  color: #ffffff !important;
}

.lm-landing .lm-btn-primary {
  color: #071007 !important;
}/* End custom CSS */
/* Start custom CSS *//* CENTRAR 20% DE DESCUENTO EN CELULAR */
@media(max-width:620px){
  .lm-offer-row{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
  }

  .lm-discount{
    width:100% !important;
    text-align:center !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    margin:0 auto !important;
  }

  .lm-discount small{
    display:block !important;
    text-align:center !important;
    width:100% !important;
  }

  .lm-price-box{
    width:100% !important;
    text-align:center !important;
  }
}
/* CORREGIR PRECIO $199.990 EN VERSIÓN PC */
@media(min-width:621px){
  .lm-price{
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    font-size: 48px !important;
    line-height: 1 !important;
    text-align: center !important;
  }

  .lm-price-box{
    min-width: 220px !important;
    width: 100% !important;
    text-align: center !important;
  }

  .lm-offer-row{
    grid-template-columns: 0.85fr 1.15fr !important;
    align-items: center !important;
  }
}/* CORREGIR PRECIO $199.990 EN VERSIÓN PC */
@media(min-width:621px){
  .lm-price{
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    font-size: 48px !important;
    line-height: 1 !important;
    text-align: center !important;
  }

  .lm-price-box{
    min-width: 220px !important;
    width: 100% !important;
    text-align: center !important;
  }

  .lm-offer-row{
    grid-template-columns: 0.85fr 1.15fr !important;
    align-items: center !important;
  }
}/* End custom CSS */