@-ms-viewport {
  width: device-width ;
}

.hidden{
display: none;
}
.header {
position: absolute;
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  width: 100%;
  z-index: 9999;
}


.reservarG{
position: absolute;
width: 500px;
height: 400px;
position:absolute;
top: 295px;
left: 50%;
transform: translate(-50%, -50%);
}


.reservarB {
position:absolute;
z-index: 99;
top: 50%;;
left: 50%;
transform: translate(-50%, -50%);
height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.loading{
	display: flex;
	align-items: center;
	justify-content: center;
}


.reservar{
width: 100%;
min-height: 400px;
position:absolute;
top: 100px;
left: 50%;
transform: translate(-50%, 0%);
background-color: rgba(255, 255, 255, 0.3);
z-index: 99;

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


.labelInput {
position: absolute;
top: 0px;
margin-left: 3px;
  padding: 1px 6px;
  border-radius: 3px;
 background: #373737;
  color: #373737;
  font-size: 15px;
  color: white;
  
}

  

.inputGroup select {
cursor: pointer;

  box-shadow: inset 0px 0px 400px 110px rgba(0, 0, 0, .1);
height: 40px;
background: rgba(55, 55, 55, 0.8);
width:100%;
margin-top: 5px;
 font-size: 15px;
  padding: 14px 10px 6px 10px;
  outline: none;
  border: 1px solid #bababa;
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;   
   -webkit-border-radius: 3px;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */    
   -moz-border-radius: 3px;  /* Firefox 1-3.6 */     
   border-radius: 3px;
  color: white;
}
.inputGroup select:focus {
  border-color: #3ea0c8;
}
.inputGroup select:focus + label {
  visibility: visible;
  opacity: 1;
}

.inputGroupTd select {
cursor: pointer;
  box-shadow: inset 0px 0px 400px 110px rgba(0, 0, 0, .1);
height: 40px;
background: rgba(55, 55, 55, 0.8);
width:100%;
margin-top: 5px;
 font-size: 15px;
  padding: 14px 10px 6px 10px;
  outline: none;
  border: 1px solid #bababa;
     -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;   
       display:inline-block;
   -webkit-border-radius: 3px;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */    
   -moz-border-radius: 3px;  /* Firefox 1-3.6 */     
   border-radius: 3px;
  color: white;
}
.inputGroupTd select:focus {
  border-color: #3ea0c8;
}
.inputGroupTd select:focus + label {
  visibility: visible;
  opacity: 1;
}

.inputGroupTd2 select {
cursor: pointer;
  box-shadow: inset 0px 0px 400px 110px rgba(0, 0, 0, .1);
height: 40px;
background: rgba(55, 55, 55, 0.8);
width:100%;
margin-top: 5px;
 font-size: 15px;
  padding: 14px 10px 6px 10px;
  outline: none;
  border: 1px solid #bababa;
     -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;   
       display:inline-block;
   -webkit-border-radius: 3px;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */    
   -moz-border-radius: 3px;  /* Firefox 1-3.6 */     
   border-radius: 3px;
  color: white;
}
.inputGroupTd2 select:focus {
  border-color: #3ea0c8;
}
.inputGroupTd2 select:focus + label {
  visibility: visible;
  opacity: 1;
}


input[type="text"] {
height: 40px;
  box-shadow: inset 0px 0px 400px 110px rgba(0, 0, 0, .1);
background: rgba(55, 55, 55, 0.8);
width:100%;
margin-top: 5px;
 font-size: 15px;
  padding: 14px 10px 6px 10px;
  outline: none;
  border: 1px solid #bababa;
  border-radius: 3px;
  color: white;
}
input[type="text"]:focus {
  border-color: #3ea0c8;
}
input[type="text"]:focus + label {
  visibility: visible;
  opacity: 1;
}

input[type="date"] {
-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;   
height: 40px;
  box-shadow: inset 0px 0px 400px 110px rgba(0, 0, 0, .1);
background: rgba(55, 55, 55, 0.8);
width:100%;
margin-top: 5px;
 font-size: 15px;
  padding: 14px 10px 6px 10px;
  outline: none;
  border: 1px solid #bababa;
  border-radius: 3px;
  color: white;
}
input[type="date"]:focus {
  border-color: #3ea0c8;
}
input[type="date"]:focus + label {
  visibility: visible;
  opacity: 1;
}

.inputGroup{
	margin-bottom:10px;
	margin-left:3px;
	width: 345px;
	position: relative;
	padding-top: 6px;
	text-align: left;
	display: inline-block;
}
.inputGroupObs{
	margin-bottom:10px;
	margin-left:3px;
	width: 97.5%;
	position: relative;
	padding-top: 6px;
	text-align: left;
	display: inline-block;
}

.inputGroupTd{
	width: 300px;
	position: relative;
	padding-top: 6px;
	text-align: left;
	display: inline-block;
}

.inputGroupTd2{
	width: 300px;
	position: relative;
	padding-top: 6px;
	text-align: left;
	display: inline-block;
}

.reservar .form{
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
background: #373737;
position: relative;
padding: 2rem 2.5rem 2rem 2rem;
height: fit-content;
max-width: 800px;
margin: 0 auto;
border: 0.5px solid grey;
text-align: center;
border-radius: 5px;

}



.closeButton{
position: absolute;
margin: 8px;
right:0;
top: -2px;
    width: 25px;
    height: 25px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.4);
    z-index: 9;
    background: #ff2670;
}
.closeButton:hover {
    opacity: .8;
}
.closeButton:focus {
    outline: none;
}


.buttonGroup{
position: relative;
    margin-top:10px;
	margin-left:3px;
	width: 100%;
	text-align: left;
	display: inline-block;
	width: 696px;
	height: fit-content;
}

.NextButton {
height: 34px;
border-radius: 5px;
  float: right;
  width: 200px;;
  text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 1.4px;
  margin: 0 0 5px;
  padding: 8px 6px 8px 8px;
    background: white;
  border: none;
  color: #373737;
  font-size: 14px;
  cursor: pointer;
  outline: none;
}
.NextButton:hover {
  color: #b9134f;

}
.NextButton span{
margin: 4px;
}

.NextButtonADD{
position:absolute;
right:0px;
bottom:-10px;
height: 34px;
border-radius: 5px;
  width: fit-content;
  text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 1.4px;
  padding: 8px 6px 8px 8px;
    background: white;
  border: none;
  color: #373737;
  font-size: 14px;
  cursor: pointer;
  outline: none;
}

.NextButtonADD:hover {
  color: #b9134f;

}
.NextButtonADD span{
margin: 4px;
}


.payment-form{
border: 1px solid red;
margin: 0 auto;

}

.NextButtonIndicator {
height: 34px;
border-radius: 5px;
  float: right;
  cursor: pointer;
  width: 200px;
  border: none;
  color: #FFF;
  margin: 0 0 5px;
  padding: 8px;
  font-size: 15px;
}





.datepicker label{
z-index: 1;
}
.hour select{
width: calc(95% /2);
}



table{
border-collapse: collapse;
margin: 0 auto;
width: 696px;
	margin-bottom:10px;

}

 .Restime{
width: 100%;
}


.datepicker {
width: 70%;

}


input[type="date"]
{
    display:block;
}
.hour {
width: 30%;
text-align: right;
}

.Selecthour{
	width: 30%;
}
.Selecthour::before{
	width: 30%;
	    display:block;

}


.successRes, .payment{
width: 727px;
}



.card {
vertical-align: top;
  border-radius: 2px;
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1rem;
  position: relative;
  height: fit-content;
  width: 300px;
}



.card3 {
  margin-top: 30px;
  border-radius: 2px;
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1rem;
  position: relative;
  width: 300px;
  vertical-align: top;
  height: fit-content;
}
.card2 {
vertical-align: top;
  border-radius: 2px;
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1rem;
  position: relative;
  width: 600px;
  height: fit-content;
}



#timedate {
position:relative;
  display: inline-block;
  float: left;
  color: #FFF;
  text-align:left;
  width: 340px;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom:0px;

  border-left: 3px solid #A5DC86;
  padding-left: 20px;
   padding-bottom: 0px;
}
#mi{
  font: small-caps 200 50px/100% "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}
