<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	font-family: 'Roboto Condensed', sans-serif;
}
p{
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
}
.pd0{
	padding: 0;
}
.clr-white{
	color: #fff;
}
.clr-blue{
	color: #002230;
}
.pd16{
	padding: 16px;
}
.pt100{
	padding-top: 100px;
}
.pb100{
	padding-bottom: 100px;
}
.pt50{
	padding-top: 50px;
}
.mb30{
	margin-bottom: 30px;
}

.pt16{
	padding-top: 16px;
}
.pb16{
	padding-bottom: 16px;
}
.mb16{
	margin-bottom: 16px;
}
.bg-blue{
	background: #276695;
}
.bg-skr{
	background: #D0E8FB;
}
.mr20{
	margin-right: 20px;
}
.mt50{
	margin-top: 50px;
}
.mb50{
	margin-bottom: 50px;
}
.hero-image-home{
	height: 600px;
}
.intro-hero h1{
	font-weight: 700;
	font-size: 64px;
	line-height: 75px;
	color: #FFFFFF;
	text-align: center;
}
p.subtitle-text{
	font-size: 18px;
	line-height: 145%;
	text-align: center;
	color: #002230;
}
.m-auto{
	margin: 0 auto;
}
.default-container h2{
	font-weight: 700;
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 30px;
	color: #002230;
}
.default-container p{
	font-weight: 400;
	font-size: 18px;
	line-height: 145%;
	color: #002230;
	margin-bottom: 20px;
}

.default-container p:last-child {
  margin-bottom: 0;
}

.adventure-box{
	top:0;
}
.box-visit{
	border: 1px solid #C2C2C2;
    border-radius: 20px;
    padding: 20px;
}
.box-visit p.title{
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: #002230;
}
.box-visit p{
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	color: #002230;
	margin-bottom: 16px;
}
.box-visit a{
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	/* or 23px */

	text-decoration-line: underline;

	color: #F7A400;
}
.box-visit img{
	margin-bottom: 17px;
}
.default-container p a{
	font-weight: 400;
	font-size: 18px;
	line-height: 145%;
	/* or 23px */

	text-align: center;
	text-decoration-line: underline;

	color: #F7A400;
}

.hidden-md, .hidden-lg{
	display: none;
}

.img-gallery{
	flex: 0 0 25%;
}
.img-gallery img{
	width: 100%;
	max-width: 100%;
}
.tours-contain{
	padding-bottom: 60px;
}
.tours-contain .tours-container{
	margin-top: 0px !important;
}
/* CELULAR */
@media screen and (max-width: 767px){
	.mb-pd-fix{
		padding: 20px !important;
	}
	.hidden-xs, .hidden-sm{
		display: none;
	}
	.hidden-md, .hidden-lg{
		display: block;
	}
	.slick-list{
		position: absolute;
    	top: -67px;
	}
}</pre></body></html>