.card-fixed {
    max-width: 265px;
    min-width: 265px;
    max-height: 400px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    border-radius: 18px;
    background: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    align-items: center;
}

.card-body{
    padding-top: .6rem;
}

.card-body hr {
    background-color: var(--azul-marino-medex);
    border-color: var(--azul-marino-medex);
    height: 2px;
    opacity: 100%;
}

/* ------------------ Contenido cards ------------------- */
picture {
    align-self: anchor-center;
}

.img-fluid {
    max-height: 169px;
    min-height: 169px;
}

/* Título + ponente con altura fija y scroll si se excede */
.titulo-ponente {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
}

.titulo-fijo {
    min-height: 25px;
    max-height: 40px;
    overflow-y: auto;
    font-size: 18px;
    font-weight: bold;
    color: var(--azul-marino-medex);
    line-height: 110%;
}

/* Scrollbar más discreto */
.titulo-fijo::-webkit-scrollbar,
.ponente-fijo::-webkit-scrollbar {
    width: 5px;
}
.titulo-fijo::-webkit-scrollbar-thumb,
.ponente-fijo::-webkit-scrollbar-thumb {
    background: var(--azul-marino-medex);
    border-radius: 5px;
}

.informacion {
    color: #747474;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    padding-inline: 0.7rem;
}

.boton-position {
    position: absolute;
    bottom: 12px;
    justify-self: anchor-center;
}

.btn-20 {
    display: inline-flex;
    width: 135px;
    height: 30px;
    flex-shrink: 0;
    padding: 0%;
}
