/*
Theme Name: Tecnodus Child
Description: Tecnodus Child Theme
Author: Diego Quispe Amachi
Author URI: https://tecnodus.com
Template: theme
Version: 1.0.0
Text Domain: theme-childbox
Domain Path: /languages
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.Zebra_DatePicker {
    border: 1px solid #bdbdbd !important;
    background-color: #f3f3f3;
    border-radius: 15px;
}

.small_card img {
    width: 100%;
}

.showcase_box1 {
        padding: 30px;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0.8995973389355743) 0%, rgba(0,0,0,0) 76%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.8995973389355743) 0%, rgba(0,0,0,0) 76%);
    background: linear-gradient(180deg, rgba(0,0,0,0.8995973389355743) 0%, rgba(0,0,0,0) 76%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}


.small_card h6 a {
    margin-bottom: 0;
    color: #fe8a14;
    text-decoration: 0;
    font-size: 1.2rem;
}


.small_card p {
    font-size: 0.7rem;
}


.card .menu-content {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
h3.author {
    font-size: 1.8rem !important;
    color: white;
    font-weight: 700;
}


.title {
    background-color: #ff672d;
    padding: 5px;
    width: fit-content;
    border-radius: 5px;
}


.card .menu-content::before, .card .menu-content::after {
  content: "";
  display: table;
}
.card .menu-content::after {
  clear: both;
}
.card .menu-content li {
  display: inline-block;
}
.card .menu-content a {
  color: #fff;
}
.card .menu-content span {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 10px;
  font-weight: 700;
  font-family: "Open Sans";
  transform: translate(-50%, 0);
}
.card .wrapper {
  background-color: #fff;
  min-height: 540px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
}
.card .wrapper:hover .data {
  transform: translateY(0);
}
.card .data {
    padding-top: 100px;
    padding-bottom: 53px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    transform: translateY(calc(70px + 1em));
    transition: transform 0.3s;
}
.card .data .content {
  padding: 1em;
  position: relative;
  z-index: 1;
}
.card .author {
  font-size: 12px;
}
.card .title {
  margin-top: 10px;
}
.card .text {
  height: 70px;
  margin: 0;
}
.card input[type=checkbox] {
  display: none;
}
.card input[type=checkbox]:checked + .menu-content {
  transform: translateY(-60px);
}

.example-1 .wrapper {
  background: url(https://images.unsplash.com/photo-1496979551903-46e46589a88b?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=cda12b505afa1beb06e49d89014cbd65&auto=format&fit=crop&w=634&q=80) 20% 1%/cover no-repeat;
}
.example-1 .date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #77d7b9;
  color: #fff;
  padding: 0.8em;
}
.example-1 .date span {
  display: block;
  text-align: center;
}
.example-1 .date .day {
  font-weight: 700;
  font-size: 24px;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
}
.example-1 .date .month {
  text-transform: uppercase;
}
.example-1 .date .month,
.example-1 .date .year {
  font-size: 12px;
}
.example-1 .content {
  background-color: #fff;
  box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
}
.example-1 .title a {
  color: gray;
}
.example-1 .menu-button {
  position: absolute;
  z-index: 999;
  top: 16px;
  right: 16px;
  width: 25px;
  text-align: center;
  cursor: pointer;
}
.example-1 .menu-button span {
  width: 5px;
  height: 5px;
  background-color: gray;
  color: gray;
  position: relative;
  display: inline-block;
  border-radius: 50%;
}
.example-1 .menu-button span::after, .example-1 .menu-button span::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  position: absolute;
  border-radius: 50%;
}
.example-1 .menu-button span::before {
  left: -10px;
}
.example-1 .menu-button span::after {
  right: -10px;
}
.example-1 .menu-content {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  transition: transform 0.3s;
  transform: translateY(0);
}
.example-1 .menu-content li {
  width: 33.333333%;
  float: left;
  background-color: #77d7b9;
  height: 60px;
  position: relative;
}
.example-1 .menu-content a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}
.example-1 .menu-content span {
  top: -10px;
}

.example-2 .wrapper {
  background: url(https://tvseriescritic.files.wordpress.com/2016/10/stranger-things-bicycle-lights-children.jpg) center/cover no-repeat;
}
.example-2 .wrapper:hover .menu-content span {
  transform: translate(-50%, -10px);
  opacity: 1;
}
.example-2 .header {
  color: #fff;
  padding: 1em;
}
.example-2 .header::before, .example-2 .header::after {
  content: "";
  display: table;
}
.example-2 .header::after {
  clear: both;
}
.example-2 .header .date {
  float: left;
  font-size: 12px;
}
.example-2 .menu-content {
  float: right;
}
.example-2 .menu-content li {
  margin: 0 5px;
  position: relative;
}
.example-2 .menu-content span {
  transition: all 0.3s;
  opacity: 0;
}
.example-2 .data {
    
background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0.8995973389355743) 0%, rgba(0,0,0,0) 76%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.8995973389355743) 0%, rgba(0,0,0,0) 76%);
background: linear-gradient(0deg, rgba(0,0,0,0.8995973389355743) 0%, rgba(0,0,0,0) 76%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);


  color: #fff;
  transform: translateY(calc(70px + 4em));
}
.example-2 .title a {
  color: #fff;
}
.example-2 .button {
  display: block;
  width: 100px;
  margin: 2em auto 1em;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  position: relative;
  font-weight: 700;
}
.example-2 .button::after {
  content: "→";
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
.example-2 .button:hover::after {
  transform: translate(5px, -50%);
  opacity: 1;
}





/* diseño de la tarjreta del blog */

