.button {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
    font-family: 'Roboto', 'Noto', sans-serif;
    -webkit-font-smoothing: antialiased;
    height: 42px;
    line-height: 42px;
    padding: 0 16px;
    text-align: center;
    font-size: 5vw;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    font-weight: 600;
    opacity: 1;
    transition: all 0.25s linear;
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 2.5vh;
    height: 50px;
    line-height: 50px;
    margin: 20px 0px 0px 0px;
    font-size: 5vw;
    
    
}

.blue {
    background-color: #5481eb;
    color: #fff;
}

.green {
    background: #4caf50;
}

.dialog-back {
    background-color: rgb(0 0 0 / 74%);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999999;
    display: none;
}

.dialog {
    position: fixed;
    left: 0vw;
    margin-left: 4vw;
    width: 92vw;
    box-sizing: border-box;
    top: 20vh;
    background: #fff;
    padding: 22px;
    box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 40%);
}

#dialog-title {
    font-size: 4vh;
    font-weight: 500;
}

#dialog-desc {
    font-size: 2.8vh;
    margin-top: 2vh;
    line-height: 4vh;
    letter-spacing: 0.1vw;
    font-weight: 400;
}

.dialog-bottom {
    margin-top: 2vh;
    font-size: 3vh;
    text-transform: uppercase;
    font-weight: 500;
    color: #2979ff;
}

#dialogo-btn-l { float: left;padding: 10px 10px; margin-left: -10px; }
#dialogo-btn-r { float:right;padding: 10px 10px;  margin-right: -10px;}
#dialogo-btn-l { display:none;}
