* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

header {
	width: 100%;
	background-color: #fff;
	display: flex;
	justify-content: space-around;
}

.main-container {
	display: flex;
	flex-direction: column;
}

.logo-imagem {
	width: 180px;
	height: 100px;
}

.logo-imagem img {
	width: 100%;
	padding-top: 10px;
}

.container-logo {
	display: flex;
	align-items: center;
}

.menu {
	text-align: right;
	align-items: flex-end;
}

.menu ul {
	padding-top: 9%;
}

.menu li {
	display: inline-block;
	margin: 0 10px;
}

.menu li a {
	font-size: 16px;
	text-decoration: none;
	color: rgb(20, 20, 20);
	text-transform: uppercase;
	padding: 10px 15px;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
}

.banner {
	position: relative;
	background-size: cover;
	height: 500px;
	overflow: hidden;
	width: 100%;
	float: left;
	text-align: center;
	background: url(../src/banner.png) no-repeat center;
	background-color: rgb(78, 78, 78);
}

.container-about {
	display: flex;
	justify-content: flex-end;
}

.container-about h1 {
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	font-size: 60px;
	padding: 100px 10px 10px 200px;
}

.container-about span {
	font-weight: 300;
	font-style: italic;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	padding: 60px 100px 10px 160px;
	text-align: left;
	text-indent: 20px;
}

.mvg {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.mvg h1 {
	padding-top: 80px;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	font-size: 60px;
	text-align: center;
}

.mvg img {
	height: 675px;
	width: 900px;
	align-items: center;
}

.services {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.services-txt {
	font-family: 'Raleway', sans-serif;
	padding-bottom: 40px;
}

.services-txt h1 {
	padding: 80px 0px 20px 0px;
	font-weight: 400;
	font-size: 60px;
	text-align: center;
}
.services-txt li {
	font-weight: 300;
	font-size: 20px;
	text-align: left;
}

* {
	box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */

.container-service {
	position: relative;
}

/* Hide the images by default */

.mySlides {
	display: none;
}

/* Add a pointer when hovering over the thumbnail images */

.cursor {
	cursor: pointer;
}

/* Next & previous buttons */

.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 40%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

/* Position the "next button" to the right */

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */

.prev:hover, .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */

.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* Container for image text */

.caption-container {
	text-align: center;
	background-color: #222;
	padding: 2px 16px;
	color: white;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

/* Six columns side by side */

.column {
	float: left;
	width: 16.66%;
}

/* Add a transparency effect for thumnbail images */

.demo {
	opacity: 0.6;
}

.active, .demo:hover {
	opacity: 1;
	align-items: center;
}

.contact { 
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.contact h4 {
	font-family: 'Raleway', sans-serif;
	padding: 80px 0px 20px 0px;
	font-weight: 400;
	font-size: 30px;
	text-align: center;
}

.contact span {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 20px;
	text-align: center
}

.instagram {
	align-items: center;
	align-self: center;
	justify-content: center;
}

.instagram span {
	padding-left: 5px;
}

.att {
	height: 20px;
}