<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.app{
    display: flex;
    margin: 0px;
    background: #141d3b;
    background-size: cover;
    width: 100%;
    color: #f0f0f0;
    padding: 5px;
    width: 100%;
    text-align: center;
    padding: 30px; 
    flex-wrap: wrap;  
    overflow: hidden; 
}

.titulo-app{
    margin: 30px;
    display: flex;
    justify-content: center;
    font-size: 2.5rem;
}

.img-central{
    display: flex;
    justify-content: center;
}

.img-central img{
    width: 100%;
    max-width: 480px;
}

.img-cen{
    display: flex;
    justify-content: center;
}

.img-cen img{
    width: 100%;
    max-width: 290px;
}

.sec_text{
    z-index: 99;
    font-size: 1.5rem;
    font-weight: 900;
    display: flex;
    justify-content: center;

}

.sec_text_sub{
    font-size: 1.2rem;
    margin: 15px auto;
    width: 100%;
    max-width: 400px;
    text-align: center;
}

.bt-app img{
    padding: 10px;
    width: 100%;
    max-width:180px;
}

.botao, .qrcode{
    margin: 30px;
    justify-content: center;
    display: flex;
}

.qrcode img{
    padding: 0 20px;
    width: 100%;
    max-width: 140px;
}

.container_car{
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.carterinha_um{
    background-color: #001E28;
    width:100%;
    padding: 30px;
    max-width:600px;

}
.carterinha_dois{
    background-color: #0096C9;
    width:100%;
    max-width:600px;
    padding: 30px;

}

</pre></body></html>