/*Adds classes*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700;900&display=swap');


ul{
  list-style: none;
}


#menu>li>ul{
  display: none;
  

}
#menu>li:hover>.sub-menu {
  background-color: var(--color-seis);
  display:grid;
  position: absolute;
  z-index: 100;
  padding: 10px;
  border-radius: 10px;
  float: left !important;
  justify-content: space-between;
  


}
#menu>li:hover>.sub-menu>li{
  margin-bottom: 7px;
  
}
.img-icon-1{
  float: left;
  margin-right: 5px;
  width: 32px;
  height: 32px;
  background: url(https://res.cloudinary.com/dhl5kxxah/image/upload/v1691180595/Canyons%20PV/rappel-x_t197af.png);
}
.img-icon-2{
  float: left;
  margin-right: 5px;
  width: 32px;
  height: 32px;
  background: url(https://res.cloudinary.com/dhl5kxxah/image/upload/v1691180663/Canyons%20PV/hiking-x_yszlhi.png);
}
.img-icon-3{
  float: left;
  margin-right: 5px;
  width: 32px;
  height: 32px;
  background: url(https://res.cloudinary.com/dhl5kxxah/image/upload/v1691610373/Canyons%20PV/climber-x-2_mj3qda.png);
}




:root{
  --color-uno: #F0EFC6;
  --color-dos:#147781;
  --color-tres:#D97C2B;
  --color-cuatro:#D9AC84;
  --color-cinco: #BF3030;
  --color-seis: #0F0F11;
  --color-siete: #fff;
  --font-base: "Montserrat", sans-serif;
  --font-title:"Montserrat", sans-serif;
  --font-regular: 300;
  --font-medium: 400;
  --font-semi-bold: 700;
  --font-bold: 900;
  
  }
  .li__just > li{
    text-align: justify;
    margin: 2rem;
  }

/*Mapa e Información*/

.img-rounded{
  border-radius: 50%;
}

.row-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}

@media screen and (max-width: 700px) {
  .about__image {
    display: none;
    justify-content:center!important;
   }
}
@media screen and (max-width:950px){
  .full-form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}

.modal-header > button{
  outline: none !important;
  font-size: 2rem;
}
.modal-header > button:hover{
  color: var(--color-cinco);
}
.map {
  height: 379px;
  margin: calc(20vh - 190px) auto;
background-color: var(--color-tres);
font-family: var(--font-base);
font-weight: var(--font-semi-bold);
  max-width: calc(100vw - 40px)
}
#map {
  width: 55%;
  height: 379px;
  display: inline-block;
}
#map2 {
  width: 55%;
  height: 379px;
  display: inline-block;
}
.map-c {
  float: right;
  width: 45%;
  height: 100%;
  padding: 15px;
  box-sizing: border-box
}
h1 {
  margin-top: 35px;
  font-weight: var(--font-bold);
  color: var(--color-uno);
  font-size: 28px;
}

p {
  margin-top: 20px;
  margin-bottom: 30px;
}
.det {
  font-size: 15px;
  margin-bottom: 20px;
}
.map-c i {

  font-size: 15px !important;
  margin: 0 8px 0 0
}
@media only screen and (max-width: 720px) {
  .map {
    height: 700px;
    margin: calc(30vh - 225px) auto;
    overflow: hidden
  }
  #map {
    width: 100%;
    height: 300px;
  }
  #map2 {
    width: 100%;
    height: 300px;
  }
  .map-c {
    float: right;
    width: 100%;
  }

  
}

@media only screen and (max-width: 460px) {

  h1 {
    margin-top: 0;
    margin-bottom:20px;
    font-size: 25px;
  }

  .det {
    margin-bottom: 1px;
    font-size: 16px;
  }

}
/*FIN Mapa e Información*/

.testimonial-img{
  margin-top: 1rem;
display: inline-block !important;
width: 50% !important;
border-radius: 50% !important;
}
.testimonial-p{
  padding-left: 15px;
  padding-right: 15px;
}

