.update{
display: none; /* Inicia oculto */
position: relative;
/*top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.75);
z-index: 9999;
justify-content: center;
align-items: center;
color: #ffffff;
*/
}

.content-home{
    display:block;
    position: relative;
    font-size:1vmax;
    width:100%;
    background-color:#efefef;
    padding:2px;
    height:100%;
    height: inherit;
    overflow:visible;
}

.media-H1{
    /*
    display:flex;
    position:relative;
    */
    top:150;
    background-color:#bbb;
    }

table{
    position:relative;
    font-size:0.7vmax;
    width:100%;
    color:#000000;
    top:5px;
    padding:2px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
table > thead > tr > th{
    padding-top:2px;
    padding-bottom: 2px;
    background-color:#444;
    font-size:0.8rem;
    height:25px;
    color:#e2e2e2;
} 
table  tr{
    padding: 2px;
    margin:0px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
table td{
    padding: 2px;
    margin:0px;
    height:22px;
    font-size:0.7rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    color:#444;
}
tr:nth-child(even) {
    background-color: #cacaca;
}

/* Estilos para linhas ímpares */
tr:nth-child(odd) {
    background-color: #dedede;
}
.button-update, .button-on, .button-off, .btn{
    padding:1px;
    padding-left:4px;
    padding-right:4px;
    height:19px;
}
.button-on, .button-off{
    color:#44d;
}

.divqr{
    display: flex;
    position: relative;
    top: 0px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right:auto;
    width: 25%;
    max-width: 50%;
    min-width: 30%;
    min-height: 30%;
    max-height: 50%;
    background: #0c5090;
    border: 2px solid #333;
    padding: 10px;
}
.grCodeTexto {
    max-width: 780px; /* Largura máxima onde o texto irá quebrar */
    word-wrap: break-word; /* Garante que o texto quebre entre as palavras */
    /* ou use overflow-wrap: break-word; como alternativa moderna */
}

.codigo {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top:0px;
    margin-bottom: 20px;
}
.btncode {
    display: inline-block;
    padding: 10px 20px;
    margin-top:-10px;
    margin-bottom: 5px;
    background-color: #222;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.btncode:hover {
    background-color: #333;
}
.svgCode {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 5px;
}

@media screen and (max-width: 800px)
{
 .content-home > center > main-block > H1{
     position:relative;
    top:160px;
    color:red;
}
    .content-home{
      padding:0px;
      margin:0px;
    }
    table{
        position:relative;
        font-size:0.4vmax;
        width:100%;
        top:5px;
        padding:2px;
    }
    table > thead > tr > th{
        padding-top:2px;
        padding-bottom: 2px;
        font-size:0.5rem;
    } 
    table tr{
        padding: 0px;
        margin:0px;
    }
    table td{
    padding: 1px;
    margin:0px;
    font-size:0.52rem;
}
    .button-update, .button-on, .button-off, .btn{
    padding:1px;
    padding-left:1px;
    padding-right:1px;
    font-size:0.5rem;
    }
    .button-on, .button-off{
        /*
        padding-left:5px;
        padding-right:5px;
        */
        color:#44d;
    }
.divqr{
    width: 70%;
    max-width: 70%;
    min-width: 30%;
    min-height: 30%;
    max-height: 70%;
}
.grCodeTexto {
        max-width: 370px; /* Largura máxima onde o texto irá quebrar */
        word-wrap: break-word; /* Garante que o texto quebre entre as palavras */
        /* ou use overflow-wrap: break-word; como alternativa moderna */
      }
.qrfont{
    font-size:0.7rem;
}
}