/*
*
* Jumbotron
*/
.jumbotron-1 {
	padding: 20px 0 50px;
}

.jumbotron-1-aside {
	text-align: center;
}

.jumbotron-1-group-item {
	position: relative;
	display: flex;
}

.jumbotron-1-group-item-toggle {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 47px;
	height: 47px;
	border-radius: 50%;
	font-size: 22px;
	line-height: 1;
	color: #000000;
	transition: .22s;
}

.jumbotron-1-group-item-toggle::-moz-focus-inner {
	border: none;
	padding: 0;
}

.jumbotron-1-group-item-toggle:hover {
	color: #75c15b;
	border-color: #ffffff;
}

.jumbotron-1-group-item-toggle-text {
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: -.03em;
	font-weight: 600;
}

.jumbotron-1-group-item-content {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
	width: 100%;
}

.jumbotron-1-group-item-content a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 5px 20px 5px 47px;
	height: 47px;
	color: #000000;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}

.jumbotron-1-group-item-content a:hover {
	color: #75c15b;
}

.jumbotron-1-group {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: -15px;
	margin-left: -15px;
}

.jumbotron-1-group:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.jumbotron-1-group > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 15px;
}

.jumbotron-1-group > * {
	width: calc(50% - 15px);
}

* + .jumbotron-1-aside {
	margin-top: 30px;
}

@media (min-width: 480px) {
	.jumbotron-1-group {
		margin-left: -30px;
	}
	.jumbotron-1-group > * {
		margin-left: 30px;
	}
	.jumbotron-1-group > * {
		width: calc(50% - 30px);
	}
}

@media (min-width: 576px) {
	.jumbotron-1-group {
		margin-left: -15px;
	}
	.jumbotron-1-group > * {
		margin-left: 15px;
	}
	.jumbotron-1-group > * {
		width: calc(25% - 15px);
	}
}

@media (min-width: 768px) {
	.jumbotron-1 {
		padding-bottom: 100px;
	}
}

@media (min-width: 992px) {
	.jumbotron-1 {
		padding-left: 30px;
		padding-right: 30px;
	}
	.jumbotron-1-inner {
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
		justify-content: space-between;
		width: 100%;
	}
	.jumbotron-1-aside {
		position: relative;
		z-index: 2;
		flex-shrink: 0;
	}
	.jumbotron-1-main {
		position: relative;
		flex-shrink: 1;
		width: calc(100% - 100px);
	}
	.jumbotron-1-group {
		flex-direction: column;
		margin-bottom: -22px;
		margin-left: 0;
	}
	.jumbotron-1-group > * {
		margin-bottom: 22px;
		margin-left: 0;
	}
	.jumbotron-1-group > * {
		display: block;
		width: 100%;
	}
	.jumbotron-1-group-item.focus {
		z-index: 2;
	}
	.jumbotron-1-group-item.focus .jumbotron-1-group-item-toggle {
		color: #75c15b;
		border-color: #ffffff;
	}
	.jumbotron-1-group-item-toggle {
		border: 1px solid #c4c4c4;
	}
	.jumbotron-1-group-item-toggle:hover ~ .jumbotron-1-group-item-content {
		opacity: 1;
		visibility: visible;
	}
	.jumbotron-1-group-item-content {
		width: auto;
		opacity: 0;
		visibility: hidden;
		transition: .22s;
	}
	.jumbotron-1-group-item-content a {
		padding-left: 60px;
	}
	.jumbotron-1-group-item-content:hover {
		opacity: 1;
		visibility: visible;
	}
}

@media (min-width: 1200px) {
	.jumbotron-1-main {
		width: calc(100% - 100px);
	}
}

@media (min-width: 1600px) {
	.jumbotron-1 {
		padding: 50px 0 120px;
	}
	.jumbotron-1-main {
		width: 82%;
	}
	.jumbotron-1-group-item-toggle {
		width: 56px;
		height: 56px;
	}
	.jumbotron-1-group-item-content a {
		height: 56px;
	}
}

.jumbotron-2 .svg-wave-line {
	stroke: #ffffff;
}

.jumbotron-2 .rd-navbar-wrap {
	position: relative;
	z-index: 1080;
}

.jumbotron-2 .rd-navbar-static {
	background-color: transparent;
}

.jumbotron-2-content {
	position: relative;
}

.jumbotron-2-content::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .35;
	background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.jumbotron-2-content::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	right: 0;
	height: 30%;
	max-height: 430px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.jumbotron-2-content > * {
	position: relative;
	z-index: 1;
}

.jumbotron-2-content-inner {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding: 30px 0 140px;
}

.jumbotron-2-block {
	position: relative;
	z-index: 2;
	padding: 20px 0 60px;
	margin: -100px 15px 0;
	background: #ffffff;
	border-radius: 8px 8px 0 0;
}

.jumbotron-2-block > .container {
	border: 1px solid transparent;
}

.jumbotron-2-block > .container > .row {
	position: relative;
	top: 1px;
}

.jumbotron-2-text {
	max-width: 520px;
}

* + .jumbotron-2-text {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.jumbotron-2-content-inner {
		padding: 80px 0 200px;
	}
	.jumbotron-2-block {
		padding-bottom: 90px;
	}
}

