html, body, .capa{
	height: 100%;
	overflow: auto;
	/*scroll-behavior: smooth; */
}

body {
	background-attachment: fixed;
	font-family: "Segoe UI",SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif; /* Helvetica, Arial, sans-serif;*/
	overflow-x: hidden;
}

.backgroud {
	background: url('imagens/background_1.jpg') no-repeat;
	box-sizing: inherit;
	background-size: cover;
	width: 100%;
    height: auto;
    position:relative;
}

.logo-center {
	background: url('imagens/Logo_Final_1.png') no-repeat;
	box-sizing: inherit;
	background-size: cover;
	width: 300px;
    height: 300px;
}
