*{
    box-sizing: border-box;
    margin: 0%;
    padding: 0%;
}
p{text-wrap: pretty;margin: 10px 0;line-height: 1.5;}
h1,h2,h3,h4{
    text-wrap: balance;
}
h1{font-size: 2.2rem;color: var(--texto);}
:root{
  --rojo:#991717;
  --celeste:#51a5c0;
  --rojo-2:#c9304e;
  --azul:#0066cc;
  --texto:#373536;
  --texto-tour:#808285;
  --bg-gray:#696969;
  --white:#fff;
  --gray:#ebecf0;
  --hr:#ecebeb;
  --box-shadow:rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  --box-shadow2:5px 5px 10px rgba(0,0,0, 0.5);
  --box-shadow3:0 2px 5px rgba(0, 0, 0, 0.1);
  --shadow:2px 2px 4px #05233f;
  /* bg transparentes para Texto */
  --oscuro:#00000063;
  --claro:#ffffff6e;
  --maxw:1300px
}
body{
  width: 100%;
  background: var(--gray);
}
hr {
  size: 1px;
  /* border-top: 1px solid var(--celeste); */
  margin: 2rem 0;
  opacity: .3;
  color: var(--celeste);
}
.center{
  text-align: center;
}
.espacio{
  height: 2rem;
}
.espacio2{
  height: 4rem;
}
img{
  display: block;
  width: 100%;
}
ul{
  list-style: none;
}
a{
  text-decoration: none;
}
form{
  padding: 2rem 1rem;
  text-align: center;
  box-sizing: border-box;
}
label{
  display: block;
  margin: 1rem 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;
}
.custom-submit {
  width: 180px;
  background-color: #008CBA;
  color: white;
  margin: 1rem auto;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  align-content: center;
}
.title{
  max-width: 1340px;
  text-align: center;
  margin: 3rem auto;
  font-size: 18px;
}
.title h1{
  color: var(--rojo-2);
}
.title p{max-width: 640px;margin: 1rem auto;}
.leerBtn{
  display: inline-block;
  min-width: 150px;
  max-width: 220px;
  height: 46px;
  background: var(--rojo-2);
  color: var(--white);
  line-height: 1;
  margin: 0% auto;
  padding-top: 14px;;
  border: solid 2px var(--rojo-2);
}
.leerBtn:hover{
  border: solid 2px var(--white);
}
.line-head{
  display: grid;
  grid-template-columns: 1fr 54px;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding:0 20px;
  position: relative;
  background: var(--white);
  position: relative;
}
.idiomas{
  display: grid;
  grid-template-columns: 24px 24px;
  gap: 4px;
  z-index: 5;
}
.navBar{
  display: none;
  position: absolute;
  align-items: center;
  width: 400px;
  height: 100vh;
  top: 60px;
  left: 0%;
  z-index: 5;
  background:var(--white);
  box-shadow: var(--box-shadow2);
  overflow: scroll;
}
.navBar.mostrar {
  display: block;
}
.logo-menu{
  display: flex;
  justify-content: space-between;
  grid-template-columns: 100px 35px;
  padding:5px 0;
  align-items: center;
}
.logo{
  width: 100px;
  aspect-ratio: 2/1;
}
.menu-btn{
  width: 35px;
  height: 35px;
  aspect-ratio: 1/1;
  border: none;
  border-radius: 5px;
  background: var(--white);
  box-shadow: var(--box-shadow);
  cursor:pointer;
  font-size: 26px;
  font-weight: bolder;
  color: var(--azul);
  margin: 0;
  padding: 0%;
  justify-content: center;
  text-align: center;
}
/* ================== Menu Principal ================== */
.menu {
  font-size: 14px;
  top: 0%;
}
.menu a {
  display: block;
  padding: 10px 5px;
  color: var(--texto);
  text-align: left;
  border-bottom:solid 2px var(--hr) ;
}
.menu a:hover{
  color: var(--rojo-2);
}
.has-submenu > a::after{
  width: 15px;
  height: 15px;
  content: "⮟";
  align-items: center;
  margin: 0% 0px 0px 5px;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  color: var(--texto);
}
.submenu {
  display: none;
  margin: 0;
  padding: 0;
  border-top: solid 2px var(--celeste);
}
.submenu .has-submenu > a::after{
  width: 15px;
  height: 15px;
  content: "➤";
  float: right;
}
.submenu.active {
  display: grid;
}
.submenu a{
  border-bottom: solid 1px var(--hr);
}
/* ================== // Menu Principal ================== */
.contenido{
  max-width: 1000px;
  margin: 2rem auto;
  padding: .5rem;
}
.bgred{
  background: #c9304f60;
  padding: 1.5rem;
  border-radius: 7px;
  backdrop-filter: blur(6px);
}
.bgwhite{
  background: #ffffff3f;
  padding: 1.5rem;
  border-radius: 7px;
  backdrop-filter: blur(6px);
}
.bggray{
  background: var(--bg-gray);
}
details{
  padding: .5rem 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: .7rem 2rem;
}
.dobleCol{
  grid-column: span 2;
  grid-row: span 1;
  overflow: hidden;
}
.dobleFil{
  grid-column: span 1;
  grid-row: span 2;
  overflow: hidden;
}
.dobleColFil{
  grid-column: span 2;
  grid-row: span2;
}
.fondo-blanco{
  background: #fff;
  color: #000;
  font-size: 18px;
  padding: .5rem 1.5rem;
  box-sizing: border-box;
}
.dosCol{
  max-width: var(--maxw);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin: 0 auto;
  padding: 4rem 2rem;
}
.tradicionales{
  background-image: url("../img/enigmas-andes-peru-slider-machu-picchu-mv.webp");
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
}
.tresCol{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  max-width: var(--maxw);
  gap: 2rem;
  margin: 0 auto;
  padding: 4rem 2rem;
  color: var(--white);
}
.cuatroCol{
  display: grid;
  /* grid-auto-rows: auto; */
	grid-auto-flow: dense;
  grid-gap: 2rem;
  margin: 0 auto;
  padding: 4rem 2rem;
  color: var(--texto);
}
.cuatroCol img{
	/* object-fit: cover; */
  width: 100%;
  /* height: 100%; */
}
.tradicional {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 82% 1fr;
  text-align: center;
  text-shadow: var(--shadow);
  font-weight: bolder;
}
.tradicional img{
  grid-column: 1/-1;
  grid-row: 1/-1;
  aspect-ratio: 4/5;
}
.tradicional > footer{
  grid-column: 1/-1;
  grid-row: 2/-1;
  padding: 1rem 0%;
  background: var(--oscuro);
  font-size: 1.3rem;
}
.tradicional > a{
  grid-row: 1/-1;
  grid-column: 1/-1;
  z-index: 2;
  color: var(--white);
}
.destino{
  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;
}
.destino > footer{
  grid-column: 1/-1;
  grid-row: 2/3;
  padding: 1rem 0%;
}
.destino a {
  position: relative;
  display: block;
  overflow: hidden;
  grid-column: 1/-1;
  grid-row: 1/2;
}
.destino a img{
  width: 100%;
  aspect-ratio: 7/5;
  transition: transform 0.2s ease-out;
}
.destino a img:first-child{
  display: inline-block;
}
.destino a img:last-child{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-100%);
}
.destino a:hover img:first-child {
  transform: translateY(100%);
}
.destino a:hover img:last-child,
.destino[data-animation] a:hover img:last-child {
  transform: none;
}
.paquetes{
  background-image: url("../img/paquetes-enigmas-andes-peru-fondo-mv.webp");
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}
.paquete{
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 60% 1fr;
  border-radius: 8px;
  overflow: hidden;
}
.paquete img{
  grid-column: 1/-1;
  grid-row: 1/-1;
}
.paquete > footer{
  grid-column: 1/-1;
  grid-row: 2/3;
  background: var(--oscuro);
  color: var(--white);
  padding: 1rem;
}
.paquete > a{
  grid-column: 1/-1;
  grid-row: 1/-1;
}
.nosotros{
  background-image: url("../img/nosotros-enigmas-andes-peru-fondo.webp");
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-size: 100%;
  padding: 4rem;
  color: var(--white);
}
.nosotros h2{
  font-size: 60px;
}
.contacto{
  display: grid;
  grid-template-rows: repeat(3, auto);
  gap: 1rem;
}
.table{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
/* ANIMATIONS ––––––––––––––––––––––––––––––––––––––––––––– */
.ani[data-animation="to-top"] a span:last-child {
  transform: translateY(100%);
}
.ani[data-animation="to-top"] a:hover span:first-child {
  transform: translateY(-100%);
}
.ani[data-animation="to-right"] a span:last-child {
  transform: translateX(-100%);
}
.ani[data-animation="to-right"] a:hover span:first-child {
  transform: translateX(100%);
}
.ani[data-animation="to-left"] a span:last-child {
  transform: translateX(100%);
}
.ani[data-animation="to-left"] a:hover span:first-child {
  transform: translateX(-100%);
}
/* // ANIMATIONS ––––––––––––––––––––––––––––––––––––––––––––– */
/* Estilos de ejemplo para los iconos */
.icon-text{
  display: flex;
  align-items: center;
  margin: 10px 0;
  color: var(--white);
}
[class^="ico-"] {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease-in-out;
}
.ico-white{
  stroke: var(--white);
  fill: var(--white); /* Cambia el color del relleno del SVG */
  margin-right: 10px;
  color: var(--white);
}
.ico-white:hover{fill: white;}
.icon-foot{
  width: 30px;
  height: 30px;
  fill: var(--texto);
  stroke: var(--texto);
}
.icon-foot:hover{
  fill: var(--white);
  stroke: var(--white);
}
.icon-mid{
  width: 20px;
  height: 20px;
  scale: 1/1;
  fill: var(--texto);
  stroke: var(--texto);
}
.ico-green{
  stroke: var(--texto);
  fill: var(--texto);
}
.ico-green:hover{fill: white;stroke:var(--azul)}
.icono{
  width: 1rem;
  height: 1rem;
  fill: var(--white);
  stroke: var(--white);
}
/* ++++++++++++++++ PagoS ++++++++++++++++ */
.paypalx{
  margin: 0 auto;
  padding: 1rem;
  align-items: center;
  align-content: center;
  background: var(--gray3);
}
#paypalmenu{width: 180px;margin: 0 auto;}
.pagos{
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
/* +++++++++++++++ // PagoS +++++++++++++++ */
footer>.cuatroCol{
  color: var(--white);
}
footer>hr{
  border-top: var(--white);
}
.footer-link{
  margin: 1rem .5rem;
}
.footer-link li{
  margin-bottom: .5rem;
}
.footer-link a{
  color: var(--white);
}
.footer-link a:hover{
  color: var(--celeste);
}
.soporte{
  display: grid;
  padding: .3rem;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 2rem;
}
.soporte img{width: 100%;aspect-ratio: 4 / 1;}
.redes{
  display: grid;
  grid-template-columns: repeat(5, 36px);
  gap: 5px;
  margin: 10px auto;
}
/* Media queries para dispositivos más grandes */
@media (min-width: 768px) {
.tradicionales{
  background-image: url("../img/enigmas-andes-peru-slider-machu-picchu.webp");
  background-size: cover;
}
.paquetes{
  background-image: url("../img/paquetes-enigmas-andes-peru-fondo.webp");
  background-size: cover;
}
.cuatroCol{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-auto-rows: 260px;
  max-width: var(--maxw);
}
}
@media (min-width: 992px) {
.logo-menu{
  grid-template-columns: 130px 1fr 5px;
}
.logo{width: 130px;}
.line-head{
  display: grid;
  grid-template-columns: 150px 1fr 52px;
  width: 95%;
  margin: 0 auto;
  gap: 10px;
  align-items: center;
  box-shadow: var(--box-shadow);
  border-radius: 0% 0% 6px 6px;
}
.idiomas{
  position: relative;
  right: 0;
  top: 0;
}
.navBar{
  display: grid;
  position: relative;
  width: auto;
  height: 36px;
  margin: 0 auto;
  top: 0;
  box-shadow: none;
  overflow:visible;
}
/* ================== Menu Principal ================== */
.menu {
  display: grid;
  grid-template-columns: repeat(8, auto);
  gap: 5px;
  width: auto;
  height: 38px;
  position: relative;
  margin: 0 auto;
}
.menu a:hover{
  border-bottom:solid 2px var(--rojo-2) ;
}
.menu-btn {
  display: none;
}
.has-submenu{
  position: relative;
}
.has-submenu > a:hover::after{
  color: var(--rojo-2);
}
.submenu {
  position: absolute;
  width: 240px;
  box-shadow: var(--box-shadow3);
  background: var(--white);
}
.has-submenu:hover > .submenu,
.submenu:hover {
  display: grid;
}
.submenu .has-submenu:hover > .submenu{
  top: 0px;
  left: 240px;
}
/* ================== // Menu Principal ================== */
}
@media (min-width: 1200px) {
  .line-head{
    max-width: var(--maxw);
  }
  /* ================== Menu Principal ================== */
  .menu{
    gap: 15px;
  }
  /* ================== // Menu Principal ================== */
}