@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.container{
	width: 100vw; /* view width */
	height: 54vw; /* viw height */
	height: 54.4vw; /* viw height */
	background-image: url(../bg-papitec-brasil.jpg);
	background-size: 75%;
	background-repeat: no-repeat;
	background-position: top center;
	}