.wrapper{
  width: 100%;
}
.carousel{
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
}
.carousel .card{
  color: #fff;
  text-align: center;
  margin: 20px 0;
  height: auto;
  font-size: 16px;
  border-radius: 10px;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
}
.carousel .card-1{
  background: var(--color-tres);
}

.owl-dots{
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.owl-dot{
  height: 10px;
  width: 40px;
  margin: 0 5px;
  outline: none;
  border-radius: 14px;
  border: 2px solid var(--color-tres)!important;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}
.owl-dot.active,
.owl-dot:hover{
  background: var(--color-tres)!important;
}

/*Estilos Preguntas Frecuentes*/
.container-faq{
  max-width: 100%;
  margin-inline: auto;
  padding: 100px 15px;
  outline: none;
}
.faq__body{
  padding: 1rem;
}
.faq__header-title{
  font-size: clamp(26px, 5vw, 40px);
  color: var(--color-tres);
  margin-bottom: 30px;
  outline: none;
}
.faq__panel{
  padding: 7px 21px;
  margin-bottom: 24px;
  border: 1px solid var(--color-cinco);
  border-radius: 8px;
  outline: none;
}
.faq__label{
  font-size: 1.2rem;
  font-weight: var(--font-semi-bold);
  padding-block: 7px;
  color: var(--color-siete);
  cursor: pointer;
  outline: none;
}
.faq__panel-answer{
  color: var(--color-siete);
  padding-top: 5px;
  padding-bottom: 7px;
  outline: none;
}

/*FIN Estilos Preguntas Frecuentes*/

/*Estilos de CTA*/
.title__form{
  color: var(--color-tres);
  font-weight: var(--font-bold);
}

.btn-c {
color: var(--color-tres) !important;
font-size: 1.2rem;
}
.btn-c:hover{
  color: var(--color-cuatro) !important;
}

.cta-call{
  font-size: 1.3rem !important;
  font-family: var(--font-base);
  font-weight: var(--font-semi-bold);
  border-radius: 5px;
background-color: var(--color-tres);
transition: .1s ease-in-out 0s;
}
.cta-call:hover{
  background-color: var(--color-dos);
  transform: scale(1.02);
}
.cta-call-explore-more{
  font-size: 1rem;
  border-radius: 5px;
  background-color: var(--color-cinco);
  font-family: var(--font-title);
  font-weight: var(--font-semi-bold);
  transition: .1s ease-in-out 0s;
}
.cta-call-explore-more:hover{
  transform: scale(1.02);
}
.cta-call-2{
  font-size: 1.3rem;
  border-radius: 5px;
background-color: var(--color-tres);
color: var(--color-siete);
font-weight: var(--font-semi-bold);
}
.cta-call-2:hover{
  background-color: var(--color-dos);
}
/*FIN Estilos de CTA*/

/*Estilos Galería Masonry*/
.about__image {
  position: relative;
  justify-self: center;
  overflow: hidden;
}
.about__img {
  transition: transform .4s;
}
.about__image:hover .about__img {
  transform: scale(1.1);
}
.contenedor{
  position: relative;
}
.bloque{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
}
.texto{

  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.contenedor:hover .bloque{
  opacity: 1;
}
.title__tours{
  font-family: var(--font-base) !important;
  font-size: 2rem !important;
  font-weight: var(--font-bold) !important;
}

.title__tours-g{
  font-family: var(--font-base) !important;
  font-size: 2rem !important;
  font-weight: var(--font-bold) !important;

}
.listing-item .listing-item-content .title__tours-g {
  text-align: right;
  font-size: 20px; 
  font-family: var(--font-base);
  font-weight: var(--font-medium);
}
.x{
  z-index: 2 !important;
}

.title__tours2{
  display: flex;
  justify-content: center;
  align-items: center;

  background: var(--color-cinco);
  border: none;
  display: block;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  font-size: 1.5em;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
.title__tours2:hover {
  background: #fff;
  color: var(--color-cinco);
}

.info__layer p{
  font-family: var(--font-base);
  font-size: 0.7rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.container__masonry {
  width: 1400px;
  margin: 20px auto;
  columns: 3;
  column-gap: 20px;
}
.container__masonry .box {
  width: 100%;
  margin-bottom: 10px;
  break-inside: avoid;
}
.container__masonry .box img {
  display: block;
  max-width: 100%;
  border-radius: 15px;
}
@media (max-width: 1200px) {
  .container__masonry {
    width: calc(100% - 40px);
    columns: 2;
  }
}

@media (max-width: 768px) {
  .container__masonry {
    columns: 2;
  }
}

@media (max-width: 480px) {
  .container__masonry {
    columns: 1;
  }
}
/*FIN Estilos Galería Masonry*/

/*Estilos Footer*/
.sm-icon{
padding-right: 0.5rem;
padding-left: 0.8rem;
}
.footer__social-link {
  color: var(--color-siete);
  font-size: 2rem;
}
.footer__social-link:hover {
  color: var(--color-tres);
}
.space{
  margin-bottom: 2em;
}
.testimonial-39191 img{
  border-radius: 50%;
}
.customer-bold{
  font-weight: var(--font-bold);
}
.space ul a{
  color: var(--color-siete);
}
.space ul a:hover{
  color: var(--color-tres);
}
/*FIN Estilos Footer*/

/*.person-29191 img{
  border-radius: 50%;
}
.title__form{
  font-family: var(--font-base);
  font-weight: var(--font-bold);
  color: var(--color-siete);
}*/


/* Base */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color:var(--color-tres) var(--color-uno);
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background:var(--color-uno);
}

*::-webkit-scrollbar-thumb {
  background-color: var(--color-tres);
  border-radius: 20px;
  border: 3px solid var(--color-tres);
}


body {
  background-color: var(--color-seis);
  line-height: 1.7;
  color: var(--color-siete);
  font-weight: var(--font-medium);
  font-size: 1rem;
  font-family: var(--font-base);
  margin:0;
  overflow-x: hidden;
}
::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none; 
  outline: none;
  color: var(--color-uno);
}
a:hover {
    text-decoration: none; 
  }

  .link-modal {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    text-decoration: underline; 
    outline: none;
    color: var(--color-seis);
  }
  .link-modal:hover {
      text-decoration: underline; 
    }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  color: var(--color-uno);
  font-family: var(--font-base);
}
.btn {
  font-size: .8rem;

  letter-spacing: .2rem;
  padding: 10px 20px;
  text-decoration: none; 
}
.btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; 
  }