@media (min-width: 1200px) {
	.jumbotron-2 * + .text-1 {
		margin-top: 40px;
	}
	.jumbotron-2 * + .rd-form {
		margin-top: 60px;
	}
	.jumbotron-2-content-inner {
		padding-bottom: 625px;
	}
	.jumbotron-2-block {
		padding-bottom: 135px;
		margin-top: -510px;
	}
	* + .jumbotron-2-text {
		margin-top: 35px;
	}
}

@media (min-width: 1600px) {
	.jumbotron-2-block {
		max-width: 1370px;
		margin-left: auto;
		margin-right: auto;
	}
}

.jumbotron-3 {
	display: flex;
}

.jumbotron-3::after {
	content: '';
	padding-bottom: 43.63432%;
	opacity: 0;
	visibility: hidden;
}

.jumbotron-3 .svg-wave-line {
	position: relative;
	top: -.1em;
	stroke: #ffffff;
}

.jumbotron-3::after,
.jumbotron-3-inner {
	flex-shrink: 0;
	width: 100%;
}

.jumbotron-3-inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 40px 0 60px;
}

.jumbotron-3-inner::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .45;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
}

.jumbotron-3-title {
	line-height: 1.25;
	font-weight: 600;
	max-width: 330px;
}

.jumbotron-3-text > * {
	line-height: 1.66;
}

.jumbotron-3-title + * {
	margin-top: 15px;
}

@media (max-width: 479px) {
	.jumbotron-3-title .svg-wave-line {
		max-width: 42px;
	}
}

@media (min-width: 768px) {
	.jumbotron-3-inner {
		padding-top: 80px;
		padding-bottom: 100px;
	}
	.jumbotron-3-inner::after {
		background: linear-gradient(to right, rgba(0, 0, 0, 0), #000000);
	}
	.jumbotron-3-title {
		max-width: 400px;
		margin-left: 40px;
	}
	.jumbotron-3-text {
		max-width: 520px;
	}
	.jumbotron-3-title + * {
		margin-top: 25px;
	}
}

@media (min-width: 992px) {
	.jumbotron-3-inner {
		padding-top: 120px;
		padding-bottom: 165px;
	}
}

@media (min-width: 1200px) {
	.jumbotron-3-title + * {
		margin-top: 35px;
	}
}

@media (min-width: 1600px) {
	.jumbotron-3-title + * {
		margin-top: 55px;
	}
}


/*
* Grid modules
*/
.row-x-6 {
	margin-left: -3px;
	margin-right: -3px;
}

.row-x-6 > [class*='col'] {
	padding: 0 3px;
}

@media (min-width: 1200px) {
	.row-x-xl-50 {
		margin-left: -25px;
		margin-right: -25px;
	}
	.row-x-xl-50 > [class*='col'] {
		padding: 0 25px;
	}
}

@media (min-width: 1200px) {
	.container-wide {
		max-width: 1600px;
	}
}

@media (min-width: 1200px) {
	.grid-wing-right {
		width: calc(1200px / 2 + 50vw);
	}
}

@media (min-width: 1600px) {
	.container-wide .grid-wing-right {
		width: calc(1600px / 2 + 50vw);
	}
}

@media (min-width: 2200px) {
	.container-wide .grid-wing-right {
		max-width: 1600px;
	}
}

@media (min-width: 480px) and (max-width: 575px) {
	.col-xs-6 {
		flex-basis: 50%;
		max-width: 50%;
	}
}

.range {
	display: flex;
	flex-wrap: wrap;
}

.cell-inner {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.range > [class*='cell'] {
	position: relative;
	width: 100%;
	min-height: 1px;
}

.range > [class*='cell'] > .row {
	margin: 0;
}

.range > [class*='cell'].container {
	padding: 0;
}

.range > [class*='col'] {
	padding: 0;
}

@media (min-width: 576px) {
	.cell-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cell-sm-6 .cell-inner {
		max-width: 270px;
	}
	.range > [class*='cell-sm']:nth-child(odd) .cell-inner {
		margin-left: auto;
	}
	.range.flex-sm-row-reverse > [class*='cell-sm']:nth-child(odd) .cell-inner {
		margin-left: 0;
	}
	.range.flex-sm-row-reverse > [class*='cell-sm']:nth-child(even) .cell-inner {
		margin-left: auto;
	}
	.range > [class*='cell-sm'].container {
		margin: 0;
	}
}

@media (min-width: 768px) {
	.range > [class*='cell-md']:nth-child(odd) .cell-inner {
		margin-left: auto;
	}
	.range.flex-md-row-reverse > [class*='cell-md']:nth-child(odd) .cell-inner {
		margin-left: 0;
	}
	.range.flex-md-row-reverse > [class*='cell-md']:nth-child(even) .cell-inner {
		margin-left: auto;
	}
	.range > [class*='cell-md'].container {
		margin: 0;
	}
}

@media (min-width: 992px) {
	[class*='cell-lg'] > .row > [class*='col'] {
		flex-basis: 100%;
	}
	.range > [class*='cell-lg']:nth-child(odd) .cell-inner {
		margin-left: auto;
	}
	.range.flex-lg-row-reverse > [class*='cell-lg']:nth-child(odd) .cell-inner {
		margin-left: 0;
	}
	.range.flex-lg-row-reverse > [class*='cell-lg']:nth-child(even) .cell-inner {
		margin-left: auto;
	}
	.range > [class*='cell-lg'].container {
		margin: 0;
	}
	.cell-lg-7 {
		flex: 0 0 calc(50% - -80px);
		max-width: calc(50% - -80px);
	}
	.cell-lg-7 .cell-inner {
		max-width: 560px;
	}
	.cell-lg-5 {
		flex: 0 0 calc(50% - 80px);
		max-width: calc(50% - 80px);
	}
	.cell-lg-5 .cell-inner {
		max-width: 400px;
	}
}

@media (min-width: 1200px) {
	.range > [class*='cell-xl'].container {
		margin: 0;
	}
	.range > [class*='cell-xl']:nth-child(odd) .cell-inner {
		margin-left: auto;
	}
	.range .cell-inner {
		flex-basis: 100%;
	}
	.cell-xl-8 {
		flex: 0 0 calc(50% - -200px);
		max-width: calc(50% - -200px);
	}
	.cell-xl-8 .cell-inner {
		max-width: 800px;
	}
	.cell-xl-4 {
		flex: 0 0 calc(50% - 200px);
		max-width: calc(50% - 200px);
	}
	.cell-xl-4 .cell-inner {
		max-width: 400px;
	}
}

@media (min-width: 1600px) {
	.cell-xxl-9 {
		flex: 0 0 calc(50% - -300px);
		max-width: calc(50% - -300px);
	}
	.cell-xxl-9 .cell-inner {
		max-width: 900px;
	}
	.cell-xxl-3 {
		flex: 0 0 calc(50% - 300px);
		max-width: calc(50% - 300px);
	}
	.cell-xxl-3 .cell-inner {
		max-width: 300px;
	}
}

/* 
 * 	Owl Carousel - Video Plugin
 */
 .owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	font: 400 40px/80px 'FontAwesome';
	cursor: pointer;
	z-index: 1;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:before {
	content: '\f144';
}

.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

/*
 * Owl Navigation
 */
.owl-nav.disabled {
	display: none !important;
}

.owl-prev,
.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font: 400 46px/50px 'FontAwesome';
	color: #c4c4c4;
}

.owl-prev:hover,
.owl-next:hover {
	color: #75c15b;
}

.owl-prev {
	left: 0;
}

.owl-prev::before {
	content: '\f104';
}

.owl-next {
	right: 0;
}

.owl-next::before {
	content: '\f105';
}

.owl-arrow {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
}

.owl-arrow::-moz-focus-inner {
	border: none;
	padding: 0;
}

/*
 * Owl Pagination
 */
.owl-dots {
	text-align: center;
	margin-top: 35px;
}

.owl-dots.disabled {
	display: none !important;
}

.owl-dot {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
	position: relative;
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #c4c4c4;
	margin-left: 12px;
	margin-right: 12px;
	text-align: center;
	outline: none;
	cursor: pointer;
	transition: .2s;
}

.owl-dot::-moz-focus-inner {
	border: none;
	padding: 0;
}

.owl-dot::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	width: 200%;
	height: 200%;
	border-radius: 50%;
}

