#mini__info {
	padding: 20px 23px;
	border-radius: 25px;

	-webkit-box-shadow: 0px 4px 50px -2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 4px 50px -2px rgba(0,0,0,0.2);
	box-shadow: 0px 4px 50px -2px rgba(0,0,0,0.04);

	background: white;
}

#mini__info .info__item {
	border-left: 1px solid #000000010;

	display: flex;
	justify-content: center;
	align-items: center;

}

#mini__info .info__item svg {
	width: 2.8em;
	color: var(--color-primary);
	margin-right: 15px;
	stroke-width: .5px;

	max-height: 35px;
}

#mini__info .info__item .item__title {
	font-size: 1.2em;
	font-weight: 300;
	margin: 0;
}

#mini__info .info__item .item__desc {
	font-size: .8em;
	color: #00000040;
	margin: 0;
}

@media (max-width: 992px) {

	.mobile__hide .row > div:nth-child(-n+2) {
		margin-bottom: 20px;
	}

}

/* BANNER */

#grand__banner {
	width: 100%;
	overflow: hidden;
	background: transparent;
}

#grand__banner .glide__slides {
	height: 450px !important;
	border-radius: 25px;
	overflow: hidden;
}

@media (max-width: 992px) {

	#grand__banner .glide__slides {
		height: 200px !important;
	}

	#destiny__section {
		margin-top: 20px !important;
	}	

}

#grand__banner .glide__slide {
	border-radius: 25px;
	overflow: hidden;
	width: 100%;
	height: 100%;

	background-size: cover !important;
	background-position: center center !important;
}

div.title {
	text-align: center;
}

div.title h1.title {
	font-size: 2em !important;
	text-transform: uppercase;
	color: #343A40;
	font-weight: 600;
}

div.title p.subtitle {
	font-size: 1em;
	font-weight: 300;
	color: #343A5050;
}


/* DESTINY */

#destiny__box { 
	padding: 15px 0px;
	background: white;
	border-radius: 35px;

	-webkit-box-shadow: 0px 4px 50px -2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 4px 50px -2px rgba(0,0,0,0.2);
	box-shadow: 0px 4px 50px -2px rgba(0,0,0,0.04);

}

#destiny__box .destiny__item {
	border-right: 1px solid #EEEEEE80;
	padding: 5px 45px 5px 25px;

	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#destiny__box .destiny__item svg {
	width: 3em;
	min-height: 35px;
	margin-right: 20px;
	stroke-width: .5px;
	color: #343a40 !important;
}

#destiny__box .destiny__text label {
	white-space: nowrap;
	font-size: .85em !important;
	color: #343a40ae;
}

#destiny__box .destiny__text label b {
	color: #ff0000;
	font-weight: 400 !important;
}

#destiny__box .destiny__text input {
	padding: 0;
	border: none;
	width: 100%;
	background: transparent;
	color: #343a40;
	font-size: 1.4em;
	font-weight: 300;
}

#destiny__box .destiny__text input::placeholder {
	font-weight: 300;
	color: #343a4050;
}

.destiny__button {
	padding-right: 20px;
	height: 100%;
}

.destiny__button button {
	width: 100%;
	height: 100%;
	color: white;
	border-radius: 25px;
	font-size: 1.3em;
	font-weight: 300;
	background: var(--color-primary);
	border: 1px solid var(--color-primary);
}

.destiny__button button svg {
	width: 1.8em;
	margin-right: 5px;
	stroke-width: 1px;
}

@media (max-width: 992px) {

	.destiny__item svg {
		max-width: 35px;
	}

	#destiny__box {
		padding: 10px 0px 0px 0px;
	}

	#destiny__box .destiny__item {
		padding-top: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #00000008;
	}

	.destiny__button {
		margin-top: 10px;
		padding: 0px;
	}

	.destiny__button button {
		padding: 10px 0px;
		margin-right: 0px;
	}

}

/* PACKAGE BOX */

.package__box {
	width: 100%;
	background: white;
	border-radius: 25px;
	overflow: hidden;
	cursor: pointer;

	-webkit-box-shadow: 0px 4px 50px -2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 4px 50px -2px rgba(0,0,0,0.2);
	box-shadow: 0px 4px 50px -2px rgba(0,0,0,0.04);

}

.package__box .package__picBox {
/*	background: #343a40;*/
	border-radius: 25px 25px 0px 25px;
	overflow: hidden;
}

.package__box .package__picBox .package__date svg {
	width: 1.7em;
	stroke-width: .7px;
	margin-right: 7px;
	margin-top: -3px;
}

