#sectionPrincipal {
    display: flex;
    justify-content: center;
    overflow-x: scroll;
}

.organogram {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Arial, sans-serif;
    position: relative;
}

.child-content {
    position: relative;
    font-size: 10px;
}

    .child-content::before {
        content: "";
        position: absolute;
        display: block;
        left: 20px;
        top: -17px;
        background: #333;
        height: 99.5%;
        width: 2.3999999999999886px;
    }



  

        .node, .no-arrow, .node-green, .child-content-element, .node-cinza {
            margin: 10px 0;
            text-align: center;
            position: relative;
            border: 1px solid #5A6062;
            padding: 10px;
            border-radius: 100px;
            margin-top: 20px;
            color: #AEC838;
            font-weight: 600;
            z-index: 1 !important;
        }

.node, .no-arrow, .node-green {
    width: 160px;
    text-transform: uppercase;
}

.node-green {
    background: #AEC838;
    color: #fff;
    border: none;
    font-size: 10px;
    margin-bottom: -6px;
}

.child-content-element, .node-cinza {
    background: #D6D6D6;
    color: #fff;
    border: none;
    padding: 10px !important;
    position: relative;
}

.child-content-element {
    margin-left: 30px;
    color: #696F70;
}

    .child-content-element::before {
        content: "";
        width: 10px;
        background-color: #333;
        position: absolute;
        top: 50%;
        left: -10px;
        transform: translateY(-50%);
        height: 2.3999999999999886px;
    }

.node-cinza {
    font-size: 10px;
    width: 100px;
    margin-inline: auto;
    color: #696F70;
}

.node {
    margin-inline: 5px;
    font-size: 11px;

}

    .node::before {
        content: "";
        display: block;
        width: 2.1999999999999886px;
        background-color: #333;
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        height: 20px;
    }

.no-arrow {
    margin-bottom: 10px !important;
    margin-left: 42% !important;
}


.no-arrow::before {
    content: "";
    display: block;
    width: 2dpx;
    background-color: #333;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 12px;
    bottom: -12px;
}

.d-flex-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
}

    .d-flex-container::before {
        content: "";
        position: absolute;
        width: 80.3%;
        height: 2.3999999999999886px;
        background: #333;
        left: 50%;
        transform: translateX(-50%);
    }

.organogram .title-organogram {
    font-weight: 800;
    text-transform: uppercase;
    color: #494F51;
}


.OqueSomos .title {
    color: #494F51;
    font-weight: 900;
    text-align: center;
}

.OqueSomos .description {
    color: #707070;
    font-weight: 300;
    text-align:center;
}

.OqueSomos .content{
   padding: 50px 0px 100px 0px;
}

.OqueSomos .image-OqueSomos {
    background: url("../image/oquesomos.png") top;
    width: 10px !important;
    opacity: 0.1;
}

.bg-session {
    background-color: #F2F2F2;
    padding: 10px 10px 0px 10px;
}

 

