.mBases {
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border: 1px solid #eeeeee85;
    background-color: #eeeeee85;
    position: absolute;
    z-index: 1000;
}

.mBorde {
    top: 20vh;
    left: 30vw;
    width: 30vw;
    height: 40vh;
    border: 1px solid #ade8f1;
    background-color: #7ac7c740;
    border-radius: 1vw;
    position: absolute;
    z-index: 1002;
}

.mTitle {
    top: 2vh;
    left: 1vw;
    right: 1.5vw;
    border: 1px solid #cecece;
    background: linear-gradient(90deg, rgba(204, 204, 204, 1) 50%, rgba(255, 255, 255, 1) 91%);
    font-weight: bold;
    border-radius: 0.5vw;
    padding: 0.5vw;
    position: absolute;
    z-index: 1003;
}

.mClose {
    top: 2vh;
    right: 1vw;
    width: 1vw;
    border-radius: 2vw;
    border: 1px solid #b10000;
    background-color: #fd8e8e;
    text-align: center;
    padding: 0.5vw;
    cursor: pointer;
    font-weight: bold;
    position: absolute;
    z-index: 1003;
}

.mClose:hover {
    background-color: #df4040;
    color: #ffffff;
    box-shadow: 2px 2px #cbcbcb;
}

.mFrame {
    top: 6.7vh;
    left: 1vw;
    right: 1vw;
    bottom: 2vh;
    border-radius: 0.5vw;
    padding: 0.5vw;
    border: 1px solid #a5a5a5;
    background-color: #ffffff;
    position: absolute;
    z-index: 1003;
}

.mButto {
    width: 5vw;
    bottom: -2.5vh;
    border-radius: 0.5vw;
    font-weight: bold;
    text-align: center;
    padding: 0.5vw;
    position: absolute;
    cursor: pointer;
    z-index: 1004;
}

.mButto1 {
    right: 1vw;
}

.mButto2 {
    right: 7.4vw;
}

.mBGreen {
    border: 1px solid #117d37;
    background: #51d981;
}

.mBGreen:hover {
    border: 1px solid #22e567;
    background: #21a54f;
    color: #ffffff;
    box-shadow: 2px 2px #cbcbcb;
}

.mBRed {
    border: 1px solid #851518;
    background: #f1a1a4;
}

.mBRed:hover {
    border: 1px solid #fd292f;
    background: #a73a3f;
    color: #ffffff;
    box-shadow: 2px 2px #cbcbcb;
}

.mCurso {
    right: 1px;
    bottom: 1px;
    width: 1px;
    height: 1px;
    position: absolute;
    border: 1px solid #eeeeee85;
    background-color: #eeeeee85;
    z-index: 1001;
}

@media (max-width: 1000px) {
    .mBorde {
        left: 2vw !important;
        width: 94vw;
        height: 28vh;
    }

    .mTitle {
        top: 1vh;
        right: 3vw;
    }

    .mClose {
        top: 1vh;
        width: 5vw;
        border-radius: 3vw;
    }

    .mFrame {
        top: 4vh;
        bottom: 1vh;
    }

    .mButto {
        width: 20vw;
        bottom: -2.1vh;
    }

    .mButto2 {
        right: 23vw;
    }

    @media (orientation: landscape) {
        .mBorde {
            left: 12vw !important;
            width: 70vw;
            height: 70vh;
        }

        .mTitle {
            top: 3vh;
            right: 3vw;
        }

        .mClose {
            top: 3vh;
            width: 3vw;
            border-radius: 3vw;
        }

        .mFrame {
            top: 10.4vh;
            bottom: 3vh;
        }

        .mButto {
            width: 10vw;
            bottom: -4.4vh;
        }

        .mButto2 {
            right: 12.5vw;
        }
    }
}