* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);

   -webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input{
    -webkit-user-select: text !important;
}

body {
    width:100%;
    margin:0px;
    padding:0px;
    background-color: #E0E0E0;
    font-family: Roboto-Regular;
}

.bodyGr{
    width:100%;
    overflow-y: auto;
    margin:0px;
    padding:0px;
    background-color: #E0E0E0;
    font-family: Roboto-Regular;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed; 
}

#navigatorNotSatisfy{
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    display: none;
}

.navigator-card{
    background-color: #fff;
    width: 300px;
    border-radius: 4px;
    top: 20vh;
    margin: auto; 
    margin-top: 30vh;
    padding-bottom: 10px;
}

.navigator-card .navigator-title{
    color: #555;
    padding: 15px;
    box-sizing: border-box;
    font-size: 1.1em;
    text-align: center;
}

.navigator-card .navigator-content{
    overflow-y: hidden;
    padding: 5px 15px;
    box-sizing: border-box;
    color: #222;
    text-align: justify;
   
}

.navigator-card .navigator-version{
    overflow-y: hidden;
    padding: 0px 15px;
    box-sizing: border-box;
    color: #222;
    text-align: justify;
   
}

.navigator-card .navigator-button{
    color: #fff;
    background-color: var(--button-color, #1976D2);
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    width: calc(100% - 20px);
    margin: auto;
    cursor: pointer;
    margin-top: 10px;
}

@font-face {
    font-family: Roboto-Regular;
    src: url('../assets/Roboto/Roboto-Regular.ttf')
}

@font-face {
    font-family: Roboto-Light;
    src: url('../assets/Roboto/Roboto-Light.ttf')
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
        }
    }
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
    opacity: 1;
    }
}

paper-card{
    animation-name: fadein;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@media screen and (max-width: 350px) {
    paper-card{
        width: 100% !important;
        border-radius: 0px !important;
    }
}

.logoClientePreLoander{
    width: 100%;
    position: absolute;
}

.logoClientePreLoander-img{
    width: 160px;
    margin: auto;
    display: block;
    padding-top: 18px;
}

@media only screen and (max-width: 500px) {
    .hopscotch-bubble {       
        left: 0px !important;
        top: 50% !important;
          
    } 
    .hopscotch-bubble-arrow-container{
        display: none;
    }
}



