.directorio-section .directorio-card .button {
    gap: 8px;
    flex-wrap: wrap;
}

.directorio-section .directorio-card .button .btn-ver-mas {
    color: #fff;
    border-color: #19243c;
    background: linear-gradient(90deg, #19243c 0%, #3e6db0 100%);
}

.directorio-section .directorio-card .button .btn-ver-mas:hover {
    background: #fff;
    color: #19243c;
}

.ficha-card-class {
    min-height: 40px;
    margin: 0 0 14px;
    color: #66707d;
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
}

.ficha-publica-page {
    min-height: 100vh;
    padding: 42px 18px 70px;
    background: #f2f3f5;
}

.ficha-preview-banner {
    margin-bottom: 20px;
    padding: 13px 18px;
    border: 1px solid #e1c76d;
    border-radius: 8px;
    background: #fff8dc;
    color: #514719;
    font-size: 14px;
}

.ficha-preview-fixed {
    position: sticky;
    top: 0;
    z-index: 30;
    margin: 0;
    border-radius: 0;
    text-align: center;
}

.ficha-publica-card,
.ficha-web-section {
    max-width: 1180px;
    margin: 0 auto 24px;
    padding: 34px;
    border: 1px solid #e4e8ed;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(25, 36, 60, .08);
}

.ficha-publica-header {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 32px;
    align-items: center;
    padding-bottom: 28px;
    border-bottom: 1px solid #e9edf1;
}

.ficha-publica-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
    padding: 18px;
    border: 1px solid #edf0f3;
    border-radius: 15px;
}

.ficha-publica-logo img {
    max-width: 100%;
    max-height: 118px;
    object-fit: contain;
}

.ficha-back {
    display: inline-block;
    margin-bottom: 12px;
    color: #5e6875;
    font-size: 13px;
    text-decoration: none;
}

.ficha-publica-header h1 {
    margin: 0 0 12px;
    color: #19243c;
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 600;
    line-height: 1.12;
}

.ficha-clasificacion {
    display: inline-block;
    padding: 7px 13px;
    border-radius: 20px;
    background: #eaf0f8;
    color: #294f82;
    font-size: 13px;
    font-weight: 500;
}

.ficha-section {
    margin-top: 30px;
}

.ficha-section h2,
.ficha-web-title h2 {
    margin: 0 0 16px;
    color: #19243c;
    font-size: 21px;
    font-weight: 600;
}

.ficha-description {
    margin: 0;
    color: #3c4651;
    white-space: pre-line;
}

.ficha-contact-grid,
.ficha-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 28px;
}

.ficha-contact-grid > div {
    padding: 15px 17px;
    border-radius: 10px;
    background: #f6f8fa;
}

.ficha-contact-grid span,
.ficha-class-row > span {
    display: block;
    margin-bottom: 4px;
    color: #747e89;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.ficha-contact-grid strong,
.ficha-contact-grid a {
    color: #19243c;
    overflow-wrap: anywhere;
}

.ficha-list {
    margin: 0;
    padding-left: 20px;
    color: #3c4651;
}

.ficha-list li {
    margin-bottom: 7px;
}

.ficha-offer-list {
    display: grid;
    gap: 12px;
}

.ficha-offer-item {
    padding: 14px;
    border: 1px solid #e1e6ec;
    border-radius: 10px;
    background: #fff;
}

.ficha-offer-item h3 {
    margin: 0 0 6px;
    color: #19243c;
    font-size: 18px;
}

.ficha-offer-item p { margin: 8px 0; }
.ficha-offer-meta { margin-top: 3px; color: #747e89; font-size: 13px; }

.ficha-class-row {
    display: grid;
    grid-template-columns: 95px minmax(0, 1fr);
    gap: 12px;
    margin-bottom: 12px;
}

.ficha-chip {
    display: inline-block;
    margin: 0 6px 7px 0;
    padding: 5px 10px;
    border: 1px solid #dbe1e8;
    border-radius: 16px;
    background: #f7f9fb;
    color: #34445a;
    font-size: 12px;
}

.ficha-web-title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 20px;
}

.ficha-web-title a {
    color: #315f99;
    font-size: 13px;
}

.ficha-web-section iframe {
    display: block;
    width: 100%;
    height: min(720px, 75vh);
    border: 1px solid #d9dee5;
    border-radius: 10px;
    background: #fff;
}

.ficha-frame-note {
    margin: 10px 0 0;
    color: #747e89;
    font-size: 12px;
}

@media (max-width: 767px) {
    .ficha-publica-page { padding: 20px 10px 45px; }
    .ficha-publica-card, .ficha-web-section { padding: 20px; border-radius: 14px; }
    .ficha-publica-header { grid-template-columns: 1fr; gap: 18px; }
    .ficha-publica-logo { height: 135px; }
    .ficha-contact-grid, .ficha-columns { grid-template-columns: 1fr; }
    .ficha-class-row { grid-template-columns: 1fr; gap: 3px; }
    .ficha-web-title { display: block; }
    .ficha-web-title a { display: inline-block; margin-bottom: 12px; }
    .ficha-web-section iframe { height: 560px; }
}
