#contenedor_footer { background-color: var(--color-azul-oscuro); }

/* #footer_personalizado
{
    display: flex;
    flex-direction: row !important;
    align-items: flex-start;

    padding: 40px 64px 34px 64px;
    z-index: 10000;

    width: 1440px;
    margin: 0 auto;
}

.caja_footer
{
    width: 25%;
    color: white;
}

.footer_encabezado
{
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}

.footer_letra
{
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

.footer_logo
{
    width: 16px;
    height: 16px;
}

.logo_nimbo {
    width: 105.784px;
    height: 24px;
    flex-shrink: 0;
    margin-right: 200px;
}

@media (max-width: 620px) {

    #footer_personalizado
    {
        flex-direction: column !important;
        align-items: center;
        padding: 0px;
        width: 100%;
        margin: 0 auto;
    }

    #caja_footer_001{
        width: 100%;
        text-align: center;                              
    }

    #caja_footer_002, 
    #caja_footer_003, 
    #caja_footer_004{
        display: none;
    }

    .logo_nimbo {
        width: 105.784px;
        height: 24px;
        margin-right: 0px;
        margin-bottom: 24px;
    }
} */