.blog {
    position: relative;
    width: 23em;
    height: 30em;
    background-size: 110%;
    box-shadow: 3px 3px 20px rgba(0,0,0,0.5);
    margin: auto;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
    overflow: hidden;
}
.blog *{
  position: relative;
  z-index: 2;
}

section h2 img {
    width: 42px;
    margin-top: -5px;
    margin-right: 5px;
}



.title-box h3 {
    font-weight: 700;
    color: white;
    letter-spacing: 0;
    font-size: 2rem;
    line-height: 1.2;
    text-shadow: 0 0 9px black;
}


.blog:hover .color-overlay{
  background:rgba(74, 100, 114, 0.8);
}
.blog:hover .info{
  bottom: -3em;
  opacity: 1;
}
.blog, .color-overlay{
   border-radius: 0.7em;
}
.color-overlay{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  transition: 0.7s background;
  background: rgba(74, 100, 114, 0.3);
  z-index: 1;
}

.title-box{
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 2em;
}
.title-box hr{
  margin-top: -0.4em;
  margin-bottom: 1em;
  width: 5em;
  height: 0.25em;
  box-sizing: content-box;
  border: none;
  background: #D0BC57;
}
h3{
   display: inline-block;
   font-weight: 500;
   font-size: 1.4em;
}



.info {
    font-size: 1.2em;
    color: #fff;
    line-height: 1.1em;
    padding: 15px;
    position: relative;
    bottom: -4em;
    opacity: 0;
    background: transparent;
    transition: opacity 0.3s, bottom 0.3s;
    text-align: center;
}

.footer{
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10em;
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9));
  border-radius:  0 0 0.7em 0.7em;
}

.footer > .icon-holder{
  position: absolute;
  bottom: 0;
  height: 3em;
  width: 100%;
  display: inline-block;
  font-size: 1.2em;
  padding: 0 2em;
  
}


.btn-success {
    color: white !IMPORTANT;
}


.icon-holder i{
  
  color: #D0BC57;
}


.card.price-card h5 {
    font-size: 0.9rem;
    text-align: center;
    color: black;
}

.card.price-card p.card-text {
    font-size: 1.7rem;
    color: orange;
    text-align: center;
}



.showcase {
    overflow: hidden;
    box-shadow: 0 0 12px 0px #00000033;
    padding: 0;
    background-size: cover;
    border-radius: 20px;
    min-height: 600px;
    background-position: center center;
}

.showcase h3 {
    font-size: 3rem;
    color: white;
    font-weight: 700;
}

.showcase .label {
    color: white;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 10px;
}

.showcase .sites {
    color: white;
}



/* diseño de la tarjreta del blog */



.header-post {
    position: relative;
} 
.post-title {
    position: absolute;
    bottom: 40%;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 2rem !important;
}

.header-post img {
    width: 100%;
}

h1.page-title {
    font-size: 3rem;
    font-weight: 600;
    text-shadow: 0 0 11px black;
}


.container {
    max-width: 1400px !important;
}

.box_card {
    overflow: hidden;
    position: relative;
}

.stars img {
    height: 21px;
}

.stars {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 0.9rem;
    font-weight: 600;
}


.label_1 {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0 10px;
    position: absolute;
    top: 7px;
    background-color: #e7ab2c;
    color: white;
    font-size: 0.9rem;
    font-weight: 500;
}

.bar {
    box-shadow: 0 0 7px 2px #00000024;
    margin-left: 15px;
    z-index: 99;
    background-color: white;
    margin-top: -18px;
    position: relative;
    margin-right: 15px;
    border-radius: 15px;
    padding: 5px 10px;
    font-size: 0.8rem;
    margin-bottom: 15px;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}


.fluentform_wrapper_4 button.disabled {
    background-color: #4898fc !important;
    cursor: not-allowed !important;
}

.box_map {
    color: #9b9b9b;
    font-size: 0.9rem;
    width: 100%;
    border-radius: 15px;
    padding: 10px;
    background-color: white;
}

.box_map img {
    width: 100%;
    border-radius: 15px;
}

.price_card img {
    width: 100%;
}

p.price {
    font-size: 1.2rem;
    font-weight: 700;
    color: #FF672D;
}

.detalles ul {
    margin: 0;
    padding-left: 20px;
    font-size: 0.9rem;
    line-height: 1.4;
    text-align: left;
}

p.nota {
    font-weight: 600;
    font-size: 0.9rem;
}

.accordion.faqs button {
    font-weight: 600 !important;
    padding: 15px;
}


.box-destination {
    position: relative;
}

.destination_card {
    padding: 100px 15px 5px 15px;
    position: absolute;
    bottom: 0;
    color: white;
    width: 100%;
    text-align: center;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(360deg, rgba(0,0,0,0.9472163865546218) 0%, rgba(0,0,0,0.006039915966386533) 76%);
    background: -webkit-linear-gradient(360deg, rgba(0,0,0,0.9472163865546218) 0%, rgba(0,0,0,0.006039915966386533) 76%);
    background: linear-gradient(360deg, rgba(0,0,0,0.9472163865546218) 0%, rgba(0,0,0,0.006039915966386533) 76%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}


p.slogan {
    margin-bottom: 0 !important;
    padding-bottom: 0px;
    color: grey;
    font-size: 0.9rem;
    font-style: normal;
}

.box-destination img {
    transition: all 500ms;
    border-radius: 15px;
}

.box-destination a:hover img {
    transform: scale(1.1);
}
.box-destination {
    border-radius: 15px;
    overflow: hidden;
}
.card_content h4 {
    font-size: 1.2rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
}





/* Add your custom CSS codes in assets/less/style.less */


.jet-mobile-menu__item {
    padding-left: 20px;
    border-radius: 5px;
    margin-bottom: 5px;
    background-color: #ffffff26;
    color: black;
}

.jet-mobile-menu__container-inner {
    padding: 10px;
}

div#loading_b svg {
    width: 10px;
}


