:root{
    --cor1: #02f7ea;
    --cor2: #fff;
    --corBoxTexto: #02f7ea29;

    --imgWidth: 713;
    --imgHeight: 535;

    --sequencial: 1;
}  

.bts .bt:nth-child(1){top: 41px;left: 405px;}
.bts .bt:nth-child(2){top: 95px;left: 160px;}
.bts .bt:nth-child(3){top: 395px;left: 160px;}
.bts .bt:nth-child(4){top: 95px;left: 390px;}
.bts .bt:nth-child(5){top: 395px;left: 390px;}
.bts .bt:nth-child(6){top: 95px;left: 630px;}
.bts .bt:nth-child(7){top: 395px;left: 630px;}

.credito{top:-50px !important;}

.bts .bt.inativo {
    filter: saturate(0) brightness(1.2) drop-shadow(0px 0px 5px black);
}
.bts .bt {
    filter:drop-shadow(0px 0px 5px black);
}

@media only screen and (max-width: calc(450px)) {
    .credito{top:-40px !important;}
}

@media only screen and (max-width: calc(320px)) {
    .credito{top:-60px !important;}
}

@media (max-height: 450px) and (orientation: landscape){
    .credito{top:-75px !important;}
}
