::-webkit-scrollbar {
    width: 5px;
    background-color: #333;
    height: 5px;
}
 
::-webkit-scrollbar-track {

    display: none;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
    background:#f36e21; /* Color del Scroll */
}
::-webkit-scrollbar-track-piece{
  background-color: transparent;
}




::selection {
  background: #90A4AE; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background:#90A4AE; /* Gecko Browsers */
}

hr{
    border-top: 1px solid #f36e21;
    margin-left: 15%;
    margin-right: 15%;
}

h1 {

  margin-top: 20px;

  margin-bottom: 10px;

  font-family: Futura,"Helvetica","Arial",sans-serif;

  font-size: 40px;

  line-height: 44px;

  font-weight: 400;

}

.ver-mas{
  cursor: pointer; border: double #f7c903; color: black;width: 70px; margin-left: 46%;
}


h2 {

  margin-top: 20px;

  margin-bottom: 10px;

  font-family: Futura,"Helvetica","Arial",sans-serif;

  font-size: 32px;

  line-height: 36px;

  font-weight: 400;

}



h3 {

  margin-top: 10px;

  margin-bottom: 20px;

  font-family: Futura,"Helvetica","Arial",sans-serif;

  font-size: 24px;

  line-height: 30px;

  font-weight: 400;

}



h4 {

  margin-top: 10px;

  margin-bottom: 10px;

  font-family: Futura,"Helvetica","Arial",sans-serif;

  font-size: 18px;

  line-height: 24px;

  font-weight: 400;

}



h5 {

  margin-top: 10px;

  margin-bottom: 10px;

  font-family: Futura,"Helvetica","Arial",sans-serif;

  font-size: 14px;

  line-height: 24px;

  font-weight: 400;

}



h6 {

  margin-top: 10px;

  margin-bottom: 10px;

  font-family: Futura,"Helvetica","Arial",sans-serif;

  font-size: 12px;

  line-height: 18px;

  font-weight: 400;

}



p {

  margin-bottom: 20px;

  font-family: Futura,"Helvetica","Arial",sans-serif;

  font-size: 13px;

  line-height: 21px;

  font-weight: 400;

}



a {    /*XCODE SOLO AFECTA AL COLOR DEL TEXTO DEL FOOTER LEGAL*/

  color: #996515;

  text-decoration: none;

}



a:hover {

  text-decoration: underline;

}



ul {

  margin-top: 0px;

  margin-bottom: 20px;

  padding-left: 40px;

  font-family: Futura,"Helvetica","Arial",sans-serif;

  font-size: 13px;

}



li {

  line-height: 22px;

}



.hero {  /*XCODE MODIFICA LA APARIENCIA DEL SLIDER */

  position: relative;

  height: 70vh;

  margin-top: 102px;  /*margin-top: 50%;*/

  border-top: 4px solid #333;

}



.main-slider {

  height: 100%;

}



.slide-promo {

  position: relative;

  height: 100%;

  background-image: -webkit-linear-gradient(270deg, rgba(28, 36, 4, .7), rgba(28, 36, 4, .7)), url('../images/slide3.jpg');

  background-image: linear-gradient(180deg, rgba(28, 36, 4, .7), rgba(28, 36, 4, .7)), url('../images/slide3.jpg');

  background-position: 0px 0px, 50% 50%;

  background-size: auto, cover;

  background-repeat: repeat, no-repeat;

}



.slide-promo.dos {

  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/slide2_1.jpg');

  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/slide2_1.jpg');

  background-position: 0px 0px, 0px 0px;

  background-size: auto, cover;

  background-repeat: repeat, repeat;

}



.slide-promo.tres {

  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/slide3_1.jpg');

  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/slide3_1.jpg');

  background-position: 0px 0px, 0px 0px;

  background-size: auto, cover;

  background-repeat: repeat, repeat;

}



.slide-promo.second {

  background-image: -webkit-linear-gradient(270deg, rgba(28, 36, 4, .7), rgba(28, 36, 4, .7)), url('../images/slide2.jpg');

  background-image: linear-gradient(180deg, rgba(28, 36, 4, .7), rgba(28, 36, 4, .7)), url('../images/slide2.jpg');

  background-position: 0px 0px, 50% 50%;

  background-size: auto, cover;

  background-repeat: repeat, no-repeat;

}



.slide-promo.first {

  background-image: -webkit-linear-gradient(270deg, rgba(28, 36, 4, .7), rgba(28, 36, 4, .7)), url('../images/slide1.jpg');

  background-image: linear-gradient(180deg, rgba(28, 36, 4, .7), rgba(28, 36, 4, .7)), url('../images/slide1.jpg');

  background-position: 0px 0px, 0px 0px;

  background-size: auto, cover;

}



.busqueda {

  width: 300px;

  height: 40px;

  margin-right: 10px;

  padding: 12px 15px;

  border: 1px solid #000;

  border-radius: 20px;

  background-color: transparent;

}



.h5-search {

  margin-top: 0px;

  margin-bottom: 0px;

  line-height: 100%;

  font-weight: 400;

}



.hldr-promo {

  position: absolute;

  left: 0px;

  top: 55%;

  right: 0px;

  display: block;

  width: 100%;

  margin-top: auto;

  margin-left: 0%;

  padding-top: 20px;

  padding-bottom: 20px;

  border: 1px none #333;

  -webkit-transform: translate(0px, -50%);

  -ms-transform: translate(0px, -50%);

  transform: translate(0px, -50%);

  color: #fff;

  text-align: center;
  background: rgba(121,85,72 ,.2);

}



.modal-search {

  position: fixed;

  left: 0px;

  top: 0px;

  right: 0px;

  bottom: 0px;

  z-index: 1500;

  display: none;

  padding: 39px;

  background-color: rgba(32, 32, 32, .85);

}



.close-search {

  position: absolute;

  top: 0px;

  right: 0px;

  width: 40px;

  height: 40px;

  margin-top: 5%;

  margin-right: 5%;

  border: 1px solid #fff;

  border-radius: 20px;

}



.content-white {

  padding-top: 60px;

  padding-bottom: 0px;

  border-top: 5px solid #37474F;

  /*background-color: #37474F;*/  /* COLOR DE FONDO SECCIÓN OFERTAS*/

  color: white;

  text-align: center;

}

.centered-content {

  padding-bottom: 0px;

  /*background-color: #37474F;*/  /* COLOR DE FONDO SECCIÓN A CENTRAR*/

  text-align: center;

}



.brdr-btn {

  height: 40px;

  border: 1px solid #fff;

  border-radius: 20px;

  background-color: transparent;

  font-size: 13px;

  text-transform: uppercase;

}



.content-80 {

  display: block;

  width: 80%;

  margin-right: auto;

  margin-left: auto;

}



.flex-grid {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-align: start;

  -webkit-align-items: flex-start;

  -ms-flex-align: start;

  align-items: flex-start;

}



.pro-card {

  margin-right: 10px;

  margin-bottom: 40px;

  margin-left: 10px;

  background-color: #e9e9e9;

}



.foto-pro {

  overflow: hidden;

  height: 160px;

}



.info-pro {

  padding-right: 15px;

  padding-bottom: 10px;

  padding-left: 15px;

}



.stars {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

}



.star {

  width: 20px;

  height: 20px;

  margin-right: 5px;

  border-radius: 10px;

  background-color: #bebebe;

}



.star.gold {

  background-color: #e2d218;

}



.precio {

  font-size: 24px;

  font-weight: 700;

}



.btn-pro {

  display: block;

  padding-top: 14px;

  padding-bottom: 14px;

  text-align: center;

}



.col-33 {

  -webkit-flex-basis: 33.3333333%;

  -ms-flex-preferred-size: 33.3333333%;

  flex-basis: 33.3333333%;

}



.topbar {   /*XCODE PROPIEDADES DEL HEADER*/

  position: fixed;

  left: 0px;

  top: 0px;

  right: 0px;

  z-index: 1000;

  display: block;

  height: auto;

  margin-top: 0px;

  padding-top: 0px;

  padding-bottom: 0px;

  /*background: rgba(255,160,0 ,.8);   XCODE COLOR DE HEADER*/

  box-shadow: 0 0 10px 2px;
  background: #25211e;

}



.topbar.fixed {

  position: fixed;

  left: 0px;

  top: 0px;

  right: 0px;

  display: block;

  background-color: #fff;

}



.etcms {     /*XCODE CAMBIAR TAMAÑO DE LOGO Y POSICIÓN */

    display: block;
    width: 200px;
    /* margin-right: -2%; */
    float: left;
    /* margin-top: 1%; */
    left: 3%;

}



.search {

  height: 40px;

  margin-bottom: 0px;

  border: 1px solid #333;

  border-radius: 20px;

  background-color: #f7f7f7;

  background-image: url('../images/search.svg');

  background-position: 96% 50%;

  background-size: 28px;

  background-repeat: no-repeat;

  color: #333;

}



.search.on-white {

  border-color: #333;

  background-color: hsla(0, 0%, 97%, .19);

}



.btn-call {

  position: static;

  top: 0px;

  right: 0px;

  display: inline-block;

  width: 40px;

  height: 40px;

  margin-left: 10px;

  float: right;

  border-radius: 20px;

  background-color: #83a718;

  background-image: url('../images/tel-icon.svg');

  background-position: 50% 50%;

  background-size: 25px;

  background-repeat: no-repeat;

  -webkit-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

}



.btn-call:hover {

  background-color: #83a718;

}



.btn-call.facebook {

  margin-left: 15px;

  float: right;

  background-color: #6181c0;

  background-image: url('../images/facebook-centered-icon.svg');

  background-position: 50% 50%;

  background-size: 28px;

  background-repeat: no-repeat;

}



.btn-call.facebook:hover {

  background-color: #84a4e4;

}



.btn-call.search-btn-mov {

  float: right;

  background-image: url('../images/search-w.svg');

  background-size: 24px;

}



.form-wrpr {

  width: 300px;

  margin-bottom: 0px;

  float: left;

}



.main-nav {

  margin-top: 0px;
  margin-left: -23%;

}



.main-nav.over-hero {

  border-top-color: hsla(0, 0%, 93%, .22);

  background-color: transparent;

}



.wrpr-in-main-nav {

  display: block;

  width: 90%;

  margin-top: -1px;

  margin-right: auto;

  margin-left: auto;

  text-align: right;

}



