body {
    height: 100vh;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Roboto, sans-serif;
    background-image: url('../img/geo.png');
    background-position: left -146px;
    background-repeat: no-repeat;
   /* background-size: contain;*/
    background-size: 857px auto; /* Tamanho fixo de 857px de largura */

}
.logo {
    width: 244px;
    display: block;
    margin: 0 auto;
}
.image {
    width: 512px;
    display: block;
    margin: 0 auto;
}
.text-manutencao {
        width: 100%;
        max-width: 390px;
    }
h1 {
    font-size: 48px;
    font-weight: 500;
    line-height: 55.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #22315E !important;
}
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #22315E !important;
}
@media (max-width: 768px) {
    body {
        background-image: url('../img/geo_m.png');
        background-position: top;
        background-size: contain;
    }
    h1 {
    font-size: 32px;
    font-weight: 500;
    }
    .logo {
        width: 118px;
        height: 45px;
        position: fixed;
        top: 32px;
        left: 50%;
        transform: translateX(-50%);
    }
    .text-manutencao {
        width: 100%;
        max-width: 289px;
        text-align: center;
        margin: 0 auto; /* Para um pequeno espaço superior */
    }
}
