#header{position: static;}

#logisticaorganizacional{
    height: 100%;
    background-color: transparent;
}

#logisticaorganizacional div.container {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: unset!important;
}

#logisticaorganizacional .back-pic{
    position: relative;
    width: 100%;
    height: 100%;
}

#logisticaorganizacional h2{
    position: absolute;
    left: 50px;
    top: 175px;
    color: rgba(244,198,56,1);
}

#logisticaorganizacional .row{
    position: absolute;
    left: 0px;
	top: 599px;
    margin-left: -5px;
}

#logisticaorganizacional .row .arrow-right {
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid rgba(244,198,56,1);
    float:right;
}

#logisticaorganizacional .lineselected{background: rgba(244,198,56,1)!important;}

#logisticaorganizacional .row .line {
    margin: auto 0;
    width: 120px;
    background: #ffffff;
    border-left: unset;
    border-bottom: 3px solid rgba(244,198,56,1);
    border-top: 3px solid rgba(244,198,56,1);
    height:35px;
    float:left;
}
#logisticaorganizacional .row .line:first-child {
    border-left: 3px solid rgba(244, 198, 56, 1);
}

#logisticaorganizacional .row i{
    font-size: 47px;
    color: rgba(21,40,63,1);;
    margin-top: -10px;
    position: absolute;
    margin-left: 37px;
    border: 1px solid #ffffff;
    border-radius: 100%;
    cursor: pointer;
}

#logisticaorganizacional .row  .line i::after {
    content: "VAZIO";
    background-color: transparent;
    position: absolute;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    /*border: 3px solid #000000;*/
    font-weight: bold;
    font-size: 25px;
    text-shadow: 2px 2px rgba(21,40,63,1);
    height: 50%;
    transform: rotate(-70deg);
    z-index: 99;
    margin-top: 108px;
    margin-left: -115px;
}

#logisticaorganizacional .row  .line:nth-child(1) i::after {
    content: "Planificação Geral de Futebol Formação";
    margin-top: 164px;
    margin-left: -242px;
    width: 320px;
    line-height: 110%;
}

#logisticaorganizacional .row  .line:nth-child(2) i::after {
    content: "Estatísticas Jogadores Sub17";
    margin-top: 173px;
    margin-left: -242px;
    width: 320px;
    line-height: 110%;
}

#logisticaorganizacional .row  .line:nth-child(3) i::after {
    content: "Reuniões de Contratação / Dispensa";
    margin-top: 170px;
    margin-left: -242px;
    width: 293px;
    line-height: 110%;
}

#logisticaorganizacional .row  .line:nth-child(4) i::after {
    content: "Atas das Reuniões";
    margin-top: 149px;
    margin-left: -233px;
    width: 320px;
    line-height: 110%;
}

#logisticaorganizacional .row  .line:nth-child(5) i::after {
    content: "Elaboração de Contratos";
    margin-top: 183px;
    margin-left: -242px;
    width: 320px;
    line-height: 110%;
}

#logisticaorganizacional .row  .line:nth-child(6) i::after {
    content: "Inventário Final da Época Desportiva";
    margin-top: 188px;
    margin-left: -242px;
    width: 315px;
    line-height: 110%;
}

#logisticaorganizacional .janelas{
    position: absolute;
    width: 800px;
    height: 450px;
    top: 144px;
    right: 60px;
    background: transparent;
}

#logisticaorganizacional .janela{
    width: 800px;
    height: 450px;
}

#logisticaorganizacional .janelas img{
    width: auto;
    height: 100%;
    object-fit: contain;
    box-shadow: 5px 5px 5px rgb(21, 40, 63);
}

#logisticaorganizacional .janelas .planificacaogeraldefuteboldeformacao,
#logisticaorganizacional .janelas .estatisticasdosjogadoressub17,
#logisticaorganizacional .janelas .reunioesdecontratacaoDispensa,
#logisticaorganizacional .janelas .atasdasreunioes,
#logisticaorganizacional .janelas .elaboracaodecontratos,
#logisticaorganizacional .janelas .inventariofinaldaepocadesportiva{
    display: none;
}

#logisticaorganizacional .janelas .show{display: block}

#logisticaorganizacional .elaboracaodecontratos img{cursor: pointer;}

.morepopup{
    display: block;
    position: fixed;
    width: 500px;
    height: auto;
    margin: auto;
    z-index: -1;
    top: 50%;
    left: 50%;
    background-color: #fff;
    border-radius: 14px;
    margin-left: -250px;
    margin-top: -350px;
}

.morepopup.active{z-index: 9999999!important;}

.morepopup img{
    width: 500px;
}

.morepopup-fundo{
    display: none;
    background-color: #cccccc42;
    z-index: 999998;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#logisticaorganizacional .elaboracaodecontratos.show{
    display: flex;
    width: 900px;
    height: 450px;
    flex-direction: row;
    margin-left: -100px;
    background: #ffffff;
}

#logisticaorganizacional .janelas .elaboracaodecontratos.show{
    box-shadow: 5px 5px 5px rgb(21, 40, 63);
}

#logisticaorganizacional .janelas .elaboracaodecontratos.show img{
    box-shadow: unset;
}

#logisticaorganizacional .scroll-1,
#logisticaorganizacional .scroll-2,
#logisticaorganizacional .scroll-3{
    width: 300px;
    height: 450px;
    overflow-y: scroll;
}

#logisticaorganizacional .scroll-1 img,
#logisticaorganizacional .scroll-2 img,
#logisticaorganizacional .scroll-3 img{
    width: 300px;
    height: 450px;
    display: block;

}