.btn-mn { /* XCODE COLOR DE OPCIONES DEL MENU*/

  height: 40px;

  padding: 10px 10px 0px;

  background-color: transparent;

  -webkit-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

  font-family: Futura,"Helvetica","Arial",sans-serif;

  color: #fff;

  text-align: center;
  border-top: solid 1px #f36e21;

}



.btn-mn:hover {  /*XCODE COLOR HOVER OPCIONES MENU*/

    border-top: 1px solid #f36e21;
    background-color: #f36e21;
    color: white!important;

}



.btn-mn.w--current {  /*XCODE COLOR DE HOVER MENU*/

    /*border-top-color: #c7b398;
    background-color: #892301;*/
    color: #ffffff;
    border-top: 1px solid #f36e21;
    background-color: #f36e21;

}



.btn-mn.over-hero-bar {

  position: relative;

  padding-right: 8px;

  padding-left: 8px;

  border-top-width: 2px;

  border-top-color: hsla(0, 0%, 93%, .06);

  color: hsla(0, 0%, 100%, .7);

  text-align: center;

}



.btn-mn.over-hero-bar:hover {

  border-top-color: white;

  background-color: transparent;

  color: #f7c903;

}



.btn-mn.over-hero-bar.w--current {

  border-top-color: #f7c903;

  background-color: transparent;

  color: #fff;

}



.tel {

  display: inline-block;

  margin-left: 10px;

  float: right;

  font-family: Futura,"Helvetica","Arial",sans-serif;

  color: #333;

  font-size: 16px;

  font-weight: 700;

  letter-spacing: 0px;

}



.tel.white {

  display: none;

  color: #fff;

}



.tel-icon {

  padding-top: 5px;

  padding-bottom: 5px;

  background-image: url('../images/tel-icon-green.png');

  background-position: 50% 50%;

  background-size: 25px;

  background-repeat: no-repeat;

  color: transparent;

}

.tel-icon-help {

  padding-top: 5px;

  padding-bottom: 5px;

  background-image: url('../images/help.svg');

  background-position: 50% 50%;

  background-size: 25px;

  background-repeat: no-repeat;

  color: transparent;

}



.logo-search-bar {

  margin-bottom: 10px;

}



.wrpr-in-logo-search {

  position: relative;

  display: block;

  width: 90%;

  height: 34px;

  margin-right: auto;

  margin-left: auto;

}



.logo-etcms {

  position: absolute;

  left: 0px;

  top: 0px;

  width: auto;

  height: 100%;

  padding-top: 2px;

  padding-bottom: 2px;

}



.social-search-bar {

  position: absolute;

  top: 0px;

  right: 0px;

  display: block;

  width: auto;

  margin-top: 10px;

}



.desk-nav {

  position: relative;

  display: none;

}



.brgr-nav {

  height: auto;

  min-width: 40px;

  padding: 8px;

  background-color: transparent;

  font-family: Futura,"Helvetica","Arial",sans-serif;

  color: #000;

  text-decoration: none;

  text-transform: uppercase;

}



.bold {

  font-weight: 700;

}



.light {

  font-weight: 300;

}



.extra-bold {

  font-weight: 800;

}


@import url('https://fonts.googleapis.com/css?family=Overlock');
.slider-tt {

  

  font-size: 50px;

  line-height: 100%;

  font-weight: 400;

  text-shadow: 0 4px 8px #213107;

}



.pleca-slide {

  display: block;

  width: 60%;

  height: 1px;

  margin: 20px auto;

  border-top: 4px double #fff;


}



.resume-slider-package {

  display: block;

  width: 80%;

  margin-right: auto;

  margin-bottom: 18px;

  margin-left: auto;

  font-family: Merriweather, serif;

  font-size: 20px;

  line-height: 28px;

  font-weight: 400;

}



.btn-slider {

  height: 40px;

  padding: 10px 25px 0px;

  border-radius: 0px;

  background-color: #333;

  background-position: 119% 50%;

  background-size: 20px;

  background-repeat: no-repeat;

  -webkit-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

  font-family: 'Droid Sans', sans-serif;

  font-size: 15px;

  text-align: center;

}



.btn-slider:hover {

  background-color: white;
  color: #333;


}



.topbar-fixed {

  position: fixed;

  left: 0px;

  top: 0px;

  right: 0px;

  z-index: 900;

  display: none;

  padding-top: 0px;

  background:rgba(0,0,0,1);

  box-shadow: -1px 6px 10px -3px rgba(0, 0, 0, .5);

  color: white;

  display: none!important;
}



.h2-tt {

  display: block;

  width: 60%;

  margin: 0px auto 30px;

  padding-bottom: 10px;

  border-bottom: 4px double #333;

  font-family: Futura,"Helvetica","Arial",sans-serif;

  font-weight: 600;

  text-align: center;

  color: #333;   /* COLOR DE TÍTULOS SECCIONES*/
}



.h2-tt.dark-tt {

  display: inline-block;

  width: auto;

  margin-right: auto;

  margin-bottom: 40px;

  margin-left: auto;

  border-bottom-color: #2a1607;

  text-align: center;

}



.card-oferta {

  overflow: hidden;

  height: 360px;

  margin-bottom: 20px;

  background-image: url('../images/huascapromo.jpg');

  background-position: 50% 50%;

  background-size: cover;

  -webkit-perspective: 2000px;

  perspective: 2000px;

  -webkit-perspective-origin: 100% 0%;

  perspective-origin: 100% 0%;

  -webkit-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

}



.card-oferta:hover {

  margin-top: -7px;

  box-shadow: -3px 17px 22px -6px #a0a0a0;

}



.foto-oferta {

  position: relative;

  height: 100%;

}



.overlay-promo {

  position: absolute;

  left: 0px;

  top: 0px;

  right: 0px;

  bottom: 0px;

  z-index: 25;

  background-image: -webkit-linear-gradient(270deg, rgba(41, 21, 6, .6), rgba(41, 21, 6, .6));

  background-image: linear-gradient(180deg, rgba(41, 21, 6, .6), rgba(41, 21, 6, .6));

}



.oferta-tt {

  position: absolute;

  left: 0px;

  top: 0px;

  right: 0px;

  bottom: 0px;

  z-index: 50;

  overflow: hidden;

  padding: 16px;

  -webkit-perspective: 1000px;

  perspective: 1000px;

  color: #fff;

}



.h3-oferta-tt {

  margin-top: 0px;

  margin-bottom: 0px;

  font-family: Merriweather, serif;

  font-size: 28px;

  line-height: 30px;

  font-weight: 700;

  text-align: center;

}



.pleca-oferta {

  display: block;

  width: 80%;

  height: 1px;

  margin-top: 6px;

  margin-right: auto;

  margin-left: auto;

  border: 1px dashed #fff;

}



.h4-oferta {

  display: inline-block;

  margin-top: 0px;

  margin-bottom: 12px;

  padding-right: 5px;

  padding-left: 5px;

  border-bottom: 1px dotted hsla(0, 0%, 100%, .98);

  font-family: Futura,"Helvetica","Arial",sans-serif;

  font-style: italic;

  text-align: center;

}



.text-oferta {

  display: block;

  width: 80%;

  margin: 8px auto 10px;

  padding-top: 8px;

  border-top: 1px double hsla(0, 0%, 100%, .44);

  font-family: Futura,"Helvetica","Arial",sans-serif;

  font-size: 11px;

  line-height: 15px;

  text-align: center;

}



.borde-hldr {

  height: 100%;

  padding-top: 25%;

  padding-right: 10px;

  padding-left: 10px;

  border-top: 1px double hsla(0, 0%, 100%, .44);
  border-bottom: 1px double hsla(0, 0%, 100%, .44);

  text-align: center;

}



.oferta-btn {

  padding: 4px 20px;

  border: 1px solid #fff;

  background-color: transparent;

  -webkit-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

  font-family: Futura,"Helvetica","Arial",sans-serif;

  font-size: 12px;

  text-align: center;
  width: 100%;
    margin-top: 20%;

}



.oferta-btn:hover {

  background-color: #892301;

  color: white;

}



.ofertas-especiales-row {

  margin-bottom: 40px;

}



.blok-feed {

  text-align: center;

}



.content-green {

  padding-top: 80px;

  padding-bottom: 0px;

  /*background-color: #37474F;*/ /*COLOR DE FONDO PRODUCTOS/SERVICIOS */

  /*background-image: -webkit-linear-gradient(270deg, hsla(75, 43%, 85%, .44), hsla(75, 43%, 85%, .44)), url('../images/back.png');*/

  /*background-image: linear-gradient(180deg, hsla(75, 43%, 85%, .44), hsla(75, 43%, 85%, .44)), url('../images/back.png');*/

  background-position: 0px 0px, 0px 0px;

  background-size: auto, 250px;

  -webkit-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

  color: white;

}


.card-paquete-v {

    height: 410px;
    margin-bottom: 40px;
    border-style: solid;
    border-width: 1.5px 2px 2px 1.5px;
    border-color: #f49712;
    /* background-color: #1A237E; */
    -webkit-transition: all 200ms ease-in-out;
    background: -webkit-linear-gradient(rgba(0,137,123,.7),rgba(0,105,92,1.5));
    box-shadow: -3px 20px 25px -6px rgba(51, 51, 51, 0.36);
    transition: all 200ms ease-in-out;
    border-radius: 7px 7px 10px 10px;

}
.card-paquete-v:hover{
  box-shadow: 10px 10px 25px #4e4e4e;
}


.card-paquete {

  height: 242px;

  margin-bottom: 40px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: white;
  background-color: #333;
  -webkit-transition: all 200ms ease-in-out;

  box-shadow: -3px 20px 25px -6px rgba(51, 51, 51, 0.36); /*XCODE COLOR DE SOMBRA TARJETA*/
  transition: all 200ms ease-in-out;
/*XCODE CAMBIA EL EFECTO DE HOVER*/
  border-radius: 10px 0 0 10px;

}



.card-paquete:hover {

  margin-top: 0px;
  box-shadow: -3px 20px 25px -6px #4e4e4e;


}



.card-paquete.por-reservar {

  height: auto;

  margin-top: -8px;

  border-bottom: 1px solid #b3b3b3;

  box-shadow: -3px 20px 25px -6px #c6ccb2;

}



.card-paquete.por-reservar:hover {

  box-shadow: -3px 20px 25px -6px #c6ccb2;

}


