.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(--marca);
  /* 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 {
  width: 98%;
  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;
}

details {
  padding: 1rem;
  border-radius: 7px;
  outline: solid 1px var(--white);
  margin: 0;
  margin-bottom: .5rem;
  padding: 0%;
  box-shadow: 0 0.1rem 1rem -0.5rem rgba(0, 0, 0, 0.4);
}

summary {
  font-weight: bold;
  background: var(--white);
  padding: .7rem 1rem;
  cursor: pointer;
  margin: 0%;
}

details[open] summary,
summary:hover {
  color: var(--rojo-2);
}

details>footer {
  padding: 1.5rem 2rem;
}


form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 2rem 1rem;
  box-sizing: border-box;
}

label {
  width: 100%;
  grid-column: 1/2;
  margin: 0 auto;
  text-align: left;
}

input,
textarea {
  margin-top: .5rem;
  width: 100%;
  padding: .3rem;
}

textarea {
  resize: none;
  form-sizing: content;
}

input[type="submit"] {
  width: 180px;
  background-color: #4CAF50;
  color: white;
  font-weight: bold;
  margin: 1rem auto;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}


/* +++++++++++++++++++++ ASIDE +++++++++++++++++++++ */
aside {
  width: 100%;
  background: var(--gray);
  /* height: 100dvh; */
}

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;
}

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>fieldset {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: .5rem;
  border-radius: 7px;
  border: solid 1px var(--azul);
  width: 100%;
  text-align: left;
  padding: 10px .5rem;
  box-sizing: border-box;
}

aside>fieldset>legend {
  padding: 0 .7rem;
}

fieldset p {
  line-height: 1;
  margin: 0%;
  padding: 0%;
}

fieldset span {
  font-weight: bold;
}

form button {
  text-align: center;
  align-self: center;
}

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);
}

li,
.incluye li,
.noIncluye li,
.recomendacion li,
.opcional li,
.vineta li {
  margin: .5rem 0;
  margin-left: 2.5rem;
}

.incluye li::before,
.noIncluye li::before,
.recomendacion li::before,
.opcional li::before,
.vineta li::before {
  display: inline-block;
  content: url("");
  margin-left: -2.5rem;
  margin-right: .5rem;
  font-size: 1rem;
  font-weight: 800;
}

.vineta li::before {
  content: "➤";
  color: var(--azul);
  font-size: .8rem;
}

.incluye li::before {
  content: "✔";
  color: var(--green);
}

.noIncluye li::before {
  content: "✘";
  color: var(--rojo-2);

}

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

.opcional li::before {
  content: url("../iconos/choose.svg");
}

i.calendar {
  background-image: url("../iconos/schedule-calendar-icon.svg");
  width: 100%;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
}

i.grupo {
  background-image: url("../iconos/users-group.svg");
  width: 100%;
  aspect-ratio: 1/1;
}

.xtable {
  display: grid;
  grid-template-columns: auto auto; /* o: max-content max-content */
  list-style: none;
  padding: 0;
  margin: 0;
}

.xtable > li {
  padding: .8rem .5rem;
  outline: solid 1px var(--azul);
  margin: 0;
}

.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: 40px 160px 160px;
  gap: 8px;
  max-width: 386px;
  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 115px;
  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);
  }
}