.modal-lineamientos {
    width: 95% !important;
    height: 95% !important;
    max-height: 95% !important;
    top: 2.5% !important;
}

.modal-lineamientos .modal-content {
    height: calc(100% - 64px);
    overflow: hidden;
    padding-bottom: 0;
}

.modal-lineamientos iframe {
    width: 100%;
    height: 100%;
}

.modal-lineamientos .modal-footer {
    position: sticky;
    bottom: 0;
    background: #fff;
    z-index: 10;
    display: flex;
    justify-content: end;
}

.modal-lineamientos .modal-footer a {
    margin: 0 5px;
    white-space: nowrap;
}

@media (max-width: 600px) {
    .modal-lineamientos .modal-footer {
        flex-direction: column;
        height: auto;
        gap: 8px;
    }

    .modal-lineamientos .modal-footer a {
        width: 100%;
        text-align: center;
    }
}
