.abas
{
        
    background-color: var(--cor-fundo);
    box-shadow:  0px 10px 30px var(--cor-sombra);
    border-radius: 5px;
    width: 60%;
    height: 70px;
    margin-left: 20%;
    display: flex;
    justify-content: center;
    padding: 5px;
    display: flex;
    z-index: 0;
    }

.abas_botao_desativo
{
    
    width: 100%;
    font-family: Roboto;
    color: var(--cor-fonte);
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}


.barrinha
{
    margin-top: 12px;
    height: 3px;
    border-radius: 1px;
    width: 0%;
    transition: 0.4s;
    background-color: #8C9EFF;
    
}



.abas_botao_desativo:hover .barrinha
{
    width: 100%;
}



.abas_botao_ativo
{
    
    width: 100%;
    font-family: Roboto;
    color: var(--cor-fonte);
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    background-color: #B36DC6;
}


#aba1
{
    display: block;
}

#aba2
{
    display: none;
}