.package__box .package__picBox .package__date {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3em;
	width: 45%;

	min-width: 45%;
	max-width: 55%;

	background: white;

	font-size: .9em;
	font-weight: 300;

	opacity: 1;
	z-index: 1;

	border-radius: 0px 0px 25px 0px;
	position: relative;
}

.package__box .package__picture {
	background-size: cover !important;
	background-position: center center !important;

/*	opacity: 0.7;*/

	filter: brightness(80%);
	transition: all 500ms;

	height: 280px;
	margin-top: -3em;
}

.package__box:hover .package__picture {
	filter: brightness(100%);
}

.package__box .package__content {
	padding: 0px 25px 25px 25px;
}

.package__box .package__tags {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
	padding: 0px 25px;
	transform: translateY(-50%);
	font-size: .8em;
}

.package__box .package__tags .tag {
	padding: 5px 10px;
	line-height: 1;
	font-weight: 300;
	border-radius: 7px;
	margin-bottom: 5px;
	text-transform: uppercase;
	margin-right: 8px;
	color: white;
}

.tag-warning { background: #F83B00; color: #fff; }
.tag-primary { background: #00A3FF; color: #fff; }
.tag-alert { background: #FF7100; color: #fff; }

.package__box .package__content .package__title {
	font-size: 1.35em;
	font-weight: 600;
	color: #343a40;
	line-height: 1.1;
	text-transform: uppercase;
	margin-bottom: 25px;

	white-space: pre-wrap;

	height: calc((1.35em + 1.1px) * 3);
	max-height: calc((1.35em + 1.1px) * 3);
	min-height: calc((1.35em + 1.1px) * 3);

	overflow: hidden;
	text-overflow: ellipsis;

}

.package__box .package__content .package__priece p {
	margin: 0;
	line-height: 1;
	font-size: .75em;
	color: #343a4070;
}

.package__box .package__content .package__priece p.desc__parc {
	color: #343a40ac;
	line-height: 1.3;
}

.package__box .package__content .package__priece p.priece {
	font-size: 1.8em;
	color: var(--color-primary);
	font-weight: 400;
	line-height: 1.5;
}

.package__box .package__content .package__button button {
	width: 100%;
	padding: 10px 0px;
	margin-top: 25px;
	border: 2px solid var(--color-primary);
	border-radius: 10px;
	background: transparent;
	color: var(--color-text);
	font-weight: 400;
	transition: all 300ms;
}

.package__emphasis__buttons {
	margin-bottom: 15px;
	text-align: right;
}

.package__emphasis__buttons button {
	padding: 7px 10px;
	line-height: 1;
	background: transparent;
	border: 1px solid #343a4070;
	color: #343a4e;
	border-radius: 10px;
}

/* CATEGORY */

#category__box .category__item {
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 25px;
	background: #343a40;

	position: relative;
	overflow: hidden;

	cursor: pointer;
	padding: 0px 25px;
	color: white;
}

#category__box a {
	text-decoration: none;
}

#category__box .category__item p {
	margin: 0;
	font-size: 1.3em;

	filter: drop-shadow(0px 1px 5px rgba(0,0,0,1));

	position: relative;
	z-index: 1;
}

#category__box .category__item .category__wallpaper {
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover !important;
	background-position: center center !important;	
	filter: brightness(60%);
	opacity: 0.5;
	width: 100%;
	height: 100%;
}

/* NEWS */

.package__News__buttons {
	margin-bottom: 15px;
	text-align: right;
}

.package__News__buttons button {
	padding: 7px 10px;
	line-height: 1;
	background: transparent;
	border: 1px solid #343a4070;
	color: #343a4e;
	border-radius: 10px;
}

/* GALERY BOX */

.galery__item {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
	border-radius: 25px;
	color: white;
	font-weight: .9em;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.galery__item .galery__wallpaper {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-size: cover !important;
	background-position: center center !important;
	opacity: .9;
	filter: brightness(80%);
}

.galery__item p {
	line-height: 1;
	margin: 0;
}

.galery__item .galery__content {
	position: relative;
	z-index: 1;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	padding: 0px 30px;
	background: #161617ac;
	backdrop-filter: blur(3px);
	height: calc(3.88em + 8px + 40px);
}

.galery__item .galery__date {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 8px;
	font-size: .8em;
	font-weight: 300;
	color: #e1e1e1;
}

.galery__item .galery__date svg {
	width: 20px;
	stroke-width: 1px;
	margin-right: 5px;
	margin-top: -4px;
}

.galery__item .galery__title {
	width: 100%;
	text-align: center;
	white-space: wrap;
	font-size: 1.2em;
	overflow: hidden;
}


/* INSTAGRAM FEED */