.c-foto-paquete-v {   /*XCODE TARJETAS VERTICALES*/

  position: relative;

  height: 225px;

  background-color: #fff;

  background-image: url('../images/foto-paquete.jpg'), url('../images/example-bg.png');

  background-position: 50% 50%, 50% 50%;

  background-size: contain;

  background-repeat: no-repeat;

}


.c-foto-paquete {

  position: relative;

  height: 240px;

  background-color: #fff;

  background-image: url('../images/foto-paquete.jpg'), url('../images/example-bg.png');

  background-position: 50% 50%, 50% 50%;

  background-size: 300px, cover;
  margin-left: 66%;

}



.c-foto-paquete.hotel {

  background-image: url('../images/acerca.png');

  background-position: 50% 50%;

  background-size: cover;

}

.c-paquete-info-v { /*XCODE TARJETAS VERTICALES DESCRIPCIONES Y BOTONES*/

  padding: 20px;

  background-color: transparent;

  color: #462107;

  font-style: italic;

  text-align: center;
    border-width: 0px 0px 0px 0px;
    border-color: #996515;
    border-style: solid;
}



.c-paquete-info {

  padding: 20px;

  background-color: transparent;

  color: #462107;

  font-style: italic;

  text-align: center;
  margin-right: 36%;
  margin-top: -144px;

}


.c-tt-paquete-v {   /*XCODE TARJETAS VERTICALES TITULOS*/

    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    /* padding: 10px; */
    background: -webkit-linear-gradient(rgba(0,137,123,.7),rgba(0,105,92,1.5));
    text-align: center;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #f49712;
    border-radius: 8px 8px 0 0;
    /* display: inline-block; */

}

.c-tt-paquete {

    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    /*padding: 10px;*/
    background-color: #333;
    text-align: center;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    /*border-color: white;*/
    margin-right: 160%;
    /* display: inline-block; */
    margin-bottom: 50%;

}



.c-h3-tt-paquete {

  margin-top: 0px;

  margin-bottom: 0px;

  font-family: Merriweather, serif;

  color: white;

  font-size: 15px;

  font-weight: 400;

}



.c-p-descrip {

  margin-bottom: 20px;

  font-family: Futura,"Helvetica","Arial",sans-serif;

  font-size: 13px;

  letter-spacing: 0px;

  color: white;

}



.c-paquete-btn {

    display: block;
    width: 100%;
    height: 40px;
    padding-top: 8px;
    padding-bottom: 0px;
    float: left;
    border: 1px solid #f49712;
    background-color: transparent;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    font-family: Futura,"Helvetica","Arial",sans-serif;
    color: white;
    font-size: 15px;
    margin-left: 25%;
    margin-left: 0%;

}



.c-paquete-btn:hover {

  border-color: #f49712;

  background-color: #4DB6AC;

  color: white;

  text-decoration: none;

}



.c-paquete-btn.solid {

  padding-right: 0px;

  padding-left: 0px;

  background-color: #333;

  color: #fff;

}



.c-paquete-btn.solid:hover {

  border-color: #aada1d;

  background-color: transparent;

  color: #333;

}



.c-paquete-btn.solid.icon {

  padding-left: 20px;

  background-image: url('../images/maleta.svg');

  background-position: 88% 50%;

  background-size: 24px;

  background-repeat: no-repeat;

  text-align: left;

}



.c-paquete-btn.solid.icon:hover {

  border-color: #e6670c;

  background-color: #e6670c;

  background-image: url('../images/maleta.svg');

  background-position: 88% 50%;

  background-size: 24px;

  background-repeat: no-repeat;

  color: #fff;

}



.c-paquete-btn.orange {

  width: 47%;

  margin-right: 2%;

  padding-right: 0px;

  padding-left: 0px;

  border-color: #e6670c;

  color: #e6670c;

}



.c-paquete-btn.orange:hover {

  background-color: #e6670c;

  color: #fff;

}



.recorrido-card {

  position: relative;

  height: 350px;

  padding: 30px;

  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/bg-recorrido-banner.jpg');

  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/bg-recorrido-banner.jpg');

  background-position: 0px 0px, 50% 50%;

  background-size: auto, cover;

  color: #fff;

}



.c-recorrido-info {

  position: absolute;

  top: 50%;

  z-index: 50;

  width: 50%;

  margin-top: auto;

  padding: 0px 0px 0px 40px;

  -webkit-transform: translate(0px, -50%);

  -ms-transform: translate(0px, -50%);

  transform: translate(0px, -50%);

}



.c-tag-recorrido {

  margin-top: 0px;

  margin-bottom: 0px;

  font-family: Futura,"Helvetica","Arial",sans-serif;

  font-style: italic;

}



.c-tt-recorrido {

  margin-top: 5px;

  margin-bottom: 15px;

  font-family: Merriweather, serif;

  font-weight: 700;

}



.c-recorrido-borde {

  height: 100%;

  border: 1px solid #fff;

}



.c-reco-btn {

  padding: 8px 20px;

  border: 1px solid #fff;

  background-color: transparent;

  -webkit-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

  font-family: Futura,"Helvetica","Arial",sans-serif;

  text-align: center;

}



.c-reco-btn:hover {

  background-color: #fff;

  color: #2a1607;

}



.c-p-reco {

  margin-bottom: 20px;

}



.slider-recorridos {

  height: auto;

  padding-bottom: 42px;

  background-color: transparent;

}



.footer {

  padding-top: 0px;  /*ESPACIO SUPERIOR DEL MAPA FOOTER XCODE*/

  padding-bottom: 0px;

  border-top: 10px solid #fff;

  background-color: #25211e;   /*COLOR DEL FOOTER XCODE*/

  color: #37474f;

}



.footer-brand { /*XCODE TAMAÑO DEL LOGO FOOTER*/

  width: 150px;

}



.italic {

  font-style: italic;

}



.stt-footer { /*XCODE FORMATO DÉ TEXTO FOOTER*/

  display: block;

  /*font-style: italic;*/
  margin-top: 0px;

  margin-bottom: 14px;

  padding-bottom: 5px;

  border-bottom: 1px solid #fff;
  
    color: #996515;
    font-weight: bold;


}



.tel-footer { /*XCODE FORMATO DÉ TEXTO FOOTER*/

  padding-left: 30px;

  background-image: url('../images/tel-icon.svg');

  background-position: 0px 50%;

  background-size: 20px;

  background-repeat: no-repeat;

  color: #333;
}

.tel-footer2 {

  padding-left: 30px;

  background-image: url('../images/whats.png');

  background-position: 0px 50%;

  background-size: 20px;

  background-repeat: no-repeat;

  color: #333;
}



.btn-facebook, .btn-facebook-circle {

  display: inline-block;

  margin-bottom: 20px;

  padding-right: 20px;

  padding-left: 40px;

  background-color: #3b5998;

  background-image: url('../images/facebook-centered-icon.svg');

  background-position: 8px 50%;

  background-size: 30px;

  background-repeat: no-repeat;

  -webkit-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

  line-height: 14px;

  text-align: left;

  font-family: sans-serif;

}



.btn-facebook:hover {

  background-color: #5475bb;

  text-decoration: none;

}

.btn-facebook-circle {
    height: 40px;
    border-radius: 50px;
    padding-left: 22px;
    background-position: 50% 50%;
    float: right;
}



.footer-map {

  height: 400px;

}



.map {

  height: 300px;

}



.footer-row {

  margin-bottom: 40px;

}



.footer-legal {   /*COLORES DE FOOTER LEGAL XCODE*/

  height: 40px;

  padding: 9px;

      background: rgb(8, 112, 100); /*COLOR DEL LEGAL FOOTER XCODE*/

  color: #333;   /*COLOR DEL LEGAL FOOTER XCODE*/

  text-align: center;

}



.txt {          /*COLORES DE FOOTER LEGAL XCODE*/

  font-family: Futura,"Helvetica","Arial",sans-serif;

  color: #333;

  font-size: 10px;

}



.footer-info {

  display: block;

  width: 100%;

  margin-right: auto;

  margin-left: auto;

}



.dropper-nav {

  position: absolute;

  top: 0px;

  right: 0px;

  overflow: hidden;

  width: 200px;

  min-height: 100px;

  margin-top: 40px;

  margin-right: 219px;

  border-top: 2px solid #333;

  background-color: #fff;

}



.dropper-btn {

  display: block;

  border-bottom: 1px solid #ececec;

  background-color: transparent;

  -webkit-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

  font-family: Futura,"Helvetica","Arial",sans-serif;

  color: #333;

  font-size: 13px;

  text-align: left;

}



.dropper-btn:hover {

  background-color: #333;

  color: #fff;

}



.dropper-btn.w--current {

  background-color: #c8e279;

  color: #739410;

}



.btn-mn-dropper-hero {

  height: 39px;

  margin-top: -10px;

  padding: 8px 30px 0px 10px;

  border-top: 2px solid transparent;

  font-family: Futura,"Helvetica","Arial",sans-serif;

  color: #fff;

}



.btn-mn-dropper-hero:hover {

  border-top-style: solid;

  border-top-color: #333;

  color: #333;

}



.btn-mn-dropper-hero.on-fixed-bar {

  -webkit-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

  color: #66941a;

}



.btn-mn-dropper-hero.on-fixed-bar:hover {

  background-color: #fff;

}



.dropdown { /*XCODE COLOR OPCION PRINCIPAL SUBMENUS*/

  height: 40px;

  padding: 10px 30px 0px 10px;

  border-top: 2px solid transparent;

  font-family: Futura,"Helvetica","Arial",sans-serif;

  color: #fff; 

}



.dropdown:hover {  /*XCODE COLOR DE SUBMENUS*/

    border-top: 1px solid #c7b398;
    color: #fff;
    background: #892301;

}



.dropdown.on-fixed {

  padding-top: 9px;

  color: #fff;

}



.dropdown.on-fixed:hover {

  padding-top: 10px;

  border-top-width: 1px;

  background-color: #fff;

  color: #333;

}



.icon-droppr {

  margin-right: 10px;

}



.btn-drppr { /*XCODE BACKGROUND DROPDOWN SUBMENU*/

  padding-top: 10px;

  padding-bottom: 10px;

  border-bottom: 1px solid #e0e0e0;

  background-color: #fff;

  -webkit-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

  font-family: Futura,"Helvetica","Arial",sans-serif;

  text-align: left;

  color: #333;

}



