
*{
	box-sizing: border-box;
}
body{
	font-family: 'Mulish', sans-serif;
	background-color: #f9f9f9;
}
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/Raleway/Raleway-Bold.eot');
    src: url('../fonts/Raleway/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Raleway/Raleway-Bold.woff2') format('woff2'),
         url('../fonts/Raleway/Raleway-Bold.woff') format('woff'),
         url('../fonts/Raleway/Raleway-Bold.ttf') format('truetype'),
         url('../fonts/Raleway/Raleway-Bold.svg#Raleway Bold') format('svg');
}
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url('../fonts/Raleway/Raleway-ExtraLight.eot');
    src: url('../fonts/Raleway/Raleway-ExtraLight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Raleway/Raleway-ExtraLight.woff2') format('woff2'),
         url('../fonts/Raleway/Raleway-ExtraLight.woff') format('woff'),
         url('../fonts/Raleway/Raleway-ExtraLight.ttf') format('truetype'),
         url('../fonts/Raleway/Raleway-ExtraLight.svg#Raleway ExtraLight') format('svg');
}
/***************************
  WIDTH CONTAINER - CORRECTION BOOTSTRAP
***************************/
@media screen and (min-width: 768px){
	.container, .container-md, .container-sm {
    max-width: unset;
	}
}
@media (min-width: 576px){
	.container, .container-sm {
    max-width: unset;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px){
	.container, .container-lg, .container-md, .container-sm {
	  max-width: 960px;
	}
}
@media (min-width: 1200px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	  max-width: 1140px;
	}
}
@media (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	  max-width: 1320px;
	}
}

/***************************
		CUSTOM ALERT
****************************/ 
#alert{
  position: fixed;
  width: 300px;
  max-width: 90%;
  right: -300px;
  top: 90px;
  z-index: 999999;
  background: #fcedef;
  border-color: #c53a49;
  color: #c53a49;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: right 0.5s ease;
  padding-right: 35px;
}
#alert.visible{
  right: 0;
}
#alert i{
  font-size: 20px;
}

#alert #close_alert{
  position: absolute;
  top: 5px;
  right: 10px;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  color: rgba(197, 58, 73,0.4);
  text-align: center;
  cursor: pointer;
}
#alert #close_alert i{
  font-size: 17px;
  width: 100%;
  line-height: 1px;
}
#alert #close_alert:hover{
  color: rgba(197, 58, 73, 1);
}
#alert span{
  line-height: 1.2;
  margin-left: 10px;
}

#alert.success #close_alert {
  color: rgba(58, 197, 108, 0.4);
}
#alert.success #close_alert:hover {
  color: rgba(58, 197, 108, 1);
}
#alert.success {
  background: #e6f7ea;
  border-color: #3ac56c;
  color: #3ac56c;
}


div.input__error {
  color: #721c24;
  position: absolute;
  top: calc(100% + 2px);
  right: 10px;
  line-height: 1;
  font-size: 12px;
}
input.input__error, textarea.input__error{
  border-color: #721c24!important;
}
.form_with_bacKground input.input__error, .form_with_bacKground textarea.input__error, #main_footer input.input__error{
  border-color: #d25252!important;
}
.form_with_bacKground div.input__error {
  color: #d25252;
}
#contact_form .row:not(:first-child) {	
	margin-top: 20px;
}
/***************************
		PAGE LOADER
****************************/ 
#page_loader{
	position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page_loader .subtitle{
	font-size: 12px;
	margin-left: 35px;
}
.bike {
	display: block;
	margin: auto;
	width: 16em;
	height: auto;
}
.bike__body,
.bike__front,
.bike__handlebars,
.bike__pedals,
.bike__pedals-spin,
.bike__seat,
.bike__spokes,
.bike__spokes-spin,
.bike__tire {
	animation: bikeBody 3s ease-in-out infinite;
	stroke: #76abdc;
	transition: stroke 0.3s;
}
.bike__front {
	animation-name: bikeFront;
}
.bike__handlebars {
	animation-name: bikeHandlebars;
}
.bike__pedals {
	animation-name: bikePedals;
}
.bike__pedals-spin {
	animation-name: bikePedalsSpin;
}
.bike__seat {
	animation-name: bikeSeat;
}
.bike__spokes,
.bike__tire {
	stroke: #bddfff;
}
.bike__spokes {
	animation-name: bikeSpokes;
}
.bike__spokes-spin {
	animation-name: bikeSpokesSpin;
}
.bike__tire {
	animation-name: bikeTire;
}