/* card tour */

.tour-card h4 a {
    color: #000000;
    transition: all 300ms;
}


.tour-card h4 a:hover{
    color: #FF672D;
}



.tour-card img {
    border-radius: 10px;
}

.tour-card {
    border: 1px solid white;
    border-radius: 10px;
}

.tour-card h4 {
    font-weight: 600;
    color: #0546AA;
    min-height: 55px;
    margin-bottom: 0;
    font-size: 1.2rem;
}

.overview_detail {
    border-top: 3px solid #d91023;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.9rem;
    text-align: justify;
    line-height: 1.3;
}


.label_from {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1;
}
.label_data {
    font-weight: 700;
    color: #ff672d;
    font-size: 1.4rem;
    line-height: 1;
}

.details {
    font-size: 0.8rem;
}
.details li {
    padding: 5px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

h1.title-tour {
    font-weight: 700;
    font-size: 2.7rem;
    color: black;
}

.sites_to_visit {
    color: #9b9b9b;
}

.sites_to_visit i {
    color: #ff672d;
}


.details li:hover {
    background-color: whitesmoke;
}

.details ul.list-group {
    border-radius: 0px;
}


.box_price {

    outline-offset: 0;
    background-color: #FFFFFF;
    padding: 1rem;
    box-shadow: 0px 2px 10px rgb(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 24px;
    display: grid;
    grid-template-columns: 1fr;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    grid-template-rows: 1fr auto;
}


.box_label_data {
    font-size: 2.1rem;
    line-height: 1;
    font-weight: 700;
    color: #ff672d;
}


.box_label_from {
    font-weight: 600;
    line-height: 1;
}


/* Establecer un margen derecho entre los slides */
.slider-tour .slide-tour {
    margin-right: 10px; /* Ajusta el valor según tu preferencia */
}

/* O ajustar el ancho de los slides y el contenedor para agregar separación */
.slider-tour {
    display: flex;
}

.slider-tour .slide-tour {
    flex: 0 0 calc(20% - 20px); /* Aumenta el ancho y el margen derecho según tu preferencia */
    margin-right: 20px;
}



ul.list-group li {
    font-weight: 600;
}
ul.list-group span {
    font-weight: 400;
}


/* card tour */

button.kr-popin-button {
    line-height: 1;
    font-weight: 500;
    width: 300px;
    font-size: 1.4rem !important;
    background-color: #ffb700 !important;
    display: block;
    margin: auto !important;
    color: black !important;
    border-radius: 10px;
}


@font-face {
    font-family: 'Built';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url('https://www.terraquechuaperu.com//wp-content/uploads/2023/08/built_titling_bd-webfont.eot');
    src: url('https://www.terraquechuaperu.com//wp-content/uploads/2023/08/built_titling_bd-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://www.terraquechuaperu.com//wp-content/uploads/2023/08/built_titling_bd-webfont.woff2') format('woff2'),
    url('https://www.terraquechuaperu.com//wp-content/uploads/2023/08/built_titling_bd-webfont.woff') format('woff'),
    url('https://www.terraquechuaperu.com//wp-content/uploads/2023/08/built_titling_bd-webfont.ttf') format('truetype'),
    url('https://www.terraquechuaperu.com//wp-content/uploads/2023/08/built_titling_bd-webfont.svg#Built') format('svg');
}

.intro_1 {
    background-color: #0647ab;
    color: white;
    padding: 12px;
    font-weight: 500;
    text-align: center;
}

.intro_2 {
    background-color: orange;
    color: white;
    padding: 12px;
    font-weight: 500;
    text-align: center;
}



.banner_box img {
    width: 100%;
}
.banner_box {
    position: relative;

}

.banner_content h4 {
    color: white;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 700;
}


.banner_content {
    padding: 15px;
    position: absolute;
    top: 44%;
    text-align: center;
    width: 100%;
}
.menu_vert_box li {
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    line-height: 1;
    border-radius: 5px;
    background-color: white;
}
ul.menu_vert {
    list-style: none;
    padding: 0;
}
.menu_vert_box a {
    margin-bottom: 0;
    margin-top: 0px;
    overflow: hidden !important;
    transition: all 500ms;
    padding: 10px;
    display: block;
    font-weight: 500;
    text-decoration: none;
    color: #0647ab;
}
.menu_vert_box a:hover {
    color: white;
    background-color: #fd9d01;
}




.intro_2 {
    padding: 15px;
    background-color: #fd9d01;
    color: white;
    text-align: center;
    font-weight: 600;
}


.jet-menu .jet-menu-item .top-level-link {
    transition: all 300ms;
}



.elementor-6 .elementor-element.elementor-element-c0cef7c .jet-menu ul.jet-sub-menu {
    min-width: 300px;
    max-width: max-content;
}
.header {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.title_box {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.6699054621848739) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.6699054621848739) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0.6699054621848739) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

ul.nav_menu a {
    text-decoration: none;
}



.title_box h1 {
    color: white;
    font-size: 2.8rem;
}

.tour {
    background-color: #f7f7f7;
}
.sidebar {
    z-index: 9;
    position: relative;
}




.price_data {
    line-height: 1;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}

.price_from {
    text-align: center;
    line-height: 1;
}


.price_pp {
    text-align: center;
    font-style: italic;
    color: #7e7e7e;
}

.price_box {
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 15px;
}

.tripadvisor_sidebar img {
    width: 100%;
}


a.btn-especial {
    background-color: #ff672d;
    color: white;
}

a.btn-especial:hover {
    background-color: #ffc700;
    color: white;
}

.btn_box {
    padding-bottom: 15px;
    text-align: center;
}

.detalles {
    outline-offset: 0;
    padding: 1rem;
    box-shadow: 0px 2px 10px rgb(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-radius: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: white;
    margin-top: 15px;
    border: 1px solid #e7e7e7;
    margin-bottom: 15px;
}

.detalles_box {
    margin-bottom:0;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 10px;
}

.two-columns {
    column-count: 2;
    column-gap: 20px;
}


.overview {
    border: 1px solid transparent;
}

.highlight ul div i {
    margin-left: -25px;
    margin-right: 10px;
    color: #00b341;
}

.highlight ul div {
    text-align: justify;
    font-style: italic;
    margin-bottom: 20px;
    padding-left: 20px;
    color: #838383;
}

h3.accordion-header {
    width: 100%;
}



.icon_det {
    margin-right: 0px;
    width: 50px;
    float: left;
}

.icon_det img {
    width: 35px;
}



.title {
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;

}
.detalle_content {
    line-height: 1;
}


.nav_menu {
    position: sticky;
    top: 0;
}


ul.nav_menu {
    margin: 0 0 15px 0;
    padding: 5px;
    list-style: none;
    z-index: 999;
    display: inline-flex;
    background-color: white;
    width: 100%;
}

li.normal {
    border-radius: 10px;
    background-color: #fd9d01;
    font-size: 1.1rem;
    padding: 10px;
    text-align: center;
    margin-right: 10px;
    color: white;
    transition: all 200ms;
}

.icono_tab {
    color: white;
}



.itinerary_label {
    color: white;
    padding: 0px;
    border-radius: 5px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    margin-top: 0px;
}


li.normal.current {
    background-color: #0647ab;
}
li.normal:hover {
    background-color: #0647ab;
    color: white;
}


.slider-nav {
    background-color: black;
}

.slider-nav img.slick-slide {
    border-radius: 10px;
    opacity: 0.6;
    cursor: pointer;
    padding: 5px;
    transition: all 200ms;
}
.slider-nav img.slick-slide:hover {
    opacity: 1;
    cursor: pointer;
}

.tour-accordion button.accordion-button {
    font-weight: 700;
    background-color: #ffffff !important;
    color: #d91023 !important;
}

.inclusions-accordion button.accordion-button {
    background-color: #f1f1f1;
}


span.icon_inc {
    color: green;
    margin-right: 10px;
}
span.icon_noinc {
    color: #FF672D;
    margin-right: 10px;
}

.header img {
    width: 100%;
}

img.image-itinerario {
    border: 1px solid #d9d9d9;
    transition: all 200ms;
    width: 100%;
    padding: 5px;
}
img.image-itinerario:hover {
    border: 1px solid #ff7920;
    transition: all 200ms;
    width: 100%;
    padding: 5px;
}

a.btn-block {
    width: 100%;
}
.faqs .accordion-button {
    font-weight: 600;
}


.faqs .accordion-button:not(.collapsed) {
    background-color: whitesmoke;
    font-weight: 600;
}
.faqs .accordion-button:hover {
    font-weight: 600;
    background-color: whitesmoke;
}

.Zebra_DatePicker {
    position: inherit !important;
    width: 100% !important;
    border: 0px !important;
    box-shadow: none !important;
}
.Zebra_DatePicker .dp_header .dp_previous, .Zebra_DatePicker .dp_header .dp_next {
    font-size: 25px;
    color: #FF672D;
}

.Zebra_DatePicker .dp_header .dp_previous, .Zebra_DatePicker .dp_header .dp_next {
    font-size: 25px;
    color: #FF672D;
}


.btn-pax {
    color: white;
    background-color: #FF672D;
    border-radius: 50%;
    border: 0;
    width: 30px;
    height: 30px;
}


h4.selects {
    font-size: 1.2rem;
    margin-bottom: 20px;
}


.btn-reservar {
    width: 100%;
}

.title-page {
    width: 100%;
}

.title-page-desktop img {
    width: 100%;
}

.title-page {
    position: relative;
}
.bg_title {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.6699054621848739) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.6699054621848739) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0.6699054621848739) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 290px;
}

