/* =============================================
   EN-FINANCIAMIENTO
   Extraido del <style> inline de en/modules/financiamiento.php
   El <link> queda EN LA MISMA POSICION para preservar la cascada.
   ============================================= */

.car-card--transparent ul li::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 8px;
    width: 8px;
    height: 8px;
    background: transparent !important;
    border-radius: 50%;
    }
