@charset "utf-8";
/* CSS Document */

 
body {
    height: 100%;
    display: block;
}

img.logo {
    margin-top: 243px;
    width: auto;
}

.fundo {background-image: url('fundo_web.jpg');height: 1500px;background-size: cover;display: block;text-align: center;}


@media (max-width: 460px) {

.fundo {background-image: url('fundo_web-mobile.jpg');background-size: auto 100%;display: block;width: 100%;height: 780px;}

img.logo {
    margin: 0 auto;
    display: block;
    margin-top: 100px !important;
    width: 95% !important;
}

html, body {
    margin: 0;
    padding: 0;
    top: 0px;
    display: flex !important;
}
}
	
