.tab-container {
    display: flex;
    /* background: var(--hr); */
    margin: 0 auto;
    padding: 10px 10px;
    max-width: var(--maxw);
  }
  .tab-container button{
    border: none;
    outline: solid 1px transparent;
  }
  .tab {
      display: flex;
      /* background: var(--hr); */
      /* box-shadow: 6px 6px 10px -1px rgba(255, 255, 255, 0.7),
          -6px -6px 10px -1px rgba(0, 0, 0, 0.1); */
  box-shadow: -5px -5px 20px #fff, 5px 5px 20px #babecc;
      padding: 10px 30px;
      cursor: pointer;
      border-radius: 8px;
      margin: 10px 5px;
      padding: 10px 1rem;
      cursor: pointer;
      text-align: center;
      align-items: center;
  }
  .tab-content {
    display: none;
  }
  .tab-content.show {
    display: block;
  }
  .tab-container button.btn-active {
      color: var(--azul);
      /* outline: solid 1px var(--white); */
      box-shadow: 6px 6px 10px -1px rgba(255, 255, 255, 0.7),
          -6px -6px 10px -1px rgba(0, 0, 0, 0.1);
  }
main{
  display: grid;
  grid-template-columns: 100%;
  gap: 2rem;
  margin: 0 auto;
  color: var(--texto);
}
main h1,main h2, main h3, .info{
  line-height: 1.5;
}
.tour-head{
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, 1fr);
  text-align: center;
  color: var(--white);
  aspect-ratio: 1/1;
}
.tourHeadImg {
  grid-column: 1/2;
  grid-row: 1/6;
  aspect-ratio: 1/1;
}
.tourHeadTit{
  grid-column: 1/-1;
  grid-row: 4/5;
  color: var(--white);
  text-shadow: var(--shadow);
  font-size: 1.3rem;
  font-weight: bolder;
}
.tourHeadTit h1{
  color: var(--white);
  font-size: 2.5rem;
}
/* +++++++++++++++++++++ ASIDE +++++++++++++++++++++ */
aside{
  width: 100%;
  background: var(--gray);
  /* height: 100dvh; */
}
aside>form{
  display: grid;
  gap: 1rem;
  align-items: center;
  justify-items: center;
  max-width: 500px;
  margin: 0 auto;
}
aside>h2, aside>h3{
    color: #babecc;
    text-shadow: 1px 1px 1px #fff;
    text-align: center;
}
button, input, select {
  border: 0;
  outline: 0;
  font-size: 16px;
  border-radius: 320px;
  padding: 16px;
  background-color: var(--gray);
  text-shadow: 1px 1px 0 #fff;
}
aside>form>label{width: 100%;}
input, select {
  /* margin-right: 8px; */
  box-shadow: inset 2px 2px 5px #babecc, inset -5px -5px 10px #fff;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  appearance: none;
  -webkit-appearance: none;
}
input:focus {
  box-shadow: inset 1px 1px 2px #babecc, inset -1px -1px 2px #fff;
}
aside>form>fieldset{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  border-radius: 7px;
  border: solid 1px var(--azul);
  width: 100%;
  text-align: left;
  padding: 0 .5rem;
  box-sizing: border-box;
}
aside>form>fieldset>legend{padding: 0 .7rem;}
button {
  font-weight: bold;
  box-shadow: -5px -5px 20px #fff, 5px 5px 20px #babecc;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  margin: 1rem auto;
}
button:hover {
  box-shadow: -2px -2px 5px #fff, 2px 2px 5px #babecc;
}
button:active {
  box-shadow: inset 1px 1px 2px #babecc, inset -1px -1px 2px #fff;
}
button.red {
  width: 180px;
  color: var(--rojo-2);
}
/* +++++++++++++++++++++ // ASIDE +++++++++++++++++++++ */
.xinfo{
  margin: 1.5rem 0;
}
.info{
  margin: 1.5rem 0;
  margin-left: 2.5rem;
}
.info li{
  margin-bottom: 1rem;
}
.xinfo li:nth-child(odd){
  display: flex;
  /* margin-left: 1.5rem; */
  font-weight: bolder;
  margin-bottom: .6rem;
  align-items: center;
  font-size: 1.2rem;
}
.xinfo li:nth-child(odd)::before{
  content: url("../iconos/done-icon.svg");
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0;
  margin-right: .9rem;
}
.xinfo li:nth-child(even){
  margin-left: 2.5rem;
  margin-bottom: 1.8rem;
}
.xdata{
  display: grid;
  grid-template-columns: repeat(2, 20px auto) 1fr;
  gap: 1rem;
  padding: .5rem 1rem;
  margin:2rem 0;
  align-items: center;
  background: var(--white);
  color: var(--texto);
  border-radius: 7px;
  box-shadow: var(--box-shadow2);
}
.xdata p{
  padding-right: 1rem;
  border-right: solid 1px var(--hr);
}
.incluye li, .noIncluye li, .recomendacion li, .opcional li,.vineta li{
  display: grid;
  grid-template-columns:1rem 1fr;
  gap: 1rem;
  align-items: center;
  margin: .4rem 0;
  margin-left: 1rem;
}
.incluye li::before, .noIncluye li::before, .recomendacion li::before, .opcional li::before,.vineta li::before{
  width: .8rem;
  aspect-ratio: 1/1;
  margin-left: 0;
  margin-right: .9rem;
}
.vineta li::before{
  content: url("../iconos/li.svg");
}
.incluye li::before{
  content: url("../iconos/check.svg");
}
.noIncluye li::before{
  content: url("../iconos/x.svg");

}
.recomendacion li::before{
  content: url("../iconos/user-shield.svg");

}
.opcional li::before{
  content: url("../iconos/choose.svg");
}
.xtable{
  display: grid;
  grid-template-columns: 220px 100%;
  gap: 10px;
}
.xtable > li{
  padding: 1rem 0;
  display: inline-block;
}
.gallery{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-template-rows: repeat(3, 1fr);
	grid-auto-flow: row;
  width: 100%;
  gap: 1.5rem;
  margin: 0 auto;
  padding: 2rem .2rem;
  color: var(--white);
  object-fit: contain;
}
.tours{
  display: grid;
  background: var(--white);
  border-top: solid 20px var(--white);
  border-right: solid 20px var(--white);
  border-left: solid 20px var(--white);
  color: var(--texto);
  text-align: center;
  font-weight: bolder;
  line-height: 1;
  box-shadow: var(--box-shadow2);
}
.tours a {
  position: relative;
  display: block;
  overflow: hidden;
  grid-column: 1/-1;
  grid-row: 1/2;
}
.tours a img{
  width: 100%;
  aspect-ratio: 7/5;
  transition: transform 0.2s ease-out;
}
.tours > footer{
  grid-column: 1/-1;
  grid-row: 2/3;
  padding: 1rem 0%;
}
.paypalx{
  margin: 0 auto;
  padding: 1rem;
  align-items: center;
  align-content: center;
  background: var(--gray3);
}
.pagos{
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.card-pay{
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 1rem;
  max-width: 380px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 7px;
  margin: .5rem auto;
  padding: .5rem .6rem;
  align-content: center;
  background: #ffffff;
  color: #000;
}
.card-pay figure{
  align-self: center;
}
.card-pay img{
  width: 100%;
  aspect-ratio: 3 / 1;
}
.especial{
  color: var(--rojo-2);
  font-weight: 600;
}
/* +++++++++++++++++++++++++ Reservaa +++++++++++++++++++++++++ */
.masInfo{
  display: grid;
  grid-template-columns: 46px 80px 95px 80px;
  gap: 8px;
  max-width: 340px;
  margin: 20px auto;
  padding: 5px;
  place-items: center;
  outline: solid 2px var(--celeste);
  border-radius: 8px 25px 25px 8px;
}
.masInfo img{
  width: 40px;
  aspect-ratio: 1/1;
}
.btnWhatsapp{
  display: grid;
  grid-template-columns: 30px 1fr;
  color: var(--white);
  background: radial-gradient(#a9ff39, #61ac07);
  border-radius: 25px;
  outline: solid 1px var(--green);
  min-width: 75px;
  padding: 5px;
  gap: 5px;
  align-items: center;
  color: var(--white);
  font-weight: bold;
}
.btnWhatsapp img{
  width: 30px;
  background: var(--white);
  border-radius: 50%;
}
/* ++++++++++++++++++++++++ // Reservaa ++++++++++++++++++++++++ */
@media (min-width: 768px){
  main{
    grid-template-columns: 73% 1fr;
    max-width: var(--maxw);
  }
  .tour-head{
  aspect-ratio: 15/6;
}
.tourHeadImg{
  aspect-ratio: 15/6;
}
}