<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** GenealogÃ­a **/
.family-tree {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.family-tree .tree-nodo {
    min-width: calc(25% - 40px);
    max-width: calc(25% - 40px);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 0 20px;
    position: relative;
}

.family-tree .tree-ejemplar {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    margin: 20px 0;
    flex-direction: column;
    justify-content: center;
}

.family-tree .tree-padres,
.family-tree .tree-abuelos,
.family-tree .tree-bisabuelos {
    width: auto;
    display: flex;
    position: relative;
    margin: 10px 0;
    justify-content: center;
    flex-direction: column;
}

.family-tree p {
    line-height: normal;
    padding: 4px 10px;
    width: 100%;
    border: 1px solid #3f0308;
    color: #3f0308;
    text-align: center;
    border-radius: 50px;
    margin: 0 !important;
    word-break: break-word;
}

.hide-mobile-tree {
    display: block;
}

.show-mobile-tree {
    display: none;
}

.tree-ejemplar::after,
.tree-padres::after,
.tree-abuelos::after {
    content: "";
    width: 20px;
    height: 1px;
    position: absolute;
    background: #3f0308;
    right: -20px;
}

.tree-padres::before,
.tree-abuelos::before,
.tree-bisabuelos::before {
    content: "";
    width: 20px;
    height: 1px;
    position: absolute;
    background: #3f0308;
    left: -20px;
}

.tree-nodo:first-child::before,
.tree-nodo:nth-child(2)::before,
.tree-nodo:nth-child(3)::before {
    content: "";
    width: 1px;
    height: calc(50% + 1px);
    background: #3f0308;
    position: absolute;
    right: -20px;
}

.tree-nodo:nth-child(2)::before {
    height: calc(75% + 1px);
}

.tree-nodo:nth-child(3)::before {
    height: calc(87% + 2px);
}

.tree-bisabuelos {
    width: 100% !important;
}

@media (min-width: 667px) and (max-width: 1024px) {

    /** GenealogÃ­a **/
    .col-genealogy {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .family-tree {
        margin-top: 0.5em;
        width: 100%;
        display: flex;
        flex-direction: row;
    }

    .family-tree .tree-nodo {
        min-width: calc(25% - 40px);
        max-width: calc(25% - 40px);
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        margin: 0 20px;
        position: relative;
    }

    .family-tree .tree-ejemplar {
        width: 100%;
        height: 100%;
        display: flex;
        position: relative;
        margin: 20px 0;
        flex-direction: column;
        justify-content: center;
    }

    .family-tree .tree-padres,
    .family-tree .tree-abuelos,
    .family-tree .tree-bisabuelos {
        width: auto;
        display: flex;
        position: relative;
        margin: 10px 0;
        justify-content: center;
        flex-direction: column;
    }

    .family-tree p {
        line-height: normal;
        padding: 4px 10px;
        width: 100%;
        border: 1px solid #3f0308;
        color: #3f0308;
        text-align: center;
        border-radius: 50px;
        margin: 0 !important;
        word-break: break-word;
    }

    .hide-mobile-tree {
        display: block;
    }

    .show-mobile-tree {
        display: none;
    }

    .tree-ejemplar::after,
    .tree-padres::after,
    .tree-abuelos::after {
        content: "";
        width: 20px;
        height: 1px;
        position: absolute;
        background: #3f0308;
        right: -20px;
    }

    .tree-padres::before,
    .tree-abuelos::before,
    .tree-bisabuelos::before {
        content: "";
        width: 20px;
        height: 1px;
        position: absolute;
        background: #3f0308;
        left: -20px;
    }

    .tree-nodo:first-child::before,
    .tree-nodo:nth-child(2)::before,
    .tree-nodo:nth-child(3)::before {
        content: "";
        width: 1px;
        height: calc(50% + 1px);
        background: #3f0308;
        position: absolute;
        right: -20px;
    }

    .tree-nodo:nth-child(2)::before {
        height: calc(75% + 1px);
    }

    .tree-nodo:nth-child(3)::before {
        height: calc(87% + 2px);
    }

    .tree-bisabuelos {
        width: 100% !important;
    }
}

@media(max-width: 666px) {
    .family-tree p {
        font-size: 12px;
    }

    /* #genealogy .modal-content &gt; .modal-body { min-width: 600px!important; } */
    #genealogy .modal-content {
        overflow: scroll !important;
    }

    .hide-mobile-tree {
        display: none !important;
    }

    .show-mobile-tree {
        display: block;
    }

    .family-tree {
        flex-direction: column;
        padding-top: 2em;
    }

    .family-tree .tree-nodo {
        min-width: 100%;
        margin: 0;
        flex-direction: row;
    }

    .family-tree .tree-padres {
        margin: 0 5%;
    }

    .tree-abuelos {
        margin: 0 10px;
        width: 50% !important;
    }

    .tree-bisabuelos {
        width: 25% !important;
    }

    .tree-bisabuelos:before {
        margin: 10px !important;
    }

    .tree-nodo:first-child::before,
    .tree-nodo:nth-child(2)::before,
    .tree-nodo:nth-child(3)::before {
        width: 1px;
        height: 20px;
        right: 50%;
        bottom: 0px;
    }

    .tree-abuelos:before {
        content: "" !important;
        width: 1px;
        height: 20px;
        position: absolute;
        top: -20px;
        left: 50%;
    }

    .tree-padres::before,
    .tree-abuelos::before,
    .tree-bisabuelos::before {
        content: none;
    }

    .family-tree .tree-padres,
    .family-tree .tree-abuelos,
    .family-tree .tree-bisabuelos {
        margin: 20px 5px;
    }

    .tree-ejemplar::after,
    .tree-padres::after,
    .tree-abuelos::after {
        height: 20px;
        width: 1px !important;
        right: 50%;
        bottom: -20px;
    }

    .family-tree&gt;.tree-nodo::before {
        content: none;
    }

    .tree-ejemplar::after {
        content: none;
    }

    .tree-bisabuelos:after {
        content: "";
        width: 1px;
        height: 20px;
        background: #3f0308;
        position: absolute;
        right: 50%;
        top: -20px;
    }

    .tree-nodo:nth-child(3):before {
        content: "";
        width: 85%;
        height: 1px;
        position: absolute;
        left: 7.5%;
        background: #3f0308;
    }

    .tree-nodo:nth-child(2):after {
        content: "";
        width: 50%;
        height: 1px;
        background: #3f0308;
        position: absolute;
        bottom: 0px;
        right: 25%;
    }
}

/** Fin GenealogÃ­a **/</pre></body></html>