body {
    background-repeat: no-repeat;
    background-color: #fafefd;
    background-size: 100vw 100vh;
}

@media screen and (min-width: 1000px) {
    body {
        background-image: url(../img/fondo01.jpg);
        background-size: 100vw 100vh;
    }
}

@media screen and (max-width: 999px) {
    body {
        background-image: url(../img/fondo0102.jpg);
        background-size: 200vw 100vh;
    }

    .movil352552 {
        width: 100vw !important;
    }
}


.color-texto-iniciarSesion {
    filter: drop-shadow(1px 1px rgb(128, 128, 128));
    color: red;
}

.tecladoNum {
    width: 170px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    font-size: 25px;
}

.tecladoNumInd {
    width: 50px;
    height: 50px;
    /* border-radius: 50%; */
    border: 2px solid orange;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}

.tecladoNumBor {
    width: 110px;
    height: 49px;
    border: none;
    background-color: #e97683;
    color: white;
}

.asterisk {
    font-size: 45px;
}

.liAsteriscos {
    width: 28px;
    height: 28px;
    margin: 1px;
    border: 1px solid rgba(128, 128, 128, 0.358);
}