.bg_title h1 {
    font-size: 3.5rem;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 0 17px black;
}

h1.destination-category {
    color: black;
}



.texto_debajo {
    color: white;
}

.tour h2 {
    text-transform: uppercase;
    font-size: 1.25rem;
    color: #000000;
    padding-bottom: 5px;
    font-weight: 700;
}

.highlight ul {
    list-style: none;
    padding-left: 0;
}

.tour section {
    transition: all 300ms;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.tour section:hover {
    border-top: 1px solid #ffc700;
    border-bottom: 1px solid #ffc700;
    border-left: 1px solid #ffc700;
    border-right: 1px solid #ffc700;
}

.tour section h2 {
    position: relative;
    font-size: 24px;
    text-align: left;
}

.tour section h2::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -32px;
    width: 146px;
    height: 5px;
    background-color: #fea502;
}

.tour section {
    padding: 30px;
}



.no ul, .si ul {
    padding-left: 20px;
    list-style: none;
}

.si ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: green; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.no ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: red; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}


.inclusions h3.si {
    color: green;
    font-size: 1.3rem;
}

.inclusions h3.no {
    color: red;
    font-size: 1.3rem;
}

.why_card {
    border: 3px solid white;
    color: white;
    overflow: hidden;
    border-radius: 30px;
}


.why_card  .card-body {
    background-color: black;
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}

.highlight ul li {
    color: grey;
    font-style: italic;
    padding-left: 20px;
    border-left: 1px solid #d1d1d1;
    padding-bottom: 0px;
    margin-bottom: 20px;
    text-align: justify;
    transition: all 300ms;
}

