.text-justify {
    text-align: justify;
}

.reconoceteverde {
    background-color: #4B9960 !important;
}

body.reconocete {
    /*font-family: sans-serif;*/
    background-color: #f5fff4;
}

body.miperfildigital {
    /*font-family: sans-serif;*/
    background-color: #ffff;
}

[x-cloak] { /*used by alpinejs*/
    display: none;
}

#bold {
    font-weight: bold;
}

.azul-titulo {
    color: #132A9F;
}

.card-bg-azul {
    background-color: #144FC1;
}

.bg-gc {
    background-color: #111825;
}

.card-gc{
    min-height: 100%;
}

.custom-shadow {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}
.custom-shadow:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);
}