:root{
    --cor1: #02f7ea;
    --cor2: #fff;
    --corBoxTexto: #02f7ea29;

    --imgWidth: 634;
    --imgHeight: 535;

    --sequencial: 1;
}  

.bts .bt:nth-child(1){top: 10px;left: 369px;}
.bts .bt:nth-child(2){top: 284px;left: 284px;}
.bts .bt:nth-child(3){top: 325px;left: 395px;}
.bts .bt:nth-child(4){top: 272px;left: 635px;}
.bts .bt:nth-child(5){top: 295px;left: 725px;}

.texto p{letter-spacing: -.5px;}

.bts .bt.inativo {
    filter: saturate(0) brightness(1) drop-shadow(0px 0px 5px black);
}
.bts .bt {
    filter:drop-shadow(0px 0px 5px black);
}