:root {
    --color1: #084d9c;
    --color2: #00b2c1;
    --color3: #dc5849;
    --color4: #8dd7f7;
    --color5: #68ccec;
    --color6: #53c5cf;
}

body {
    overflow-x: hidden;
    padding: 20px;
    background-image: url(../img/bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.row>* {
    margin-bottom: 10px !important;
}

.imgBg {
    display: none;
}

h1 {
    color: var(--color1);
}

label {
    font-size: 1.5vw !important;
}

input,
select {
    font-weight: bold;
}

.label-fixed-height {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 4.2vw;
    max-height: 4.2vw;
    text-align: center;
}

.label1 {
    color: white;
    background-color: var(--color1);
    width: 100%;
    border-radius: 0 10px 0 10px;
    padding: 4px
}

.input1 {
    border-radius: 0 10px 0 10px;
    color: var(--color1);
}

.label2 {
    color: white;
    background-color: var(--color2);
    width: 100%;
    border-radius: 0 10px 0 10px;
    padding: 4px
}

.label3 {
    color: white;
    background-color: var(--color3);
    width: 100%;
    border-radius: 0 10px 0 10px;
    padding: 4px
}

.label4 {
    color: var(--color1);
    background-color: var(--color4);
    width: 100%;
    border-radius: 0 10px 0 10px;
    padding: 4px
}

.label5 {
    color: var(--color1);
    background-color: var(--color5);
    width: 100%;
    border-radius: 0 10px 0 10px;
    padding: 4px
}

.label6 {
    color: var(--color1);
    background-color: var(--color6);
    width: 100%;
    border-radius: 0 10px 0 10px;
    padding: 4px
}

@media (orientation: portrait),
(max-width: 993px),
only screen and (min-device-width: 768px) and (max-device-width: 834px) and (orientation: portrait),
only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (orientation: portrait),
only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
    .imgBg {
        display: flex;
        width: 100vw;
    }
    .logo {
        display: none;
    }
    label {
        font-size: 3vw !important;
    }
    body {
        background-image: none;
    }
    .titulo {
        order: 1;
    }
    input,
    select {
        text-align: center;
    }
}

#installPrompt,
#iosInstallPrompt {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(233, 236, 239, 0.7);
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}