#mon{
    margin-top: -10px;
  font: small-caps 200 25px/10% "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}
#mondistance{
  display: table;

  font: small-caps 300 19px/100% "arial", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;

}
#codeid{
  margin-top: 15px;
   color: #ffc400;
  font: small-caps lighter 45px/60% "arial", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}

.secondstepForm{
padding:20px;
}



@media (min-width: 48em) {
    .inputpayment{
   width:  696px; 
}
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }

.secondstepForm{
margin-top: 25px;
}

}



@media (max-width: 48em) {
  .inputGroup, .buttonGroup, .NextButton, .NextButtonIndicator, .successRes, .form, .payment{
   width: 100%;
  }

  .secondstepForm{
padding:0px;
}

.NextButtonADD{
   width: 50%;
position:relative;
  display: inline-block;
  margin-bottom:15px;
}
.reservar{
height:fit-content;
}

.reservar .form{
height: fit-content;
top:0;
    -webkit-transform: translateY(-0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.reservarB, .reservarG{
width: 100%;
}
table{
margin-left: 2px;
width: 100%;
}
.hour select{
width: calc(93% /2);
}

input[type="text"]{
height: 39.5px;
}
input[type="date"]{
height: 39.5px;
}
input[type="date"]{
width:100%;
}

#timedate {
  margin-bottom:20px;
  margin-left: 0px;
    width: 100%;

}
.inputGroupObs{
	width: 100%;
	}
	
.labelInput {
top: 0px;
  padding: 1px 6px;
}
}



@media (min-width: 0px) and (max-width: 650px) {

      
.lang-date_hold{
    width:80%;
}
.sub_container0 {
padding-top:10px;
}
  .card, .card3, .card2 {
    width: 90vw;
  }
  .card3{
  margin-top: -20px;
  }
  .img0{
  width: 100%;
  display: block;
  clear: both;
  }


}
.hidden{
display: none;
}

.cardP{
clear: both;
}
.H-title {
float: left;
	font-size: 16px;
	text-transform: uppercase;
	color: white;
}
.br{
margin-bottom: 30px;
}

.form{
overflow: hidden;

}
.firststepForm,.payment{
width: 100%;
height: 100%;
}


#successText{
  color: #FFF;
  float: left;
  text-align:left;
  width: 100%;
  margin: 40px auto;

  border-left: 3px solid #3aed1f;
  padding-left: 20px;
}

