:root {
  overflow-x: hidden;
}

/* -------------------------------------------------------------------------- */
/*                                 RESPONSIVE                                 */
/* -------------------------------------------------------------------------- */
@media screen and (min-width: 210px) and (max-width: 1024px) {
  html {
    overflow-x: hidden;
  }
  body {
    overflow-x: hidden;
    /* -------------------------------------------------------------------------- */
    /*                                   HEADER                                   */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /*                                    MAIN                                    */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /*                                   FOOTER                                   */
    /* -------------------------------------------------------------------------- */
  }
  body .header {
    display: none !important;
  }
  body .headermobile {
    display: block !important;
  }
  body .main {
    /* -------------------------------------------------------------------------- */
    /*                              BANNER PRINCIPAL                              */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /*                                  AVENTURAS                                 */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /*                                  NOSOTROS                                  */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /*                                 TESTIMONIOS                                */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /*                                  RESERVAR                                  */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /*                                AVENTURA PAGE                               */
    /* -------------------------------------------------------------------------- */
  }
  body .main-bannerprincipal-box-content-titulo h1 {
    font-size: 1.7rem !important;
  }
  body .main-bannerprincipal-box-content-titulo h1 span {
    font-size: 1.4rem !important;
  }
  body .main-bannerprincipal-box-content-texto p {
    font-size: 1rem !important;
    width: 95% !important;
  }
  body .main-bannerprincipal-box-content-boton button {
    padding: 0.5rem 1.5rem !important;
    font-size: 0.85rem !important;
  }
  body .main-aventuras .col-lg-8 {
    transform: translateY(0px) !important;
  }
  body .main-aventuras .col-lg-4 > img {
    display: none;
  }
  body .main-nosotros {
    height: 2300px !important;
    padding: 3rem 0 10rem 0;
    margin-top: 0 !important;
  }
  body .main-nosotros .container {
    display: flex;
    justify-content: start !important;
    align-items: start !important;
    flex-direction: column;
  }
  body .main-nosotros-gallery {
    position: relative !important;
    top: auto !important;
  }
  body .main-nosotros-gallery .row .col-lg-4 {
    margin-bottom: 1rem;
  }
  body .main-nosotros-gallery .row .col-lg-4:nth-of-type(2), body .main-nosotros-gallery .row .col-lg-4:nth-of-type(1) {
    transform: translateY(0px);
  }
  body .main-nosotros-gallery img {
    height: auto !important;
    padding: 0 !important;
  }
  body .main-nosotros-content-info {
    transform: translateY(30px) !important;
  }
  body .main-nosotros-content-info-titulo h2 {
    font-size: 1.5rem !important;
  }
  body .main-nosotros-content-info-titulo p {
    font-size: 0.85rem !important;
  }
  body .main-nosotros-content-video video {
    height: auto !important;
  }
  body .main-testimonios {
    padding: 5rem 0 0 0 !important;
  }
  body .main-testimonios-info-titulo h1 strong {
    font-size: 2.5rem !important;
  }
  body .main-testimonios-info-texto p {
    width: 95% !important;
    font-size: 0.85rem !important;
  }
  body .main-testimonios-box:first-of-type {
    padding-top: 2rem !important;
  }
  body .main-testimonios-box-icon img {
    height: 64px !important;
  }
  body .main-reservar-titulo h1 strong {
    font-size: 0.87rem !important;
  }
  body .main-reservar-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  body .main-reservar-list-box {
    padding: 0 1rem !important;
  }
  body .main-reservar-list-box h3 {
    font-size: 0.87rem !important;
  }
  body .main-aventurascontenido {
    padding: 4rem 0 15rem 0 !important;
  }
  body .main-aventurascontenido-titulo h1 {
    font-size: 2.5rem !important;
  }
  body .main-aventurascontenido-form {
    margin-top: 2rem !important;
    padding: 2rem !important;
    top: 0 !important;
    position: relative !important;
  }
  body .botonwhatsapp {
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 1000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #25d366;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.4);
  }
  body .botonwhatsapp button {
    border: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
  }
  body .botonwhatsapp button svg {
    width: 1.7em;
    height: 1.7em;
  }
  body .botonwhatsapp button svg path {
    fill: #fff;
  }
  body .footer {
    height: auto !important;
  }
  body .footer-menu-titulo {
    padding: 2rem 0;
  }
}
/* -------------------------------------------------------------------------- */
/*                                  VARIABLES                                 */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                   COLORES                                  */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                  GENERALES                                 */
/* -------------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, ul li, a, span, quote, em {
  letter-spacing: 0.07rem;
}

ul {
  margin-bottom: 0 !important;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none !important;
}

.boton button {
  background-color: #333;
  color: #fff;
  border: 0;
  padding: 0.5rem 3rem;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.5s;
}
.boton button:hover {
  box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  color: #333;
}
.boton button:focus, .boton button:focus-visible, .boton button:focus-within {
  outline: none;
}

/* -------------------------------------------------------------------------- */
/*                                  PARALLAX                                  */
/* -------------------------------------------------------------------------- */
.parallax {
  position: relative;
  height: 600px;
  background-size: cover;
  background-position: center top;
}

