.main-hero {
    background-color: #323131;
    background-image: linear-gradient(90deg, rgba(17, 30, 20, 0.6) 0%, rgba(17, 30, 20, 0.2) 50%, rgba(17, 30, 20, 0.6) 100%), url(../images/hero-slider-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 97vh;
    display: flex;
    justify-content: center;
    align-items: end;
    width: 100%;
    text-align: center;
}

.main-hero-vivencia-exoterica {
    background-color: #323131;
    background-image: url(../images/wallpaper-vivencia-exoterica.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 97vh;
	max-height: 1080px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}

.main-content {
	width: 90%;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 20vh;
}

.main-content-vivencia {
	width: 100%;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media only screen and (min-width: 796px) {
	.main-content {
		width: 70%;
	}
}

.vivencia-main__title {
	color: #FFF;
    font-family: 'Open Sans';
	font-weight: 700;
	font-size: 48px;
	line-height: 56px;
	margin-bottom: 32px;
}

.vivencia-sub__title {
	color: #FFF;
    font-family: 'Open Sans';
	font-weight: 700;
	font-size: 32px;
	line-height: 48px;
	margin-bottom: 16px;
}

.vivencia-paragraph {
	color: #FFF;
    font-family: 'Open Sans';
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 16px;
}

.main__title {
	color: #FFF;
    font-family: 'Open Sans';
	font-weight: 700;
	font-size: 36px;
	line-height: 49px;
	margin-bottom: 32px;
}

.main__paragraph {
    color: #FFF;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
}

.main__button-exotico {
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	background-color: #208440;
	border-radius: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: auto;
	padding: 10px 40px;
	text-transform: uppercase;
	transition: .3s ease-in-out;
}

.main__button-prev{
	color: #FFF;
	font-weight: bold;
	background-color: #208440;
	border-radius: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 36px;
	width: 280px;
	text-transform: uppercase;
	transition: .3s ease-in-out;
}

.main__button-exotico:hover,
.main__button-prev:hover {
	background-color: #186330;
	transition: .3s ease-in-out;
}
.main-btn-content{
	display: flex;
	flex-direction: initial;
	gap: 16px;
}

@media only screen and (max-width: 796px) {
	.main-hero-vivencia-exoterica {
    	height: 85vh;
		background-position: left;
	}
	.main-btn-content{
		flex-direction: column;
		align-items: center;
	}

	.main-content-vivencia {
		width: 90%;
		margin-bottom: 0;
	}

	.vivencia-main__title {
		font-size: 32px;
		line-height: 40px;
	}

	.vivencia-sub__title {
		font-size: 24px;
		line-height: 32px;
	}

	.vivencia-paragraph {
		font-size: 16px;
		line-height: 24px;
	}
}