.cd-container {
	/* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
	width: 100%;
	max-width: 1920px;
	/* min-width:1024px; */
	margin: 0 auto;
}

.cd-container::after {
	/* clearfix */
	content: '';
	display: table;
	clear: both;
}

.cd-main-content {
	/* you need to assign a min-height to the main content so that the children can inherit it*/
	width: 100%;
	max-width: 1920px;
	height: 100%;
	position: relative;
	z-index: 1;
}

.cd-fixed-bg {
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 93vh; /* inserido depois */
	min-height:auto;
	/* min-height: 100%; */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 1;
}

.cd-fixed-bg h1, .cd-fixed-bg h2 {
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	width: 90%;
	max-width: 1170px;
	min-width:1024px;
	text-align: center;
	color: white;
}

.cd-fixed-bg.cd-bg-1 {
	
}

.cd-fixed-bg.cd-bg-2 {
	
}

.cd-fixed-bg.cd-bg-3 {
	
}

.cd-fixed-bg.cd-bg-4 {
	
}

@media only screen and (min-width: 1025px) {
	
	.cd-fixed-bg {
		background-attachment: fixed;
	}
	
	.cd-fixed-bg h1, .cd-fixed-bg h2 {

	}

}

.cd-scrolling-bg {
	position: relative;
	min-height: 100%;
	padding: 0;
	z-index: 2;
}

.cd-scrolling-bg.cd-color-1 {

}

.cd-scrolling-bg.cd-color-2 {


}

.cd-scrolling-bg.cd-color-3 {

	
}

@media only screen and (max-width: 1023px) {

	.cd-fixed-bg {
		position: relative;
		width: 100%; /* inserido depois */
		max-width: 1024px; /* inserido depois */
		min-width: 370px;
		max-height: 1024px; /* inserido depois */
		min-height: 100%;
	}

	.cd-bg-2 {
		position: relative;
		width: 100%; /* inserido depois */
		max-width: 1023px; /* inserido depois */
		min-width: auto;
		height: 64vw;
		max-height: auto; /* inserido depois */
		min-height: auto;
	}

}