.swiper-container {
  margin-left: 0;
}

.opacitynone {
  opacity: 0 !important;
}

.transform-cell {
  -o-object-fit: contain;
  object-fit: contain;
}

.project {
  opacity: 0;
  transform: translateY(100px);
  transition: 1.25s;
}

.project-down {
  opacity: 0;
  transform: translateY(100px);
  transition: 1.25s;
}

.project-left {
  opacity: 0;
  transform: translateX(-100px);
  transition: 1.25s;
}

.project-right {
  opacity: 0;
  transform: translateX(100px);
  transition: 1.25s;
}

.project-zoom {
  opacity: 0;
  transform: scale(0);
  transition: 0.65s;
}

.project-zoom_dos {
  opacity: 0;
  transform: scale(0);
  transition: 1.5s;
}

.project-zoom_tres {
  opacity: 0;
  transform: scale(0);
  transition: 2s;
}

.project-zoom_cuatro {
  opacity: 0;
  transform: scale(0);
  transition: 2.5s;
}

.project-zoom_cinco {
  opacity: 0;
  transform: scale(0);
  transition: 2.8s;
}

.project-zoom_seis {
  opacity: 0;
  transform: scale(0);
  transition: 3.1s;
}

.fade-left {
  opacity: 1;
  transform: translateX(0);
}

.fade-right {
  opacity: 1;
  transform: translateX(0);
}

.fade-in {
  opacity: 1;
  transform: translateX(0);
}

.zoom-in {
  opacity: 1;
  transform: scale(1);
}

.fade-up {
  opacity: 1;
  transform: translateY(0);
}


