/* =============================================
   ACCIONES-SUSTENTABLES
   Extraido de los <style> inline duplicados en 8 modulos.
   Se enlaza EN LA MISMA POSICION que ocupaba el <style>.
   ============================================= */

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


    #inscripcion{
        background-color: #d6e6ed;
        padding:80px 0px;
        color: #29292d;
    }

    #inscripcion *{
        color: #29292d;

    }

    .btn-cfi{
        font-family: var(--font-bebas);
        background-color: #d6e6ed;
        color: #29292d;
        border: 1px solid #d6e6ed;
        text-decoration: none;
        font-size: 27px;
        padding: 15px 40px;
    }


    #inscripcion .btn-cfi {
    background-color: #29292d;
    color: #d6e6ed;
    border: 1px solid #29292d;
    text-decoration: none;
    font-size: 27px;
    padding: 15px 40px;
}

#inscripcion .btn-cfi:hover {
    background-color: #d6e6ed;
    color: #29292d;
    border: 1px solid #29292d;
}

    #inscripcion p, #inscripcion a{
        
        font-size: 21px;
    }

    .btn-cfi:hover{
        background-color: #29292d;
        color: #d6e6ed;
        border: 1px solid #d6e6ed;
        text-decoration: none;
    }

    .bg-primary{
        background-color: #00a6e0 !important;
    }

    .car-card--transparent:hover {
    background-color: inherit !important;
    color: inherit !important;
    cursor: auto !important;
    }
