/* ==========================================================
   TEXTOS CON STROKE - LGP
========================================================== */

/* ==========================================
   LOTE
========================================== */

.elementor-widget-heading.lgp-stroke-lote .elementor-heading-title{
    color:#FFD400;
    -webkit-text-stroke:14px #4859A8;
    paint-order:stroke fill;
}

/* ==========================================
   TÍTULOS
========================================== */

.lgp-stroke{
    color:#FFD400;
    -webkit-text-stroke:11px #F6E500;
    paint-order:stroke fill;
}

/* ==========================================
   NÚMEROS
========================================== */

.lgp-stroke-number{
    color:#FFD400;
    -webkit-text-stroke:14px #F6E500;
    paint-order:stroke fill;
}

/* ==========================================================
   TABLET
========================================================== */

@media (max-width:1024px){

    .elementor-widget-heading.lgp-stroke-lote .elementor-heading-title{
        -webkit-text-stroke:10px #4859A8;
    }

    .lgp-stroke{
        -webkit-text-stroke:5px #F6E500;
    }

    .lgp-stroke-number{
        -webkit-text-stroke:12px #F6E500;
    }

}

/* ==========================================================
   MOBILE
========================================================== */

@media (max-width:767px){

    .elementor-widget-heading.lgp-stroke-lote .elementor-heading-title{
        -webkit-text-stroke:6px #4859A8;
    }

    .lgp-stroke{
        -webkit-text-stroke:6px #F6E500;
    }

    .lgp-stroke-number{
        -webkit-text-stroke:6px #F6E500;
    }

}