@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro');

body {
	margin: 50px;
	padding-left: 50px;
	padding-right: 50px;
}
.logo{
	text-align: center;
}
.logo img {
	max-width: 15%;
	height: auto;
	align: center;
}

.carousel{
	width: 20%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.center{
	margin: auto;
}

.carousel-inner .item {
min-height: 400px;
margin: 0 auto;
}

.object{
	float: right;
}
.clearfix{
	overflow: auto;
}


h1,h2,h3,h4,h5,h6 {
	font-family: 'Source Serif Pro', serif;
	padding-left: 100px;
	padding-right: 50px;

}
h1{
	text-align: center
	font-size: 0px;
	display: none;
}
h2{
	font-size: 10px;
}

h5{
	text-align:center;
	background-color: inherit;
}
.description{
	font-size: 25px;
}

.cont{
	font-size: 20px;
	padding-left: 100px;
	padding-right: 50px;
}
.paddingLeft{
	padding-left: 100px;
}
.paddingRight{
	padding-right: 100px;
}

header {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.wrapper{
	display: grid;
	grid-gap: 10px;
}
	.boxa{
		grid-column: 1/ span 6;
		grid-row: 1;
	}
	.boxb{
		grid-column: 3;
		grid-row: 1/ span 6;
	}
	.boxc {
		grid-column: 1;
		grid-row: 2;
	}
	.boxd{
		grid-column: 3/ span 6;
		grid-row: 1;
	}
	.boxe{
		grid-column: 1;
		grid-row: 1/ span 6;
	}
	.boxf{
		grid-column: 3;
		grid-row: 2;
	}

	.left{
		grid-column: 1, span 4;
	}
	.right{
		grid-column: 2;
	}

footer{
	flex: 0 0 300px;
	background-color: #00000;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.header {
  padding: 10px 16px;
  background-color: white;
}

imagem{
	float: right;
}
texto{
	float: left;
}
