html {
    height: 100%;
	min-height: 900px;
}

body {
    background-image: url(../images/bg1.jpg);
	height: 100%;
	background-position: center;
	background-repeat: repeat-y;
	background-size: cover;
	min-height: 900px;
}

.bg {
    background-image: url(../images/image1.png);
    height: 100%;
	background-position: center;
	background-repeat: repeat-y;
	background-size: cover;
	min-height: 900px;
}

.container-fluid {
	height: 100%;
	padding: 80px;
	min-height: 900px;
}

.logo {
	display: inline-flex;
}

.logo img {
	margin-left: 50px;
}

#sobre {
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 31px;
	align-items: center;
	display: inline-block;
	text-align: justify;
	color: #C19D58;
}

#contato {
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	line-height: 185.4%;
	align-items: center;
	color: #FFFFFF;
}

#btn-whatsapp {
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	background: #187C28;
	border-radius: 27px;
	font-style: normal;
	font-weight: 700;
	font-size: 25px;
	line-height: 104.9%;
	display: flex;
	align-items: center;
	text-align: center;
	text-decoration-line: underline;
	color: #FFFFFF;
}

#btn-whatsapp span {
	font-style: normal;
	font-weight: 700;
	font-size: 25px;
	line-height: 104.9%;
	display: flex;
	align-items: center;
	text-align: center;
	text-decoration-line: underline;
	color: #FFFFFF;
	flex: none;
	order: 0;
	flex-grow: 0;
}

footer{
	width: 100%;
	height: 80px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
}

#rodape {
	font-style: normal;
	font-size: 24px;
	line-height: 104.9%;
	display: inline-block;
	align-items: center;
	text-align: center;
	color: #C19D58;
}

#numero {
	font-weight: 700;
}

#copyright {
	font-weight: normal;
	font-size: 16px;
}

#copyright a {
	color: #ffffff;
}

@media only screen and (max-width: 900px) {
	html {
		height: auto;
	}

	.container-fluid {
		padding: 20px;
	}

	.logo img {
		margin-left: auto;
		margin-right: auto;
	}

	#sobre, #contato, #btn-whatsapp span, #rodape {
		font-size: 20px;
	}
}

@media only screen and (max-height: 700px) {
	footer{
		width: 100%;
		height: 80px;
		position: inherit;
		margin-top: 100px;
		bottom: 0;
		left: 0;
		text-align: center;
	}
}