.owl-dot:only-child {
	display: none;
}

.owl-dot:hover, .owl-dot.active {
	background-color: #75c15b;
}

* + .owl-carousel {
	margin-top: 30px;
}

.owl-1 .owl-stage-outer {
	padding: 30px;
	margin: -30px;
}

.owl-1 .owl-item {
	opacity: 0;
	visibility: hidden;
	transition: .1s;
}

.owl-1 .owl-item.active {
	opacity: 1;
	visibility: visible;
}

.owl-2 .owl-stage-outer {
	padding: 20px;
	margin: -20px;
}

.owl-2 .owl-stage {
	display: flex;
}

.owl-2 .owl-item {
	display: flex;
}

.owl-2 .owl-dots {
	margin-top: 15px;
}

.owl-3 {
	pointer-events: none;
}

.owl-3 .owl-stage-outer {
	padding: 70px 30px;
	margin: -70px -30px;
}

.owl-3 .owl-item {
	opacity: 0;
	visibility: hidden;
	transition: .22s;
	pointer-events: auto;
}

.owl-3 .owl-item.active {
	opacity: 1;
	visibility: visible;
}

.owl-3 .destination-1-figure::after {
	padding-bottom: 62.09913%;
}

@media (min-width: 992px) {
	.desktop .owl-3 .owl-item-inner {
		position: relative;
		transition: .5s;
		will-change: transform;
	}
	.desktop .owl-3 .owl-item-inner .destination-1 {
		overflow: visible;
	}
	.desktop .owl-3 .owl-item-inner .destination-1-figure {
		transform: none;
	}
	.desktop .owl-3 .owl-item-inner .destination-1-caption {
		width: auto;
		transition: .5s;
	}
	.desktop .owl-3 .owl-item-inner:hover {
		z-index: 3;
	}
	.desktop .owl-3 .owl-item-inner:hover .destination-1-figure {
		transform: scale(1.26, 1.26);
	}
	.desktop .owl-3 .owl-item-inner:hover .destination-1-caption {
		left: -45px;
		right: -45px;
	}
	.desktop .owl-3 .owl-item-inner:hover > * {
		box-shadow: 0 3px 70px 0 rgba(0, 0, 0, 0.5);
	}
	.owl-3 .destination-1-decoration-title {
		position: relative;
		bottom: -25%;
		font-size: 110px;
		margin-bottom: 0;
	}
	* + .owl-3 {
		margin-top: 50px;
	}
}

@media (min-width: 1600px) {
	.owl-3 .destination-1 {
		max-width: 100%;
	}
	* + .owl-3 {
		margin-top: 70px;
	}
}

