.home {
	position: relative;
	height: calc(100vh - 80px);
}

.row.rowHighlight {
	width: 100%;
	height: 100%;
	margin: 0;
}

.col-sm-12.col-md-6.colHighlight {
	padding: 0;
    height:100%;
}

.imageHighlight {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shadow {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0.3;
	background-color: black;
}

.text {
	width: 60%;
	font-size: 40px;
}

.highlight {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.botaoHighlight {
	position: absolute;
	bottom: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.scroll {
	width: 50px;
	height: 50px;
}

.botaoHighlight .scroll i {
	font-size: 40px;
	color: #F6A0A3;
	font-weight: 700;
}


@media (max-width: 1200px) {
	.text {
		width: 50%;
	}
}

@media (max-width: 992px) {
	.text {
		width: 60%;
	}
}

@media (max-width: 768px) {
	/*.home {
		height: calc(100vh - 96px);
	}*/

	.text {
		width: 80%;
	}
}

@media (max-width: 576px) {
	.botaoHighlight {
		display: none;
	}

	.col-sm-12.col-md-6.colHighlight {
		height: 50%;
	}
    a.more{
        position:absolute;
        bottom:50px;
    }
}

@media (max-width: 414px) {
    a.more {
        bottom: 25px;
    }
}

@media (max-width: 375px) {
	/*.home {
		height: calc(100vh - 96px);
	}*/

	.col-sm-12.col-md-6.colHighlight {
		height: 50%;
	}

	.text {
		font-size: 25px;
	}
}
