.container-metro {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;

    width: 67vw;
    height: fit-content;

    margin: 0;
    padding: 0 2vw 0.6vw 2vw;

    background-color: white;
    box-shadow: rgba(45, 45, 45, 0.5) 0.8vw 0.8vw 0.8vw;
    border: 0.2vw solid #000;
    border-radius: 10px;
}

.bpm-display {
    display: flex;
    align-items: center;
    /* justify-items: space-between; */
    justify-content: space-between;

    /* margin-top: 1vw; */

    width: 100%;
    text-align: center;
    /* background-color: #ddd; */
}

.bpm-display h5 {
    font-family: Roboto, Arial, Helvetica, sans-serif !important;
    width: 27vw;

    margin: 0;
    padding: 0;
    font-size: 4vw;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    /* background-color: dodgerblue; */
}

.start-stop {
    font-size: 5vw;
    /* margin-left: 5.5vw; */
    height: fit-content;
    padding: 0;
    padding-left: 0.7vw;
    padding-right: 0.7vw;

    color: rgb(0, 169, 0);
    border: 0.5vw solid rgb(0, 169, 0);
    border-radius: 0.7vw;
    transition: all ease .2s;
}

.start-stop:hover {
    cursor: pointer;
    box-shadow: rgb(118, 118, 118) 0.1em 0.1em 0.15em;
}

.tempo {
    font-size: 7.8VW;
}

.tempo {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    text-align: right;
    font-weight: 700;
    font-size: 7.8VW;

    text-decoration: none;
    color: rgb(0, 136, 255);
    /* text-shadow: rgb(176, 176, 176) 0.07em 0.07em 0.0.7em; */

    -webkit-text-stroke-width: 0.7px;
    -webkit-text-stroke-color: rgb(255, 255, 255);
    text-shadow: 0.5vw 0.5vw 0.8vw #666666;
}

.bpm {
    font-size: 4vw;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-left: 1vw;
    color: black;
}

.bpm-display h5 {
    font-family: Roboto, Arial, Helvetica, sans-serif !important;
    width: 27vw;

    margin: 0;
    padding: 0;
    font-size: 4vw;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    /* background-color: dodgerblue; */
}

.tempo-settings {
    display: flex;
    justify-content: center;

    width: 100%;
}

.tempo-settings .adjust-tempo-btn {
    font-size: 6vw;

    color: rgb(0, 169, 0);
    cursor: pointer;

    text-align: center;
    cursor: pointer;
    transition: all ease .2s;
}

.tempo-settings .adjust-tempo-btn:hover {
    text-shadow: rgb(139, 139, 139) 0.07em 0.07em 0.1em;
}

.tempo-settings .decrease-tempo {
    /* line-height: 25px; */
    padding: 1vw;
}

.tempo-settings .increase-tempo {
    /* line-height: 32px; */
    padding: 1vw;
}

input[type=range] {
    /* margin-left: 1vw; */
    /* margin-right: 1vw; */
    accent-color: rgb(0, 136, 255);
    background: rgb(0, 169, 0);
    width: 100%;
}



@media (orientation: portrait) {
    .container-metro {
        width: 92vw;
        padding-top: 1.7vw !important;
        height: fit-content !important;
    }

    .batidas {
        /* margin-top: 1vw !important; */
        height: 10vw !important;
    }

    .batida {
        font-size: 6.2vw !important;

        width: 8vw !important;
        height: 8vw !important;
        border: 0.55vw solid red !important;

        /* --v-mrgbt-batida-selec: 4.2vw;
        margin-bottom: var(--v-mrgbt-batida-selec); */
    }

    .bpm-display h5,
    .bpm-display .txt-bpm {
        width: 35vw !important;
    }

    .bpm-display h5,
    .bpm {
        font-size: 5.5vw !important;
    }

    .tempo {
        font-size: 11VW !important;
    }

    .tempo-settings .adjust-tempo-btn {
        font-size: 9vw !important;
    }

    .start-stop {
        font-size: 6.5vw !important;
        padding-left: 0.8vw !important;
        padding-right: 0.9vw !important;
        border: 0.65vw solid rgb(0, 169, 0) !important;
    }
}