.form-control {
  height: 55px;
  background: var(--color-siete) !important;
  font-family: var(--font-base);
  font-weight: var(--font-medium);
  font-size: 1.2rem;
}

.site-section {
  padding: 2.5em 0; }
  @media (min-width: 768px) {
    .site-section {
      padding: 5em 0; 
  } 
}
  .site-section.site-section-sm {
    padding: 4em 0; 
  }
.site-footer {
  padding: 4em 0;
  background: var(--color-seis); 
}
  @media (min-width: 768px) {
    .site-footer {
      padding: 8em 0; 
    } 

  }
  .site-footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important; 
  }
  .site-footer ul li {
    margin-bottom: 10px; 
  }
  .site-footer .footer-heading {
    font-size: 17px;
    font-family: var(--font-title); 
    font-weight: var(--font-bold);
  }


.before-footer{
  padding: 5rem;

}

  .bg-image.overlay {
    -webkit-position: relative;
    -moz-position: relative;
    position: relative;
    position: -webkit-relative; /* Safari */
    
    background-image: url('https://res.cloudinary.com/dhl5kxxah/image/upload/v1722816741/Canyons%20PV/et_xiusey.jpg'); 
  }
    .bg-image.overlay:after {
      -webkit-position: absolute;
      -moz-position: absolute;
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.5);  
    }
  .bg-image > .container {
    -webkit-position: relative;
    -moz-position: relative;
    position: relative;
    z-index: 1; }