.btn-drppr:hover {   /*XCODE BACKGROUND DROPDOWN MENU*/

    border-top: 1px solid #c7b398;
    color: #fff;
    background: #892301;

}



.btn-drppr.w--current { /*XCODE COLORES DE OPCIONES DE SUBMENU SELECCIONADAS*/

     border-top-color: #c7b398;
    background-color:#892301;
    color: #FFF;
    border-top: 1px solid #c7b398;

}



.drppr.w--open {

  border-top: 2px solid #333;

  background-color: #fff;

}



.navbar {

    /* padding-right: 5%; */
    background-color: transparent;
    margin-right: 3%;
    padding-top: 2%;

}



.dropdown-btn {

  height: 40px;

}



.conteiner-main-nav {

  display: block;

  width: 90%;

  margin-right: auto;

  margin-left: auto;

}



.dropdown-list.w--open {

  border-top: 2px solid #333;

  background-color: #fff;

}



.label-category-on-oferta-card {

  position: absolute;

  top: 0px;

  right: 0px;

  z-index: 200;

  display: inline-block;

  width: 200px;

  padding-top: 5px;

  padding-bottom: 5px;

  background-color: #e6670c;

  font-family: 'Droid Serif', serif;

  color: #fff;

  text-align: center;

  text-transform: uppercase;

}



.hero-category {

  position: static;

  left: 0px;

  top: 0px;

  right: 0px;

  z-index: 10;

  height: 300px;

  padding-top: 150px;

  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/foto-paquete.jpg');

  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/foto-paquete.jpg');

  background-position: 0px 0px, 50% 50%;

  background-size: auto, cover;

  background-attachment: scroll, fixed;

}



.contenedor-category-page {

  position: relative;

  z-index: 100;

  height: 800px;

}



.category-name-hero {

  display: block;

  width: 940px;

  margin-right: auto;

  margin-left: auto;

  color: #fff;

  text-align: center;

}



.body {

  background-color: #fff;

}



.category-brief {

  display: block;

  width: 60%;

  margin-right: auto;

  margin-left: auto;

}



.row-paquete {

  position: relative;

  overflow: hidden;

  margin-bottom: 40px;

  padding: 0px;

  border-style: solid;

  border-width: 1px;

  border-color: #fff #ccc #d5d5d5 #fff;

  border-radius: 6px;

  background-color: #fff;

  background-image: -webkit-linear-gradient(270deg, rgba(42, 22, 7, .36), rgba(42, 22, 7, .36)), url('../images/husca-1.jpg');

  background-image: linear-gradient(180deg, rgba(42, 22, 7, .36), rgba(42, 22, 7, .36)), url('../images/husca-1.jpg');

  background-position: 0px 0px, 50% 50%;

  background-size: auto, cover;

  background-repeat: repeat, no-repeat;

}



.foto-paquete-row {

  width: 40%;

  height: 100%;

}



.info-paquete {

  width: 50%;

  padding: 40px 0px 0px;

  border-right: 2px solid #2a1607;

  background-color: hsla(0, 0%, 100%, .95);

}



.tt-paquete-row {

  margin-top: 0px;

  font-family: Merriweather, serif;

  font-weight: 700;

}



.rt-info-paquete {

  margin-bottom: 15px;

  font-family: Futura,"Helvetica","Arial",sans-serif;

  font-size: 13px;

  font-style: italic;

}



.brief-paquete {

  margin-bottom: 20px;

  font-style: italic;

  font-weight: 600;

}



.btn-verde {

  height: 42px;

  margin-right: 20px;

  padding-top: 10px;

  padding-right: 20px;

  padding-left: 20px;

  float: left;

  background-color: #e6670c;

  background-image: -webkit-linear-gradient(270deg, #c4e463, #80b528);

  background-image: linear-gradient(180deg, #c4e463, #80b528);

  -webkit-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

  font-family: Futura,"Helvetica","Arial",sans-serif;

  font-size: 15px;

  font-style: italic;

  font-weight: 600;

  text-shadow: 0 1px 0 #557919;

}



.btn-verde:hover {

  background-color: #f5f5f0;

  background-image: -webkit-linear-gradient(270deg, #80b528, #557a17);

  background-image: linear-gradient(180deg, #80b528, #557a17);

}



.btn-brdr-solid {

  height: 40px;

  padding-right: 20px;

  padding-bottom: 0px;

  padding-left: 20px;

  float: left;

  border: 2px solid #2a1607;

  background-color: transparent;

  -webkit-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

  font-family: Futura,"Helvetica","Arial",sans-serif;

  color: #2a1607;

  font-style: italic;

  font-weight: 600;

}



.btn-brdr-solid:hover {

  background-color: #f49712;

  color: #fff;

}



.btn-brdr-solid.mrgn-btm {

  margin-bottom: 10px;

  float: none;

}



.share-btn {

  position: static;

  top: 0px;

  right: 0px;

  height: 40px;

  margin-left: 20px;

  padding: 4px 4px 0px 12px;

  float: left;

  background-color: #3b5998;

  -webkit-transition: all 200ms ease;

  transition: all 200ms ease;

  color: #fff;

}



.share-btn:hover {

  background-color: #6181c0;

}



.icon-share-face {

  width: 30px;

  height: 30px;

  float: right;

  border-radius: 15px;

  background-image: url('../images/facebook-centered-icon.svg');

  background-position: 50% 50%;

  background-size: 24px;

  background-repeat: no-repeat;

}

.icon-share-twt {

  width: 30px;

  height: 30px;

  float: right;

  border-radius: 15px;

  background-image: url('images/twitter.svg');

  background-position: 50% 50%;

  background-size: 24px;

  background-repeat: no-repeat;

}



.icon-share-face.camera {

  background-color: #333;

  background-image: url('../images/icon-camera.svg');

  background-size: 26px;

}



.txt-share-btn {

  display: inline-block;

  margin-top: 6px;

  margin-right: 2px;

  font-family: Futura,"Helvetica","Arial",sans-serif;

  font-size: 16px;

  font-style: italic;

}



.tag-foto {

  position: absolute;

  right: 0px;

  bottom: 0px;

  margin-right: 20px;

  margin-bottom: 19px;

  font-family: Futura,"Helvetica","Arial",sans-serif;

  color: #fff;

  font-size: 13px;

  font-style: italic;

}



.preciador {

  display: block;

  margin-right: -30px;

  margin-bottom: 10px;

  margin-left: -30px;

  padding: 0px 10px 6px 30px;

  border-top: 1px none rgba(42, 22, 7, .3);

  border-bottom: 1px none rgba(42, 22, 7, .3);

  background-color: #f7f7f7;

      color: #333; /* Cambia el color de la letra de los precios*/

}



.costo-adulto {

  display: inline-block;

  height: 40px;

  margin-top: 0px;

  margin-right: 10px;

  margin-bottom: 0px;

  padding: 6px 15px;

  border: 2px solid #e6670c;

  border-radius: 20px;

  color: #e6670c;

  font-size: 20px;

  font-style: italic;

  font-weight: 700;

}



.costo-adulto.menor {

  border-color: #333;

  color: #333;

}



.tipo-precio {

  font-size: 14px;

  font-style: normal;

  font-weight: 400;

}



.small-txt {

  margin-top: 8px;

  font-family: Futura,"Helvetica","Arial",sans-serif;

  font-size: 11px;

  font-style: italic;

  font-weight: 600;

}



.small-txt.mgn-btm {

  margin-bottom: 15px;

}



.small-txt.on-btn {

  margin-top: 0px;

  color: hsla(0, 0%, 100%, .59);

  line-height: 4px;

  font-weight: 300;

}



.divider {

  width: 100%;

  height: 1px;

  background-color: #2a1607;

}



.divider.form {

  margin-top: 17px;

  margin-bottom: 17px;

}



.wrpr-in-info-paquete {

  padding-left: 40px;

}



.botonera {

  margin-bottom: 20px;

  padding-top: 10px;

  padding-bottom: 20px;

  padding-left: 0px;

  border-bottom: 1px dashed rgba(41, 21, 6, .3);

}



.hldr-social-gallery {

  position: absolute;

  top: 0px;

  right: 0px;

  margin-right: 20px;

}



.foto-product {

  height: 260px;

  border: 6px solid #fff;

}


 
.hero-product {     /*XCODE FONDO Y CARACTERÍSTICAS DEL HEADER DE OTRAS SECCIONES*/

 /* height: 200px;*/

  padding-top: 130px;

  /*background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/slide1.jpg');

  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/slide1.jpg');*/

  background-position: 0px 0px, 50% 50%;

  /*background-size: auto, cover;*/

  background-attachment: scroll, fixed;

}



.product-header {

  color: #fff;

  text-align: left;

}



.breadcrumbs {   /*XCODE COLOR DE TAG SECCIONES  --- INICIO/ OPARTADO--- */

    position: fixed;
    margin-top: 1%;
    padding: 11px;
    background-color: rgb(137, 35, 1);
    /* border: solid rgba(255, 235, 59, 0.33); */
    border-radius: 0 0 16px 0;
    text-align: center;
    left: 0;
    z-index: 999;

}



.breadcrum-link {

  color: white;

  text-decoration: none;

}



.category {

  display: inline-block;

  margin-top: 0px;

  margin-bottom: 0px;

  padding: 2px 10px;

  background-color: #333;

  color: #fff;

  font-style: italic;

}



.category.paquetes {

  background-color: #e6670c;

}



.category.oferta {

    background-color: #f49712;
    margin-left: 34%;
    border-radius: 0 0 16px 16px;
    width: 34%;
    text-align: center;

}



.product-view-card {

  padding: 0px 30px 30px;

  border-top: 2px solid #93bdcb;

  background-color: #fff;

}



.product-view-card.ofertado {

  border-top-color: #93bdcb;

}



.h3-product-view-title {

  margin-top: 20px;

  margin-bottom: 20px;

  /*font-style: italic;*/

  font-weight: 700;

  color: #333; /* ajusta el color del titulo del producto*/

  text-align: center;

}



.resume-product-view {

  margin-bottom: 20px;

  padding-left: 20px;

  /*border-left: 1px solid #333;*/

  white-space: pre-wrap;

  color: #333; /* ajusta la descripción del producto*/

}


.rich-txt-product-info{

  margin-bottom: 30px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 35px;
  border-top: 1px none #2a1607;
 
  background-color: #E0E0E0;
  white-space: pre-wrap;
  color: #333; /*Ajustar color de texto en descripción general del producto*/
  
}


.rich-txt-product-info h1 {

  display: block;

  margin-top: 0px;

  background-color: transparent;

  color: #2a1607;

  font-size: 20px;

  line-height: 26px;

}



.rich-txt-product-info h2 {

  display: inline-block;

  margin-top: 0px;

  margin-bottom: 8px;

  padding: 4px 6px;

  background-color: #333;

  color: #fff;

  font-size: 18px;

  line-height: 24px;

}



.rich-txt-product-info h3 {

  display: block;

  margin-top: 0px;

  margin-bottom: 6px;

  background-color: transparent;

  color: #e6670c;

  font-size: 18px;

}



.rich-txt-product-info h4 {

  margin-top: 0px;

  margin-bottom: 4px;

  font-size: 16px;

}



.rich-txt-product-info h5 {

  margin-top: 0px;

  margin-bottom: 4px;

}



.rich-txt-product-info h6 {

  margin-top: 0px;

  margin-bottom: 4px;

}



.rich-txt-product-info ul {

  margin-bottom: 30px;

  padding-top: 6px;

  padding-bottom: 6px;

  padding-left: 35px;

  border-top: 1px none #2a1607;

  background-color: hsla(76, 79%, 95%, .68);

}



.rich-txt-product-info li {

  font-family: Futura,"Helvetica","Arial",sans-serif;

  font-size: 13px;

  line-height: 23px;

  font-style: italic;

}



.gallery-grid {

  width: 100%;

  height: auto;

  margin-top: 20px;

}



.thumbnail {

  width: 23%;

  height: 60px;

  margin-right: 1%;

  margin-bottom: 10px;

  margin-left: 1%;

  float: left;

  border: 2px solid #fff;

  background-image: url('../images/foto-paquete.jpg');

  background-position: 50% 50%;

  background-size: cover;

  -webkit-transition: opacity 200ms ease-in-out;

  transition: opacity 200ms ease-in-out;

}



.thumbnail:hover {

  opacity: 0.8;

}



.slider-foto-product {

  width: 100%;

  height: 248px;

}



.foto-product-slider {

  height: 100%;

  background-image: url('../images/husca-1.jpg');

  background-position: 50% 50%;

  background-size: cover;

  background-repeat: no-repeat;

}



.lightbox-link {

  width: 100%;

  height: 100%;

}



.lightbox-link:hover {

  background-image: url('../images/lupa.svg'), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));

  background-image: url('../images/lupa.svg'), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));

  background-position: 50% 50%, 0px 0px;

  background-size: 60px, auto;

  background-repeat: no-repeat, repeat;

}



