.node circle {
    fill: lightsteelblue;
    stroke: #333;
    stroke-width: 1.5px;
}
.node text {
    font: 12px sans-serif;
    fill: #274F7B;
}
.link {
    fill: none;
    stroke: lightgray;
    stroke-width: 2px;
}
.icon {
    font-size: 12px;
    pointer-events: none;
}

.content-pnig {
    overflow: auto;
    background-color: #F3F3F3;
}

.content-pnig div {
    white-space: pre-wrap;
}





.modal {
    display: none;
    position: absolute;
    z-index: 1100;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    overflow: visible;
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    border: 1px solid #888;
    width: 80%;
    max-height: 80%;
    max-width: 600px;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1A6AB4;
    color: white;
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
    cursor: move;
}

#modalTitle {
    color: white;
    font-weight: bold;
}

#modalBody {
    max-height: 700px;
    overflow: hidden;
    overflow-y: scroll;
}

.modal-header h2 {
    margin: 0;
    font-size: 20px;
}

.close-modal {
    background-color: white;
    color: #1A6AB4;
    border: 2px solid #1A6AB4;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

#modalBody {
    padding: 20px;
    background-color: #fefefe;
}

ul.custom-list {
    list-style-type: none;
    padding-left: 0;
}

ul.custom-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    line-height: 1.5em;
}

ul.custom-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #FD6D0A;
    font-size: 50px;
}

ul.custom-list ul.custom-list {
    list-style-type: none;
    padding-left: 0;
    margin-top: 15px;
}

ul.custom-list ul.custom-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    line-height: 1.3em;
}

ul.custom-list ul.custom-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #FD6D0A;
    font-size: 40px;
}

ul.custom-list img{
    padding-right: 50px;
    padding-left: 50px;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px
}

.definicion-img{
    padding-right: 30px;
    padding-left: 30px;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px
}

.d3-tip {
    transition: top 0.2s ease, left 0.2s ease, opacity 0.2s ease;
}