.highlight ul li:hover {
    border-left: 1px solid red;
}

.title-text {
    text-align: center;

}

.title-text img {
    width: 147px;
}



.accordion-button:not(.collapsed) {
    color: black;
    background: none !important;
}

h2.accordion-header {
    cursor: pointer;
}


.accordion-button {
    padding-top: 0px;
}


span.circle_icono {
    margin-left: -43px;
    margin-right: 0px;
    font-size: 1.5rem;
    padding: 10px;
    background-color: white;
    border-radius: 50%;
}


.tour-accordion .accordion-body {
    padding: 30px 0;
}

.tour-accordion  .accordion-button.collapsed {
    border: 1px solid #f5f5f5;
    margin-bottom: 15px;
    border-radius: 15px !IMPORTANT;
    PADDING: 15px !important;
    background-color: #f5f5f5;
    cursor: pointer;
}
.tour-accordion  .accordion-button.collapsed:hover {
    border: 1px solid #f5f5f5;
    margin-bottom: 15px;
    border-radius: 15px !IMPORTANT;
    PADDING: 15px !important;
    background-color: #ffc700;
    cursor: pointer;
    color: white;
}

.tour-accordion .accordion-button {
    border: 1px solid #f5f5f5;
    margin-bottom: 15px;
    border-radius: 15px !IMPORTANT;
    PADDING: 15px !important;
    background-color: #f5f5f5 !IMPORTANT;
    cursor: pointer;
}
.tour-accordion  .accordion-button:hover {
    border: 1px solid #f5f5f5;
    margin-bottom: 15px;
    border-radius: 15px !IMPORTANT;
    PADDING: 15px !important;
    background-color: #ffc700 !IMPORTANT;
    cursor: pointer;
    color: white;
}


.accordion-item.accordion-item-tour {
    border: 0px;
}

.card2 {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    border: 4px solid white;
}
.box-title {
    padding: 40px 10px 10px 10px;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.8407738095238095) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.8407738095238095) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0.8407738095238095) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    color: white;
    position: absolute;
    bottom: 0;
    z-index: 999999;
}
.box-title h3 {
    text-shadow: 0 0 15px black;
    font-weight: 700;
    font-size: 1.5rem;
}
.data {
    color: #ffd01e;
    font-weight: 700;
}

.card2 a img {
    transform: scale(1);
    transition: all 1000ms;
}

.card2 a:hover img {
    transform: scale(1.2);
}

ul.polylang_langswitcher {
    margin-top: -6px;
    text-align: right;
    padding: 0;
    margin-bottom: 0;
}
ul.polylang_langswitcher a {
    line-height: 1;
    text-transform: uppercase;
    color: white;
    font-size: 0.8rem;
    font-weight: 500;
}
li.lang-item {
    display: inline-block;
    line-height: 1;
    height: 100%;
    padding-left: 9px;
    margin-right: 0px;
}






.wa__button{
    border-bottom: none !important;
}

.wa__btn_w_img:hover{
    text-decoration: none;
}

.wa__button,
.wa__btn_popup,
.wa__button *,
.wa__btn_popup *,
.wa__btn_popup :before,
.wa__button :before,
.wa__button :after,
.wa__btn_popup :after,
.wa__popup_chat_box,
.wa__popup_chat_box *,
.wa__popup_chat_box :before,
.wa__popup_chat_box :after{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* VVV--button--VVV */
.wa__button{
    position: relative;
    width: 300px;
    min-height: 64px;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: none;
    color: #fff;
    box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);
    -webkit-box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);
    -moz-box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);
}
.wa__btn_txt{
    display: inline-block;
    font-size: 12px;
    line-height: 1.33em;
}

.wa__btn_w_icon .wa__btn_txt{
    padding: 16px 20px 15px 71px;
}

.wa__button_text_only .wa__btn_txt,
.wa__r_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt,
.wa__sq_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt{
    padding-top: 25px;
    padding-bottom: 24px;
}



.wa__btn_w_icon .wa__btn_txt .wa__btn_title{
    font-weight: 600;
    padding-left: 2px;
    font-size: 14px;
}

.wa__cs_info{
    margin-bottom: 2px
}

.wa__btn_status{
    color: #F5A623;
    font-size: 9px;
    padding: 2px 0 0;
    font-weight: 700;
}

.wa__cs_info .wa__cs_name,
.wa__cs_info .wa__cs_status{
    display: inline-block;
}

.wa__cs_info .wa__cs_name{
    font-weight: 400;
    font-size: 12px;
    line-height: 1.36em;
}

.wa__stt_online .wa__cs_info .wa__cs_name{
    color: #d5f0d9
}

.wa__stt_offline .wa__cs_info .wa__cs_name{
    color: #76787d;
}

.wa__cs_info .wa__cs_status{
    width: 36px;
    height: 14px;
    margin-left: 3px;
    padding: 1px;
    font-size: 9px;
    line-height: 1.34em;
    border-radius: 5px;
    color: rgba(255,255,255,0.98);
    position: relative;
    top: -1px;
    left: 0px;
    text-align: center;
}

.wa__stt_online .wa__cs_info .wa__cs_status{
    background: #62c971;
}

.wa__stt_offline .wa__cs_info .wa__cs_status{
    background: #b9bbbe;
}