.owl-group-1 .owl-dots-nav {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.owl-group-1 .owl-dots-nav button {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
	position: relative;
	padding-left: 40px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.2);
	transition: .3s;
}

.owl-group-1 .owl-dots-nav button::-moz-focus-inner {
	border: none;
	padding: 0;
}

.owl-group-1 .owl-dots-nav button::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate3d(0, -50%, 0);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.2);
}

.owl-group-1 .owl-dots-nav button:hover {
	color: #000000;
}

.owl-group-1 .owl-dots-nav button.active {
	color: #000000;
}

.owl-group-1 .owl-dots-nav button.active::before {
	background: #75c15b;
}

.owl-group-1 .owl-dots-nav > * + * {
	margin-top: 20px;
}

.owl-group-1 * + .owl-dots-nav {
	margin-top: 20px;
}

@media (max-width: 767.98px) {
	.owl-group-1 .owl-dots-nav {
		flex-direction: row;
		justify-content: center;
	}
	.owl-group-1 .owl-dots-nav button {
		display: inline-block;
		font-size: 0;
		padding-left: 10px;
		height: 10px;
		width: 10px;
		margin: 0 10px;
	}
}

.owl-group-1-main {
	position: relative;
	display: flex;
	max-width: 100%;
}

.owl-group-1-main::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(https://dev.tekz.com.br/casafenix/assets/images/destinations/home-1-slider-slide-4);
	background-position: center center;
	background-size: cover;
	z-index: 2;
	pointer-events: none;
}

.owl-group-1-main .owl-carousel {
	max-width: 100%;
}

.owl-group-1-main::after {
	content: '';
	display: block;
	opacity: 0;
	visibility: hidden;
	padding-bottom: 72.26804%;
	height: 0;
}

.owl-group-1-main::after,
.owl-group-1-main .owl-carousel {
	flex-shrink: 0;
	width: 100%;
}

.owl-group-1-main .owl-carousel,
.owl-group-1-main .owl-stage-outer,
.owl-group-1-main .owl-stage,
.owl-group-1-main .owl-item {
	display: flex;
}

.owl-group-1-main .owl-stage {
	flex-shrink: 0;
}

