.CardFormacion__image{
    max-height: 100px;
}

.idborsa {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #ccc;
}

.idborsa {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #ccc;
}

#borsa_titulo {
    color: var(--bg-primary) !important;
}

.accordion-button:focus {
    border-color: #f9fafb !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: #333 !important;
    background-color: #f7f7f7 !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125) !important;
}

.accordion-button {
    font-weight: bold;
}

#borsa_descripcion img {
    max-width: 30%;
    height: auto;
}