.product-row {

  margin-bottom: 60px;

}



.precio-adulto {

  display: inline-block;

  margin-right: 20px;

  margin-bottom: 5px;

  font-size: 20px;

  line-height: 30px;

  font-weight: 300;

}



.precio-menor {

  display: inline-block;

  margin-bottom: 5px;

  font-size: 20px;

  line-height: 30px;

  font-weight: 300;

}



.menor-leyend {

  margin-top: 0px;

  margin-bottom: 0px;

  color: #9b8f87;

  font-size: 12px;

  font-style: italic;

}



.hero-servicios {

  position: relative;

  height: 220px;

  padding-top: 160px;

  border-bottom: 2px solid #fff;

  background-color: #aad36e;

  color: #fff;

}



.card-service {

  padding: 30px;

  background-color: #fff;

  box-shadow: 6px 6px 0 0 rgba(0, 0, 0, .1);

  color: #2a1607;

}



.card-service.mrgn-bottom {

  margin-bottom: 60px;

}



.tt-servicio {

  margin-top: 0px;

  font-family: Merriweather, serif;

  color: #e6670c;

  font-weight: 700;

}



.h4-servicios {

  margin-bottom: 20px;

}



.justify {

  text-align: justify;

}



.service-full-row {

  padding-top: 40px;

  padding-bottom: 40px;

}



.section-tt {

  position: static;

  left: 0px;

  bottom: 0px;

  display: inline-block;

  margin-bottom: -15px;

  padding: 14px 19px;

  background-color: #fff;

  color: #aad36e;

  font-style: italic;

  font-weight: 700;

}



.framed {

  border: 6px solid #fff;

  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .44);

}



.service-row {

  margin-bottom: 60px;

}



.container-header-section {

  position: relative;

  display: block;

  width: 940px;

  margin-right: auto;

  margin-left: auto;

}



.footer-txt-link {

  -webkit-transition: all 200ms ease;

  transition: all 200ms ease;

  color: #fff;

}



.footer-txt-link:hover {

  color: #7a964c;

}



.login-call {

  display: block;

  height: 40px;

  float: left;

}



.li-log-call {

  display: inline-block;

  margin-right: 10px;

  font-family: Futura,"Helvetica","Arial",sans-serif;

  color: #fff;

  font-size: 12px;

  line-height: 40px;

}



.search-field {

  width: 260px;

  height: 40px;

  margin-right: 20px;

  padding-left: 18px;

  float: left;

  border: 1px solid #333;

  border-radius: 20px;

  background-color: hsla(0, 0%, 100%, .1);

  background-image: url('../images/search.svg');

  background-position: 96% 50%;

  background-size: 26px;

  background-repeat: no-repeat;

}



.buscar-txt {

  display: inline-block;

  font-family: Futura,"Helvetica","Arial",sans-serif;

  color: #fff;

  font-size: 13px;

  line-height: 38px;

}



.buscar-txt.dark {

  color: #2a1607;

}



.btn-link {    /*XCODE COLOR DE CAJA DE BÚSQUEDA*/

  -webkit-transition: opacity 200ms ease-in-out;

  transition: opacity 200ms ease-in-out;

  color: #FFF;

  text-decoration: none;

}



.btn-link:hover {

	opacity: 0.6;
	background-position: 90% 50% !important; /*XCODE ANIMACIÓN DE ICONO BUSCAR*/
	text-decoration: none;
}



.btn-link.dark {

  color: white;

}



.btn-link.buscar {

  padding-right: 100px;

  padding-left: 100px;

  /*border: 1px solid white;    COLOR DE BORDE DE BUSCAR XCODE*/

  /*border-radius: 6px;*/

  background-image: url('../images/search-w.svg');

    background-position: 7% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    line-height: 34px;
    border-bottom: 2px solid #f49712;
    margin-right: 124px;
    cursor:pointer;

    /*XCODE ANIMACIÓN DE ICONO BUSCAR*/
	
	-webkit-transition: background-position .2s ease-in !important;
    -moz-transition: background-position .1s ease-in !important;
    -o-transition: background-position .1s ease-in !important;
    transition: background-position .1s ease-in;
}
}



.btn-link.buscar.on-fixed {

  border-color: white;

  background-image: url('../images/search.png');

  background-size: 20px;

  color: white;

}



.logo-tel {

  position: static;

  left: 0px;

  top: 0px;

  display: block;

  width: 350px;

  float: left;

}



.tel-actions {

  display: block;

  width: auto;

  /*padding-top: 20px;*/

  padding-left: 10px;

  
 /*float: left;*/

  color: #fff;

  margin-left: 255px;

}



.tel-actions.on-sesion {

  padding-top: 16px;

  float: right;

  color: #2a1607;

}



.tel-text {

    font-family: Futura,"Helvetica","Arial",sans-serif;
    color: #f36e21;
    font-weight: bolder;
    font-size: 17px;
    font-style: italic;
    width: 110px;
    margin-top: 30px;

}

.tel-text-help {

    font-family: Futura,"Helvetica","Arial",sans-serif;
    color: #333;
    font-weight: bolder;
    font-size: 17px;
    font-style: italic;

}


.tel-text.dark {

  color: white;

}



.hero-sesion {

  height: auto;

  padding-bottom: 60px;

}



.hero-sesion.hide-plis {

  display: none;

}



.topbar-sesion {

  height: 133px;

  padding-top: 20px;

  border-bottom: 1px solid #e4e4e4;

  background-color: #fff;

}



.wrprin-tb-sesion {

  display: block;

  width: 90%;

  margin-right: auto;

  margin-left: auto;

}



.container-sesion {

  display: block;

  width: 90%;

  margin-top: 40px;

  margin-right: auto;

  margin-left: auto;

  padding: 10px 30px 20px;

  border-top: 1px solid #fff;

  border-bottom: 1px solid #d4d6cf;

  border-radius: 4px;

  background-color: #f9faf7;

  box-shadow: -1px 5px 10px -5px #adb890;

}



.row-sesion {

  margin-top: 20px;

  padding-bottom: 19px;

  border-bottom: 1px solid #dfe0dd;

}



.sesion-input {

  margin-bottom: 20px;

  border-radius: 2px;

}


.sesion-input:focus {

  border: 1px solid #e6670c;

}



.sesion-input.last {

  margin-bottom: 0px;

}



.sesion-link-txt {

  font-family: 'Droid Sans', sans-serif;

  color: #1d86c1;

  font-size: 12px;

}



.submit-btn {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    border-top: 1px solid #b3e02a;
    border-bottom: 1px solid #6d9924;
    border-radius: 4px;
    background-color: #333;
    border: 2px solid white;
    font-family: Futura,"Helvetica","Arial",sans-serif;

}



.submit-btn:hover {

  background-color: #111;
  color: white;

}



.submit-btn.full {

  width: 100%;

  margin-top: 30px;

  font-size: 18px;

}



.facebook-sesion {

  margin-left: 40px;

}



.facebook-sesion-btn {

  display: inline-block;

  padding-right: 20px;

  padding-left: 40px;

  border-radius: 4px;

  background-color: #3b5998;

  background-image: url('../images/facebook-centered-icon.svg');

  background-position: 7px 50%;

  background-size: 28px;

  background-repeat: no-repeat;

  font-size: 15px;

  font-weight: 700;

  text-align: left;

}



.txt-link {

  color: #0c7de6;

  font-weight: 700;

  text-decoration: none;

}



.txt-link:hover {

  text-decoration: underline;

}



.form-inicio-sesion {

  margin-top: 0px;

}



.crear-cuenta-leyend {

  margin-right: 20px;

  padding-bottom: 20px;

  border-radius: 6px;

  background-color: transparent;

}



.label {

  font-family: Futura,"Helvetica","Arial",sans-serif;

  font-weight: 400;

}