.owl-group-1-main .owl-item > * {
	width: 100%;
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.owl-group-1-main {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 768px) {
	.owl-group-1 {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.owl-group-1 > * + * {
		margin-left: 40px;
	}
	.owl-group-1 * + .owl-dots-nav {
		margin-top: 0;
	}
	.owl-group-1-main {
		max-width: calc(100% - 140px);
	}
}

@media (min-width: 1200px) {
	.owl-group-1 .owl-dots-nav > * + * {
		margin-top: 30px;
	}
	.owl-group-1-main {
		max-width: calc(100% - 200px);
	}
}

@media (min-width: 1600px) {
	.owl-group-1 .owl-carousel {
		max-width: 970px;
	}
}

.owl-group-2 {
	position: relative;
	margin-right: 30px;
}

.owl-group-2 .owl-carousel {
	margin-top: 0;
}

.owl-group-2 .owl-stage-outer {
	border-radius: 8px;
}

.owl-group-2 .owl-nav {
	position: absolute;
	top: 54%;
	right: 0;
	z-index: 2;
	transform: translate3d(46%, -50%, 0);
	pointer-events: none;
}

.owl-group-2 .owl-nav > * + * {
	margin-top: 10px;
}

.owl-group-2 .owl-arrow {
	display: flex;
	text-align: center;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #ffffff;
	border-radius: 50%;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.35);
	pointer-events: auto;
}

.owl-group-2 .owl-arrow svg {
	max-width: 16px;
	margin: auto;
	fill: rgba(0, 0, 0, 0.4);
	transition: .22s;
}

.owl-group-2 .owl-arrow:hover svg {
	fill: #000000;
}

@media (min-width: 768px) {
	.owl-group-2 .owl-nav .owl-arrow {
		width: 63px;
		height: 63px;
	}
	.owl-group-2 .owl-nav .owl-arrow svg {
		max-width: 100%;
	}
	.owl-group-2 .owl-nav > * + * {
		margin-top: 16px;
	}
}

@media (min-width: 992px) {
	.owl-group-2 {
		margin-right: 50px;
	}
}

@media (min-width: 1200px) {
	.owl-group-2 {
		float: right;
		margin-right: 0;
	}
	.owl-group-2:before, .owl-group-2:after {
		content: " ";
		display: table;
	}
	.owl-group-2:after {
		clear: both;
	}
	.owl-group-2 .owl-carousel {
		float: right;
		flex-shrink: 0;
		width: 860px;
	}
}

@media (min-width: 1600px) {
	.owl-group-2 {
		margin-right: 70px;
	}
	.owl-group-2 .owl-carousel {
		width: 1040px;
	}
}

.owl-group-3 .owl-media-dots {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: -7px;
	margin-left: -7px;
}

.owl-group-3 .owl-media-dots > * {
	margin-bottom: 7px;
	margin-left: 7px;
}

.owl-group-3 .owl-media-dots > * {
	flex-grow: 1;
}

.owl-group-3 * + .owl-media-dots {
	margin-top: 30px;
}

* + .owl-group-3 {
	margin-top: 22px;
}

@media (min-width: 480px) {
	.owl-group-3 .owl-media-dots {
		margin-bottom: -14px;
		margin-left: -14px;
	}
	.owl-group-3 .owl-media-dots > * {
		margin-bottom: 14px;
		margin-left: 14px;
	}
}

@media (max-width: 575.98px) {
	.owl-group-3 .owl-media-dots > * {
		max-width: 42px;
	}
}

@media (min-width: 768px) {
	* + .owl-group-3 {
		margin-top: 50px;
	}
}

@media (min-width: 992px) {
	.owl-group-3 {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.owl-group-3 .owl-carousel {
		max-width: 600px;
		padding-right: 30px;
	}
	.owl-group-3 .owl-media-dots {
		position: relative;
		top: -75px;
		justify-content: flex-start;
		flex-shrink: 0;
		width: 340px;
		margin-bottom: -30px;
		margin-left: -30px;
	}
	.owl-group-3 .owl-media-dots > * {
		margin-bottom: 30px;
		margin-left: 30px;
	}
	.owl-group-3 .owl-media-dots > * {
		max-width: calc(33.333% - 30px);
		cursor: pointer;
	}
	.owl-group-3 * + .owl-media-dots {
		margin-top: 0;
	}
	* + .owl-group-3 {
		margin-top: 30px;
	}
}

@media (min-width: 1200px) {
	.owl-group-3 .owl-carousel {
		max-width: 750px;
	}
	.owl-group-3 .owl-media-dots {
		width: 372px;
	}
}

.owl-carousel-quote-light {
	position: relative;
	width: 350px;
	max-width: 100%;
}

.owl-carousel-quote-light .owl-stage {
	display: flex;
	align-items: flex-end;
}

.owl-carousel-quote-light .owl-nav {
	position: absolute;
	z-index: 2;
	bottom: -1px;
	left: 0;
	display: flex;
	align-items: center;
}

.owl-carousel-quote-light .owl-nav > * + * {
	margin-left: 5px;
}

.owl-carousel-quote-light .owl-arrow {
	transition: .1s;
}

.owl-carousel-quote-light .owl-arrow:hover {
	fill: #75c15b;
}

.owl-carousel-quote-light .owl-nav-divider {
	position: relative;
	transform: rotate(120deg);
	width: 24px;
	height: 1px;
	background: #c4c4c4;
}

* + .owl-carousel-quote-light {
	margin-top: 15px;
}

@media (min-width: 480px) {
	.owl-carousel-quote-light .owl-nav {
		left: 48px;
	}
}

@media (min-width: 992px) {
	.owl-carousel-quote-light .owl-nav {
		left: 54px;
		bottom: 0;
	}
	.owl-carousel-quote-light .owl-nav-divider {
		width: 38px;
	}
}

@media (min-width: 1200px) {
	.owl-carousel-quote-light {
		width: 440px;
	}
}

html .owl-nav-1 {
	display: inline-flex;
}

.owl-nav-1 {
	display: flex;
	align-items: center;
}

.owl-nav-1 .owl-arrow {
	position: relative;
	transform: none;
	fill: #808080;
	transition: .22s;
}

.owl-nav-1 .owl-arrow:hover {
	fill: #000000;
}

.owl-nav-1 > * + * {
	margin-left: 28px;
}

.context-dark .owl-nav-1 .owl-arrow {
	fill: rgba(255, 255, 255, 0.3);
}

.context-dark .owl-nav-1 .owl-arrow:hover {
	fill: #ffffff;
}

.owl-carousel[data-animation-in='fadeIn'][data-animation-out='fadeOut'] .owl-animated-in {
	animation-duration: 1s;
}

.owl-carousel[data-animation-in='fadeIn'][data-animation-out='fadeOut'] .owl-animated-out {
	animation-duration: .4s;
}


/*
*
* Owl Carousel
*/
.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	font: 400 40px/80px 'FontAwesome';
	cursor: pointer;
	z-index: 1;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:before {
	content: '\f144';
}

.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

/*
 * Owl Navigation
 */
.owl-nav.disabled {
	display: none !important;
}

.owl-prev,
.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font: 400 46px/50px 'FontAwesome';
	color: #c4c4c4;
}

.owl-prev:hover,
.owl-next:hover {
	color: #75c15b;
}

.owl-prev {
	left: 0;
}

.owl-prev::before {
	content: '\f104';
}

.owl-next {
	right: 0;
}

.owl-next::before {
	content: '\f105';
}

.owl-arrow {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
}

.owl-arrow::-moz-focus-inner {
	border: none;
	padding: 0;
}

/*
 * Owl Pagination
 */
.owl-dots {
	text-align: center;
	margin-top: 35px;
}

.owl-dots.disabled {
	display: none !important;
}

.owl-dot {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
	position: relative;
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #c4c4c4;
	margin-left: 12px;
	margin-right: 12px;
	text-align: center;
	outline: none;
	cursor: pointer;
	transition: .2s;
}

.owl-dot::-moz-focus-inner {
	border: none;
	padding: 0;
}

.owl-dot::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	width: 200%;
	height: 200%;
	border-radius: 50%;
}

.owl-dot:only-child {
	display: none;
}

.owl-dot:hover, .owl-dot.active {
	background-color: #75c15b;
}

* + .owl-carousel {
	margin-top: 30px;
}

.owl-1 .owl-stage-outer {
	padding: 30px;
	margin: -30px;
}

.owl-1 .owl-item {
	opacity: 0;
	visibility: hidden;
	transition: .1s;
}

.owl-1 .owl-item.active {
	opacity: 1;
	visibility: visible;
}