/* Animations */
@keyframes bikeBody {
	from { stroke-dashoffset: 79; }
	33%,
	67% { stroke-dashoffset: 0; }
	to { stroke-dashoffset: -79; }
}
@keyframes bikeFront {
	from { stroke-dashoffset: 19; }
	33%,
	67% { stroke-dashoffset: 0; }
	to { stroke-dashoffset: -19; }
}
@keyframes bikeHandlebars {
	from { stroke-dashoffset: 10; }
	33%,
	67% { stroke-dashoffset: 0; }
	to { stroke-dashoffset: -10; }
}
@keyframes bikePedals {
	from {
		animation-timing-function: ease-in;
		stroke-dashoffset: -25.133;
	}
	33%,
	67% {
		animation-timing-function: ease-out;
		stroke-dashoffset: -21.991;
	}
	to {
		stroke-dashoffset: -25.133;
	}
}
@keyframes bikePedalsSpin {
	from { transform: rotate(0.1875turn); }
	to { transform: rotate(3.1875turn); }
}
@keyframes bikeSeat {
	from { stroke-dashoffset: 5; }
	33%,
	67% { stroke-dashoffset: 0; }
	to { stroke-dashoffset: -5; }
}
@keyframes bikeSpokes {
	from {
		animation-timing-function: ease-in;
		stroke-dashoffset: -31.416;
	}
	33%,
	67% {
		animation-timing-function: ease-out;
		stroke-dashoffset: -23.562;
	}
	to {
		stroke-dashoffset: -31.416;
	}
}
@keyframes bikeSpokesSpin {
	from { transform: rotate(0); }
	to { transform: rotate(3turn); }
}
@keyframes bikeTire {
	from {
		animation-timing-function: ease-in;
		stroke-dashoffset: 56.549;
		transform: rotate(0);
	}
	33% {
		stroke-dashoffset: 0;
		transform: rotate(0.33turn);
	}
	67% {
		animation-timing-function: ease-out;
		stroke-dashoffset: 0;
		transform: rotate(0.67turn);
	}
	to {
		stroke-dashoffset: -56.549;
		transform: rotate(1turn);
	}
}
/***************************
		REVIEW NUMBER
****************************/ 
.stars-slider-container{
	height: 50px;
}
.slider-container, .slider-container-2 {
  width: 100%;
  height: 37px;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
}
.slider-container-2{
	width: 100%;
  z-index: 9;
  background: transparent;
  height: 100px;
  top: -30px;
  left: 0;
  cursor: pointer;
}
.slider-line {
  width: 100%;
  height: 100%;
  background: #76ABDC;
  position: absolute;
  top: 0;
}
.slider-line.selected_rating{
	background: #f1a246;
}
.slider-thumb {
  width: 20px;
  height: 20px;
  background: #007BFF;
  border-radius: 50%;
  position: absolute;
  top: 60px;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.stars{
	width: 200px;
	position: relative;
	margin: 0 auto;
	font-size: 24px;
	position: relative;
}
.stars img{
	width: calc(100% + 2px);
  position: absolute;
  z-index: 8;
  left: -1px;
  top: 0;
}
.stars .fa-regular {
    z-index: 1;
    position: relative;
    color: #000;
}
.box .error{
	width: 100%;
	  display: none;
    color: #dc3545;
    font-size: 12px;
    position: absolute;
    bottom: -15px;
}
#slider-value{
	margin-top: 70px;
	width: 50px;
	text-align: center;
}
.wrapper_text_review{
	margin-top: 20px;
}
#text_review{
	width: 100%;
}

#wrapper_lang{
	position: fixed;
  bottom: 20px;
  right: 30px;
  color: #FFF;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  width: 90px;
}
#checkout #wrapper_lang, #trip_detail_page #wrapper_lang{
	display: none;
}
#wrapper_lang > div{
	font-size: 12px;
	position: relative;
	font-weight: 400;

}
#wrapper_lang > div a{
	text-decoration: none;
    color: unset;
}
#wrapper_lang > div:hover span{
	color: #76ABDC!important;
}
#wrapper_lang > div.active span{
	color: #76ABDC!important;
}
#wrapper_lang > div:not(:last-child)::after {
	content: "";
  width: 1px;
  height: 14px;
  position: absolute;
  left: calc(100% + 10px);
  top: 5px;
  background-color: currentColor;
}
#wrapper_lang > div{
	cursor: pointer;
}
/***************************
  MAIN HEADER
****************************/ 
#main_header{
	position: absolute;
	top: 0;
	left: 0;
  width: 100%;
  height: 80px;
	margin: 0 auto;
	z-index: 99;
}
#main_header .container{
	height: 100%;
}
#logo_header{
	width: 135px;
	height: auto;
	display: flex;
    align-items: center;
    margin-top: 7px;
}
#logo_header img{
	width: 100%;
	height: auto;
}
#main_header nav{
	position: fixed;
	right: 0;
	top: 0;
	height: 80px;
	display: flex;
	align-items: center;
	padding-right: 80px;
}
#main_header nav::before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	border-style: solid;
  border-width: 80px 0 0 50px;
  border-color: #000 transparent transparent transparent;
  z-index: -1;
}
#main_header nav ul{
	list-style: none;
	margin-bottom: 0;
	padding-right: 50px;
	padding-left: 80px;
}
#main_header nav ul li{
	display: inline-block;
	margin: 0 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
 	line-height: 1;
}

