.part-head {
    background: url(../img/bg/infoBOT.png);
    height: 350px;
}

.part-str {
    display: flex;
    flex-direction: column;
}

.part-head-text {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    background: #ffffffcc;
    background: rgba(255,255,255,0.8);
    /* margin-left: 25px; */
    padding-left: 10px;
    font-size: 30px;
    color: black;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Calibri, sans-serif;
    font-weight: 100;
    z-index: 999;
    text-align: justify;
    line-height: normal;
    font-weight: 600;
}

.dev-sec {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}

.dev-sec-cont {
    display: flex;
    flex-direction: row;
}

/*---------- Selector style -----------*/

.dev-sec-parts {
    width: fit-content;
    background: #3B3A3A;
    display: flex;
    flex-direction: row;
}

.dev-sec-parts ol {
    padding: 0;
    width: 100%;
    margin-bottom: 0;
}

.dev-sec-parts li {
    display: flex;
    flex-direction: column;
    list-style: none;
    color: white;
    margin: auto;
    padding: 15px;
    border-left-width: 5px;
}

.dev-sec-parts li:hover {
    background: #46477538;
    background: rgba(68,68,118,0.22);
}

.dev-sec-parts li img {
    margin: auto;
    width: 50px;
    height: 50px;
}

.dev-sec-parts li p {
    margin: auto;
    margin-top: 15px;
}

.dev-sec-parts .active {
    background: #465f75;
    border-left-color: #009cff;
    border-left-width: 5px;
    border-left-style: solid;
    padding-left: 10px;
    transition: 200ms;
}

/*---------- Parts style -----------*/

.dev-sec-part-cont {
    background: #201F1F;
    width: 100%;
    border-left-color: #465f75;
    border-left-style: solid;
    border-left-width: 5px;
    display: none;
    opacity: 0;
    flex-direction: column;
}

.part-cont-active {
    display: flex;

}

.part-cont-disp {
    opacity: 1;
    transition: 1s;
}

.dev-part-head {
    height: 65px;
    background: #465f75;
    display: flex;
    flex-direction: column;
}

.dev-part-head p {
    color: white;
    font-size: 35px;
    padding: 0;
    margin: auto;
    margin-left: 25px;
}

/*---------- Parts content style -----------*/

.dev-part-content {
    color: white;
    font-size: 20px;
    padding-left: 25px;
    padding-top: 15px;
    padding-right: 25px;
    text-align: justify;
}

.dev-part-point {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex: auto;
    margin-bottom: 10px;
}

.dev-part-point .pointer {
    height: 65px;
    width: 65px;
    z-index: 99;
    margin: auto;
}

/*-------------- Pointer content style ----------*/

.pointer-name {
    background: #fbd2144a;
    background: rgba(252,210,17,0.29);
    width: calc(100% - 35px);
    margin: auto;
    margin-left: -25px;
    /*margin-bottom: 30px;*/
    /*height: 65px;*/
    border-radius: 15px;
    display: flex;
    padding-left: 45px;    
    padding-right: 16px;
    box-shadow: 0 0px 5px rgb(0, 0, 0);
    border-color: #ad910f;
    border-style: solid;
    border-width: 1px;
}

.pointer-name p {
    margin: auto;
    margin-left: 0;
    font-size: 20px;
}

.pointer-text {
    background: #fbd21414;
    background: rgba(255,217,13,0.07);
    margin-left: 35px;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #fbd21485;
    border-color: rgba(251,209,19,0.52);
    box-shadow: 0 0px 5px rgb(0, 0, 0);
    display: flex;
    flex-direction: column;
}

.pointer-text p {
    margin-bottom: 0;
}

.pointer-text img {
    width: 80%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.point-inter-separator {
    background: #fbd21417;
    background: rgba(255,211,11,0.09);
    height: 15px;
    width: calc(100% - 150px);
    margin-left: 90px;
}



.int-models {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 35px;
    margin-top: 30px;
}

.int-models img {
    width: 30%;
    margin: auto;
    box-shadow: 0 0px 10px rgb(0, 0, 0);
    border-radius: 10px;
}

.env-logos {
    display: flex;
    flex-direction: row;
    width: fit-content;
}

.env-logos img {
    width: 65px;
    height: 65px;
    margin: auto;
    margin: 10px 20px;
}