.wa__stt_online{
    background: #2DB742;
    cursor: pointer;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    backface-visibility: hidden;
    will-change: transform;
}
.wa__stt_online .wa__btn_txt{
    position: relative;
    z-index: 4;
}
.wa__r_button.wa__stt_online:before{
    border-radius: 50vh;
}
.wa__sq_button.wa__stt_online:before{
    border-radius: 5px;
}
.wa__stt_online:before{
    content: '';
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    background: rgba(0,0,0,0.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    will-change: opacity;
}
.wa__button.wa__stt_online:focus,
.wa__button.wa__stt_online:active,
.wa__button.wa__stt_online:hover{
    box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.19);
    transform: translate(0,-3px);
    -webkit-transform: translate(0,-3px);
    -moz-transform: translate(0,-3px);
    -ms-transform: translate(0,-3px);
}
.wa__button.wa__stt_online:focus:before,
.wa__button.wa__stt_online:active:before,
.wa__button.wa__stt_online:hover:before{
    opacity: 1;
}
.wa__stt_online.wa__btn_w_icon .wa__btn_icon img{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
}

.wa__stt_offline{
    background: #EBEDF0;
    color: #595B60;
    box-shadow: none;
    cursor: initial;
}

.wa__stt_offline.wa__btn_w_icon .wa__btn_txt {
    padding: 8px 20px 6px 71px;
}

.wa__stt_offline.wa__r_button.wa__btn_w_img .wa__btn_txt{
    padding: 8px 20px 8px 100px
}

.wa__stt_offline.wa__sq_button.wa__btn_w_img .wa__btn_txt {
    padding: 8px 20px 8px 70px;
}

.wa__btn_w_icon .wa__btn_icon{
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}

.wa__btn_w_icon .wa__btn_icon img{
    width: 41px;
    height: 69px;
}

.wa__btn_w_img{
    position: relative;
    width: 300px;
    margin: 20px 0 20px;
}

.wa__btn_w_img .wa__cs_img{
    position: absolute;
    top: 50%;
    left: 0px;
    text-align: center;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
}
.wa__btn_w_img .wa__cs_img_wrap{
    width: 79px;
    height: 79px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 3px solid #ffffff;
    position: relative;
    overflow: hidden;
}
.wa__btn_w_img .wa__cs_img img{
    max-width: 100%;
    height: auto;
    transition: 0.2s ease transform;
    -webkit-transition: 0.2s ease transform;
    -moz-transition: 0.2s ease transform;
}
.wa__btn_w_img .wa__cs_img:after{
    content: '';
    background: #ffffff url('images/whatsapp_logo_green.svg') center center no-repeat;
    background-size: 21px;
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 20px;
    right: -14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
    -webkit-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
    -moz-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
}

.wa__stt_offline.wa__btn_w_img .wa__cs_img:after{
    content: '';
    background: #ffffff url('images/whatsapp_logo_gray.svg') center center no-repeat;
    background-size: 21px;
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 20px;
    right: -14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
    -webkit-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
    -moz-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
}


.wa__btn_w_img .wa__btn_txt{
    padding:14px 20px 12px 103px;
}

.wa__r_button{
    border-radius: 50vh;
}

.wa__sq_button{
    border-radius: 5px;
}

.wa__sq_button.wa__btn_w_img{
    width: 270px;
    margin-left: 30px;
}

.wa__r_button.wa__btn_w_img .wa__cs_img{
    left: -5px;
}

.wa__sq_button.wa__btn_w_img .wa__cs_img{
    left: -35px;
}

.wa__sq_button.wa__btn_w_img .wa__btn_txt{
    padding: 10px 20px 10px 70px;
    display: table-cell;
    vertical-align: middle;
    height: 66px;
}

.wa__btn_txt .wa__btn_title{
    font-weight: 600;
}

.wa__r_button.wa__btn_w_img .wa__btn_txt{
    padding: 8px 20px 8px 100px;
    display: table-cell;
    vertical-align: middle;
    height: 66px;
}

.wa__r_button.wa__btn_w_img .wa__cs_info .wa__cs_status{
    margin-left: 3px;
}
/* ^^^--button--^^^ */

/* VVV--popup--VVV */