.spacer-form {

  width: 100%;

  height: 10px;

}



.crear-cuenta-facebook {

  margin-top: 20px;

  padding: 10px 30px 30px;

  border-radius: 4px;

  background-color: #edf0f8;

  text-align: center;

}



.o-divider {

  display: block;

  width: 100%;

  margin-top: 30px;

  background-color: #f9faf7;

  background-image: url('../images/dot.gif');

  background-position: 50% 50%;

  background-size: 1px;

  background-repeat: repeat-x;

  font-size: 16px;

  text-align: center;

}



.o {

  display: inline-block;

  margin-top: 0px;

  margin-bottom: 0px;

  padding-right: 8px;

  padding-left: 8px;

  background-color: #f9faf7;

}



.body-sesion {

  background-color: #37474f;

}



.search-field-modal {

  width: 90%;

  float: left;

  border-bottom: 1px solid #fff;

  color: #fff;

}



.text-busqueda {

  display: inline-block;

  line-height: 32px;

}



.search-bar {

  width: 100%;

}



.go-btn {

  width: 5%;

  height: 60px;

  margin-top: 10px;

  float: left;

  background-image: url('../images/lupa.svg');

  background-position: 50% 50%;

  background-size: 50px;

  background-repeat: no-repeat;

}



.cerrar-btn {

  width: 5%;

  height: 60px;

  margin-top: 10px;

  background-image: url('../images/cerrar-icon.svg');

  background-position: 50% 50%;

  background-size: 40px;

  background-repeat: no-repeat;

}



.search-results {      /*COLOR DE LISTA RESULTADOS XCODE*/

  padding-top: 20px;
  overflow-y: scroll;
  height: 400px;
}



.resultado {

  padding-right: 30%;

  padding-left: 20px;

  border-left: 4px solid #fff;

  opacity: 0.6;

  -webkit-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

  color: #fff;

}



.resultado:hover {

  background-color: rgba(255, 255, 255, 0.2);  /*COLOR DE RESULTADOS XCODE*/
  opacity: 1;

}

.resultado a {           /*COLOR DE RESULTADOS XCODE*/

  color:#fff;
  text-decoration: none;
}

.sis-btn {

  display: inline-block;

  margin-right: 10px;

  margin-bottom: 10px;

  padding: 23px 30px;

  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;

  font-size: 20px;

  font-weight: 700;

}



.sis-btn:hover {

  background-color: #69a8df;

}



.text-area {

  min-height: 400px;

  margin-bottom: 20px;

}



.text-area.small {

  min-height: 150px;

}



.margined {

  width: 98%;

}



.drop-files {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  height: 160px;

  margin-bottom: 30px;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  border: 1px dashed #2a1607;

}



.drop-files.dl-slider {

  height: 120px;

}



.drop-files.main-imge {

  width: 50%;

}



.row-info-foto {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  margin-bottom: 10px;

  padding-top: 6px;

  padding-right: 6px;

  padding-left: 0px;

  -webkit-box-pack: start;

  -webkit-justify-content: flex-start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-align-content: center;

  -ms-flex-line-pack: center;

  align-content: center;

  border: 1px solid #2a1607;

}



.foto-descripcion {

  margin-right: 10px;

  margin-bottom: 0px;

  -webkit-box-flex: 1;

  -webkit-flex: 1;

  -ms-flex: 1;

  flex: 1;

  border-style: none none solid;

  border-width: 1px;

  border-color: #000 #000 #2a1607;

  background-color: #fff;

}



.btn-ok {

  -webkit-box-flex: 0;

  -webkit-flex: 0 auto;

  -ms-flex: 0 auto;

  flex: 0 auto;

  background-color: #80b528;

}



.checkbox {

  margin-bottom: 15px;

}



.blok-img-prn-admin {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: start;

  -webkit-justify-content: flex-start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-align-content: center;

  -ms-flex-line-pack: center;

  align-content: center;

}



.txt-center {

  text-align: center;

}



.hldr-info-admin-uno {

  padding-left: 16px;

  -webkit-box-flex: 1;

  -webkit-flex: 1;

  -ms-flex: 1;

  flex: 1;

}


.sub-category-tag-v { /*XCODE TARJETAS VERTICALES titulo SUB CATEGORIA*/
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 7px 12px;
    background-color: #f49712;
    margin-left: 65%;
}


.sub-category-tag {

  position: absolute;

  left: 0px;

  top: 0px;

  padding: 4px 8px;

  background-color: #996515;
  margin-left: 88%;

}



.sub-category-tag.verde-demo {

  background-color: #aada1d;

}



.sub-category-tag.naranja-demo {

  background-color: #ff832a;

}



.sub-cat-txt {

  font-family: Futura,"Helvetica","Arial",sans-serif;

  color: #f5f5f5;

  font-style: italic;

  font-weight: 700;

}



.titular-blok {

  margin-bottom: 40px;

  padding-top: 20px;

}



.estrellas {

  position: absolute;

  left: 0px;

  top: 0px;

  padding: 4px;

  background-color: #f5d00d;

}



.estrella {

  width: 20px;

  height: 20px;

  float: left;

  background-image: url('../images/estrella-full.svg');

  background-position: 50% 50%;

  background-size: 20px;

  background-repeat: no-repeat;

}



.user-info-hldr {

  position: relative;

  margin-bottom: 20px;

  padding: 14px 40px 10px 20px;

  border-bottom: 1px solid #e7e7e7;

  border-radius: 4px;

  background-color: #fff;

}



.user-info-hldr.alert {

  background-color: #fcadbd;

  color: #fff;

}



.data-label {

  margin-top: 0px;

  margin-bottom: 0px;

  color: #bbb;

  font-style: italic;

}



.data-label.marcado {

  color: #fff;

}



.h4-data {

  margin-top: 0px;

  margin-bottom: 4px;

}



.h4-data.marcado-alerta {

  color: #000;

}



.btn-sistem {

  padding: 2px 6px;

  border-radius: 2px;

  background-color: #333;

  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;

  font-size: 11px;

  text-transform: uppercase;

}



.hldr-btn-campo {

  position: absolute;

  top: 0px;

  right: 0px;

  margin-top: 4px;

  margin-right: 4px;

}



.reservado-row {

  position: relative;

  overflow: hidden;

  height: 100px;

  margin-bottom: 20px;

  padding-right: 10px;

  border-bottom: 1px solid #aaa;

  border-radius: 4px;

  background-color: #fff;

  -webkit-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

  color: #2a1607;

}



.reservado-row.caducado {

  opacity: 0.6;

}



.reservado-row.caducado:hover {

  margin-top: 0px;

  box-shadow: none;

}



.reserva-img {

  width: 100px;

  height: 100px;

  float: left;

  background-image: url('../images/guias.jpg');

  background-position: 50% 50%;

  background-size: cover;

  background-repeat: no-repeat;

}



.reserva-info {

  height: 100px;

  padding: 10px 0px 4px 14px;

  float: left;

}



.h4-producto-comprado {

  margin-top: 0px;

  margin-bottom: 4px;

  font-weight: 600;

}



.h6-salida-producto-comprado {

  margin-top: 0px;

  color: #333;

}



.producto-por-reservar {

  display: block;

  width: 80%;

  margin-top: 10%;

  margin-right: auto;

  margin-left: auto;

  text-align: center;

}



.important {

  display: inline-block;

  padding-right: 6px;

  padding-left: 6px;

  background-color: rgba(231, 26, 67, .66);

  color: #fff;

}



.requerido {

  color: #ed6680;

}



.form-brief {

  margin-top: 5px;

  margin-bottom: 14px;

  color: #818181;

  font-style: italic;

}



.calendario-demo {

  width: 200px;

  margin-top: -21px;

  margin-bottom: 20px;

}



.num-personas {

  width: 60px;

}



.row-num-personas {

  margin-bottom: 20px;

}



.select {

  margin-bottom: 20px;

}