body {
  /* -------------------------------------------------------------------------- */
  /*                                   HEADER                                   */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                HEADER MOBILE                               */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                   FOOTER                                   */
  /* -------------------------------------------------------------------------- */
}
body .header {
  height: 100px;
  display: flex;
  align-items: center;
}
body .header .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .header-social, body .header-menu ul li a, body .header-whatsapp {
  color: #333;
}
body .header-logo {
  width: 200px;
  margin: 0 auto;
}
body .header-logo ~ div nav ul {
  padding-left: 0;
}
body .header-logo img {
  width: 100%;
  height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .header-social ul li a svg, body .header-social ul li a path, body .header-whatsapp ul li a svg, body .header-whatsapp ul li a path {
  fill: rgba(51, 51, 51, 0.7) !important;
}
body .header-menu {
  height: 100%;
}
body .header-menu nav {
  display: flex;
  align-items: center;
  height: 100%;
}
body .header-menu nav ul {
  display: flex;
  margin-bottom: 0;
  align-items: center;
}
body .header-menu nav ul li {
  padding-right: 4rem;
}
body .header-menu nav ul li.current-menu-item a {
  color: #000;
  font-weight: 500;
}
body .header-menu nav ul li a {
  text-transform: uppercase;
  color: rgba(51, 51, 51, 0.6);
  transition: 0.5s;
}
body .header-menu nav ul li a:hover {
  color: rgba(51, 51, 51, 0.6);
}
body .header-menu nav ul li:last-of-type {
  padding-right: 0;
}
body .botonwhatsapp {
  display: none;
}
body .headermobile {
  display: none;
}
body .headermobile .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .headermobile-logo img {
  width: auto;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .headermobile-boton button {
  border: 0;
  background-color: transparent;
}
body .headermobile-boton button svg {
  width: 2.5em;
  height: 2.5em;
}
body .headermobile-boton button svg path {
  fill: #333;
}
body .headermobile-menu {
  position: absolute;
  left: -100%;
  top: 120px;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  padding: 2rem 0;
  transition: 0.5s;
}
body .headermobile-menu.activo {
  left: 0;
}
body .headermobile-menu nav ul li {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
body .headermobile-menu nav ul li:last-of-type {
  border-bottom: 0;
}
body .headermobile-menu nav ul li a {
  color: #333;
}
body .main {
  /* -------------------------------------------------------------------------- */
  /*                              BANNER PRINCIPAL                              */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  AVENTURAS                                 */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  NOSOTROS                                  */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                 TESTIMONIOS                                */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  RESERVAR                                  */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                              SINGLE AVENTURAS                              */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                         SINGLE AVENTURAS CONTENIDO                         */
  /* -------------------------------------------------------------------------- */
}
body .main-bannerprincipal {
  height: calc(100vh - 100px);
  position: relative;
}
body .main-bannerprincipal .container {
  height: 100%;
}
body .main-bannerprincipal-box {
  height: 100%;
  background-size: cover;
  background-position: 200px center;
  width: 100%;
  position: relative;
}
body .main-bannerprincipal-box-video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
}
body .main-bannerprincipal-box-video video {
  width: 100%;
  height: calc(100vh - 100px);
  -o-object-fit: cover;
     object-fit: cover;
}
body .main-bannerprincipal-box-content {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 4;
}
body .main-bannerprincipal-box-content .particlejs {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  width: 150%;
  left: -20%;
  opacity: 0.8;
}
body .main-bannerprincipal-box-content-titulo {
  z-index: 40;
  position: relative;
}
body .main-bannerprincipal-box-content-titulo h1 {
  display: flex;
  flex-direction: column;
  font-size: 4rem;
  color: #fff;
  font-weight: bolder;
  line-height: 1;
  text-shadow: 3px 6px 14px rgba(0, 0, 0, 0.4);
}
body .main-bannerprincipal-box-content-titulo h1 span {
  font-size: 2.7rem;
  font-weight: 500;
}
body .main-bannerprincipal-box-content-texto {
  z-index: 40;
  position: relative;
}
body .main-bannerprincipal-box-content-texto p {
  width: 40%;
  font-size: 1.2rem;
  color: #fff;
}
body .main-bannerprincipal-box-content-boton {
  position: relative;
  z-index: 70;
}
@keyframes arrowanimation {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.5);
  }
}
body .main-bannerprincipal-box-content-boton .boton {
  display: flex;
  align-items: center;
}
body .main-bannerprincipal-box-content-boton .boton .icon {
  padding: 1rem;
  animation-name: arrowanimation;
  animation-duration: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
body .main-bannerprincipal-box-content-boton .boton .icon svg path {
  fill: red;
}
body .main-bannerprincipal-box .overlay {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
  background: linear-gradient(to right, #155a6f, rgba(21, 90, 111, 0.6), rgba(21, 90, 111, 0.1), rgba(21, 90, 111, 0));
}
body .main-aventuras-titulo h1 {
  font-weight: bold;
  color: rgba(51, 51, 51, 0.7);
  font-size: 1.3rem;
  display: flex;
  flex-direction: column;
  text-align: left;
  line-height: 1;
  font-weight: normal;
}
body .main-aventuras-titulo h1 strong {
  font-size: 3.1rem;
  font-weight: bolder;
}
body .main-aventuras.page {
  padding: 4rem 0 17rem 0;
}
body .main-aventuras.page .main-aventuras-list-box {
  height: 500px;
  overflow: hidden;
}
body .main-aventuras.page .main-aventuras-list-box a {
  height: 500px;
  overflow: hidden;
}
body .main-aventuras.page .main-aventuras-list-box a img {
  height: 500px;
}
body .main-aventuras.page .main-aventuras-list-box a:hover img {
  transform: scale(1.2);
  height: 500px;
}
body .main-aventuras .col-lg-8 {
  padding: 2rem;
  transform: translateY(-80px);
  z-index: 4;
  background-color: #fff;
  box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.1);
}
body .main-aventuras .col-lg-4 {
  position: relative;
}
body .main-aventuras .col-lg-4 > img {
  position: absolute;
  left: 0;
  top: -200px;
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 5;
}
body .main-aventuras-titulo {
  padding: 3rem;
  display: flex;
  text-align: right;
}
body .main-aventuras-titulo-icon {
  padding-left: 3rem;
  display: flex;
  align-items: center;
}
body .main-aventuras-titulo-icon img {
  height: 80px;
}
body .main-aventuras-titulo-content h2 {
  font-size: 2.6rem;
}
body .main-aventuras-titulo-content p {
  font-size: 1rem;
}
body .main-aventuras-list {
  padding: 2rem;
}
body .main-aventuras-list-box .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, #000, transparent);
  z-index: 2;
}
body .main-aventuras-list-box-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: end;
  z-index: 3;
}
body .main-aventuras-list-box-content img {
  width: auto;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.5s;
}
body .main-aventuras-list-box-content h3 {
  color: #fff;
  font-size: 1.3rem;
}
body .main-aventuras-list-box-feature {
  position: relative;
  z-index: 1;
}
body .main-aventuras-list-box-feature img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.5s;
}
body .main-nosotros {
  height: 1110px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 250px;
  background-attachment: fixed;
}
body .main-nosotros-gallery {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -250px;
  z-index: 10;
}
body .main-nosotros-gallery .col-lg-4:nth-of-type(1) {
  transform: translateY(50px);
}
body .main-nosotros-gallery .col-lg-4:nth-of-type(2) {
  transform: translateY(120px);
}
body .main-nosotros-gallery img {
  width: 100%;
  padding: 0 2rem;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .main-nosotros-content .row {
  display: flex;
  justify-content: space-between;
}
body .main-nosotros-content-info {
  transform: translateY(-200px);
}
body .main-nosotros-content-info-titulo {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: start;
}
body .main-nosotros-content-info-titulo img {
  width: auto;
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .main-nosotros-content-info-titulo h2 {
  padding: 1rem 0;
  font-size: 2.5rem;
}
body .main-nosotros-content-info-titulo h2, body .main-nosotros-content-info-titulo p {
  color: #fff;
  margin-bottom: 0;
}
body .main-nosotros-content-info-titulo p {
  font-size: 1.1rem;
  line-height: 1.7;
  letter-spacing: 0.06rem;
}
body .main-nosotros .container {
  z-index: 3;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: end;
}
body .main-nosotros .imgtop {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 300px;
  z-index: 2;
  overflow-y: hidden;
}
body .main-nosotros .imgtop img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scaleX(-1) translateY(40px);
}
body .main-nosotros .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
body .main-testimonios {
  padding: 10rem 0;
  position: relative;
}
body .main-testimonios .container {
  position: relative;
  z-index: 4;
}
body .main-testimonios-box {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
body .main-testimonios-box-icon {
  height: 100%;
  display: flex;
  align-items: center;
}
body .main-testimonios-box-icon img {
  height: 124px;
  padding: 0.4rem;
  background-color: #fff;
  border-radius: 50%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translateX(15px);
}
body .main-testimonios-box-info {
  background-color: #EDEDED;
  padding: 1.5rem 3rem;
}
body .main-testimonios-info {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
body .main-testimonios-info-titulo {
  display: flex;
  align-items: center;
  padding-bottom: 0.6rem;
}
body .main-testimonios-info-titulo img {
  width: auto;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  display: flex;
  align-items: end;
  justify-content: end;
}
body .main-testimonios-info-titulo h1 {
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12rem;
}
body .main-testimonios-info-titulo h1 strong {
  font-size: 3.5rem;
  font-weight: 400;
}
body .main-testimonios-info-texto p {
  line-height: 1.5;
  width: 80%;
  font-size: 1.1rem;
}
body .main-testimonios .bgbottomtestimonios {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
body .main-testimonios .bgbottomtestimonios img {
  mix-blend-mode: hard-light;
  opacity: 0.45;
}
body .main-reservar {
  background-color: #ebebeb;
  padding: 7rem 0 20rem 0;
}
body .main-reservar .container {
  display: flex;
  justify-content: center;
  text-align: left;
  flex-direction: column;
  align-items: center;
}
body .main-reservar-boton button {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.13rem;
}
body .main-reservar-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 7rem 0 0 0;
}
body .main-reservar-list-box {
  background-color: #DEDEDE;
  height: 220px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 0 2rem;
  position: relative;
}
body .main-reservar-list-box::before {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -35px;
  width: 70px;
  height: 70px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 2rem;
  font-weight: bold;
}
body .main-reservar-list-box:nth-child(1)::before {
  content: "1";
}
body .main-reservar-list-box:nth-child(2)::before {
  content: "2";
}
body .main-reservar-list-box:nth-child(3)::before {
  content: "3";
}
body .main-reservar-list-box:nth-child(4)::before {
  content: "4";
}
body .main-reservar-list-box:nth-of-type(even) {
  background-color: #fff;
}
body .main-reservar-list-box:nth-of-type(even)::before {
  background-color: #dedede;
}
body .main-reservar-list-box h3 {
  font-size: 1.3rem;
  color: #333;
}
body .main-reservar-titulo {
  display: flex;
  align-items: center;
  padding-bottom: 0.6rem;
  text-align: left;
}
body .main-reservar-titulo img {
  width: auto;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .main-reservar-titulo h1 {
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12rem;
}
body .main-reservar-titulo h1 strong {
  font-size: 3.5rem;
  font-weight: 400;
}
body .main .headerpage {
  background-color: #fff;
}
body .main .headerpage-gallery img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .main-aventurascontenido {
  padding: 4rem 0 25rem 0;
}
body .main-aventurascontenido .col-lg-4 {
  position: relative;
}
body .main-aventurascontenido-titulo {
  padding-bottom: 1.5rem;
}
body .main-aventurascontenido-titulo h1 {
  color: rgba(51, 51, 51, 0.8);
  font-size: 3.5rem;
  font-weight: bolder;
}
body .main-aventurascontenido-info p, body .main-aventurascontenido-info ul li {
  color: rgba(51, 51, 51, 0.8);
  font-size: 1.15rem;
  letter-spacing: 0.07rem;
  line-height: 1.6;
}
body .main-aventurascontenido-info p strong, body .main-aventurascontenido-info ul li strong {
  font-size: 1.25rem;
  font-weight: bolder;
}
body .main-aventurascontenido-info ul {
  padding-left: 0;
}
body .main-aventurascontenido-info ul li {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
body .main-aventurascontenido-info ul li::before {
  content: "-";
  position: relative;
  padding-right: 0.5rem;
}
body .main-aventurascontenido-info ul li:last-of-type {
  border-bottom: 0;
}
body .main-aventurascontenido-form {
  background-color: #EDEDED;
  padding: 2rem;
  position: absolute;
  top: -200px;
  z-index: 5;
  left: 0;
  box-shadow: 6px 12px 30px rgba(0, 0, 0, 0.07);
}
body .main-aventurascontenido-form-titulo {
  padding-bottom: 1.5rem;
}
body .main-aventurascontenido-form-titulo h2 {
  font-size: 1.5rem;
  font-weight: bold;
  font-style: italic;
}
body .main-aventurascontenido-form form label {
  display: block;
  font-size: 1rem;
  color: rgba(51, 51, 51, 0.55);
  letter-spacing: 0.04;
}
body .main-aventurascontenido-form form input, body .main-aventurascontenido-form form textarea {
  margin-top: 0.5rem;
  border: 0;
  height: 30px;
  padding: 0 0.5rem;
  width: 100%;
  color: rgba(51, 51, 51, 0.55);
}
body .main-aventurascontenido-form form input::-moz-placeholder, body .main-aventurascontenido-form form textarea::-moz-placeholder {
  color: rgba(51, 51, 51, 0.55);
}
body .main-aventurascontenido-form form input::placeholder, body .main-aventurascontenido-form form textarea::placeholder {
  color: rgba(51, 51, 51, 0.55);
}
body .footer {
  background-color: #333333;
  height: 450px;
  position: relative;
}
body .footer .footertop {
  position: absolute;
  left: 0;
  height: 250px;
  top: -250px;
  width: 100%;
  overflow-y: hidden;
}
body .footer .footertop img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
body .footer .container {
  height: 100%;
}
body .footer .container .row {
  display: flex;
  align-items: center;
  height: 100%;
}
body .footer-logo-texto p {
  color: #fff;
}
body .footer-logo img {
  width: auto;
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
body .footer-menu-titulo h3 {
  color: #fff;
}
body .footer-menu-titulo ul {
  padding-left: 0;
}
body .footer-menu-titulo ul li {
  color: #fff;
  font-style: italic;
  padding: 0.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body .footer-menu-titulo ul li:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
body .footer-menu-titulo ul li a {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.5s;
}
body .footer-menu-titulo ul li a:hover {
  color: white;
}
body .footer-mapa {
  filter: grayscale(1);
}/*# sourceMappingURL=estilos.css.map */