@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300&display=swap");
:root {
  --main-color: #333;
  --color1: #19323d;
  --color2: #e1e6e9;
  --color3: #3d2819;
  --color4: #dbcfc6;
  --color5: #3d3919;
  --color6: #dadbc6;
  --color7: #233c2e;
  --color8: #c6dbd6;
  --color9: #434e36;
  --color10: #bac5ae;
}

html,
body {
  position: relative;
  height: 100%;
}
body {
  background: #eee;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper-hero {
}

.swiper-hero .swiper {
  width: 100%;
}
.swiper-hero .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-hero .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: calc(100vh - (100vh / 4));
}
.swiper-hero .swiper-button-next,
.swiper-hero .swiper-button-prev {
  --swiper-navigation-size: 30px;
  --swiper-theme-color: #ffffff;

  padding: 0.7rem 1rem 0.7rem 1rem;
}
.hero-container {
  position: relative;
  width: 100%;
}
.hero-container img {
}

.text-hero {
  position: absolute;
  z-index: 2;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.chevron {
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  z-index: 2;
  color: #fff;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.title-hero {
  font-size: 80px;
  font-weight: 900;
}
.description-hero {
  font-size: 24px;
}
section {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  justify-content: center;
  width: 100%;
}
footer {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.container {
  width: 90%;
  max-width: 1240px;
}
.color1 {
  background-color: var(--color1);
}
.color2 {
  background-color: var(--color2);
}
.color3 {
  background-color: var(--color3);
}
.color4 {
  background-color: var(--color4);
}
.color5 {
  background-color: var(--color5);
}
.color6 {
  background-color: var(--color6);
}
.color7 {
  background-color: var(--color7);
}
.color8 {
  background-color: var(--color8);
}
.color9 {
  background-color: var(--color9);
}
.color10 {
  background-color: var(--color10);
}
.co1 {
  color: var(--color1);
}
.co2 {
  color: var(--color3);
}
.co3 {
  color: var(--color5);
}
.co4 {
  color: var(--color7);
}
/* -----------------------------------------------------------------first section------------------------------------- */
.firt-section-container {
  width: 90%;
  max-width: 1240px;
}
.title {
  text-align: center;
  font-size: 64px;
  font-weight: bold;
  color: #333;
}
.text p {
  text-align: center;
}
.first-part {
  width: 100%;
  max-width: 1240px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.tour-content {
  grid-column: 1/3;
  width: 100%;
}
.subtitle {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
}
.text-tour {
  color: #fff;
}
.tour-image {
  margin-top: 30px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tour-image img {
  width: 100%;
  object-fit: cover;
}

/* --------------------------------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------------------------------- */
.tour-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 100px;
}
.tour-information {
  grid-column: 1/3;
}
.tour-title {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
}
.tour-text {
  color: #fff;
}
.tour-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tour-image img {
  object-fit: cover;
}
.separator {
  position: relative;
}
.tour-services::before {
  position: absolute;
  content: "";
  width: 40rem;
  height: 0.5px;
  border-radius: 2px;
  left: calc(50% - 20rem);
  top: -1rem;
  background-color: rgb(255, 255, 255);
}
.img-camp {
  /* grid-column: 1/3; */
  display: flex;
  justify-content: center;
}
.img-camp img {
  /* width: 100%; */
}
.tour-services {
  /* display: grid; */
  /* grid-template-columns: repeat(3,1fr); */
  /* gap:250px; */
  color: #fff;
  margin-top: 50px;
  padding-top: 50px;
  display: flex;
  justify-content: space-around;
}
.title-services {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
}
.services {
  margin-left: 20px;
}
.service {
  display: flex;
  margin-bottom: 20px;
}
.service span {
  margin-right: 20px;
}
/* -------------------------------------------------------------------------------------------------- */
.tours-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
.tours-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.group-list li {
  margin-bottom: 10px;
}
.group-list li a {
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
}
/* ---------------------------------------------------------gallery */
.first-part-gallery {
  padding-top: 50px;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.gallery-img1 {
  width: 4.84%;
  background-color: aqua;
  overflow: hidden;
  height: auto;
  aspect-ratio: 1/2 auto;
}
.gallery-img1 img {
  object-fit: cover;
  width: 100%;
  cursor: pointer;
}
.gallery-img2 {
  width: 19.36%;
  background-color: aqua;
  overflow: hidden;
  height: auto;
  aspect-ratio: 1/1 auto;
}
.gallery-img2 img {
  object-fit: cover;
  width: 100%;
  cursor: pointer;
}
.gallery-img3 {
  width: 19.36%;
  background-color: aqua;
  overflow: hidden;
  height: auto;
  aspect-ratio: 2/3 auto;
}
.gallery-img3 img {
  object-fit: cover;
  width: 100%;
  cursor: pointer;
}
.gallery-img4 {
  width: 29%;
  background-color: aqua;
  overflow: hidden;
  height: auto;
  aspect-ratio: 3/2.5 auto;
}
.gallery-img4 img {
  object-fit: cover;
  width: 100%;
  cursor: pointer;
}
.gallery-img5 {
  width: 14.5%;
  background-color: aqua;
  overflow: hidden;
  height: auto;
  aspect-ratio: 1/1 auto;
}
.gallery-img5 img {
  object-fit: cover;
  width: 100%;
  cursor: pointer;
}
.gallery-img6 {
  width: 9.7%;
  background-color: aqua;
  overflow: hidden;
  height: auto;
  aspect-ratio: 1/1 auto;
}
.gallery-img6 img {
  object-fit: cover;
  width: 100%;
  cursor: pointer;
}

/* --------------------second gallery------- */
.second-part-gallery {
  padding-top: 0.55%;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

/* --------------------------------------------------------FOOOTER---------------------------------------------------------------------------- */
footer {
  background-color: var(--main-color);
}
.firt-part-footer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.social-media {
  margin-top: 20px;
}
.social-media a {
  color: white;
  text-decoration: none;
}
.margin-social {
  margin-right: 10px;
}
.second-part-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.social-media span {
  font-size: 30px;
}
.text-copyride {
  color: white;
  margin-top: 10px;
  font-size: 12px;
}
.nav a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  cursor: pointer;
}
.nav-container {
  display: flex;
  align-items: center;
}
.nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.logo-container {
  width: 200px;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}
.logo-container img {
  width: 100%;
  cursor: pointer;
}
.contact-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: white;
}
.text-contact {
  font-weight: bold;
  margin-bottom: 10px;
}
.contact-container button {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: var(--main-color);
  cursor: pointer;
}

/* --------------------------------------------------------------------------------hero------------------------------ */
.header {
  width: 100%;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  z-index: 3;
  background-color: var(--main-color);
}

.nav-container-header {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.logo-image-header {
  width: 200px;
  overflow: hidden;
  cursor: pointer;
}
.logo-image-header img {
  width: 100%;
}

.nav-container-header ul {
  display: flex;
  list-style: none;
  gap: 20px;
  align-items: center;
}
.nav-container-header ul a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  cursor: pointer;
}

/* cambiar para el responsive por flex-direction row */
.nav-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.color-purple {
  color: var(--main-color) !important;
}

.head-container ul {
  width: 100%;
  display: flex;
  list-style: none;
  padding-bottom: 1rem;
  justify-content: space-between;
  font-family: var(--body-font);
  text-align: end;
}

/* cambiar para el responsive por flex-direction r.8*/
.head-container li {
  display: flex;
  margin-right: 0rem;
  justify-content: end;
}
.head-container ul a {
  display: flex;
  font-family: var(--body-font);
  cursor: pointer;
  font-size: 1.6rem;
  color: white;
  text-decoration: none;
  text-align: end;
}
.logo-image {
  margin-bottom: 10px;
  font-family: "Permanent Marker", cursive;
  font-size: 2rem;
}
.logo-image img {
  width: 30rem;
  height: auto;
}
.header-scroll {
  background-color: rgba(255, 255, 255);
}
/* -------------------------------------------------modal----------------------------------------------------- */
.modal {
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 10;
}
.opacity {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, 0.96);
  z-index: -1;
}
.form-container {
  background-color: transparent;
  width: 100%;
  max-width: 700px;
  padding: 10px 30px;
  height: 100vh;
  background-color: transparent;
  overflow: auto;
}
.form-close {
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
.close-container {
  text-align: end;
  padding-right: 10px;
}
.box-form {
  display: flex;
  flex-direction: column;
  padding: 8px 10px;
  box-sizing: border-box;
}

.box-form label {
  text-align: start;
  color: #fff;
  margin-bottom: 8px;
}

input,
select {
  border: none;
  height: 30px;
  outline: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}
textarea {
  border: none;
  outline: none;
  padding: 10px;
  font-family: "Poppins", sans-serif;
}
.box-2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.box-2 .box-form {
  width: 50%;
}
.text-form {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 10px;
}
.btn-form {
  border: none;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  background-color: #d9d9d9;
  cursor: pointer;
}
.none {
  display: none;
}
/* ---------------------------------------------------------- form----modal----contáctenos------------------------------------------------------------------------------------ */

.form {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  text-align: center;
  width: 100%;
  height: auto;
  padding-bottom: 2rem;
}
.box-form {
  display: flex;
  flex-direction: row;
  border-bottom: 0.1rem solid rgb(135, 134, 134);
  width: 100%;
  margin-bottom: 1rem;
  padding-bottom: 0px;
  align-items: center;
}
.box-form input,
.box-form select,
.box-form textarea {
  width: 100%;
  background-color: transparent;
  color: white;
}
.box-form span {
  font-size: 16px;
  margin-right: 0.8rem;
  color: rgb(214, 214, 214);
}
.allmessage-error {
  color: red;
  margin-left: 15px;
  position: relative;
  width: 80%;
  display: flex;
  font-size: 12px;
}
.allmessage-error span {
  margin-right: 2rem;
}
.allbox-form {
  width: 80%;
}
.text-select {
  color: rgb(135, 134, 134);
}
.aling {
  align-items: start;
}
.aling span {
  padding-top: 10px;
}
/* ---------------------------------------------------estilos para el toast del formulario------------------------------------ */
.succes-toast {
  position: absolute;
  top: calc((100% - 20rem) / 2);
  left: 30%;
  width: 40%;
  height: 20rem;
}

#toast-container {
  position: absolute;
  top: calc((100% - 20rem) / 2);
  left: calc((100% - 20rem) / 2);
  max-width: 300px;
  width: 40%;
  height: 20rem;
  padding: 16px;
  padding-top: 4rem;
  background-color: rgb(255, 255, 255);
  color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
  border-top: rgb(56, 156, 78) solid 1.5rem;
  border-bottom: rgb(56, 156, 78) solid 0.8rem;
}

#toast-container span {
  color: rgb(56, 156, 78);
  font-size: 5rem;
}
#toast-message {
  color: rgb(56, 156, 78);
  font-weight: 800;
  font-size: 2.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.toast-success {
  color: #333;
}
#toast-container.show {
  display: block;
  animation: slideIn 0.5s forwards, fadeOut 0.5s 7s forwards;
}
#toast2-container {
  position: absolute;
  top: calc((100% - 20rem) / 2);
  left: calc((100% - 20rem) / 2);
  max-width: 300px;
  width: 40%;
  height: 20rem;
  padding: 16px;
  padding-top: 4rem;
  background-color: rgb(255, 255, 255);
  color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
  border-top: red solid 1.5rem;
  border-bottom: red solid 0.8rem;
}