#miText{
  font: small-caps 200 40px/100% "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}
#monText{
  
  font: small-caps 300 20px/80% "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}








.modal-close{
  color: white;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 8px;
  margin-top: 1px;
  font-size: 1.6em;
  font-weight: bold;
  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.modal-close:hover,
.modal-close:active {
  color: #ff4d4d;
}




.doneRes{
	width: fit-content;
	float: right;
}
/* CSS ICON ALERT GENERAL */
.screenAlert-icon{border-radius:50%;border:4px solid gray;box-sizing:content-box;height:80px;padding:0;position:relative;width:80px}
.screenAlert-icon + .screenAlert-icon {margin-top:50px}



/* CSS SUCCESS */
.screenAlert-icon.screenAlert-success{border-color:#A5DC86}
.screenAlert-icon.screenAlert-success:after,
.screenAlert-icon.screenAlert-success:before{background-color:transparent!important;content:'';height:120px;position:absolute;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:60px}
.screenAlert-icon.screenAlert-success:before{border-radius:120px 0 0 120px;left:-33px;top:-7px;-webkit-transform-origin:60px 60px;transform-origin:60px 60px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
.screenAlert-icon.screenAlert-success:after{border-radius:0 120px 120px 0;left:30px;top:-11px;-webkit-transform-origin:0 60px;transform-origin:0 60px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
.screenAlert-icon.screenAlert-success .screenAlert-placeholder{border-radius:50%;border:4px solid rgba(165,220,134,0.2);box-sizing:content-box;height:80px;left:-4px;position:absolute;top:-4px;width:80px;z-index:2}
.screenAlert-icon.screenAlert-success .screenAlert-line{background-color:#A5DC86;border-radius:2px;display:block;height:5px;position:absolute;z-index:2}
.screenAlert-icon.screenAlert-success .screenAlert-line.screenAlert-tip{left:14px;top:46px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:25px}
.screenAlert-icon.screenAlert-success .screenAlert-line.screenAlert-long{right:8px;top:38px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:47px}
.animateSuccessTip{-webkit-animation:animateSuccessTip .75s;animation:animateSuccessTip .75s}
.animateSuccessLong{-webkit-animation:animateSuccessLong .75s;animation:animateSuccessLong .75s}
/* ANIMATE SUCCESS */
@-webkit-keyframes animateSuccessTip{0%,54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}
@keyframes animateSuccessTip{0%,54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}
@-webkit-keyframes animateSuccessLong{0%,65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}
@keyframes animateSuccessLong{0%,65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}




/* RESET BUTTON */
.btn-conf::-moz-focus-inner {
  border:0;
  padding:0
}
.btn-conf {
text-align: center;
  width:auto;
  margin:0;
  padding:0;
  background:transparent;
  overflow:visible;
  font:14px arial, sans-serif;
  vertical-align:middle; /* IE6,IE7 */
}
/* STYLES */
.popup , .popup2 , .popup3, .popup5, .popup6, .popuperror101, .popuperrorpax,.help24, .addreturnpop, .popuperrorroundtrip, .popupflight,.popup_availability{
z-index: 99999;
  position: absolute;
top: 35%;
left: 50%;
transform: translate(-50%, -50%);
  width:320px;
}


.upper {
  text-align: center;
  box-sizing:border-box;
  padding:8% 5%;
  background-color:#fff;
  height:fit-content;
  font-family:helvetica;
  color: rgba(100,100,100,1);
  font-size:18px;
  transition: color 0.4s ease;
}



.stroke {
  height:5px;
  background: #1763a6; /* Old browsers */
  background: -webkit-gradient(linear, 0 0, 100% 0, from(#1763a6), color-stop(0.47, #419ca6), color-stop(0.91, #54bf83));
  background: -webkit-linear-gradient(left, #1763a6 0%, #419ca6 47%, #54bf83 91%);
  background: -moz-linear-gradient(left, #1763a6 0%, #419ca6 47%, #54bf83 91%);
  background: -o-linear-gradient(left, #1763a6 0%, #419ca6 47%, #54bf83 91%);
  background: linear-gradient(left, #1763a6 0%, #419ca6 47%, #54bf83 91%); /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1763a6', endColorstr='#54bf83',GradientType=1 ); /* IE6-9 */
}

.lower {
  box-sizing:border-box;
  background-color: #333;
  height:60px;
  width:100%;
  padding: 6% 3%;
  color: rgb(200,200,200);
}

.btn-conf {
  float:left;
  height:100%;
  line-height:18px;
  display:block;
  color: rgba(255, 255, 255, 0.6);
  width:25%;
  transition: color 0.3s ease;
}

.btn-conf:last-child {
  margin-left:50%;
}

.btn-conf span {
  width:19px;
  height:100%;
  display:block;
  float:left;
}

.btn-conf:hover {
  cursor: pointer;
}

.btn-conf:hover {
  color: rgba(255,255,255,1);
}

.btn-conf:hover .icon-ok {
  color:rgba(100,255,100,0.5);
}

.btn-conf:hover .icon-remove {
  color:rgba(255,100,100,0.5);
}

.lang{
float:left;
margin-top:-2px;
}




.container0 {
padding:0px;
width: 100%;
height: fit-content;
margin-top: 500px;
 text-align: center;
    background: black;

}

.sub_container0 {
    padding-left: 1rem;
width:100%;
 text-align: center;
   background: #ffc400;
}

.sub_container0 p{
text-align: justify;
  text-justify: inter-word;
}


.title1{
font-weight: normal;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  color: black;
  letter-spacing:2px
}
.helpcenter{
margin-top:0px;
	cursor:pointer;
	border-radius:3px;
}
.service{

height:32px;
}
.helpicons{
cursor:pointer;
}
.helpicons:hover{
font-weight: bold;
}

.header .logo{
  display: block;
  float: left;
  font-size: 2em;
  padding: 3px 20px;
  text-decoration: none;
}
#language{
cursor:pointer;
}



.resrvation-title {
  display: flex;
  flex-direction: column;
  position: relative;
  color: #DEDEDE;
  font-size: 26px;
    text-align:left;
}

.resrvation-title:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 25px;
  height: 4px;
  background: #DEDEDE;

}
table td {
    display:table-cell;
    vertical-align:top;
}



.all100{
width:100%;
}


.inputGroupTd2{
width:50%;
}

.payment-errors{
    color: white;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  text-shadow: 1px 1px rgba(250,250,250,.3);
  padding: 20px 30px;
}