#main_header nav ul li a::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  color: #76ABDC;
  white-space: nowrap;
  transition: all 0.15s cubic-bezier(0.29, 0.73, 0.74, 1.02);
}
#main_header nav ul li a:hover::before {
  width: 100%;
}
#main_header nav ul li a {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
#main_header nav ul li a.active{
		color: #76ABDC;
}
#bar_menu{
	position: fixed;
	height: 80px;
	width: 60px;
	cursor: pointer;
	margin-right: 40px;
	padding: 10px 0;
	z-index: 9999;
	top: 0;
  right: 0;
  display: flex;
  align-items: center;
}
#bar_menu .line{
	width: 100%;
	height: 2px;
	background-color: #FFF;
	padding-bottom: 1px;
  margin-bottom: -1px;
  transition: all 0.5s;
  border-radius: 50px;
}
#bar_menu .line.open{
	background-color: #76ABDC!important;
	margin-left: 0!important;
}
#bar_menu .line.open:nth-child(1){
	opacity: 0;
}
#bar_menu .line.open:nth-child(2){
	margin-top: 0!important;
	background: #76ABDC;
}
#bar_menu .line:nth-child(2){
	margin-top: 10px;
}
#bar_menu.hover_menu .line:nth-child(2){
	margin-left: -10px;
}
#main_menu{
	z-index: 99;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	transition: 0.2s ease-in-out;
	background-color: #000;
	display: none;
	padding-right: 30px;
}
#main_menu .container{
	z-index: 999;
}
#main_menu ul li{
	list-style: none;
	text-align: right;
	position: relative;
 	line-height: 1;
 	width: fit-content;
  margin-left: auto;
}

#main_menu ul li a::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  color: #76ABDC;
  white-space: nowrap;
  transition: all 0.15s cubic-bezier(0.29, 0.73, 0.74, 1.02);
}
#main_menu ul li a:hover::before {
  width: 100%;
}
#main_menu ul li a{
	text-decoration: none;
  font-size: 50px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
}
#main_menu ul li a.active{
	color: #76ABDC;
}



/***************************
  FULL SCREEN CARROUSEL
****************************/
.carousel_fullscreen{
	width: 100%;
	z-index: -1;
}
.carousel_fullscreen .item{
	width: 100%;
	height: 100vh;
}
.carousel_fullscreen .item img, .carousel_fullscreen .item video{
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#hero_title, .hero_title{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.8));
}
.hero_title{
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8));
}
#hero_title > div, .hero_title > div{
	margin-top: 100px;
}

.height_500{
	height: 500px;
}
.info_list{
	margin-top: 30px;
	list-style: none;
	padding-left: 0;
}
.info_list li{
	width: 100%;
	margin-top: 15px;
	display: flex;
	align-items: center;
	font-size: 16px;
}
.info_list li i{
	width: 30px;
	font-size: 20px;
	color: rgb(118, 171, 220);
}
.info_list li span{
	width: 90px;
	min-width: 90px;
	font-weight: 900;
}
.info_list li a{
	text-decoration: none;
	color: #000;

}
/***************************
  TITLES
****************************/
.title_1{
	font-size: 50px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 7px;
	font-family: 'Raleway';
}
.title_2{
	font-size: 30px;
	font-weight: 800;
}
.title_3{
	font-size: 22px;
	font-weight: 800;
	font-family: 'Raleway';
}
.title_4{
	font-size: 18px;
	font-weight: 700;
	font-family: 'Raleway';
}
.title_5{
	font-size: 16px;
	font-weight: 600;
	font-family: 'Raleway';
}
.title_6{
	font-size: 14px;
	font-weight: 600;
}
.subtitle{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 100;
	letter-spacing: 7px;
}
.subtitle_2{
	font-weight: 300;
  letter-spacing: 4px;
  font-size: 20px;
}
.subtitle_3{
  font-size: 20px;
  font-weight: 400;
}
.section_title{
	font-size: 35px;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 100;
  font-family: 'Raleway';
}
.section_title strong{
	font-weight: 700;
}
.title_image{
	font-size: 40px;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 500;
}
p, li, div{
	font-size: 15px;
	line-height: 25px;
}
.big_num{
	font-weight: 900;
	font-size: 70px;
	text-align: right;
}
.sub_txt_num{
	font-weight: 100;
	font-size: 12px;
	text-align: right;
	margin-top: 30px;
}
.title_footer{
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	text-transform: uppercase;
}
/***************************
  COLORS
****************************/
.text-blue{
	color: #76ABDC;
}
.background_blue{
	background-color: #76ABDC;
}
.button.background_blue{
	background-color: #2d6aa2;
	color: #fff!important;
	border-color: #2d6aa2!important;
}
.button.background_blue:hover{
	border-color: #000!important;
}
/***************************
  BUTTONS / INPUTS / FORMS
****************************/ 
.links{
	color: rgba(45, 106, 162, 0.9);
  background: linear-gradient(to right, #000, #000 50%, transparent 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(45, 106, 162, 0.9);
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
  text-decoration: none;
}
.links:hover{
	background-position: 0 100%;
}
.button{
	position: relative;
	padding: 15px 20px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(255, 255, 255, 1);
	background-color: rgba(255, 255, 255, 0.2);
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	width: 200px;
	max-width: 200px;
	overflow: hidden;
	isolation: isolate;
	cursor: pointer;
	border-radius: 10px;
}
.btn_small{
	width: 150px;
	padding: 8px;
}
.button:hover span.main-backgroundColor {
    width: 225%;
    height: 562.5px;
}
.button:hover{
  	color: #000;
}
.button span.button_text{
	transition: color 0.5s;
	position: relative;
	z-index: 1;
	font-weight: 600;
	line-height: 1.4;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 16px;
}
.button span.main-backgroundColor {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(255, 255, 255, 1);
}
.button.btn_hover_blue span.main-backgroundColor {
	background-color: #76ABDC;
}
.button.btn_hover_blue:hover{
	border-color: #76ABDC;
}
.button.btn_black{
	border: 1px solid rgba(0, 0, 0, 1);
}
.button.btn_black{
	color: #000;
}
.button.btn_black:hover{
  	color: #FFF;
}
.button.btn_black span.main-backgroundColor{
	background-color: rgba(0, 0, 0, 1);
}
.button.hover_white span.main-backgroundColor{
	background-color: rgba(255, 255, 255, 1);
}
.button.hover_white:hover{
	color: #000!important;
}
.button.btn_white{
	border: 1px solid rgba(0, 0, 0, 1);
}
.button.btn_white{
	color: #000;
}
.button.btn_white:hover{
  	color: #FFF;
}
.button.btn_white span.main-backgroundColor{
	background-color: rgba(0, 0, 0, 1);
}
#main_footer .button{
	background-color: rgba(255, 255, 255, 1);
	color: #000;
	border: 1px solid rgba(255, 255, 255, 1);
    padding: 10px;
}
#main_footer .button:hover{
	border-color: rgba(118, 171, 220, 1);
}
#main_footer .button span.main-backgroundColor{
	background-color: rgba(118, 171, 220, 1);
}
#main_footer .button span.button_text{
	line-height: 1.9;
}
#newsletter1{
	background-color: transparent;
	color: #FFF;
	font-size: 14px;
}