#toast2-container span {
  color: red;
  font-size: 5rem;
}
#toast2-message {
  color: red;
  font-weight: 800;
  font-size: 2.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#toast2-container.show {
  display: block;
  animation: slideIn 0.5s forwards, fadeOut 0.5s 7s forwards;
}

/* ------------------------------------------------------------------------modal de gallery-*--------------------- */
.modal-gallery {
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 10;
}
.opacity-gallery {
  position: fixed;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  background-color: black;
}

.modal-gallery-container {
  position: relative;
  z-index: 5;
  display: block;
  width: 60%;
}
.modal-gallery-container span {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  cursor: pointer;
  color: white;
  font-size: 20px;
}
.img {
  z-index: -1;
  width: 100%;
  height: auto;
  /* object-fit: cover; */
  aspect-ratio: 16/9 auto;
  /* aspect-ratio:;a medida que se hacfe pequeño tambien la altura 1.778*/
}
.none {
  display: none;
}
.close-popup {
  width: 100%;
  transform: rotate(45deg);
}

/* ------------------------------------------------------------------------------@medias---------------------------------------- */
@media screen and (max-width: 768px) {
  .title-hero {
    font-size: 64px;
  }
  .description-hero {
    font-size: 20px;
  }
  .nav-container-header {
    flex-direction: column;
    align-items: center;
  }
  .nav-container-header ul {
    padding-left: 0px;
  }
  .title {
    font-size: 48px;
  }
  .tour-title {
    font-size: 40px;
  }
  .tour-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
    /* margin-bottom: 100px; */
  }
  .tour-information {
    grid-column: 3/1;
  }
  .tour-services {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .services {
    margin-top: 30px;
  }
  .title-services {
    margin-bottom: 20px;
  }
  .tours-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
    font-size: 16px;
  }
  .group-list li a {
    font-size: 16px;
  }

  .firt-part-footer {
    flex-direction: column;
  }
  .nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
  }
  .contact-container {
    margin-top: 20px;
  }
  .img-camp {
    width: 100%;
  }
  .img-camp img {
    width: 100%;
  }
  .tour-services::before {
    width: 12rem;
    left: calc(50% - 6rem);
  }
  .gallery-img1 {
    display: none;
  }
  .gallery-img2 {
    display: none;
  }
  .gallery-img5 {
    display: none;
  }
  .gallery-img6 {
    display: none;
  }
  .gallery-img3 {
    width: 40%;
    background-color: aqua;
    overflow: hidden;
    height: auto;
  }
  .gallery-img4 {
    width: 59%;
    background-color: aqua;
    overflow: hidden;
    height: auto;
  }
  .modal-gallery-container {
    width: 90%;
  }
}
/* @media screen and (min-width: 1024px) {

}
@media screen and (min-width: 1366px) {

} */