.owl-2 .owl-stage-outer {
	padding: 20px;
	margin: -20px;
}

.owl-2 .owl-stage {
	display: flex;
}

.owl-2 .owl-item {
	display: flex;
}

.owl-2 .owl-dots {
	margin-top: 15px;
}

.owl-3 {
	pointer-events: none;
}

.owl-3 .owl-stage-outer {
	padding: 70px 30px;
	margin: -70px -30px;
}

.owl-3 .owl-item {
	opacity: 0;
	visibility: hidden;
	transition: .22s;
	pointer-events: auto;
}

.owl-3 .owl-item.active {
	opacity: 1;
	visibility: visible;
}

.owl-3 .destination-1-figure::after {
	padding-bottom: 62.09913%;
}

@media (min-width: 992px) {
	.desktop .owl-3 .owl-item-inner {
		position: relative;
		transition: .5s;
		will-change: transform;
	}
	.desktop .owl-3 .owl-item-inner .destination-1 {
		overflow: visible;
	}
	.desktop .owl-3 .owl-item-inner .destination-1-figure {
		transform: none;
	}
	.desktop .owl-3 .owl-item-inner .destination-1-caption {
		width: auto;
		transition: .5s;
	}
	.desktop .owl-3 .owl-item-inner:hover {
		z-index: 3;
	}
	.desktop .owl-3 .owl-item-inner:hover .destination-1-figure {
		transform: scale(1.26, 1.26);
	}
	.desktop .owl-3 .owl-item-inner:hover .destination-1-caption {
		left: -45px;
		right: -45px;
	}
	.desktop .owl-3 .owl-item-inner:hover > * {
		box-shadow: 0 3px 70px 0 rgba(0, 0, 0, 0.5);
	}
	.owl-3 .destination-1-decoration-title {
		position: relative;
		bottom: -25%;
		font-size: 110px;
		margin-bottom: 0;
	}
	* + .owl-3 {
		margin-top: 50px;
	}
}

@media (min-width: 1600px) {
	.owl-3 .destination-1 {
		max-width: 100%;
	}
	* + .owl-3 {
		margin-top: 70px;
	}
}

.owl-group-1 .owl-dots-nav {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.owl-group-1 .owl-dots-nav button {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
	position: relative;
	padding-left: 40px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.2);
	transition: .3s;
}

.owl-group-1 .owl-dots-nav button::-moz-focus-inner {
	border: none;
	padding: 0;
}

.owl-group-1 .owl-dots-nav button::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate3d(0, -50%, 0);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.2);
}

.owl-group-1 .owl-dots-nav button:hover {
	color: #000000;
}

.owl-group-1 .owl-dots-nav button.active {
	color: #000000;
}

.owl-group-1 .owl-dots-nav button.active::before {
	background: #75c15b;
}

.owl-group-1 .owl-dots-nav > * + * {
	margin-top: 20px;
}

.owl-group-1 * + .owl-dots-nav {
	margin-top: 20px;
}

@media (max-width: 767.98px) {
	.owl-group-1 .owl-dots-nav {
		flex-direction: row;
		justify-content: center;
	}
	.owl-group-1 .owl-dots-nav button {
		display: inline-block;
		font-size: 0;
		padding-left: 10px;
		height: 10px;
		width: 10px;
		margin: 0 10px;
	}
}

.owl-group-1-main {
	position: relative;
	display: flex;
	max-width: 100%;
}

.owl-group-1-main::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(https://dev.tekz.com.br/casafenix/assets/images/destinations/home-1-slider-bg.png);
	background-position: center center;
	background-size: cover;
	z-index: 2;
	pointer-events: none;
}

.owl-group-1-main .owl-carousel {
	max-width: 100%;
}

.owl-group-1-main::after {
	content: '';
	display: block;
	opacity: 0;
	visibility: hidden;
	padding-bottom: 72.26804%;
	height: 0;
}

.owl-group-1-main::after,
.owl-group-1-main .owl-carousel {
	flex-shrink: 0;
	width: 100%;
}

.owl-group-1-main .owl-carousel,
.owl-group-1-main .owl-stage-outer,
.owl-group-1-main .owl-stage,
.owl-group-1-main .owl-item {
	display: flex;
}

.owl-group-1-main .owl-stage {
	flex-shrink: 0;
}