#newsletter1::placeholder{
	color: rgba(255, 255, 255, 0.5);
}
.form_with_bacKground .form-control{
	background-color: rgba(255, 255, 255, 0.9);
  border-color: #fff;
  color: #000;
}
.form_with_bacKground .form-control::placeholder{
	color: rgba(0, 0, 0, .6);
}
.form_with_bacKground #form_contact_btn:hover .button_text{
	color: #000;
}
/***************************
  SECTIONS
****************************/ 
.section{
	padding: 120px 0;
	position: relative;
	overflow: hidden;
}
#main_footer{
	background-color: #000!important;
	color: #999;
}
#main_footer ul li a{
	font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 50%, transparent 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255,0.6);
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms ease;
    text-decoration: none;
}
#main_footer ul li a:hover{
	background-position: 0 100%;
}
.footer_bottom{
	color: #999;
    font-size: 12px;
}
#go_custom{
	background-image: url(/pure_assets/images/VP--108.jpg);
	background-repeat: no-repeat;
  background-size: cover;
}	
#go_custom .overlay{
	background: rgba(0,0,0,0.6);
}
/***************************
  IMAGES
****************************/ 
.left_img_abs{
	text-align: center;
    justify-content: end;
    display: flex;
    height: 580px;
    width: 90%;;
    position: relative;
    max-width: fit-content;
    /*
    opacity: 0.7;
    */
}
.height_350{
	height: 350px;
}
.left_img_abs img{
	object-fit: cover;
    height: 100%;
    width: auto;
}
/***************************
  VARIOUS STYLES
****************************/ 
.lightbox{
	top: 0!important;
    position: fixed!important;
}
.lightbox .lb-image{
	border: none!important;
}
.lb-outerContainer {
	height: 100vh!important;
    width: 100vw !important;
    background: transparent!important;
}
.lightbox .lb-image{
	margin: 0 auto;
}
.lightboxOverlay {
	opacity: .9!important;
}
.lb-dataContainer {
	position: absolute;
	z-index: 9999;
    top: 20px !important;
    width: 100% !important;
    padding: 0 40px;
}
.lb-outerContainer {
    display: flex;
    align-items: center;
    justify-content: center;
}
#gallery .owl-item {
  width: 100%;
  height: auto;
}


#column_detail_trip{
	padding-left: 0!important;
	padding-right: 0!important;
}

#column_detail_trip > section{
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 60px;
}
#column_detail_trip > #included{
	margin-top: 30px;
}
#column_detail_trip #gallery{
	padding-left: 0;
	padding-right: 0;
	margin-top: 0!important;
}

#slider_trip .item img {
    padding: 0!important;
}