.total-reserva {

  position: relative;

  margin-top: 30px;

  margin-bottom: 50px;

  padding-top: 10px;

  padding-right: 20px;

  padding-bottom: 4px;

  border-top: 2px solid #c7c7c7;

  background-color: #fff;

  background-image: -webkit-linear-gradient(270deg, #ebebeb, #fff 27%);

  background-image: linear-gradient(180deg, #ebebeb, #fff 27%);

  text-align: right;

}



.total-reserva.resumen {

  margin-top: 90px;

}



.total {

  font-size: 22px;

  font-weight: 400;

}



.total-precio {

  color: #e6670c;

  font-weight: 700;

}



.brdr-ticket {

  position: absolute;

  left: 0px;

  right: 0px;

  bottom: 0px;

  height: 15px;

  margin-bottom: -14px;

  background-image: url('../images/bottom-ticket.svg');

  background-position: 0px 100%;

  background-size: 20px;

  background-repeat: repeat-x;

}



.h2-precio {

  margin-top: 10px;

}



.h3-por-reservar {

  margin-bottom: 20px;

}



.btn {

  width: 50px;
  font-weight: 300;
  padding: 0.3em 0;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
  transition: .5s all;
  display: inline-block;
  background: #c1b497;
  outline: none;
  border: 1px solid #d3cab6;
  color: #fff;
}



.btn:hover {

      background-color: #d3cab6;
    border-color: #d3cab6;
    color: white;

}



.btn.medium {

  padding: 10px 24px;

  font-size: 16px;

}



.green-txt {

  color: #333;

}



.gris-txt {

  color: #a2a2a2;

}



.modal-login {

  position: fixed;

  left: 0px;

  top: 0px;

  right: 0px;

  bottom: 0px;

  z-index: 1200;

  display: none;

  background-color: hsla(0, 0%, 100%, .85);

}



.login-options-modal {

  position: absolute;

  left: 0px;

  top: 50%;

  right: 0px;

  display: block;

  overflow: hidden;

  width: 400px;

  height: auto;

  margin-top: auto;

  margin-right: auto;

  margin-left: auto;

  padding-right: 20px;

  padding-bottom: 30px;

  padding-left: 20px;

  border-radius: 4px;

  background-color: #fafafa;

  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .38);

  -webkit-transform: translate(0px, -50%);

  -ms-transform: translate(0px, -50%);

  transform: translate(0px, -50%);

  text-align: center;

}



.header-login-options {

  overflow: hidden;

  margin-right: -20px;

  margin-bottom: 20px;

  margin-left: -20px;

  padding-top: 14px;

  padding-bottom: 14px;

  padding-left: 20px;

  border-top: 1px solid #beeb3b;

  border-bottom: 1px solid rgba(148, 189, 28, .75);

  background-color: #aada1d;

  text-align: left;

}



.etcms-hdr-op-log {

  width: 35%;

}



.btn-txt {

  display: block;

  margin-top: 0px;

  margin-bottom: 10px;

  text-decoration: underline;

}



.btn-txt:hover {

  text-decoration: none;

}



.cerrar {

  width: 40px;

  height: 40px;

  margin-top: 5px;

  margin-right: 10px;

  float: right;

  background-image: url('../images/cerrar-icon.svg');

  background-position: 50% 50%;

  background-size: 30px;

  background-repeat: no-repeat;

}



.cerrar.on-cookies {

  position: absolute;

  top: 0px;

  right: 0px;

  margin-top: 0px;

  margin-right: 0px;

}



.footer-login-options {

  margin: 30px -20px -30px;

  padding-top: 10px;

  padding-right: 20px;

  padding-bottom: 10px;

  border-top: 1px solid #eee;

  background-color: #f1f1f1;

  text-align: right;

}



.h6-footer-log-op {

  display: inline;

  margin-top: 0px;

  margin-bottom: 0px;

  line-height: 12px;

}



.body-login-admin {

  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/admin.jpg');

  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/admin.jpg');

  background-position: 0px 0px, 50% 50%;

  background-size: auto, cover;

  background-repeat: repeat, no-repeat;

}



.login-window {

  position: absolute;

  left: 0px;

  top: 50%;

  right: 0px;

  display: block;

  width: 400px;

  margin-top: auto;

  margin-right: auto;

  margin-left: auto;

  -webkit-transform: translate(0px, -50%);

  -ms-transform: translate(0px, -50%);

  transform: translate(0px, -50%);

  color: #fff;

}



.imput-login {

  border-style: none none solid;

  border-width: 1px;

  border-color: #000 #000 #fff;

  background-color: rgba(0, 0, 0, .13);

}



.login-btn {

  display: block;

  width: 100%;

  margin-top: 20px;

  padding-top: 10px;

  padding-bottom: 10px;

  border-radius: 2px;

  background-color: #aada1d;

  -webkit-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

  font-family: Lato, sans-serif;

  font-size: 16px;

  text-align: center;

}



.login-btn:hover {

  background-color: #333;

  color: hsla(0, 0%, 100%, .66);

}



.login-form {

  margin-top: 15px;

}



.login-txt-link {

  margin-top: 10px;

  float: right;

  opacity: 0.5;

  font-family: Lato, sans-serif;

  text-decoration: underline;

}



.login-txt-link:hover {

  opacity: 1;

}



.cookies-modal {

  position: fixed;

  left: 0px;

  right: 0px;

  bottom: 0px;

  z-index: 1000;

  display: none;

  width: 900px;

  margin-right: auto;

  margin-left: auto;

  padding: 20px 30px;

  border-top-left-radius: 4px;

  border-top-right-radius: 4px;

  background:rgba(0,0,0,0.9);    /*COLOR FONDO LEYENDA COOKIES XCODE*/

  color: #FFF;   /*COLOR TEXTO LEYENDA COOKIES XCODE*/

  text-align: center;

}



.p-cookies-leyend {

  font-size: 11px;

}



.aceptar-btn {

  display: inline-block;

  padding: 2px 6px;

  border-radius: 4px;

  border: 1px solid #FFF;

  background:rgba(0,0,0,0.5);  /*COLOR FONDO BOTÓN COOKIES XCODE*/

  color: #FFF; /*COLOR TEXTO BOTÓN COOKIES XCODE*/

  font-size: 13px;

}



.txt-link-white {       /*COLOR LINK XCODE*/


  color: #FFF;

  text-decoration: underline;

}



.rt-black {

  margin-top: 20px;

  margin-bottom: 0px;

}



.load-more-hldr {

  background-color: #4a539e; /* VER MÁS*/
  width: 40%;
  margin-left: 30%;

}



.resumen-reservado {

  display: block;

  margin-left: 20px;

  padding-top: 4px;

  padding-bottom: 4px;

  text-align: left;

}



.h6-resume {

  margin-top: 2px;

  margin-bottom: 2px;

  color: #929292;

}



.h3-resume {

  margin-top: 0px;

  font-weight: 700;

}



.body-resume {

  background-image: -webkit-linear-gradient(270deg, rgba(15, 8, 2, .88), rgba(15, 8, 2, .88)), url('../images/slide3.jpg');

  background-image: linear-gradient(180deg, rgba(15, 8, 2, .88), rgba(15, 8, 2, .88)), url('../images/slide3.jpg');

  background-position: 0px 0px, 50% 50%;

  background-size: auto, cover;

  background-repeat: repeat, no-repeat;

  background-attachment: scroll, fixed;

}



.hldr-resume-compra {

  width: 500px;

  margin-top: 10%;

  margin-left: 10%;

  padding-top: 10px;

  color: #fff;

}



.h2-resume {

  display: block;

  margin-top: 0px;

  margin-bottom: 20px;

  padding-bottom: 10px;

  border-bottom: 1px dotted #aada1d;

  color: #fff;

  font-style: italic;

  font-weight: 700;

}



.h4-reseme {

  margin-top: 0px;

}



.footer-resume {

  margin-top: 20px;

  padding-top: 20px;

  border-top: 1px solid #fff;

}



html.w-mod-js *[data-ix="topbar-fixed-first"] {

  display: none;

  opacity: 0;

  -webkit-transform: translate(0px, -100%);

  -ms-transform: translate(0px, -100%);

  transform: translate(0px, -100%);

}



html.w-mod-js *[data-ix="lightbox-link-first"] {

  opacity: 0.34;

}



html.w-mod-js *[data-ix="modal-search-first"] {

  display: none;

  opacity: 0;

  -webkit-transform: scale(0.8, 0.8);

  -ms-transform: scale(0.8, 0.8);

  transform: scale(0.8, 0.8);

}



html.w-mod-js *[data-ix="modal-login-options-first"] {

  display: none;

  opacity: 0;

  -webkit-transform: scale(0.8, 0.8);

  -ms-transform: scale(0.8, 0.8);

  transform: scale(0.8, 0.8);

}



html.w-mod-js *[data-ix="cookies-modal"] {

  display: none;

  opacity: 0;

  -webkit-transform: translate(0px, 100%);

  -ms-transform: translate(0px, 100%);

  transform: translate(0px, 100%);

}


#filtros{

width:100%;
position: fixed;
display: inline-flex;
padding: 7px;
margin-top: 5%;
left: 0;
background: rgba(0,0,0,.7);
z-index: 999;
border-radius: 0 10px 10px 0;
overflow-y: scroll; 
}

#filtros p{
  height: 20px;
}

#filtros ul li{
  padding-left: 3px;
float: left !important;
list-style: none;
}

#filtros ul{
  margin: 0 !important;
  float: left !important;
  padding: 0;
}

#filtros ul li label{

  margin-top: -5px;
  font-size: 10px;
  padding-left: 3px;

}

.blok-feed {
    margin-top: 10%;
}

#showmenu{

    float: right !important;
    position: fixed;
    z-index: 999;
    right: 0;
    margin-top: 15px;
}

#showmenu a{

  background-color: #996515;
  border-radius: 0 0 0 16px;
}

@media (max-width: 1001px){
  .c-tt-paquete{
    margin-bottom: 75%;
  }
  .c-paquete-info {
    padding: 1px
  }
  .navbar{
    margin-right: 0%;
  }

}

@media (max-width: 812px) {
  #top {
    height: 100% !important;
  }

}

@media (max-width: 767px) {


  #filtros{

    margin-top: 64px;
  }