/* Navbar */
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  top: 0;
  width: 100%;
  padding: 1rem;
  background: var(--color-seis);
}
  @media (max-width: 991.98px) {
    .site-navbar {
      padding-top: 1rem;
      padding-bottom: 1rem; 
    } 
    #menu>li:hover>.sub-menu {
      display:block;
      position: relative;
      z-index: 100;

    }
  }
  .site-navbar .toggle-button {
    position: absolute;
    right: 0px; 
  }
  .site-navbar .site-logo {
    margin: 0;
    padding: 0;
    font-size: 1.7rem; 
  }
    .site-navbar .site-logo a {
      text-transform: uppercase;
      color: #fff; 
    }
      .site-navbar .site-logo a img {
        width: 73px; 
      }
    @media (max-width: 991.98px) {
      .site-navbar .site-logo {
        float: left;
        position: relative; 
      } 
      }
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important; 
  }
  .site-navbar .site-navigation .site-menu {
    margin: 0;
    padding: 0;
    margin-bottom: 0; 
  }
    .site-navbar .site-navigation .site-menu .active {
      color: var(--color-tres); 
    }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      /*display: inline-block; */


    }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; 
    }
      .site-navbar .site-navigation .site-menu > li > a {
        margin-left: 10px;
        margin-right: 10px;
        padding: 20px 0px;
        color:  var(--color-uno);
        font-family: var(--font-base);
        font-weight: var(--font-semi-bold);
        display: inline-block;
        text-decoration: none !important; 
      }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: var(--color-tres); 
        }
      .site-navbar .site-navigation .site-menu > li.active > a {
        color:  var(--color-tres); 
      }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; 
    }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; 
      }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; 
        }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #efba6c;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; 
      }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; 
        }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            display: none;
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; 
          }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; 
          }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000 !important; 
        }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #F09923 !important;
            background: #f8f9fa; 
          }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; 
        }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; 
          }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #f8f9fa;
              color: #ced4da; 
            }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; 
          }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; 
          }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f8f9fa;
            color: #ced4da; 
          }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #efba6c; 
      }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; 
      }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; 
        }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: var(--color-siete);
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; 
}
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); 
  }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 40px; 
  }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; 
    }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        color: var(--color-cinco);
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; 
      }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: red; 
        }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; 
    }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; 
      }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; 
        }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; 
        }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; 
  }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; 
  }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
 
    }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: var(--color-tres); 
      }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; 
    }
      .site-mobile-menu .site-nav-wrap li .nav-link.active {
        color: var(--color-tres); 
      }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: var(--color-tres); 
      }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; 
    }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: var(--color-siete); 
      }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; 
      }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); 
      }
    .site-mobile-menu .site-nav-wrap > li {
      font-weight: var(--font-semi-bold);
      display: block;
      position: relative;
      float: left;
      width: 100%; 
    }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; 
        color: var(--color-seis);
      }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; 
      }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; 
        }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; 
            color: var(--color-seis);
          }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; 
          }
          .site-mobile-menu #menu>li:hover>.sub-menu{
            background-color: var(--color-siete);
          } 
          .site-mobile-menu #menu>li>.sub-menu>li>a>.img-icon-1{
            float: left;
            margin-right: 5px;
            width: 32px;
            height: 32px;
            background: url(https://res.cloudinary.com/dhl5kxxah/image/upload/v1691182251/Canyons%20PV/rappel-black_kwrhzd.png);
          }
          .site-mobile-menu #menu>li>.sub-menu>li>a>.img-icon-2{
            float: left;
            margin-right: 5px;
            width: 32px;
            height: 32px;
            background: url(https://res.cloudinary.com/dhl5kxxah/image/upload/v1691182713/Canyons%20PV/hiking-black_n2kico.png);
          }
          .site-mobile-menu #menu>li>.sub-menu>li>a>.img-icon-3{
            float: left;
            margin-right: 5px;
            width: 32px;
            height: 32px;
            background: url(https://res.cloudinary.com/dhl5kxxah/image/upload/v1691610491/Canyons%20PV/climber-black_l1lhox.png);
          }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; 
            }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; 
              }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; 
    }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; 
      }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; 
        }

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
  position: absolute;
  top: 0; 
}
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; 
  }
  .sticky-wrapper .site-navbar {
    background: #fff; }
    .sticky-wrapper .site-navbar ul li a {
      color: rgba(255, 255, 255, 0.7) !important; }
      .sticky-wrapper .site-navbar ul li a.active {
        color: #fff !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #efba6c; }
    .sticky-wrapper.is-sticky .site-navbar ul li a {
      color: #000 !important; }
      .sticky-wrapper.is-sticky .site-navbar ul li a.active {
        color: #efba6c !important; }
  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
    @media (max-width: 991.98px) {
      .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important; } }

/* Blocks */
.site-section-cover {
  -webkit-position: relative;
  -moz-position: relative;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-background-repeat: no-repeat;
  -moz-background-repeat: no-repeat;
  background-repeat: no-repeat;
  -webkit-background-position: center center;
  -moz-background-position: center center;
  background-position: center center; }
  .site-section-cover,
  .site-section-cover .container {
    -webkit-position: relative;
    -moz-position: relative;
    position: relative;
    z-index: 2; 
  }
  .site-section-cover,
  .site-section-cover .container > .row {
    height: 100vh;
     }
    @media (max-width: 991.98px) {
      .site-section-cover,
      .site-section-cover .container > .row {
        height: 100vh;
       } }
  .site-section-cover.overlay {
    -webkit-position: relative;
    -moz-position: relative;
    position: relative;
    background-image: url(https://res.cloudinary.com/dhl5kxxah/image/upload/v1721596381/Canyons%20PV/vargzjhytknn8adexmv6.jpg);
  }
    .site-section-cover.overlay:before {
      -webkit-position: absolute;
      -moz-position: absolute;
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 0; }
      @media (max-width: 768px){
        .site-section-cover.overlay {
          background-image: url(https://res.cloudinary.com/dhl5kxxah/image/upload/v1721597035/Canyons%20PV/hero-canyonspv-mobile_wzwcge_a_-90_eghwqq.jpg);
        }
        .about__image{
          padding-left: 1rem;
          padding-right: 1rem;
        }



      }
  .site-section-cover.inner-page,
  .site-section-cover.inner-page .container > .row {
    height: auto;
    min-height: auto;
    padding: 2em 0; }
  .site-section-cover.img-bg-section {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-background-repeat: no-repeat;
    -moz-background-repeat: no-repeat;
    background-repeat: no-repeat; 
  }
  .site-section-cover h1 {
    font-size: 3rem;
    color: #fff;
    line-height: 1;
    font-family: var(--font-base);
    font-weight: var(--font-bold)
  }
    @media (max-width: 991.98px) {
      .site-section-cover .title-principal {
        font-size: 2rem; 
        text-align: center;
      }
      
      .site-section-cover .col-md-5{
        max-width: 100%;
      }
      .btn-principal{
        justify-content:center!important;
      }
    }

  .site-section-cover p {
    font-size: 17px;
    color: #fff;
    font-family: var(--font-base); 
    font-weight: var(--font-medium);
    text-align: center;
  }
  .site-section-cover .principal {
    font-size: 17px;
    color: #fff;
    font-family: var(--font-base); 
    font-weight: var(--font-medium);
    text-align: left;
  }
  @media screen and (max-width: 820px){
    .site-section-cover .principal{
      text-align: center;
    }
    .display-grid{
      display: grid !important;
    }
    .margin-r{
      margin-right: 0 !important;
    }
  }
  .margin-r{
    margin-right: 1.5rem;
  }

.site-section {
  padding: 7rem 0; }
  @media (max-width: 991.98px) {
    .site-section {
      padding: 3rem 0; 
  } 
}

.form-control {
  border: none;

}
  /*.form-control:hover, .form-control:active, .form-control:focus {
    border: 1px solid var(--color-tres);  }*/



@media (max-width: 991.98px) {
  .slide-one-item .owl-nav {
    display: none; 
  } 
}

.slide-one-item .owl-nav .owl-prev,
.slide-one-item .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.4); 
}
  .slide-one-item .owl-nav .owl-prev:hover,
  .slide-one-item .owl-nav .owl-next:hover {
    color: #fff; 
  }

.slide-one-item .owl-nav .owl-prev {
  left: 20px; 
}

.slide-one-item .owl-nav .owl-next {
  right: 20px; 
}

.slide-one-item .owl-dots {
  position: absolute;
  bottom: -50px;
  width: 100%;
  text-align: center;
  z-index: 2; }
  .slide-one-item .owl-dots .owl-dot {
    display: inline-block; }
    .slide-one-item .owl-dots .owl-dot > span {
      -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      display: inline-block;
      width: 7px;
      height: 7px;
      border-radius: 4px;
      background: rgba(239, 186, 108, 0.4);
      margin: 3px; 
    }
    .slide-one-item .owl-dots .owl-dot.active > span {
      width: 20px;
      background: var(--color-tres); 
    }

.ftco-blocks-cover-1 {
  position: relative; 
}


.social_29128 a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: var(--color-siete);
  position: relative; 
  font-size: 1.5rem;
}
.social_29128 a:hover{
  color: var(--color-tres);
}
  .social_29128 a span {
    position: absolute;
    margin-top: 1px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
  }


.subtitle-39191 {
  color: var(--color-tres);
  text-transform: uppercase;
  font-size: 14px;
  font-family: var(--font-base);
  font-weight: var(--font-bold); 
}
.col-md-6 .subtitle-39191 p{
  text-align: justify;
}

.heading-39101 {
  position: relative;
}


.listing-item {
  position: relative;
  overflow: hidden; }
  .listing-item:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.31) 47%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(47%, rgba(255, 255, 255, 0.31)), color-stop(100%, rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.31) 47%, rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.31) 47%, rgba(0, 0, 0, 0.65) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.31) 47%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(47%, rgba(255, 255, 255, 0.31)), to(rgba(0, 0, 0, 0.65)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.31) 47%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 ); 
  }
  .listing-item img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
 
   }
  .listing-item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); 
  }
  .soon img {
    filter: grayscale(1);
  }
  .soon:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); 
  }
  .listing-item .listing-item-content {
    position: absolute;
    bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 3;
    width: 100%;
    text-align: center; }
    .listing-item .listing-item-content .category {
      font-size: 1.3rem;
      display: inline-block;
      font-weight: var(--font-semi-bold);
      padding: 5px 30px;
      background-color: var(--color-tres);
      border-radius:5px;
      color: #fff;
      letter-spacing: .2em;
      
    }
    .listing-item .listing-item-content .category:hover{
      background-color: #017067;
    }
    .listing-item .listing-item-content h2 {
      text-align: center;
      font-size: 20px; 
      font-family: var(--font-base);
      font-weight: var(--font-medium);
    }
      .listing-item .listing-item-content h2, .listing-item .listing-item-content h2 a {
        color: #fff; 
      }
    .listing-item .listing-item-content span {
      color: #fff; }
    .listing-item .listing-item-content .address {
      color: rgba(255, 255, 255, 0.8); }
  .listing-item .bookmark {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .listing-item .bookmark span {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .listing-item .bookmark:hover {
      background: #dc3545; }
      .listing-item .bookmark:hover span {
        color: #fff; }

.person-29191 h2 {
  font-size: 1.5rem; 
}

.person-29191 .caption {
  font-size: 1.1rem;
  font-family: var(--font-bold);
  text-transform: uppercase;
  color: var(--color-siete);
  letter-spacing: .1rem; 
}

.testimonial-39191 {
  color: var(--color-siete);
  background: var(--color-tres);
  font-family: var(--font-base);
  font-weight: var(--font-regular);
  padding: 50px;
  font-size: 20px;
  margin-bottom: 30px;
  position: relative; 
  display: flex;
}
  .testimonial-39191:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -20px;
    right: -20px; }


    #scrollUp {
      bottom: 20px;
      right: 20px;
      width: 40px;
      height: 40px;
      background: url('https://res.cloudinary.com/dhl5kxxah/image/upload/v1681773428/digitalya/digitalya/up-arrow_jbopdh.png');
      background-size: cover;
    }

 /* ============================= */
/*    BOTÓN PRINCIPAL WHATSAPP   */
/* ============================= */

.whatsapp {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #b02928;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 35px;
  cursor: pointer;
  text-decoration: none;
}

.whatsapp-icon {
  pointer-events: none;
}

.whatsapp:hover {
  color: #ccc !important;
}

/* ============================= */
/*   CONTENEDOR FLOTANTE (FAB)   */
/* ============================= */

.fab-container {
  position: fixed;
  bottom: 20px; /* Distancia desde abajo */
  right: 20px;  /* Distancia desde la derecha */
  z-index: 100;

  /* Botón principal abajo, extra arriba */
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 10px;
}

/* ============================= */
/*   BOTONES ADICIONALES         */
/* ============================= */

.extra-buttons {
  display: flex;
  flex-direction: column; /* Se apilan de arriba hacia abajo */
  align-items: center;
  gap: 10px;

  /* Ocultos por defecto */
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

/* Al hacer hover en todo el contenedor, se muestran */
.fab-container:hover .extra-buttons {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.extra-btn {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #101012;
  color: #fff;
  border-radius: 50%;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* ============================= */
/*      TOOLTIP A LA IZQUIERDA   */
/* ============================= */

.extra-btn::after {
  content: attr(data-tooltip);
  position: absolute;
  top: 50%;
  right: 110%; /* Aparece a la izquierda */
  transform: translateY(-50%);
  background-color: #222;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.75rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.extra-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #222;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Mostrar tooltip al hover */
.extra-btn:hover::after,
.extra-btn:hover::before {
  opacity: 1;
}
.modal-open .modal{
  overflow-y: hidden !important;
}
.modal-content {
  background-color: #f4f4f4 !important;
}

.modal-content .modal-body {
  padding: 1rem !important;
}
.modal-content label {
  margin-bottom: 0rem !important;
}

.modal-content .form-control {
  height: 2.8rem !important;
}


.modal-header {
  border-bottom: none !important;
padding: 1.2rem 1rem 0 1rem !important;
}

#form1 .info__layer p {
  color: #101012;
font-size: 0.5rem !important;
}
#form1 .info__layer p a {
  color: #b02928;
}
#form1 .form-group label {
  color: #101012;
}
#form1 .form-group label a {
  color: #b02928;
}

    /*NUEVOS CAMBIOS*/

    .span-principal-rutas{
      background-color: var(--color-seis);
      font-size: 1rem;
      font-style: italic;
      padding: 0.5rem;
      margin: 0.5rem;
      border-radius: 5px;
    }
    

    .std-size-text{
      font-size: 1.2rem;
    }
    .std-size-subtitle{
      font-size: 2.5rem;
    }



    .externo{
      align-items: center;
      display: flex;
      justify-content: center;
    }
/*Modificaciones a widget de TripAdvisor*/
    .cdsROW.wide {
      width: 100% !important;
      height: 47px
  }

  .cdsROW .cdsRating {
    font-size: 11px;
    color: #666 !important;
}

.cdsROW.wide .cdsROWContainer .cdsComponent {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 160px !important;
}
.cdsROW.wide .cdsLocName {
  text-align: center;
  padding: 0 7px 0 7px;
  max-width: 160px !important;
}

.cdsROW.wide .cdsRating {
  padding-right: 10px !important;
  white-space: nowrap
}

#CDSWIDSSP .widSSPData {
  padding: 20px !important;
  background-color: #fff;
  position: relative;
  overflow: hidden
}

#TA_selfserveprop444 #CDSWIDSSP {
  width: 100% !important;
} 
/* FIN modificaciones widget tripAdvisor*/


.space-testimonial{
  margin: 2.5rem 0px 1rem 0px;
}

.row-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; 
}
.row-x .sm-icon{
  align-self: center;
}