@media screen and (min-width: 768px) {
	#column_detail_trip{
		padding-left: unset!important;
		padding-right: 10px!important;
	}

	#column_detail_trip > section{
		padding-left: unset!important;
		padding-right: unset!important;
		margin-top: 80px;
	}
	#column_detail_trip #overview{
		margin-top: 60px;
	}
}
.owl-nav button{
	width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5)!important;
  border-radius: 50px;
  color: #fff!important;
  font-size: 20px;
}
.owl-nav button:hover{
	background-color: rgba(0, 0, 0, 1)!important;
}
.owl-nav button span{
	font-size: 20px;
  height: 10px;
  display: block;
  line-height: 0.3;
}
.container{
	position: relative;
}
.line-after, .line-before{
	position: relative;
}
.line-after.position-absolute, .line-before.position-absolute{
	margin: 0 0.75rem;
}
.line-before::before, .line-after::after  {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    width: 80px;
    height: 8px;
    background-color: inherit;
}
.line-after::after {
	top: unset;
  bottom: -25px;
  border-radius: 20px;
}
.line-after.line-right::after {
	left: unset;
    right: 0;
}
.line-after.line-white::after, .line-before.line-white::before{
	background: #FFF;
}
.line-after.line-black::after, .line-before.line-black::before{
	background: #378bda;
}
.creat-list{	
	display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin-left: -10px;
}
.creat-list li a{
    float: left;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    padding-left: 63px;
    position: relative;
    font-weight: 100;
    letter-spacing: 2px;
    color: #292929;
    text-decoration: none;
}
.creat-list li a:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    width: 40px;
    height: 1px;
    background: #000;
    transition: all 200ms linear;
}
.overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.overlay_front{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.background_img{
	background-image: url(/pure_assets/images/carousel_hero/1-1920x1024.jpg);
	background-repeat: no-repeat;
  background-size: cover;
}
.wrapper_trips{
	padding-top: 130px;
}
.wrapper_trips img{
	object-fit: cover;
    height: 100%;
    width: 100%;
    /*opacity: .7;*/
}
.mt-40{
	margin-top: 40px;
}
.mt-70{
	margin-top: 70px;
}
.mt-80{
  margin-top: 80px;
}
.wrapper_box{
	margin-top: 80px;
	-webkit-box-shadow: 0px 3px 12px rgba(11, 20, 29, 0.3);
  box-shadow: 0px 3px 12px rgba(11, 20, 29, 0.3);
  display: flex;
  position: relative;
  cursor: pointer;
}

.wrapper_box .box_pic{
	width: 400px;
	flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
}
.wrapper_box .box_pic img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.wrapper_box .box_body{
	width: 100%;
  padding: 35px;
  padding-top: 25px;
}
.item_rating{
	color: #f1a246;
}
.wrapper_box .box_body > div:first-child{
	border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
  justify-content: space-between;
}  
.wrapper_box .box_body .inner_text{
	max-width: unset;
  padding-right: 35px;
  border-right: 1px solid #e8e8e8;
}
.wrapper_box .box_body .inner_prop{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
  margin-left: auto;
  margin-top: 18px;
  height: 100%;
  padding-left: 35px!important;
  min-width: 300px;
}
.wrapper_box p{
	margin-bottom: 0;
}
.wrapper_box .box_body .inner_prop .item_duration,
.wrapper_box .box_body .inner_prop .item_level{
	width: calc(100% / 2);
	height: fit-content;
}
.wrapper_box .box_body .inner_prop .item_duration p{
	line-height: 1.4;
}
.wrapper_box .box_body .inner_prop .item_level{
	display: flex;
	justify-content: end;
}
.wrapper_box .box_body .item_list{
	margin-top: 20px;
}
.wrapper_box .box_body .item_list ul{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.wrapper_box .box_body .item_list ul li{
	display: flex;
	line-height: 1.4;
  margin-top: 4px;
  align-items: center;
}
.wrapper_box .box_body .item_list ul li::before {
	content: "\f00c";
	font-family: 'Font Awesome 6 Pro';
  font-weight: 600;
  color: #76ABDC;
  margin-right: 10px;
}

.wrapper_box .box_body .item_list ul li i{
	margin-right: 10px;
	margin-top: 5px;
}
.wrapper_box .box_body .inner_prop .item_rating{
	display: flex;
	justify-content: end;
}
.wrapper_box .box_body .inner_prop .item_level .level__num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.wrapper_box .box_body .inner_prop .item_level .level__num span{
	border: 1px solid;
  border-color: #8E8E8E;
  color: #8E8E8E;
  width: 30px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 8px 6px 2px 6px;
}
.wrapper_box .box_body .inner_prop .item_level .level__num span:not(:last-child){
  margin-right: 4px;
}
.wrapper_box .box_body .inner_prop .item_level .level__num span.active{
	background-color: #76ABDC;
    border-color: #76ABDC;
    color: #FFF;
    font-weight: bold;
}
.wrapper_box .item_price{
  color: #FFF;
  display: flex;
	justify-content: start;
	align-items: end;
	width: 150px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.wrapper_box .item_price > div{
	height: fit-content;
	padding: 10px 15px;
	background-color: #eeeeee;
    color: #000;
}
.wrapper_box .item_price > div > p{
	line-height: 1;
}
.wrapper_box .button{
	width: unset;
	max-width: unset;
	padding: 10px;
	position: absolute;
  bottom: 35px;
  right: 35px;
}
.divider{
	background-color: #000;
	height: 1px;
	width: 100%;
	margin: 20px 0;
}
.max_width_500{
	max-width: 500px;
}
.btn_tooltip{
	background-color: transparent;
  border: 0;
  font-size: 20px;

}
.custom-tooltip {
  z-index: 9999;
}

.box{
	width: 370px;
  max-width: 95%;
	background-color: rgba(255, 255, 255, 1);
	margin: 0 auto;
	padding: 40px 20px;
	border-radius: 10px;
	user-select: none;
	position: relative;
  overflow: hidden;
}
.box .button{
	width: 200px;
}
.box i.fa-circle-check,
.box i.fa-circle-exclamation,
.box i.fa-spinner-third
{
	font-size: 70px;
  color: #008000;
  margin-top: 30px;
  margin-bottom: 40px;
}
.box i.fa-circle-exclamation{
	color: #b23a3a;
}
.box i.fa-spinner-third{
	color: #76ABDC;
}
.rotating {
  animation: spin 1s linear infinite;
  transform-origin: center center;
  transform: rotate(0deg);
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.no_menu #main_header nav, .no_hamburger #bar_menu{
	display: none;
}

#slider_upcoming_trips{
	margin-top: 60px;
}
#slider_upcoming_trips button.no_btn{
	border: 0;
	text-align: left;
	padding: 0;
	margin: 0;
	width: 100%;
	background: transparent;
	color: #000;
}
#slider_upcoming_trips .item{
	overflow: hidden;
	border-radius: 20px;
	position: relative;
}
#slider_upcoming_trips .item img{
	object-fit: cover;
	height: 200px;
}
#slider_upcoming_trips .date{
	
}
#slider_upcoming_trips .score_review i{
	color: #f1a246;
}
#slider_upcoming_trips span.text_gray{
	color: #818d99;
}
#slider_upcoming_trips .title{
	font-family: 'Raleway';
	font-size: 18px;
	font-weight: 700;
}
#slider_upcoming_trips .date span{
	margin: 0 10px;
}
#whatsapp{
	width: 50px;
	height: 50px;
	position: fixed;
	left: 20px;
	bottom: 20px;
	z-index: 99;
	transition: all 1s;
}
#whatsapp.move_position{
	transform: translateY(-180px);
}
#whatsapp img{
	width: 100%;
	height: 100%;
}



