<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	}

img {
    width: 100%;
    height: auto;
	max-width:100%;
	text-align:center;
	align-content:center;
}


::-webkit-scrollbar {
    width: 0px;
}

#fundo {
	
	z-index: -1;
	width: 100%;
	height: 100vh;
	top: 0px;
    overflow:hidden;
	
	}


/*FORMATO 320*/
@media (max-width:800px) {
.formato-320 {display:block}
.formato-1024 {display:none}
.formato-1920 {display:none}
}


/*FORMATO 1024*/
@media screen and (min-width:800px) and (max-width:1100px){
.formato-1024 {display:block}
.formato-1920 {display:none}
.formato-320 {display:none}

}


/*FORMATO 1920*/
@media screen and (min-width:1100px) {
.formato-1920 {display:block}
.formato-1024 {display:none}
.formato-320 {display:none}

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