@charset "UTF-8";

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.container {
    background-color: #eaeae9;
    background-image: url("/javax.faces.resource/imagens/banner2023.jpg.xhtml");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 85% 85%;
    height: 100vh;
}

@media only screen and (max-width: 803px) {
    .container {
        background-image: url("/javax.faces.resource/imagens/banner2023Mobile.png.xhtml");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        
    }
}