.card-fixed {
    max-width: 265px;
    min-width: 265px;
    max-height: 480px;
    min-height: 480px;
    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;
}

.border-top-1 {
    border: 3px solid #c8a951 !important;
}

.border-20251028 {
    border: 2px solid #00548e;
}

.border-20251029 {
    border: 2px solid #00a490;
}

.border-20251030 {
    border: 2px solid #f07f1e;
}

.card-body {
    padding: 0.6rem;
    justify-content: space-evenly;
}

.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: 80px;
    max-height: 80px;
    overflow-y: auto;
    font-size: 18px;
    font-weight: bold;
    color: var(--azul-marino-medex);
    line-height: 110%;
}

.border-top-1 .titulo-fijo {
    color: #c8a951;
}

.ponente-fijo {
    min-height: 49px;
    max-height: 49px;
    overflow-y: auto;
    font-size: 15px;
    color: #004d80;
    line-height: 102%;
    margin-top: 0.5rem;
    align-content: center;
}

/* 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: #c8c8c8;
    border-radius: 5px;
}

.informacion {
    color: #747474;
    font-size: 13px;
    font-style: normal;
    line-height: normal;
    padding-inline: 1.5rem;
}
.informacion span {
    font-weight: 800;
}

/* Botones */
.btn-registrate {
    display: inline-flex;
    width: 135px;
    height: 30px;
    padding: 10px 30px;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #fff;
    text-align: center;
}

.btn-registrado {
    background-color: var(--azul-marino-medex);
    border-radius: 99rem;
    border-width: 2px;
}
