/* img header  */
.img-container {
  background-image: url(../imagens/Kilimanjaro_machame_img1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 50vh;
}

.home-page-filter {
    background: #01010e70;
    width: 100%;
    height: 100%;
}

/* description use and privacy */
.box-text-description {
	background-color: #f1f5f9;
	width: 100%;
	padding: 80px 0px;
}

.box-text-description .title {
	margin-bottom: 30px;
}

.box-text-description .title h3 {
	font-weight: 700;
	color: black;
	text-align: center;
}

.box-text-description .description p {
	text-align: initial;
}