/***************************
  NEWSLETTER
***************************/
#newsletter_pop.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;

}
#newsletter_pop .close_btn{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	background-color: #000;
 	display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  width: 40px;
  height: 40px;
}
#newsletter_pop .close_btn i{
	color: #FFF;
	font-size: 30px;
}
#newsletter_pop .popup-content {
		position: relative;
    background: #fff;
    padding: 0;
    border-radius: 10px;
    text-align: center;
    max-width: 90%;
    width: 400px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#newsletter_pop .section_title{
	font-size: 29px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 5px;
}
#newsletter_pop p{
	font-size: 16px;
  padding: 0 10px;
}
#newsletter_pop p b{
	font-weight: 900;
	color: #2d6aa2;
}
#newsletter_pop .popup-content .inner{
	padding: 20px;
}
#newsletter_pop .popup-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
}

#newsletter_pop .popup-form {
    margin-top: 20px;
}

#newsletter_pop .popup-input {
    width: calc(100% - 20px);
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

#newsletter_pop .popup-button {
    background-color: #2d6aa2;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

#newsletter_pop .popup-button:hover {
    background-color: #000;
}
.available_season{
	position: absolute;
  top: 0;
  right: 20px;
  background-color: #68acdf;
  color: #fff;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: 800;
  min-width: 130px;
  text-align: center;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/***************************
  MEDIA QUERIES
***************************/
@media screen and (max-width: 1400px) {
	.wrapper_box .box_body .inner_prop{
		flex-direction: row;
		width: 167px;
		margin-left: unset;
		min-width: 20%;
	}
	.wrapper_box .box_body .inner_text{
		width: 400px;
	}
	.wrapper_box .box_body .inner_prop .item_level{
		order: 1;
	}
	.wrapper_box .box_body .inner_prop .item_duration{
		order: 2;
		margin-top: 20px;
	}
	.wrapper_box .box_body .inner_prop .item_duration .title_6{
		margin-bottom: 3px;
	}
	.wrapper_box .box_body .inner_prop .item_duration,
	.wrapper_box .box_body .inner_prop .item_level{
		width: auto;
		display: flex;
    justify-content: start;
	}
}
.box .wrapper_dates_selected {
    position: relative;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
}
.box label.credit_card {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box label.credit_card i{
  font-size: 20px;
}
.box label.bizum{
  width: 90;
  height: auto;
}
.p_404 h1{
	font-size: 140px;
	font-weight: 600;
}
.p_404{
	width: 500px;
	max-width: 100%;
}
#dropdown_trip{
  display: none;
}
.show_on_mobile{
	display: block;
}
@media screen and (min-width: 1201px){
	.show_on_mobile{
		display: none;
	}
}
.accordion button{
	color: #000!important;
}
.accordion-button:not(.collapsed){
	background-color: rgba(118, 171, 220, 0.1);
}
@media screen and (max-width: 1200px) {
	.wrapper_box .box_pic{
		width: 300px;
	}
	#summary{
		position: static!important;
		margin-top: 50px;
	}
	#summary_index{
		display: none;
	}
	#col_button_join{
		background-color: #f1f2f3;
		position: fixed!important;
	  bottom: -350px;
	  left: 0!important;
	  width: 100%!important;
	  overflow: hidden;
	  margin-bottom: 0;
	  display: flex;
	  align-items: end;
	  padding-bottom: 0;
	  cursor: pointer;
	  z-index: 9;
	  border-radius: 40px 40px 0 0;
	  padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 30px;
    padding-top: 30px;
    transition: all 1s;
    -webkit-box-shadow: 0 -1px 50px rgba(3,54,63,.4), 0 -1px 2px rgba(3,54,63,.04);
    box-shadow: 0 -1px 50px rgba(3,54,63,.4), 0 -1px 2px rgba(3,54,63,.04);
	}
	.trip_details{
		display: none;
	}
	#col_button_join > div{
		width: 100%;
	}
	#dropdown_trip{
	  display: block;
    position: absolute;
    top: 5px;
    left: calc(50% - 10px);
	}
	#col_button_join.open{
    height: unset;
  }
  #col_button_join .fa-angle-up{
    display: block;
  }
  #col_button_join .fa-angle-down{
    display: none;
  }
	#col_button_join.open .fa-angle-up{
    display: none;
  }
  #col_button_join.open .fa-angle-down{
    display: block;
  }
  #col_button_join .button{
  	max-width: 100%!important;
  	margin: 0 auto;
  	padding: 4px;
  }
}
@media screen and (max-width: 992px) {
	.wrapper_box{
		display: block;
	}
	.wrapper_box .box_body{
	  padding: 25px;
	  padding-top: 25px;
	}
	.wrapper_box:nth-child(even) {
		margin-right: 10px;
	}
	.wrapper_box:nth-child(odd) {
		margin-left: 10px;
	}
	.wrapper_box .box_pic {
    width: 100%;
    height: 300px;
	}
	.wrapper_box .item_price {
    position: absolute;
    left: unset;
    bottom: unset;
    right: 0;
    top: 0;
    width: auto;
	}
	.available_season{
		top: unset;
		right: unset;
		bottom: 0;
		left: 20px;
	}
	.wrapper_box .box_body > div{
		flex-wrap: wrap;
	}
	.wrapper_box .box_body .inner_text {
		border-right: 0;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 25px;
    padding-right: 0;
    width: 100%;
    max-width: unset;
  }
  .wrapper_box .box_body .inner_prop{
  	padding-top: 25px;
  	padding-left: 0!important;
  	width: 100%;
  	gap: 40px;
  	margin-bottom: 80px;
  	padding-bottom: 25px;
    border-bottom: 1px solid #e8e8e8;
  }
  .wrapper_box .box_body .inner_prop .item_duration{
  	margin-top: 0;
  }
	.wrapper_box .box_body .item_rating{
		margin-left: 0!important;
		margin-top: 10px;
	}
	.title_1{
		font-size: 40px;
	}
	.subtitle{
		font-size: 18px;
	}
	#main_menu ul li a{
		font-size: 40px;
	}
  #main_header nav{
  	display: none;
  }
  #main_header{
  	position: fixed;
  	top: 0;
  	left: 0;
  	background-color: #000;
  }
  #home #main_header{
  	background-color: transparent;
  }
  #logo_header {
    width: 105px;
  }
  #bar_menu .line{
  	background-color: #FFF;
  }
  .gx-5{
    --bs-gutter-x: unset;
  }
  .big_num, .sub_txt_num, .overlay_front{
  	text-align: center;
  }
  .big_num{
  	font-size: 60px;
  }
  .overlay_front .line-after::after{
  	left: calc(50% - 40px)!important;
  }
  .overlay_front p{
  	margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {

	#home #main-page{
		display: block!important;
	}
	#home #main-page > section{
		width: 100%!important;
	}
	.wrapper_box .box_body h3{
		width: 100%;
	}
	.wrapper_box .box_body .item_rating{
    width: fit-content;
	}
	.wrapper_box {
    width: 100%;
    float: unset;
	}
	.wrapper_box:nth-child(even){
		margin-right: 0;
	}
	.wrapper_box:nth-child(odd) {
    margin-left: 0;
	}
	.title_1{
		font-size: 35px;
	}
	.subtitle{
		font-size: 16px;
	}
	#main_menu ul li a{
		font-size: 40px;
	}
  .overlay_front p{
  	margin-top: 40px;
  }
	.overlay_front .big_num{
  	margin-top: 40px;
	}
	.big_num{
  	font-size: 50px;
  }
  .left_img_abs{
  	width: 100%;
    justify-content: center;
  	height: 300px;
  }
  .left_img_abs img{
  	width: 100vw;
  }
  #main_footer .row{
  	text-align: center;
  }
  #main_footer form{
  	max-width: 300px;
    margin: 0 auto;
  }
  #main_footer form input{
  	margin-top: 10px;
  	text-align: center;
  }
  #main_footer form .button{
  	margin: 0 auto;
  	margin-top: 20px;
  }
  #main_footer .footer_bottom{
  	text-align: center;
  }
  .section_title {
    font-size: 30px;
   }
}
@media screen and (max-width: 576px) {
	.title_1{
		font-size: 30px;
	}
	#main_menu ul li a{
		font-size: 25px;
	}
	#hero_title .wrapper_buttons{
		flex-direction: column;
	}
	#hero_title .wrapper_buttons .button{
		margin: 0 auto;
	}
	.left_img_abs{
		height: 380px;
		max-width: 100%;
  }
  .left_img_abs img{
  	width: 100%;
  }
  .creat-list{
  	display: block;
  	height: 50px;
  }
  .creat-list li a{
  	line-height: 20px;
  }
  .big_num{
  	font-size: 40px;
  }
  .wrapper_box .box_body{
	  padding: 25px;
	  padding-top: 25px;
	}
}


