.branding {
    max-height: 12vh;
    width: auto;
    text-align: center;
}

.branding_container {
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    /* font-size:3rem; */
}

.branding_text {
    flex-basis: 100%;
    text-align: center;
    font-size: 2.5vh;
    margin: 0;
}

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

div.container {
    vertical-align: middle;
    margin-top: 1.5vw;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.current_measures_table {
    margin-top: 10vh;
    width: min(95vw, 100%);
    max-width: 100%;
    box-sizing: border-box;
    font-size: 1vh;
    text-align: center;
    font-family: "geneva", "arial";
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.75);
    margin-bottom: 1vh;
    margin: auto;
    border-collapse: collapse;
    border-radius: 1vw;
}

th {
    border-radius: 10px 10px 0 0;
}

.current_measures_table td:first-child {
    text-align: left;
}

.current_measures_table td:last-child {
    text-align: center;
}


tbody tr:last-child td:first-child {
    border-radius: 0 0 10px 10px;
}

.current_measures_table {
    display: none;
    font-size: 2.5vh;
}

.current_measures_table_0 {
    display: table;
}

.current_measures_table th {
    background: #0072B6;
    font-size: 2.2vh;
    padding: 1%;
    color: #fff;
    margin-left: -15px;
    margin-right: -15px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.75);
}

.current_measures_table td {
    background: #C5E0EF;
    padding: .3%;
}

.current_measures_table tr:nth-child(1) td {
    background: #8CBFDE;
    font-weight: bold;
}

.current_measures_table_0 tr:nth-child(2) {
    border-top: 1px solid #fff;
}

.current_measures_table tr:nth-child(2n+1) td {
    background: #8cbad4;
    background: #bbd9ea;
}

document,
window {
    cursor: none;
}

body {
    margin: 0;
    padding: 0;
    background: #E5E5E5;
    cursor: none;
    overflow: hidden;
}

span#qrcodedolueg2 {
    float: right;
    /* margin-right: 1.2vw; */
    /* margin-bottom: -5.5vh; */
    position: absolute;
    bottom: 10vh;
    right: 1.2vw;
    width: 8vw;
    height: 8vw;
    overflow: hidden;
    /* position: relative; */
    /* top: 1.2vh; */
    right: 2vh;
    z-index: 3;
    /* margin: 0; */
    padding: 0;
    border: 4px solid #ffffff;
    box-sizing: border-box;
}

span#qrcodedolueg2 canvas,
span#qrcodedolueg2 img {
    width: 100% !important;
    height: 100% !important;
    max-width: none;
    max-height: none;
    display: block;
}

@media only screen and (max-width: 768px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    #qrcodedolueg2 {
        display: none;
    }

    .current_measures_table tr:nth-child(n+1) td:nth-child(n+4):nth-child(-n+5),
    .current_measures_table tr:nth-child(n+2) td:nth-child(n+4):nth-child(-n+5) {
        display: none;
    }

    .current_measures_table {
        font-size: 1vh;
        font-size: 100%;
    }

    .branding_text {
        font-size: unset;
    }
}