.breadcrumbs {

	margin-top: 2%;
}

	.social-search-bar{ /*XCODE UBICACIÓN DE BOTONES BUSCAR Y TELÉFONO RESPECTO A LA DERECHA*/
		top: 7%;
    /*right: 40%;*/
    right: 7%;
	}

  .c-tt-paquete{
    margin-bottom: 85%;
  }
  .rich-content{
        width: 100%;
        padding-right: 30px;
  }
  .logox2{
    width: 45% !important;
    margin-top: 15px !important;
    position: absolute !important;
    margin-left: 24% !important;
  }
  .logox{
    width: 60% !important;
    margin-top: 43px !important;
    position: absolute !important;
    margin-left: 16% !important;
  }
  .redesx{
    margin-top: -230px !important;
    z-index: 9999 !important;
  }

  h1 {

    font-size: 32px;

    line-height: 40px;

  }

  h2 {

    font-size: 26px;

    line-height: 32px;
    

  }

  h3 {

    font-size: 20px;

    line-height: 28px;

  }

  h4 {

    font-size: 16px;

    line-height: 22px;

  }

  h5 {

    font-size: 13px;

    line-height: 18px;

  }

  h6 {

    font-size: 11px;

    line-height: 16px;

  }

  p {

    font-size: 13px;

  }

  .hero {

    height: 100vh;

  }

  .topbar {

    display: block;

  }

  .btn-call.facebook {

    margin-left: 10px;

  }

  .btn-call.search-btn-mov {

    background-color: grey;

  }

  .btn-call.search-btn-mov:hover {

    background-color: #f5c804;

  }

  .main-nav {

    height: auto;

    margin-bottom: 0px;

  }

  .btn-mn { /*XCODE COLOR DE SUBMENU OPCIONES EN RESOLUCIONES PEQUEÑAS*/

    height: auto;

    padding-top: 12px;

    padding-bottom: 12px;

    padding-left: 20px;

    border-bottom: 1px solid #e9e9e9;

    border-top-style: none;

    border-top-width: 0px;

    text-align: left;

    background-color: #fff;

    color: #333;

  }

  .btn-mn:hover {

    border-top-style: none;


  }

  .btn-mn.over-hero-bar {

    height: auto;

    padding-top: 12px;

    padding-bottom: 12px;

    padding-left: 40px;

    border-bottom: 1px solid #e9e9e9;

    border-top-style: none;

    border-top-width: 0px;

    background-color: #fff;

    color: #333;

    font-size: 16px;

    text-align: left;

  }

  .btn-mn.over-hero-bar:hover {

    border-top-style: none;

    border-bottom-style: solid;

    background-color: #fff;

    color: #333;

  }

  .logo-search-bar.on-modnav {

    margin-top: 14px;

    margin-bottom: 0px;

    padding-bottom: 10px;

    border-bottom: 1px solid #333;

  }

  .brgr-nav {

    display: block;

    width: auto;

    height: 40px;

    margin-right: auto;

    margin-left: auto;

    padding-top: 11px;

    padding-left: 40px;

    float: none;

    background-image: url('../images/brgr-icon.svg');

    background-position: 87% 50%;

    background-size: 21px;

    background-repeat: no-repeat;

    color: #fff;

    font-size: 16px;

    text-align: right;

  }

  .brgr-nav.dark {

    color: #2a1607;

  }

  .slider-tt {

    font-size: 45px;

  }

  .resume-slider-package {

    font-size: 14px;

    line-height: 21px;

  }

  .topbar-fixed {

    display: none;

    margin-top: 0px;

  }

  .ofertas-especiales-row {

    padding-right: 10%;

    padding-left: 10%;

  }

  .card-paquete {

    display: block;

    width: 80%;

    height: 240px;

    min-height: 240px;

    margin-right: auto;

    margin-left: auto;

  }

  .c-paquete-btn {

    width: 100%;
    margin-top: 20%;

  }

  .c-recorrido-info {

    width: 70%;

  }

  .footer-info {

    width: 80%;

  }

  .dropdown.on-fixed {

    height: auto;

    padding-top: 12px;

    padding-bottom: 12px;

    border-bottom: 1px solid #e9e9e9;

    border-top-style: none;

  }

  .dropdown.on-fixed:hover {

    border-top-style: none;

    border-bottom-style: solid;

  }

  .dropdown.over-hero-nav { /*XCODE COLOR SUB MENUS EN RESOLUCIONES PEQUEÑAS*/

    height: auto;

    padding-top: 12px;

    padding-bottom: 12px;

    padding-left: 40px;

    border-bottom: 1px solid #e9e9e9;

    border-top-style: none;

    background-color: #fff;

    color: #333;

    font-size: 16px;

  }

  .btn-drppr { /*XCODE COLOR SUB MENUS OPCIONES EN RESOLUCIONES PEQUEÑAS*/

    padding-left: 40px;

    border-bottom-color: #d5d5d5;

    background-color: #fff;

    color: #333;

  }

  .topbar-modal-nav {

    position: relative;

    height: 62px;

  }

  .close-bar {

    padding: 10px 5%;

  }

  .btn-cerrar-nav {

    display: block;

    padding: 7px 24px 7px 7px;

    float: right;

    border: 1px solid #e6670c;

    border-radius: 3px;

    background-image: url('../images/arrow-r.svg');

    background-position: 94% 50%;

    background-size: 16px;

    background-repeat: no-repeat;

    font-family: Futura,"Helvetica","Arial",sans-serif;

    color: #e6670c;

    font-size: 15px;

    line-height: 15px;

    font-weight: 700;

    text-decoration: none;

    text-transform: uppercase;

  }

  .btn-brdr-green {

    margin-right: 20px;

    padding-top: 7px;

    padding-bottom: 7px;

    border: 1px solid #333;

    border-radius: 3px;

    background-color: transparent;

    font-family: Futura,"Helvetica","Arial",sans-serif;

    color: #333;

    font-size: 15px;

    line-height: 15px;

    font-weight: 700;

  }

  .mov-botonera {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    margin-top: 30px;

    padding-right: 5%;

    padding-left: 5%;

    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -webkit-align-content: flex-start;

    -ms-flex-line-pack: start;

    align-content: flex-start;

  }

  .btn-mov-nav {

    height: auto;

    margin-right: 1px;

    margin-bottom: 1px;

    margin-left: 1px;

    padding-top: 20px;

    padding-bottom: 20px;

    -webkit-box-flex: 49%;

    -webkit-flex: 49%;

    -ms-flex: 49%;

    flex: 49%;

    background-color: #333;

    font-family: Futura,"Helvetica","Arial",sans-serif;

    font-size: 18px;

    line-height: 100%;

    font-weight: 700;

  }

  .modal-mnav {

    position: fixed;

    left: 0px;

    top: 0px;

    right: 0px;

    bottom: 0px;

    z-index: 1100;

    display: block;

    background-color: #fff;

  }

  .brgr-btn {

    width: auto;

    /*padding: 30px;*/

    font-family: Futura,"Helvetica","Arial",sans-serif;

    color: #fff;

    font-size: 15px;

    text-transform: uppercase;

  }

  .brgr-btn.w--open {

    background-color: transparent;

  }

  .brgr-btn.on-fixed-nav {

    color: #fff;

  }

  .brgr-btn.on-fixed-nav.w--open {

    background-color: transparent;

    color: #333;

  }

  .brgr-icon { /*XCODE COLOR DE ICONO MENU EN RESOLUCIONES PEQUEÑAS*/

    display: inline-block;

    margin-right: 4px;

    float: left;

    font-size: 22px;

  color: #fff;

  }

  .txt-menu { /*XCODE COLOR TEXTO MENU EN RESOLUCIONES PEQUEÑAS*/

    float: left;
    color: #fff;

  }

  .nav-menu {

    display: block;

    width: 50%;

    margin-right: auto;

    margin-left: auto;

    background-color: #333;

  }

  .nav-menu-mob-on-fixed {

    background-color: #fff;

  }

  .row-paquete {

    display: block;

    width: 90%;

    margin-right: auto;

    margin-left: auto;

  }

  .btn-verde {

    display: block;

    margin-right: 0px;

    margin-bottom: 10px;

    text-align: center;

  }

  .btn-brdr-solid {

    display: block;

    text-align: center;

  }

  .share-btn {

    display: block;

    margin-right: 0px;

    margin-bottom: 20px;

  }

  .costo-adulto {

    margin-bottom: 10px;

  }

  .botonera {

    padding-right: 40px;

  }

  .hldr-social-gallery {

    text-align: right;

  }

  .facebook-sesion {

    margin-left: 0px;

    padding-top: 20px;

    border-top: 1px solid #e0e0e0;

    text-align: right;

  }

  .search-field-modal {

    width: 80%;

  }

  .go-btn {

    width: 8%;

    height: 45px;

    margin-right: 4px;

    background-size: cover;

  }

  .cerrar-btn {

    width: 8%;

  }

  .login-options-modal {

    width: 70%;

  }

  .cookies-modal {

    display: none;

  }

  .p-cookies-leyend {

    font-size: 10px;

  }

  .hldr-resume-compra {

    display: block;

    width: 80%;

    margin-top: 20%;

    margin-right: auto;

    margin-left: auto;

  }

}



@media (max-width: 687px) {
.c-foto-paquete {
    position: relative;
    height: 240px;
    background-color: #fff;
    background-image: url(../images/foto-paquete.jpg), url(../images/example-bg.png);
    background-position: 50% 50%, 50% 50%;
    background-size: 300px, cover;
    margin-left: 0%;
    background-repeat: repeat-x !important;
}
.c-tt-paquete {
    margin-bottom: 0%;
    margin-left: 9%;
}
.c-paquete-info {
    padding: 20px;
    background-color: transparent;
    color: #462107;
    font-style: italic;
    text-align: center;
    margin-right: 0%;
    margin-top: -0px;
}

  h1 {

    font-size: 28px;

    line-height: 35px;

  }

  h2 {

    font-size: 22px;

    line-height: 28px;

  }

  h3 {

    font-size: 16px;

    line-height: 22px;

  }

  h4 {

    font-size: 14px;

    line-height: 20px;

  }

  h5 {

    font-size: 12px;

    line-height: 16px;

  }

  h6 {

    font-size: 10px;

    line-height: 14px;

  }

  p {

    font-size: 12px;

    line-height: 18px;

  }

  .hldr-promo {

    width: 100%;

    margin-left: 0%;

    padding-right: 10px;

    padding-left: 10px;

  }

  .modal-search {

    padding: 20px;

  }

  .etcms {

    width: 150px;


  }

  .btn-call.sesion {

    background-color: #1fafd3;

    background-image: url('../images/login.svg');

    background-size: 30px;

  }

  .btn-call.sesion:hover {

    background-color: #1285a2;

  }

  .logo-etcms {

    height: 95%;

  }

  .brgr-nav {

    background-position: 77% 50%;

  }

  .slider-tt {

    font-size: 40px;

    line-height: 50px;

  }

  .resume-slider-package {

    font-size: 15px;

  }

  .h2-tt {

    width: 90%;

  }

  .h2-tt.dark-tt {

    width: 90%;

  }

  .h3-oferta-tt {

    font-size: 24px;

  }

  .ofertas-especiales-row {

    padding-right: 5%;

    padding-left: 5%;

  }

  .card-paquete {

    width: 90%;

    height: 420px;

    min-height: 420px;

  }

  .c-paquete-btn.solid.icon {

    padding-left: 15px;

  }

  .recorrido-card {

    height: 380px;

  }

  .c-recorrido-info {

    width: 70%;

  }

  .footer-legal {

    height: auto;

  }

  .txt {

    line-height: 13px;

  }

  .info-paquete {

    width: 100%;

    margin-top: 150px;

    padding: 30px 0px 40px;

    border-right-style: none;

  }

  .share-btn {

    display: inline-block;

    margin-right: 20px;

  }

  .small-txt {

    margin-top: 0px;

  }

  .wrpr-in-info-paquete {

    padding-right: 21px;

    padding-left: 21px;

  }

  .search-field-modal {

    width: 78%;

  }

  .text-busqueda {

    font-size: 18px;

    line-height: 18px;

  }

  .go-btn {

    width: 10%;

    height: 30px;

  }

  .cerrar-btn {

    width: 10%;

    height: 30px;

  }

  .login-options-modal {

    width: 80%;

  }

  .header-login-options {

    padding-top: 10px;

    padding-bottom: 10px;

  }

  .etcms-hdr-op-log {

    width: 50%;

  }

  .cookies-modal {

    width: 100%;

    border-top-left-radius: 0px;

    border-top-right-radius: 0px;

  }


  scrollbar-face-color: #6685CA;

  scrollbar-highlight-color: #6685CA;

  scrollbar-shadow-color: #6685CA;

  scrollbar-3dlight-color:#FFFFFF;

  scrollbar-arrow-color:#FFFFFF;

  scrollbar-track-color:#E5E5E5;

  scrollbar-drakshadow-color:#000000;




}