.video-section {
  background: url(https://source.unsplash.com/i5V3dO1VBTI/1600x900);
  background-size: cover;
  height: 30em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.yt-modal-btn {

}



.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .8); 
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(5px);
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s ease-in-out;
}
.modal-bg-horcones {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .8); 
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(5px);
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s ease-in-out;
}
.modal-bg-nogalito {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .8); 
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(5px);
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s ease-in-out;
}
.modal-bg-barranca-honda {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .8); 
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(5px);
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s ease-in-out;
}
.modal-bg-la-hermita {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .8); 
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(5px);
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s ease-in-out;
}
.modal-bg-palo-maria {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .8); 
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(5px);
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s ease-in-out;
}
.modal-bg-los-reyes {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .8); 
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(5px);
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s ease-in-out;
}
.modal-bg-el-salto {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .8); 
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(5px);
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s ease-in-out;
}
.modal-bg-mismaloya {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .8); 
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(5px);
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s ease-in-out;
}
.modal-bg-la-cueva {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .8); 
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(5px);
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s ease-in-out;
}
.modal-y {
  width: 100vw;
  position: relative;
  padding-top: 56.25%;
  margin: 2em 0;
}

.modal-y iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  width: 100%;
  height: 100%;
}

/*Hide the modal*/
.modal-bg {
  display: none;
  opacity: 0;
  z-index: 1060;
}
.modal-bg-horcones {
  display: none;
  opacity: 0;
  z-index: 1060;
}
.modal-bg-nogalito {
  display: none;
  opacity: 0;
  z-index: 1060;
}
.modal-bg-barranca-honda {
  display: none;
  opacity: 0;
  z-index: 1060;
}
.modal-bg-la-hermita {
  display: none;
  opacity: 0;
  z-index: 1060;
}
.modal-bg-palo-maria {
  display: none;
  opacity: 0;
  z-index: 1060;
}
.modal-bg-los-reyes {
  display: none;
  opacity: 0;
  z-index: 1060;
}
.modal-bg-el-salto {
  display: none;
  opacity: 0;
  z-index: 1060;
}
.modal-bg-mismaloya {
  display: none;
  opacity: 0;
  z-index: 1060;
}
.modal-bg-la-cueva {
  display: none;
  opacity: 0;
  z-index: 1060;
}