.owl-group-1-main .owl-item > * {
	width: 100%;
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.owl-group-1-main {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 768px) {
	.owl-group-1 {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.owl-group-1 > * + * {
		margin-left: 40px;
	}
	.owl-group-1 * + .owl-dots-nav {
		margin-top: 0;
	}
	.owl-group-1-main {
		max-width: calc(100% - 140px);
	}
}

@media (min-width: 1200px) {
	.owl-group-1 .owl-dots-nav > * + * {
		margin-top: 30px;
	}
	.owl-group-1-main {
		max-width: calc(100% - 200px);
	}
}

@media (min-width: 1600px) {
	.owl-group-1 .owl-carousel {
		max-width: 970px;
	}
}

.owl-group-2 {
	position: relative;
	margin-right: 30px;
}

.owl-group-2 .owl-carousel {
	margin-top: 0;
}

.owl-group-2 .owl-stage-outer {
	border-radius: 8px;
}

.owl-group-2 .owl-nav {
	position: absolute;
	top: 54%;
	right: 0;
	z-index: 2;
	transform: translate3d(46%, -50%, 0);
	pointer-events: none;
}

.owl-group-2 .owl-nav > * + * {
	margin-top: 10px;
}

.owl-group-2 .owl-arrow {
	display: flex;
	text-align: center;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #ffffff;
	border-radius: 50%;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.35);
	pointer-events: auto;
}

.owl-group-2 .owl-arrow svg {
	max-width: 16px;
	margin: auto;
	fill: rgba(0, 0, 0, 0.4);
	transition: .22s;
}

.owl-group-2 .owl-arrow:hover svg {
	fill: #000000;
}

@media (min-width: 768px) {
	.owl-group-2 .owl-nav .owl-arrow {
		width: 63px;
		height: 63px;
	}
	.owl-group-2 .owl-nav .owl-arrow svg {
		max-width: 100%;
	}
	.owl-group-2 .owl-nav > * + * {
		margin-top: 16px;
	}
}

@media (min-width: 992px) {
	.owl-group-2 {
		margin-right: 50px;
	}
}

@media (min-width: 1200px) {
	.owl-group-2 {
		float: right;
		margin-right: 0;
	}
	.owl-group-2:before, .owl-group-2:after {
		content: " ";
		display: table;
	}
	.owl-group-2:after {
		clear: both;
	}
	.owl-group-2 .owl-carousel {
		float: right;
		flex-shrink: 0;
		width: 860px;
	}
}

@media (min-width: 1600px) {
	.owl-group-2 {
		margin-right: 70px;
	}
	.owl-group-2 .owl-carousel {
		width: 1040px;
	}
}

.owl-group-3 .owl-media-dots {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: -7px;
	margin-left: -7px;
}

.owl-group-3 .owl-media-dots > * {
	margin-bottom: 7px;
	margin-left: 7px;
}

.owl-group-3 .owl-media-dots > * {
	flex-grow: 1;
}

.owl-group-3 * + .owl-media-dots {
	margin-top: 30px;
}

* + .owl-group-3 {
	margin-top: 22px;
}

@media (min-width: 480px) {
	.owl-group-3 .owl-media-dots {
		margin-bottom: -14px;
		margin-left: -14px;
	}
	.owl-group-3 .owl-media-dots > * {
		margin-bottom: 14px;
		margin-left: 14px;
	}
}

@media (max-width: 575.98px) {
	.owl-group-3 .owl-media-dots > * {
		max-width: 42px;
	}
}

@media (min-width: 768px) {
	* + .owl-group-3 {
		margin-top: 50px;
	}
}

@media (min-width: 992px) {
	.owl-group-3 {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.owl-group-3 .owl-carousel {
		max-width: 600px;
		padding-right: 30px;
	}
	.owl-group-3 .owl-media-dots {
		position: relative;
		top: -75px;
		justify-content: flex-start;
		flex-shrink: 0;
		width: 340px;
		margin-bottom: -30px;
		margin-left: -30px;
	}
	.owl-group-3 .owl-media-dots > * {
		margin-bottom: 30px;
		margin-left: 30px;
	}
	.owl-group-3 .owl-media-dots > * {
		max-width: calc(33.333% - 30px);
		cursor: pointer;
	}
	.owl-group-3 * + .owl-media-dots {
		margin-top: 0;
	}
	* + .owl-group-3 {
		margin-top: 30px;
	}
}

@media (min-width: 1200px) {
	.owl-group-3 .owl-carousel {
		max-width: 750px;
	}
	.owl-group-3 .owl-media-dots {
		width: 372px;
	}
}

.owl-carousel-quote-light {
	position: relative;
	width: 350px;
	max-width: 100%;
}

.owl-carousel-quote-light .owl-stage {
	display: flex;
	align-items: flex-end;
}

.owl-carousel-quote-light .owl-nav {
	position: absolute;
	z-index: 2;
	bottom: -1px;
	left: 0;
	display: flex;
	align-items: center;
}

.owl-carousel-quote-light .owl-nav > * + * {
	margin-left: 5px;
}

.owl-carousel-quote-light .owl-arrow {
	transition: .1s;
}

.owl-carousel-quote-light .owl-arrow:hover {
	fill: #75c15b;
}

.owl-carousel-quote-light .owl-nav-divider {
	position: relative;
	transform: rotate(120deg);
	width: 24px;
	height: 1px;
	background: #c4c4c4;
}

* + .owl-carousel-quote-light {
	margin-top: 15px;
}

@media (min-width: 480px) {
	.owl-carousel-quote-light .owl-nav {
		left: 48px;
	}
}

@media (min-width: 992px) {
	.owl-carousel-quote-light .owl-nav {
		left: 54px;
		bottom: 0;
	}
	.owl-carousel-quote-light .owl-nav-divider {
		width: 38px;
	}
}

@media (min-width: 1200px) {
	.owl-carousel-quote-light {
		width: 440px;
	}
}

html .owl-nav-1 {
	display: inline-flex;
}

.owl-nav-1 {
	display: flex;
	align-items: center;
}

.owl-nav-1 .owl-arrow {
	position: relative;
	transform: none;
	fill: #808080;
	transition: .22s;
}

.owl-nav-1 .owl-arrow:hover {
	fill: #000000;
}

.owl-nav-1 > * + * {
	margin-left: 28px;
}

.context-dark .owl-nav-1 .owl-arrow {
	fill: rgba(255, 255, 255, 0.3);
}

.context-dark .owl-nav-1 .owl-arrow:hover {
	fill: #ffffff;
}

.owl-carousel[data-animation-in='fadeIn'][data-animation-out='fadeOut'] .owl-animated-in {
	animation-duration: 1s;
}

.owl-carousel[data-animation-in='fadeIn'][data-animation-out='fadeOut'] .owl-animated-out {
	animation-duration: .4s;
}

.lg-sub-html, .lg-toolbar {
	background-color: rgba(0, 0, 0, 0.45);
}

.button-to-bottom {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #f6f6f6;
	font-size: 0;
	line-height: 0;
}

.button-to-bottom svg {
	fill: #75c15b;
}

.context-dark .button-to-bottom {
	background: #ffffff;
}

.context-dark .button-to-bottom::before, .context-dark .button-to-bottom::after {
	border-color: #ffffff;
}

* + .button-to-bottom {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.button-to-bottom {
		width: 60px;
		height: 60px;
	}
	.button-to-bottom::before, .button-to-bottom::after {
		content: '';
		position: absolute;
		border: 1px solid #f6f6f6;
		border-radius: inherit;
	}
	.button-to-bottom::before {
		left: -14%;
		top: -14%;
		width: 128%;
		height: 128%;
		opacity: .5;
	}
	.button-to-bottom::after {
		left: -28.66667%;
		top: -28.66667%;
		width: 157.33333%;
		height: 157.33333%;
		opacity: .3;
	}
	* + .button-to-bottom {
		margin-top: 30px;
	}
}

@media (min-width: 992px) {
	.desktop .button-to-bottom::before, .desktop .button-to-bottom::after {
		transition: .4s;
	}
	.desktop .button-to-bottom:hover::before, .desktop .button-to-bottom:hover::after {
		transform: scale(0.8);
		opacity: 0;
	}
	* + .button-to-bottom {
		margin-top: 50px;
	}
}

@media (min-width: 1600px) {
	.button-to-bottom {
		width: 76px;
		height: 76px;
	}
}


.context-dark .tour-1-title {
	color: #ffffff;
}

.context-dark .tour-1-title a {
    color: #fff!important;
	position: relative;
	display: block;
	color: inherit;
	will-change: transform;
	text-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
	transition: .22s;
}

.context-dark .tour-1-title a:hover {
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
}

@media (min-width: 992px) {
	.context-dark .tour-1-title {
		text-shadow: 0 8px 15px rgba(0, 0, 0, 0.4);
	}
}

.tour-1-title {
	font-family: Baloo, cursive;
	font-size: 34px;
	line-height: .8;
	letter-spacing: -.02em;
}

* + .tour-1-caption {
	margin-top: 5px;
}

@media (min-width: 480px) {
	.tour-1-title {
		font-size: 50px;
	}
}

@media (min-width: 768px) {
	.tour-1-title {
		font-size: 100px;
	}
}

@media (min-width: 1200px) {
	.tour-1-title {
		font-size: 120px;
	}
	* + .tour-1-caption {
		margin-top: 30px;
	}
}

@media (min-width: 1600px) {
	.tour-1-title {
		font-size: 150px;
	}
}

* + .tour-1-caption {
	margin-top: 5px;
}

@media (min-width: 480px) {
	.tour-1-title {
		font-size: 50px;
	}
}

@media (min-width: 768px) {
	.tour-1-title {
		font-size: 100px;
	}
}

@media (min-width: 1200px) {
	.tour-1-title {
		font-size: 120px;
	}
	* + .tour-1-caption {
		margin-top: 30px;
	}
}

@media (min-width: 1600px) {
	.tour-1-title {
		font-size: 150px;
	}
}

.tour-2 {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	max-width: 500px;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
}

h4,
.heading-4 {
	font-size: 19px;
	line-height: 1.3;
}

@media (min-width: 768px) {
	h4,
	.heading-4 {
		font-size: 21px;
	}
}

@media (min-width: 1200px) {
	h4,
	.heading-4 {
		font-size: 24px;
		line-height: 1.25;
	}
}


.tour-1 {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 60px 15px 40px;
}

.tour-1 > * {
	user-select: none;
}

.context-dark .tour-1-title {
	color: #ffffff;
}

.context-dark .tour-1-title a {
	position: relative;
	display: block;
	color: inherit;
	will-change: transform;
	text-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
	transition: .22s;
}

.context-dark .tour-1-title a:hover {
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
}

@media (min-width: 992px) {
	.context-dark .tour-1-title {
		text-shadow: 0 8px 15px rgba(0, 0, 0, 0.4);
	}
}

.tour-1-title {
	font-family: Baloo, cursive;
	font-size: 34px;
	line-height: .8;
	letter-spacing: -.02em;
}

* + .tour-1-caption {
	margin-top: 5px;
}
.context-dark, .context-dark h1, .context-dark h2, .context-dark h3, .context-dark h4, .context-dark h5, .context-dark h6, .context-dark [class*='heading-'] {
    color: #ffffff;
}

@media (min-width: 480px) {
	.tour-1-title {
		font-size: 50px;
	}
}

@media (min-width: 768px) {
	.tour-1-title {
		font-size: 100px;
	}
}

@media (min-width: 1200px) {
	.tour-1-title {
		font-size: 120px;
	}
	* + .tour-1-caption {
		margin-top: 30px;
	}
}

@media (min-width: 1600px) {
	.tour-1-title {
		font-size: 150px;
	}
}