.wa__popup_chat_box{
    font-family: Arial,Helvetica,sans-serif;
    width: 351px;
    border-radius: 5px 5px 8px 8px;
    -webkit-border-radius: 5px 5px 8px 8px;
    -moz-border-radius: 5px 5px 8px 8px;
    position: fixed;
    overflow: hidden;
    box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
    -webkit-box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
    bottom: 102px;
    right: 25px;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate(0,50px);
    transform: translate(0,50px);
    -webkit-transform: translate(0,50px);
    -moz-transform: translate(0,50px);
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    will-change: transform,visibility,opacity;
    max-width: calc(100% - 50px);
}
.wa__popup_chat_box:hover,
.wa__popup_chat_box:focus,
.wa__popup_chat_box:active{
    box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);
    -webkit-box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);
    -moz-box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);
}
.wa__popup_chat_box.wa__active{
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    visibility: visible;
    opacity: 1;
}
.wa__popup_chat_box .wa__popup_heading{
    position: relative;
    padding: 15px 43px 17px 74px;
    color: #d9ebc6;
    background: #2db742;
}
.wa__popup_chat_box .wa__popup_heading_sm{
    padding: 12px 15px 17px 74px;
}
.wa__popup_chat_box .wa__popup_heading:before{
    content: '';
    background: url('images/whatsapp_logo.svg') center top no-repeat;
    background-size: 33px;
    display: block;
    width: 55px;
    height: 33px;
    position: absolute;
    top: 20px;
    left: 12px;
}
.wa__popup_chat_box .wa__popup_heading_sm:before{
    top: 19px;
    left: 11px;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_title{
    padding-top: 2px;
    padding-bottom: 3;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro{
    padding-top: 4px;
    font-size: 12px;
    line-height: 20px;
}
.wa__popup_chat_box .wa__popup_heading_sm .wa__popup_intro{
    padding-top: 0px;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a{
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:hover,
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:focus,
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:active{
    text-decoration: underline;
}

.wa__popup_chat_box  .wa__popup_notice{
    font-size: 11px;
    color: #a5abb7;
    font-weight: 500;
    padding: 0 3px;
}
.wa__popup_chat_box .wa__popup_content{
    background: #ffffff;
    padding: 13px 20px 21px 19px;
    text-align: center;
}
.wa__popup_chat_box .wa__popup_content_left{
    text-align: left;
}
.wa__popup_chat_box .wa__popup_avatar{
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    left: 12px;
    top: 12px;
}

.wa__popup_chat_box .wa__popup_avatar.nta-default-avt{
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
}

.wa__popup_chat_box .wa__stt{
    padding: 13px 40px 12px 74px;
    position: relative;
    text-decoration: none;
    display: table;
    width: 100%;
    border-left: 2px solid #2db742;
    background: #f5f7f9;
    border-radius: 2px 4px 2px 4px;
    -webkit-border-radius: 2px 4px 2px 4px;
    -moz-border-radius: 2px 4px 2px 4px;
}
.wa__popup_chat_box .wa__stt:after{
    content: '';
    background: url('images/whatsapp_logo_green.svg') 0 0 no-repeat;
    position: absolute;
    right: 14px;
    top: 26px;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}
.wa__popup_chat_box .wa__stt.wa__stt_offline:after{
    background-image: url('../../images/whatsapp_logo_gray_sm.svg');
}
.wa__popup_chat_box .wa__stt.wa__stt_online{
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
}
.wa__popup_chat_box .wa__stt.wa__stt_online:hover,
.wa__popup_chat_box .wa__stt.wa__stt_online:active,
.wa__popup_chat_box .wa__stt.wa__stt_online:focus{
    background: #ffffff;
    box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
    -webkit-box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
    -moz-box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
}
.wa__popup_content_list .wa__popup_content_item{
    margin: 14px 0 0;
    transform: translate(0,20px);
    -webkit-transform: translate(0,20px);
    -moz-transform: translate(0,20px);
    will-change: opacity,transform;
    opacity: 0;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item{
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition-delay: 2.1s;
    -webkit-transition-delay: 2.1s;
    -moz-transition-delay: 2.1s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(1){
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(2){
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(3){
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(4){
    transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(5){
    transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(6){
    transition-delay: 1.3s;
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(7){
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(8){
    transition-delay: 1.7s;
    -webkit-transition-delay: 1.7s;
    -moz-transition-delay: 1.7s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(9){
    transition-delay: 1.9s;
    -webkit-transition-delay: 1.9s;
    -moz-transition-delay: 1.9s;
}
.wa__popup_chat_box.wa__lauch .wa__popup_content_list .wa__popup_content_item{
    opacity: 1;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
}
.wa__popup_content_list .wa__popup_content_item .wa__member_name{
    font-size: 14px;
    color: #363c47;
    line-height: 1.188em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_duty{
    font-size: 11px;
    color: #989b9f;
    padding: 2px 0 0;
    line-height: 1.125em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_status{
    color: #F5A623;
    font-size: 10px;
    padding: 5px 0 0;
    line-height: 1.125em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__popup_txt{
    display: table-cell;
    vertical-align: middle;
    min-height: 48px;
    height: 48px;
}
.wa__popup_content_list .wa__popup_content_item .wa__stt_offline{
    border-left-color: #c0c5ca;
}
.wa__popup_avt_list{
    font-size: 0;
    margin: 7px 0 24px;
}
.wa__popup_avt_list .wa__popup_avt_item{
    display: inline-block;
    position: relative;
    width: 46px;
}
.wa__popup_avt_list .wa__popup_avt_img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 2px solid #ffffff;
    left: -7px;
}
.wa__popup_call_btn{
    background: #2db742;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    width: 275px;
    max-width: 100%;
    font-size: 16px;
    padding: 14px 10px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    margin: 25px 0 15px;
    box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);
    -webkit-box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);
    -moz-box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);
}
.wa__popup_call_btn.wa__popup_call_btn_lg:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    background: url('images/whatsapp_logo_green_sm.svg') 0 0 no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    vertical-align: top;
    top: 0px;
    margin-right: -19px;
    left: -31px;
    transition: 0.2s ease background-image;
    -webkit-transition: 0.2s ease background-image;
    -moz-transition: 0.2s ease background-image;
}
.wa__popup_call_btn.wa__popup_call_btn_lg:hover:before,
.wa__popup_call_btn.wa__popup_call_btn_lg:focus:before,
.wa__popup_call_btn.wa__popup_call_btn_lg:active:before{
    background-image: url('images/whatsapp_logo.svg')
}

.wa__popup_chat_box_gray{
    border-radius: 2px 2px 8px 8px;
}

.wa__popup_chat_box_gray .wa__popup_heading_gray{
    background: #f8f8f8;
    border-top: 3px solid #2db742;
    color: #868c9a;
    font-weight: 500;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_title{
    color: #595b60;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray:before{
    content: '';
    background: url(images/whatsapp_logo_green.svg) center top no-repeat;
    background-size: 33px;
    display: block;
    width: 55px;
    height: 33px;
    position: absolute;
    top: 20px;
    left: 12px;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_intro a{
    color: #595b60;
}

.wa__popup_chat_box_ct{
    width: 384px;
    text-align: center;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct{
    text-align: center;
    padding: 18px 0 18px;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct:before {
    content: '';
    background: url(images/whatsapp_logo.svg) center top no-repeat;
    background-size: 30px;
    display: block;
    width: 30px;
    height: 31px;
    position: absolute;
    top: 15px;
    left: 72px;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_title{
    padding-left: 22px;
    padding-bottom: 14px;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_intro{
    margin-top: -5px;
    line-height: 12px;
}

.wa__popup_chat_box_ct .wa__popup_ct_avt_list:after{
    content: '';
    clear: both;
    display: block;
}

.wa__popup_chat_box_ct .wa__popup_ct_content{
    background: #ffffff;
    padding: 0 0 14px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content .wa__popup_notice{
    padding-top: 18px;
    padding-bottom: 15px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item{
    width: 33%;
    float: left;
    font-size: 10px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item a{
    text-decoration: none;
    color: #989b9f;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__popup_ct_txt{
    padding-top: 8px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_name{
    color: #363c47;
    font-size: 13px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_duty{
    color: #989b9f;
    padding: 3px 0 0;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_online{
    color: #2db742;
    font-size: 9px;
    line-height: 12px;
    display: inline-block;
    padding: 3px 0 0 16px;
    background: url('images/whatsapp_logo_green.svg') 0 3px no-repeat;
    background-size: 12px auto;
    -webkit-background-size: 12px auto;
    -moz-background-size: 12px auto;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_offline{
    color: #f5a623;
    font-size: 9px;
    line-height: 12px;
    padding: 2px 0 0;
}


.wa__popup_chat_box_ct .wa__popup_ct_avatar img{
    border-radius: 50%
}

.wa__popup_chat_box_ct .wa__popup_ct_call_btn{
    width: 97px;
    font-size: 11px;
    padding: 9px 10px 11px;
    margin: 15px 0 15px;
}

/* ^^^--popup--^^^ */

/* VVV--popup button--VVV */
.wa__btn_popup{
    position: fixed;
    right: 30px;
    bottom: 40px;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    z-index: 999;
}
.wa__btn_popup .wa__btn_popup_icon{
    width: 56px;
    height: 56px;
    background: #2db742;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    -webkit-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
}
.wa__btn_popup .wa__btn_popup_icon:before{
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url('images/whatsapp_logo.svg') center center no-repeat;
    background-size: 30px auto;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}
.wa__btn_popup .wa__btn_popup_icon:after{
    content: '';
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url('images/x_icon.svg') center center no-repeat;
    background-size: 14px auto;
    -webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -ms-transform: scale(0) rotate(-360deg);
    transform: scale(0) rotate(-360deg);
    -webkit-transform: scale(0) rotate(-360deg);
    -moz-transform: scale(0) rotate(-360deg);
}
.wa__btn_popup.wa__active .wa__btn_popup_icon:before{
    opacity: 0;
    -ms-transform: scale(0) rotate(360deg);
    transform: scale(0) rotate(360deg);
    -webkit-transform: scale(0) rotate(360deg);
    -moz-transform: scale(0) rotate(360deg);
}
.wa__btn_popup.wa__active .wa__btn_popup_icon:after{
    opacity: 1;
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
}
.wa__btn_popup .wa__btn_popup_txt{
    position: absolute;
    width: 156px;
    right: 100%;
    background-color: #f5f7f9;
    font-size: 12px;
    color: #43474e;
    /*top: 15px;*/
    top: 7px;
    /* top: 50%;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%); */
    padding: 7px 0 7px 12px;
    margin-right: 7px;
    letter-spacing: -0.03em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}
.wa__btn_popup.wa__active .wa__btn_popup_txt{
    -ms-transform: translate(0,15px);
    transform: translate(0,15px);
    -webkit-transform: translate(0,15px);
    -moz-transform: translate(0,15px);
    opacity: 0;
    visibility: hidden;
}
/* ^^^--popup button--^^^ */




/* Chat Whatsapp */




/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    /* Styles */
    
.box_price {
    display: none;
}

.main_title {
    display: none;
}

.detalles_box {
    padding: 3px;
}


.detalle_content {
    font-size: 0.6rem;
    line-height: 1;
}

.title {
    font-size: 0.7rem;
}

.icon_det img {
    width: 25px;
}


.mobile_image {
    position: relative;
}
.mobile_image  .title_caja {
    position: absolute;
    bottom: 40%;
    width: 100%;
    text-align: center;
    color: white !important;
    font-weight: 600;
}

.mobile_image  .title_caja h1 {
    color: white !important;
}


    
    .slider-tour {
    DISPLAY: none;
}

    
.sidebar {
    margin-top: 0;
}

.title-page-desktop {
    display: none;
}



    
    li.nav_item_6 {
        display: none;
    }
    
    .nav_item_2 {
        display: none;
    }
    
.nav_item_7 {
    display: none;
}

.itinerary_label {
    font-size: 0.8rem;
}


li.normal {
    margin-right: 1px;
   border-radius: 0px;
}

.tripadvisor_sidebar img {
    width: 100%;
}

    
    .icono_tab {
        display: none;
    }


    
    .title_box h1 {
        font-size: 2rem;
        font-weight: 800;
        text-transform: uppercase;
    }
    
    .title_box {
        padding-bottom: 19px;
    }

    .desktop_image {
        display: none;
    }

    .title-page-mobile img {
        width: 100%;
    }
    .texto_debajo {
        display: none;
    }
    .bg_title h1 {
        text-align: center;
        color: white;
        font-size: 2rem;
        font-weight: 700;
        text-shadow: 0 6px 7px black;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
    /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
    /* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    /* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /* Styles */
}
/**********
iPad 3
**********/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    /* Styles */
}
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
    /* Styles */

    .mobile_image {
        display: none;
    }
    
.title-page-mobile {
    display: none;
}


}

/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
    /* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    /* Styles */
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

/* iPhone 6, 7, 8 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

/* iPhone 6+, 7+, 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

/* iPhone X ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

/* iPhone XS Max, XR ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}