.placeholder-content {
  color: #fff;
  padding: 2.5em;
}

.placeholder-content p {
  max-width: 35em;
  line-height: 27px;
  font-size: 1.1em;
  margin: 1em 0;
}

@media screen and (min-width: 900px) {
  .modal-y {
    padding-top: 0;
    width: 809px;
    height: 505px;
  }
}


/*GALLERY TOURS*/


.photos-grid-container {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 0;
  align-items: start;
}
@media (max-width: 580px) {
  .photos-grid-container {
    grid-template-columns: 1fr;
  }
}
.photos-grid-container .img-box {
  border: 1px solid #D97C2B;
  position: relative;
}
.photos-grid-container .img-box:hover .transparent-box {
  background-color: rgba(0, 0, 0, 0.6);
}
.photos-grid-container .img-box:hover .caption {
  transform: translateY(-5px);
}
.photos-grid-container img {
  max-width: 100%;
  display: block;
  height: auto;
}
.photos-grid-container .caption {
  color: white;
  transition: transform 0.3s ease, opacity 0.3s ease;
  font-size: 1.5rem;
}
.photos-grid-container .transparent-box {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.photos-grid-container .main-photo {
  grid-row: 1;
  grid-column: 1;
}
.photos-grid-container .sub {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 0em;
}
.photos-grid-container .sub:nth-child(0) {
  grid-column: 1;
  grid-row: 1;
}
.photos-grid-container .sub:nth-child(1) {
  grid-column: 2;
  grid-row: 1;
}
.photos-grid-container .sub:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.photos-grid-container .sub:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

.hide-element {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media screen and (min-width: 1280px) {
  .container {
    margin: 0 auto;
    width: 1250px;
  }
}