/***************************
 	CONSENT COOKIES
****************************/ 
#open_preferences_center{
	width: fit-content;
  max-width: unset;
}
.cc-cp-foot-byline{
	display: none!important;
}
body .termsfeed-com---pc-dialog {
    border-radius: 20px;
    overflow: hidden;
    margin: 0 !important;
    width: 500px !important;
}
body .termsfeed-com---nb {
    z-index: 999 !important;
}
body .termsfeed-com---nb-simple {
    background-color: transparent !important;
}
body .termsfeed-com---pc-dialog .cc-cp-body-content-entry-text,
body .termsfeed-com---pc-dialog input[type="checkbox"].cc-custom-checkbox + label {
    font-size: 11px !important;
}
body .termsfeed-com---palette-light .cc-pc-head {
    height: 50px !important;
    position: relative;
}
body .termsfeed-com---nb .cc-nb-main-container {
    background-color: rgba(255, 255, 255, 1) !important;
    padding: 15px 15px 11px !important;
    max-width: 290px;
    border-radius: 1rem;
    box-shadow: 0 30px 70px 0 rgb(0 0 0 / 40%);
}
body .termsfeed-com---palette-light .cc-cp-body-content {
    background: 0 0 !important;
}
body .termsfeed-com---nb-simple {
    overflow: visible;
    left: 20px;
    bottom: 20px;
    right: unset;
}
body .termsfeed-com---palette-light .cc-cp-foot-save,
body .termsfeed-com---palette-light .cc-nb-okagree {
    background-color: rgba(0, 0, 0, 0.7) !important;
    border: 0;
    color: #fff !important;
    font-size: 11px !important;
}
body .termsfeed-com---palette-light .cc-nb-okagree {
    background-color: rgba(0, 0, 0, 0.7) !important;
    border-color: rgba(0, 0, 0, 0.7) !important;
    color: #fff !important;
    text-transform: uppercase;
}
body .termsfeed-com---palette-light .cc-nb-reject {
    background-color: transparent !important;
    border-color: #141516 !important;
    border: 1px solid;
    color: #141516 !important;
    margin-right: 0 !important;
    display: none !important;
}
body .termsfeed-com---palette-light .cc-nb-changep {
    text-align: left;
    padding: 0;
    display: block;
    font-size: 11px !important;
    color: #000 !important;
}
body .cc-nb-buttons-container {
    display: flex !important;
    align-items: center;
}
body #termsfeed-com---nb .cc-nb-changep {
    text-align: right;
    font-weight: 300;
    width: fit-content !important;
    max-width: unset;
    font-size: 13px;
}
body .cc-pc-head-title-headline,
body .termsfeed-com---palette-light .cc-nb-title {
    font-size: 12px !important;
    font-weight: 700 !important;
    text-align: center;
    color: #000 !important;
    margin-bottom: 7px;
    text-transform: uppercase;
}
body .termsfeed-com---palette-light .cc-nb-title {
    display: none;
}
body .termsfeed-com---palette-light .cc-cp-body-content-entry-title {
    font-size: 12px !important;
    text-transform: uppercase;
}
body .termsfeed-com---palette-light .cc-nb-text {
    font-size: 11px !important;
    color: #000 !important;
    line-height: 1.4;
}
body .cc-cp-foot-button {
    width: 100%;
    text-align: right;
    padding: 10px 20px !important;
    display: flex !important;
    flex-direction: row-reverse;
    align-items: center;
}
body .termsfeed-com---palette-light .cc-cp-foot-save {
    margin-right: 0 !important;
    border-radius: 7px !important;
    padding: 5px 30px;
    text-transform: uppercase;
    font-weight: 500 !important;
}
body .termsfeed-com---reset .cc-nb-buttons-container button {
    max-width: 110px;
    width: calc(50% - 7.5px) !important;
    border-radius: 7px !important;
    background-color: transparent;
    color: #000;
    font-weight: 500;
    font-size: 11px;
}
body .termsfeed-com---palette-light .cc-nb-okagree {
    order: 2;
    margin-left: auto;
}
body .termsfeed-com---pc-dialog .cc-pc-head-lang {
    min-height: 100% !important;
    flex-direction: row-reverse;
    justify-content: unset !important;
}
body .termsfeed-com---palette-light .cc-pc-head-close {
    text-align: right !important;
    flex-direction: row-reverse;
    justify-content: unset !important;
    padding: 5px !important;
    border-color: transparent!important;
}
body .termsfeed-com---pc-dialog .cc-cp-body-tabs-item-link {
    padding-left: 20px !important;
}
body .termsfeed-com---is-visible {
    display: flex;
    align-items: center;
    justify-content: center;
}
body .termsfeed-com---pc-dialog{
	left: unset;
	right: unset;
}
body .termsfeed-com---pc-dialog .cc-pc-head-title-headline{
	text-align: left;
}
body .termsfeed-com---palette-light .cc-pc-head-lang select {
    max-width: 140px;
}
body .termsfeed-com---palette-light .cc-cp-foot-byline{
	display: none!important;
}
@media screen and (max-width: 600px) {
    body .termsfeed-com---pc-dialog .cc-pc-head-title {
        padding-left: 20px !important;
        align-items: flex-start;
    }
    body .termsfeed-com---palette-light .cc-pc-head-lang select {
		    max-width: 80px;
		}
    body .termsfeed-com---palette-light .cc-pc-head{
    	display: block;
    }
    body .termsfeed-com---pc-dialog .cc-pc-head-lang {
        position: absolute;
        right: 15px;
        top: 0;
        padding-top: 5px;
    }
    body .termsfeed-com---pc-dialog {
        padding-bottom: 0;
    }
    body .termsfeed-com---nb-simple {
        max-width: 100% !important;
        right: unset !important;
        bottom: 20px !important;
    }
    body .termsfeed-com---nb .cc-nb-changep,
    body .termsfeed-com---nb .cc-nb-okagree{
        width: 45% !important;
        display: inline-block !important;
    }

}
@media screen and (max-width: 768px) {
  #section_hero {
    display: none!important;
  }
}

