/*GENERAL*/
.editar_link, .support_box{
	display: none;
}
.tour_box{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: auto;
	position: relative;
	max-width: 1100px;
}
/*TOUR INFO*/
.tour_info_extra{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: auto;
	padding: 2vh 1.6vw;
	gap: 1.6vw;
}
.tour_info{
	flex-grow: 1;
	flex-basis: calc(70% - 1.6vw);
	width: 100%;
}
.title_box{
	display: flex;
	min-height: 100px;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 20px;
}
.title_box h1{
	text-wrap: balance;
	font-family: "Tilt Warp", sans-serif;
	font-weight: normal;
	text-align: center;
	color: var(--colortitle);
	min-width: 50%;
	border-bottom: 2px solid var(--color1);
}
.stars i{
	font-size: 30px;
	color: #FFC107;
	font-style: normal;
	line-height: 28px;
}
/*apartado para slider*/
.slider{
	height: 420px;
	overflow: hidden;
	display: flex;
  	width: 100%;
  	position: relative;
  	gap: 5px;
  	margin-bottom: 5px;
  	padding: 5px;
    background: var(--bgw);
}
.slider.show_fullscreen{
	position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9000;
    margin: 0;
    padding: 5px;
    top: 0;
    background: var(--bgdark);
    left: 0;
    flex-direction: column;
}
.slides{
  display: flex;
  background: var(--bgdark);
  transition: transform 600ms ease-in;
  width: 100%;
  height: 100%;
  flex-grow: 1;
  flex-basis: 60%;
  overflow: hidden;
  position: relative;
}
.slider.show_fullscreen .slides{
	flex-basis: 85%;
}
.slide{
  flex: 0 0 100%;
  position: relative;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
  position: absolute;
  transition: all 1200ms ease;
  opacity: 0;
}
.slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	/*position: absolute;*/
}
.slide img[src*='top'], .gallery img[src*='top']{
    object-position: top;
}
.slide img[src*='bottom'], .gallery img[src*='bottom']{
    object-position: bottom;
}
.slide img[src*='left'], .gallery img[src*='left']{
    object-position: left;
}
.slide img[src*='right'], .gallery img[src*='right']{
    object-position: right;
}
.slider.show_fullscreen .slide img{
	object-fit: contain;
	object-position: center;
}
.slide[view="0"]{
	z-index: 1;
	opacity: 0;
}
.slide[view="1"]{
	z-index: 5;
	opacity: 1;
}
.slide[view="2"]{
	z-index: 2;
	opacity: 0;
}
.btn_del_img{
	position: absolute;
  top: 0;
  border-radius: 0 0 0 20px;
  right: 0;
  padding: 8px;
  width: 35px;
  border: none;
  height: 35px;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  z-index: 100;
}
.btn_mover_adelante{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 100;
}
.btn_mover_atras{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.btn_move{
	z-index: 100;
	width: 34px;
	height: 50px;
	background: rgba(0, 0, 0, 0.4);
	font-size: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	color: white;
	line-height: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
}
.btn_move.hidden_btn{
	opacity: 0;
	pointer-events: none;
}
.btn_move.m_left{
	left: 0;
}
.btn_move.m_right{
	right: 0;
}
.gallery{
	width: 100%;
    height: 100%;
    flex-basis: 40%;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
   	overflow-y: overlay;
}
.slider.show_fullscreen .gallery{
	flex-wrap: nowrap;
  flex-basis: 60px;
  flex-direction: row;
}
.btn_fullscreen{
	  position: absolute;
    z-index: 100;
    background: rgba(0, 0, 0, .4);
    bottom: 0;
    right: 0;
    width: 34px;
    height: 34px;
}
.btn_fullscreen img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(91deg) brightness(107%) contrast(95%);
  width: 20px;
  height: 20px;
}
.set_img_pos{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2px;
	grid-template-rows: repeat(3, 1fr);
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 10;
	border-radius: 50%;
	padding: 4px;
}
.set_img_pos button{
	width: 20px;
	height: 20px;
	font-size: 14px;
	border-radius: 50%;
	border:none;
	background: rgba(0, 0, 0, 0.4);
	color: white;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.set_img_pos button[onclick*='top']{
	grid-column: 2 / 3;
  	grid-row: 1;
}
.set_img_pos button[onclick*='right']{
	grid-column: 3 / 4;
  	grid-row: 2;
}
.set_img_pos button[onclick*='bottom']{
	grid-column: 2 / 3;
  	grid-row: 3;
}
.set_img_pos button[onclick*='left']{
	grid-column: 1 / 2;
  	grid-row: 2;
}
.set_img_pos button.marcado{
	background: var(--color1);
}
/*BOTONES ADMIN TOUR*/
.btn_del_tour{
    position: absolute;
    top: 5;
    left: 5;
    z-index: 30;
    background: rgba(0, 0, 0, 0.4);
    color: white;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1px;
    border: none;
    font-size: 12px;
    border-radius: 50%;
    transition: all 200ms ease;
}
.btn_del_tour img{
    width: 18px;
    height: 18px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(91deg) brightness(107%) contrast(95%);
}
.btn_del_tour:hover{
    background: red;
    cursor: pointer;
}
.link_edit_tour{
    position: absolute;
    top: 50px;
    left: 5px;
    z-index: 30;
    background: rgba(0, 0, 0, .4);
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.link_edit_tour:hover{
    background: var(--color3);
}
.link_edit_tour img{
    width: 18px;
    height: 18px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(91deg) brightness(107%) contrast(95%);
}
/*FIN BTNS*/
.gallery img{
	width: 	calc(50% - 5px);
	object-fit: cover;
	/*height: ;*/
	object-position: center;
	flex-grow: 1;
	max-height: 100%;
}
.gallery img.picked{
	opacity: 0.5;
}
.gallery.column{
	flex-direction: column;
}
.gallery.column img{
	width: 100%;
	height: 45%;
}
.gallery.column2{
	flex-direction: row;
}
.gallery.column2 img{
	height:calc(50% - 2.5px);
}
.slider.show_fullscreen .gallery img{
	height: 100%;
}
.gallery.column3 img{
	height: 32.5%;
}
/*fin apartado*/
/*agregar imagen drag*/
.box_add_img{
	width: 100%;
	background: var(--bgw);
	display: flex;
	gap: 10px;
}
.box_add_img label{
	width: 100%;
	height: 160px;
	border-radius: 10px;
	border: 2px dashed silver;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: var(--colortxt);
	background-size: cover;
	background-position: center;
	padding: 5px;
	flex-basis: 60%;
}
.box_add_img label:hover{
	background-color: var(--bgdark);
	cursor: pointer;
}
.img_file_info{
	display: flex;
	flex-direction: column;
	gap: 8px;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
}
.img_file_info b{
	color: var(--colortitle);
	text-align: center;
}
.img_file_info span{
	color: var(--colortxt);
	text-align: center;
}
.box_add_img input{
	display: none;
}
.box_add_img button{
	padding: 8px 12px;
	background: var(--color2);
	border: none;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
}
/*fin add img*/
.main_aspects{
	display: flex;
	background: var(--bgw);
	flex-direction: column;
}
.main_aspects .feature{
	flex-grow: 1;
	display: flex;
	gap: 10px;
	border-radius: calc(0.5rem - 2px);
	padding: 8px 12px;
	align-items: center;
}
.main_aspects .feature span{
	font-size: 15px;
	color: var(--colortitle);
}
.main_aspects .feature svg,
.main_aspects .feature img{
	width: 22px;
	min-width: 22px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main_aspects .feature svg path{
	fill: var(--colorsoft) !important;
}
.main_aspects .feature select{
	width: 100%;
	height: 22px;
	background: transparent;
	border: none;
	color: var(--colortxt);
}
.caja_fechas{
  flex-direction: column;
  padding: 8px 12px;
  gap: 6px;
  border-radius: calc(0.5rem - 2px);
  display: none;
}
.caja_fechas.visible{
	display: flex;
}
.caja_fechas .fechas_label{
	font-size: 15px;
	color: var(--colortitle);
}
.event_dates{
	display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.event_dates .e_date{
	padding: 5px;
  border-radius: 4px;
  flex-grow: 1;
  text-align: center;
  font-size: 15px;
  color: var(--colortitle);
  background: var(--bgdark);
  cursor: default;
}
.event_dates .e_date.e_marcado{
	background: #ed0909;
  color: white;
}
.manage_dates{
	display: flex;
  width: 100%;
  gap: 5px;
}
.manage_dates input{
	flex-grow: 1;
  border: none;
  padding: 5px 10px;
  background: var(--bgdark);
  border-radius: 4px;
  color: var(--colortitle);
}
.main_aspects button{
	flex-grow: 1;
  padding: 5px;
  border: none;
  background: #ed0909;
  color: white;
  border-radius: 4px;
}
#tour_page .main_aspects div select::-ms-expand {
    display: none;
}
#tour_page .main_aspects div select{
	-webkit-appearance: none;
  -moz-appearance: none;
  pointer-events: none;
}
.price_label{
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 6px;
}
.price_label span{
	color: var(--colortxt);
}
.price_label input{
	width: 100%;
	background: var(--input);
	border-radius: 6px;
	border: 1px solid silver;
	padding: 6px;
}
div[class*="tour_head"]{
	display: flex;
    position: sticky;
    top: 54px;
    overflow-x: overlay;
    z-index: 50;
    background: linear-gradient(0deg, #428b45, #63d768);
    align-items: center;
    border-radius: 0 0 6px 6px;
}
div[class*="tour_head"]::-webkit-scrollbar{
    background: transparent;
    width: 0px;
    height: 0px;
}div[class*="tour_head"]::-webkit-scrollbar-thumb{
    background: rgba(0,0,0,.2);
    border-radius: 6px;
    opacity: 0.5;
    max-height: 100px;
}
div[class*="tour_head"] h2{
	padding: 8px 5px;
    background: linear-gradient(0deg, #4CAF50, #6ce971);
    color: white;
    text-decoration: none;
    flex-grow: 1;
    text-align: center;
    white-space: nowrap;
    transition: all 200ms linear;
    outline: none;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: normal;
}
div[class*="tour_head"] h2.over{
	background: #4CAF50;
    color: white;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, .2);
}
.tour_body{
	background: var(--bgw);
}
/*ASIDE*/
.extra_detail{
	flex-grow: 1;
	width: 30%;
	background: var(--bgw);
	position: relative;
}
.styky_detail{
	position: sticky;
	top: 54px;
	padding: 1.6vw;
	border-radius: calc(0.5rem - 2px);
}
.book_link{
	width: 100%;
    text-align: center;
    justify-content: center;
    padding: 12px 8px;
    background: var(--color2);
    color: var(--colorbtn);
    border-radius: 4px;
    display: flex;
    margin: auto;
    text-decoration: none;
    font-weight: 600;
}
.styky_detail b{
	display: block;
    text-align: center;
    color: var(--colortitle);
    margin: 8px 0;
    text-transform: uppercase;
    padding: 4px 12px;
}
.payment_options{
	display: flex;
	gap: 8px;
	justify-content: center;
}
.payment_options span{
	max-height: 50px;
	height: auto;
	background: linear-gradient(to top, #f3f3f3, white);
	border: 1px solid silver;
	border-radius: 4px;
}
.payment_options span img{
	width: 100%;height: 100%;
}
.whatsapp_link{
	width: 100%;
    text-align: center;
    justify-content: center;
    padding: 12px 8px;
    background: #128c7e; /*#25d366*/
    color: white;
    border-radius: 4px;
    display: flex;
    margin: 10px auto;
    text-decoration: none;
    font-weight: 600;
}
/*BOOK BOX*/
body  .incomplete{
	border: 1px solid orange !important;
}
.book_box{
	width: 100%;
    margin: 1.2vh auto 0 auto;
    border-radius: 5px;
    overflow: hidden;
    padding: 2vh 1.6vw 0 1.6vw;
    max-width: 1100px;
}
.book_section{
	height: 110px;
    background: #4dc952;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 10px 10px 0 0;
}
.book_section h2{
	padding: 14px 8px;
  display: flex;
  color: white;
  text-align: center;
  justify-content: center;
  font-size: 28px;
  text-transform: uppercase;
  z-index: 100;
  position: relative;
  margin: auto;
  font-family: "Tilt Warp", sans-serif;
  font-weight: normal;
}
/*.book_section:before{
	content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-image: url(../img/clouds.webp);
    background-position: center;
    mix-blend-mode: overlay;
    filter: blur(1px) grayscale(1) opacity(80%);
}*/
.book_info_box{
	display: flex;
	background: var(--bgw);
	flex-wrap: wrap;
	gap: 1.6vw;
}
.book_info{
	flex-grow: 1;
    flex-basis: calc(70% - 1.6vw);
    max-width: 100%;
    padding: 1.6vw;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    border-radius: calc(0.5rem - 2px);
    white-space: nowrap;
}
.book_info .b_info{
	flex-grow: 1;
    display: flex;
    padding: 4px;
    row-gap: 0.8vw;
    column-gap: 8px;
    flex-direction: column;
    color: var(--colortxt);
    flex-wrap: wrap;
}
.book_info .b_info.column{
	flex-direction: row;
	align-items: center;
}
.date_options.visible{
	display: flex;
}
.date_options{
	display: none;
	flex-wrap: wrap;
	gap: 5px;
	flex-grow: 1;
}
.date_options .e_date{
	padding: 8px 5px;
	background: var(--bgdark);
	border-radius: 4px;
	cursor: pointer;
	flex-grow: 1;
	text-align: center;
}
.date_options .e_date:hover{
	background: var(--color3);
	color: white;
}
.modify_pax_box{
	display: flex;
	flex-grow: 1;
}
.modify_pax_box button{
	width: 30px;
}
.date_options .e_date.marcado{
	background: var(--color1);
	color: var(--colorbtn);
}
.date_options .e_date.marcado:before{
	content: '\2713';
	margin-right: 8px;
	line-height: 0;
}
.book_info .b_info label{
	white-space: nowrap;
	color: var(--colortxt);
}
.book_info .b_info input{
	padding: 8px;
    border-radius: 4px;
    outline: none;
    background: var(--input);
    flex-grow: 1;
    text-align: center;
    border: 1px solid var(--bordersoft);
    font-size: 16px;
    color: black;
}
.book_info .b_info #n_pax{
	pointer-events: none;
}
.b_info .service_box{
	padding: 8px;
    background: var(--input);
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-grow: 1;
    border: 1px solid var(--bordersoft);
    border-radius: 4px;
}
.b_info .service_box label{
	display: flex;
	gap: 5px;
}
.b_info .service_box label span{
	color: black;
}
.quotation_box{
	margin: auto;
    position: sticky;
    bottom: 0;
    padding: 0 1.6vw;
    max-width: 1100px;
    z-index: 1000;
}
.quotation_box .first_quotation_child{
    padding: 6px 1.6vw;
    background: #072a35c7;
    backdrop-filter: blur(10px);
    min-width: fit-content;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    display: flex;
}
.quotation_box .total_to_pay{
	display: flex;
	text-align: center;
	justify-content: center;
	font-size: 15px;
	color: #dbdbdb;
	position: sticky;
    bottom: 0;
}
.price_box{
	display: flex;
    justify-content: center;
    align-items: end;
    gap: 5px;
    align-items: self-end;
    margin-bottom: 0.8vw;
}
.price_box .price{
	font-size: 25px;
	font-weight: bold;
	color: white;
}
.price_box .moneda{
	font-size: 25px;
    color: #dbdbdb;
}
.book_btn{
	display: flex;
    background: linear-gradient(0deg, #ffc010, #ffec3b);
    border-radius: 32px;
    text-decoration: none;
    text-align: center;
    align-items: center;
    justify-content: center;
    box-shadow: 3px 3px 5px rgb(0 0 0 / 18%);
    transition: all 400ms ease-out;
    border: none;
    width: fit-content;
    padding: 10px 10vw;
    text-transform: uppercase;
    font-size: 15px;
    color: black;
    max-height: 40px;
    font-weight: bold;
}
.book_btn:hover{
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}
/*INCLUYE*/
div[class*="include_box"]{
	padding: 16px;
	margin-top: 16px;
	background: var(--bgw);
}
div[class*="include_box"] h2{
	color: var(--colortitle);
	margin-bottom: 8px;
	font-size: 16px;
}
div[class*="tour_include"] h2{
	color: var(--color1);
}
div[class*="tour_notinclude"] h2{
	color: red;
}
div[class*="include_box"] div[class*="include"]{
	margin-bottom: 8px;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	flex-direction: column;
}
div[class*="include_box"] button{
	background: var(--color1);
	color: var(--colorbtn);
	padding: 4px 20px;
	border: none;
	border-radius: 30px;
}
div[class*="include_box"] div[class*="include"] span{
	color: var(--colortxt);
    padding: 5px 10px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    border-radius: 8px;
}
div[class*="tour_include"] div[class*="include"] span:before{
	content: '\2713';
    width: 22px;
    min-width: 22px;
    height: 22px;
    margin-right: 8px;
    background: #1ec91e;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1px;
    color: white;
    border-radius: 50%;
    font-size: 12px;
}
div[class*="tour_notinclude"] div[class*="include"] span:before{
	content: '\2716';
    width: 22px;
    min-width: 22px;
    height: 22px;
    margin-right: 8px;
    background: red;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1px;
    color: white;
    border-radius: 50%;
    font-size: 12px;
}
div[class*="include_box"] div[class*="include"] span:focus{
	background: var(--color1);
	color: var(--colorbtn);
	outline: none;
}
.del_instruction{
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin: 8px;
	text-align: center;
	justify-content: center;
	color: var(--colortxt);
}
.remove_include{
	padding: 4px 20px;
	color: white;
	background: red;
	border-radius: 30px;
	outline: none;
	border: none;
	flex-basis: 150px;
}
/*PASSENGERS INFO*/
.book_box h3{
	color: var(--colorsoft);
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    background: var(--bgw);
}
.passengers_box{
	padding: 1.6vw;
    background: var(--bgw);
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.passenger{
	padding: 4px;
    display: flex;
    flex-wrap: wrap;
    flex-basis: 240px;
    flex-grow: 1;
    border-radius: 6px;
    flex-direction: row;
    max-width: 100%;
}
.passenger .flex_block{
	display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 3px;
    flex-basis: inherit;
    gap: 8px;
}
.passenger .flex_block:nth-child(3), .passenger .flex_block:nth-child(4){
	flex-direction: row;
    gap: 6px;
    flex-grow: 1;
}
.passenger .flex_block span{
	display: flex;
	flex-direction: column;
    flex-basis: inherit;
    flex-grow: 1;
    gap: 8px;
}
.passenger .flex_block select{
	height: 30px;
    flex-grow: 1;
    padding: 5px;
    border-radius: 4px;
    font-size: 15px;
    border: 1px solid var(--bordersoft);
    outline: none;
    color: black;
    background: var(--input);
}
.passenger .flex_block select:focus{
	border: 1px solid #376F75;
}
.passenger .flex_block select option{
	background: var(--bgdark);
	color: var(--colortxt);
}
.passenger .pax_header{
	background: #4dc952;
    width: 100%;
    display: flex;
    padding: 5px;
    gap: 5px;
    justify-content: center;
    color: white;
    font-weight: bold;
}
.passenger b img{
	width: 20px;
	filter: var(--filtroc);
}
.passenger .flex_block label{
	flex-grow: 1;
    white-space: nowrap;
    font-size: 15px;
    color: var(--colortxt);
}
.passenger .flex_block input{
	height: 30px;
    width: 100%;
    flex-grow: 1;
    padding: 5px;
    border-radius: 4px;
    background: var(--input);
    font-size: 15px;
    border: 1px solid var(--bordersoft);
    outline: none;
    color: black;
}
.passenger .flex_block input:focus{
	border: 1px solid #376F75;
}
.passenger_extras{
	width: 100%;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.passenger_extras tbody tr:nth-of-type(even){
    background: var(--bgdark);
}
.passenger_extras tbody tr:first-child{
    color: var(--colortitle);
}
.passenger_extras tbody tr:last-child{
    background: #FFEB3B;
    color: black;
    font-weight: normal;
}
.passenger_extras tr th{
	color: var(--colortitle);
}
.passenger_extras tr td{
	padding: 4px;
}
.passenger_extras tr td:nth-child(2){
	text-align: right;
}
.passenger_extras tr td:nth-child(2) div{
	display: flex;
	gap: 4px;
	text-align: right;
	justify-content: end;
}
.price_extra_amount{
    color: var(--colortxt);
    font-size: 15px;
    text-align: right;
}
.passenger_extras label{
	display: flex;
	gap: 8px;
	justify-content: space-between;
}
.passenger_extras label div{
	display: flex;
	gap: 4px;
	font-size: 15px;
	align-items: center;
	color: var(--colortxt);
}
.contact_pax_box{
	padding: 1.6vw;
    display: flex;
    flex-wrap: wrap;
    flex-basis: 240px;
    flex-grow: 1;
    flex-direction: row;
    max-width: 100%;
    background: var(--bgw);
}
.contact_pax_box .l_caja{
	display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 5px;
    flex-basis: inherit;
    gap: 8px;
}
.contact_pax_box .l_caja span{
	color: var(--colortxt);
}
.contact_pax_box .l_caja input{
	height: 30px;
	width: 100%;
    flex-grow: 1;
    padding: 5px;
    border-radius: 4px;
    font-size: 15px;
    border: 1px solid var(--bordersoft);
    outline: none;
    background: var(--input);
    color: black;
}
.btn_action{
	padding: 8px;
	background: var(--color2);
	color:black;
	width: 100%;
	margin: 5px 0;
	border-radius: 30px;
	border: none;
}
/*EXTRAS AND ADITIONAL*/
.edit_extras, .edit_inputs{
	width: 100%;
	/*border-collapse: collapse;*/
	border-spacing: 4px;
}
.edit_extras th img, .edit_inputs th img{
	width: 20px;
	height: 20px;
}
.edit_extras input, .edit_inputs input{
	width: 100%;
	height: 100%;
	padding: 5px;
}
.edit_extras button, .edit_inputs button{
	width: 30px;
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	padding: 5px;
}
/*Fin extras*/
@media screen and (max-width:770px){
	.tour_info_extra{
		flex-direction: column;
		flex-wrap: nowrap;
	}
	.tour_info{
		width: 100%;
		flex-basis: 100%;
	}
	.extra_detail{
		width: 100%;
	}
}
@media screen and (max-width:720px){
	.slider{
		flex-direction: column;
		height: auto;
	}
	.slides{
		flex-basis: auto;
		height: 430px;
	}
	.gallery{
		height: 80px;
		max-height: 80px;
		flex-wrap: nowrap;
		overflow:hidden;
		flex-basis: inherit;
	}
	.gallery[class*="column"] img{
		height: 100%;
		flex-basis: 80px;
		min-width: 33.3%;
	}
	.gallery[class*="column"]{
	    flex-direction: row;
	}
	.tour_info{
		max-width: 100%;
	}
}