#bgModalRegulamentoGeral{
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    display: none;
    align-items: flex-start;
    justify-content: center;
    z-index: 9999;
    overflow-y: scroll;
    /* padding: 40px 10px; */
    padding: 30px 0px;
}

#bgModalRegulamentoGeral.active{
    display: flex;
}

/* SEM BARRA LATERAL TRACKBAR PARA #bgModalRegulamentoGeral */
#bgModalRegulamentoGeral::-webkit-scrollbar {
    width: 0px;
}

#bgModalRegulamentoGeral::-webkit-scrollbar-thumb {
    background-color: transparent;
}

#bgModalRegulamentoGeral::-webkit-scrollbar-track {
    background-color: transparent;
}




.modalRegulamentoGeral{
    background-color: white;
    width: 90%;
    max-width: 700px;
    height: auto;
    border-radius: 10px;
    padding:  16px;
    display: block;
}



#bgModalRegulamentoEspecifico{
   padding: 30px 0px;

    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    display: none;
    align-items: flex-start;
    justify-content: center;
    z-index: 9999;
    overflow-y: scroll;
    /* padding: 40px 10px; */
    padding: 30px 0px;
}

#bgModalRegulamentoEspecifico.active{
    display: flex;
}


.modalRegulamentoEspecifico{
    background-color: white;
    width: 90%;
    max-width: 700px;
    height: auto;
    border-radius: 10px;
    padding:  16px;
    display: block;
}

#linhaTimeModalRegulamentoGeral{
   width: 200px;
   padding: 12px;
   height: 50px;
   border-radius: 35px;
   background-color: white;
   display: flex;
   justify-content: flex-start;
   align-items: center;
   position: fixed;
   top: 10px;
   left: 10px;
}

#linhaTimeModalRegulamentoGeral.fim{
    display: none;
}

#linhaTimeModalRegulamentoGeral i{
    margin-right: 5px;
}

#barraProgressoModalRegulamentoGeral{
    width: 100%;
    height: 10px;
    background-color: var(--color-primary-default);
    border-radius: 5px;
    margin: 10px 0;
    border-radius: 35px;

    /* BEZIER CUBIc */
    transition: width 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
}





#linhaTimeModalRegulamentoEspecifico{
    width: 200px;
    padding: 12px;
    height: 50px;
    border-radius: 35px;
    background-color: white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    top: 10px;
    left: 10px;
 }

 #linhaTimeModalRegulamentoEspecifico.fim{
     display: none;
 }
 
 #linhaTimeModalRegulamentoEspecifico i{
     margin-right: 5px;
 }
 
 #barraProgressoModalRegulamentoEspecifico{
     width: 100%;
     height: 10px;
     background-color: var(--color-primary-default);
     border-radius: 5px;
     margin: 10px 0;
     border-radius: 35px;
 
     /* BEZIER CUBIc */
     transition: width 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
 }


 #ciencia_regulamento_geral{
    display: block;
 }

 #ciencia_regulamento_especifico{
    display: block;
 }