/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: theme
Version: 2.0.0
Text Domain: theme-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* inicio de estilos de los tabs */

.tour-responsive-tabs {
    padding: 0;

}


.destination-card .card-text {
    font-size: 0.8rem;
    text-align: justify;
    line-height: 1.3;
}



.tab-content h2:not(.accordion-header),
.tab-content h3 {
    color: #1d3773;
    position: relative;
    padding-left: 0px;
    text-transform: uppercase;
}

.tab-content h2:not(.accordion-header)::after,
.tab-content h3::after {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: #1D3773;
}


h1, h2, h3, h4, h5, h6 {
    color: #681010;
}

.slider-slick {
    opacity:0;
    height:480px;
    transition:300ms all;
}
.slider-slick.slick-initialized {
    opacity:1;
}

.nav-slick {
    opacity:0;
    height:60px;
    transition:300ms all; 
}

.nav-slick.slick-initialized {
    opacity:1;
}



.user-card img {
    width: 75%;
    border-radius: 50%;
    display: block;
    margin: auto;
    border: 1px solid #bbbbbb;
    padding: 5px;
}

.user-card p {
    font-size: 0.8rem;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}


a.btn-primario {
    background-color: #77411a  !important;
    color: white;
    width: 100%;
}

a.btn-primario:hover {
    background-color: #975c31  !important;
    color: white;
    width: 100%;
}

a.btn-secundario {
    background-color: #ffefe5  !important;
    width: 100%;
}


a.btn-secundario.hover {
    background-color: #ebc8b3 !important;
    width: 100%;
}


.menu_principal .main-navigation {
    position: relative;
}

.menu_principal .menu-item {
    position: relative;
}






/* ===== MENÚ PRINCIPAL ===== */
.box_mega {
    
}
.main-navigation {
    position: relative; /* Opcional, por si ayuda en posicionamiento */

}

.overflow_hidden {
    overflow: hidden !important;
}


.megamenu {
  position: relative; /* Punto de referencia para .megacontent */
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; /* Asegura que el ul ocupe todo el ancho del .container */
  justify-content: space-between; /* Opcional: distribuye los items uniformemente; elimínalo si no lo quieres */
}

/* Cada item del menú */
.megamenu > li {
    padding: 5px;
    position: relative;
    margin-bottom: 0;
}

.megamenu > li > a {
    text-transform: uppercase;
    font-size: 1rem;
    border-radius: 5px;
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 200;
    transition: color 0.3s ease;
}
.tripadvisor_best {
    height: 55px;
    width: 55px;
}
.tripadvisor_best small.fw-bold {
    font-size: 0.7rem;
    line-height: 1;
}

.price_label {
    padding: 5px;
    position: absolute;
    top: 0;
    font-size: 0.6rem;
    background-color: #00369b;
    color: white;
    line-height: 1;
}

.sites {
    font-size: 0.85rem;
    border-bottom: 1px solid #cdcdcd;
}
.datos_card {
    padding: 5px;
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #00000047;
    font-size: 0.85rem;
}
.header_desktop.page .megamenu > li > a{
    color: #ffffff;
    border: 1px solid transparent;
    transition: all 300ms;
}

.header_desktop.page.color .megamenu > li > a{
    color: #000000;
}

.header_desktop.page.color .main-navigation > ul > li:hover > a {
    color: #000000;
    background-color: #d8d8d8;

}

.megamenu > li > a:hover {
    color: #007bff;
    border: 1px solid #ffffff !important;
}

/* ===== CONTENIDO DEL MEGAMENU ===== */
.megamenu .megacontent {
  display: none; /* Oculto inicialmente */
  background: #fff;
  padding: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 1000;
  pointer-events: auto;
}

.megacontent img {
    width: 100%;
    height: auto;
}

.megacontent ul li {
    border-bottom: 2px dotted #dadada;
    display: block !important;
    width: 100%;
}


.megacontent h4 {
    font-weight: 800;
    font-size: 1.2rem;
}


.megacontent ul li a:hover {
    color: #681010 !important;
}




/* ===== OPCIONAL: SUBMENÚS NORMALES ===== */
.megamenu .sub-menu {
  display: none; /* Ocultar submenús en desktop */
}

/* ===== ESTILOS VISUALES OPCIONALES ===== */
.megamenu .megacontent {
  border-top: 3px solid #77411a;
  border-radius: 0 0 6px 6px;
}

.megamenu .megacontent p,
.megamenu .megacontent a {
  margin: 0;
  color: #444;
  text-decoration: none;
}

.megamenu .megacontent a:hover {
  color: #007bff;
}

/* ===== OPCIONAL: TRANSICIÓN SUAVE PARA TODO ===== */
.megamenu,
.megamenu * {
  transition: all 0.3s ease;
}

@media (min-width: 992px) { /* Assuming desktop starts at lg breakpoint in BS5 */
    .sub-menu {
        display: none !important; /* Hidden by default on desktop */
    }
    .megamenu li:hover > .sub-menu {
        display: none !important; /* Remain hidden even on hover on desktop */
    }
}

@media (max-width: 991px) { /* For mobile/tablet, show on hover if needed */
    .megamenu li:hover > .sub-menu {
        display: block;
    }
}





/* card blog */



.card-blog-page {
  float: left;
  padding: 15px;
  width: 100%;
}

h1.title a {
    text-decoration: none;
}


.card-blog-page .menu-content {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.card-blog-page .menu-content::before, .card-blog-page .menu-content::after {
  content: "";
  display: table;
}
.card-blog-page .menu-content::after {
  clear: both;
}
.card-blog-page .menu-content li {
  display: inline-block;
}
.card-blog-page .menu-content a {
  color: #fff;
}
.card-blog-page .menu-content span {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 10px;
  font-weight: 700;
  font-family: "Open Sans";
  transform: translate(-50%, 0);
}
.card-blog-page .wrapper {
  background-color: #fff;
  min-height: 540px;
  position: relative;
  overflow: hidden;
}
.card-blog-page .wrapper:hover .data {
  transform: translateY(0);
}
.card-blog-page .data {
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(calc(70px + 1em));
  transition: transform 0.3s;
}
.card-blog-page .data .content {
  padding: 1em;
  position: relative;
  z-index: 1;
}
.card-blog-page .author {
  font-size: 12px;
}
.card-blog-page .title {
  margin-top: 10px;
}
.card-blog-page .text {
  height: 70px;
  margin: 0;
}
.card-blog-page input[type=checkbox] {
  display: none;
}
.card-blog-page 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: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 100%);
    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;
}  


/* card blog */




.title_post h1 {
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 0 12px black;
}

.homepage_title h1 {
    color: white;
    font-size: 3rem;
    font-weight: 700;
}
.homepage_title p {
    font-size: 1.5rem;
}

#tour-accordion-sidebar .accordion-button {
    background-color: green;
    color: white;
}
.accordion-sidebar .accordion-button {
    padding: 10px 15px;
    font-size: 0.85rem;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
}

.accordion-sidebar .accordion-button i {
    position: absolute;
    right: 15px;
}
#tour-accordion-sidebar .accordion-button:hover {
    background-color: #0c550c;
    color: white;
}
ul.list-simple {
    padding: 0;
    margin: 10px 10px;
    list-style: none;
}
ul.list-simple a {
    color: #272727;
    text-decoration: none;
    font-size: 0.85rem;
    transition: all 300ms;
}
.accordion-sidebar .accordion-item {
    margin-bottom: 5px;
    border-radius: 10px !important;
    overflow: hidden;
}
ul.list-simple a:hover {
    color: #008000;
}
ul.list-simple li {
    padding: 0 15px;
    border-bottom: 1px dotted #bcbcbc;
}
#tour-accordion-sidebar .accordion-button:not(.collapsed) {
    background-color: green;
    color: white;
}
#tour-accordion-sidebar {
    --bs-accordion-btn-icon: none;
    --bs-accordion-btn-active-icon: none;
}
#tour-accordion-sidebar .accordion-button .fa-caret-right {
    color: orange;
    transition: transform 0.2s ease-in-out;
    margin-left: auto;
}
#tour-accordion-sidebar .accordion-button.collapsed .fa-caret-right {
    transform: rotate(0deg);
}
#tour-accordion-sidebar .accordion-button:not(.collapsed) .fa-caret-right {
    transform: rotate(90deg);
}



h1 {
    font-size: 1.5rem;
    font-weight: 500;
}

h2 {
    font-size: 1.45rem;
    font-weight: 500;
}

h3 {
    font-size: 1.35rem;
    font-weight: 500;
}
h4 {
    font-size: 1.30rem;
    font-weight: 500;
}
h5 {
    font-size: 1.20rem;
    font-weight: 500;
}

h6 {
    font-size: 1.15rem;
    font-weight: 500;
}


/* ================================
   Global Elegant Table Styles
   ================================ */
:root {
  --tbl-bg: #ffffff;
  --tbl-border: #e5e7eb;          /* gris suave */
  --tbl-head-bg: #f9fafb;
  --tbl-head-text: #374151;
  --tbl-text: #1f2937;
  --tbl-muted: #6b7280;
  --tbl-radius: 10px;
  --tbl-shadow: 0 2px 6px rgba(0,0,0,0.04);
  --tbl-font: "Inter", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Base table */
table {
    margin-top: 30px;
    width: 100%;
    border-collapse: collapse;
    background-color: #eaeaea;
    color: #282b2f;
    line-height: 1.5;
    border-radius: 4px;
    box-shadow: 0 0 4px 3px #00000012;
    overflow: hidden;
    margin-bottom: 30px;
}

/* Contenedor responsive */
.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--tbl-radius);
}

/* Encabezado */
table thead {
  background-color: var(--tbl-head-bg);
  color: var(--tbl-head-text);
  text-align: left;
}

table thead th {
  padding: 14px 16px;
  font-weight: 600;
  border-bottom: 1px solid var(--tbl-border);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Cuerpo */
table tbody td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--tbl-border);
  vertical-align: middle;
}

/* Última fila sin borde inferior */
table tbody tr:last-child td {
  border-bottom: none;
}

/* Zebra rows (discreto) */
table tbody tr:nth-child(even) {
  background-color: #fafafa;
}

/* Caption (opcional arriba) */
table caption {
  caption-side: top;
  text-align: left;
  padding: 12px 16px;
  color: var(--tbl-muted);
  font-style: italic;
}

/* Compact variant */
.table-compact th,
.table-compact td {
  padding: 10px 12px;
}

/* Alineaciones */
table th, table td {
  text-align: left;
}
table td.num, table th.num {
  text-align: right;
}

/* Responsive — tarjetas en móvil */
@media (max-width: 640px) {
  table thead {
    display: none;
  }

  table, table tbody, table tr, table td {
    display: block;
    width: 100%;
  }

  table tr {
    margin-bottom: 12px;
    background: var(--tbl-bg);
    border: 1px solid var(--tbl-border);
    border-radius: var(--tbl-radius);
    box-shadow: var(--tbl-shadow);
    overflow: hidden;
  }

  table td {
    display: flex;
    justify-content: space-between;
    padding: 12px 14px;
    border-bottom: 1px solid var(--tbl-border);
  }

  table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: var(--tbl-muted);
    margin-right: 10px;
  }

  table td:last-child {
    border-bottom: none;
  }
}






.acf-gallery {
    padding: 10px;
}


.cat_header h1 {
    font-size: 3rem;
}

.acf-gallery-item img {
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.acf-gallery-item img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}


.love_box {
    padding-top: 30px;
    padding-bottom: 30px;
}

.inner_tour {
    padding-top: 45px;
    padding-bottom: 46px;
}

.inner_tour ul li p {
    margin-bottom: 0 !important;
}
.inner_tour ul li {
    margin-bottom: 0;
}
.blue-border {
    border: 1px solid #1d3773 !important;
}
.title_center {
    border-radius: 15px;
    background-color: #1d3773;
    color: white;
    padding: 5px 18px;
    line-height: 1;
    font-size: 0.7rem;
    text-align: center;
    width: fit-content;
    margin: -11px auto 0 auto;
    text-transform: uppercase;
    font-weight: 600;
}

/* solo para desktop */
@media (max-width: 767.98px) {
    .tour-responsive-tabs .tab-content .card {
        border: 0px solid #cbcbcb !important;
        overflow: hidden;
        -webkit-border-bottom-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }






}

/* solo para celulares */
@media (max-width: 767.98px) {
    .tour-responsive-tabs .nav-tour-tabs .nav-link {
        border: 1px solid #dee2e6;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        margin-bottom: -1px;
    }
}
.tour {
    background-color: white;
}
.card-tour h5.card-title {
    padding: 80px 10px 10px 10px;
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 100%);
}

.card-tour h5.card-title a {
    font-size: 1.2rem;
    color: white;
    text-transform: uppercase;
}

.nav-tour-tabs .nav-item {
    transition: all 300ms;
    border: 1px solid #681010;
    background-color: #ffffff;
    border-radius: 0;
}

.nav-tour-tabs .nav-item:hover {
    background-color: #681010;
    cursor: pointer;
    border: 1px solid #ffffff;
    color: white;
}
.nav-item .icon_tab svg path {
    fill: grey; /* Usa el color del texto del elemento */
    transition: fill 0.3s ease;
}
.nav-item .active .icon_tab svg path {
    fill: #ffcb05; /* Usa el color del texto del elemento */
}

.nav-item .nav-link.active .label_tab_tour {
    color: #ffffff; /* Usa el color del texto del elemento */
}
li.nav-item a.nav-link:hover .label_tab_tour {
    color: white;
}
.tour-responsive-tabs .nav-link {
    padding: 10px 25px;
    display: block;
    width: 100%;
}
.nav-item:hover svg path {
    fill: #ffcb05; /* Color rojo al hacer hover */
}

.tour-responsive-tabs .nav-tour-tabs {
    display: none;
    border-bottom: none;
}
.tour-responsive-tabs .nav-item:has(.nav-link.active) {
    background-color: #681010;
}

.tour-responsive-tabs .nav-tour-tabs .nav-link.active {
    border-color: #dee2e6 #dee2e6 #fff;
}
.tour-responsive-tabs .card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    margin-bottom: 1rem;
}
.tour-responsive-tabs .card-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    padding: 0.75rem 1.25rem;
}
.tour-responsive-tabs .card-header h5 {
    margin: 0;
}
.tour-responsive-tabs .card-header a {
    color: #212529;
    text-decoration: none;
    display: block;
    position: relative;
    padding-right: 2rem;
}
.tour-responsive-tabs .tour-accordion-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}
.tour-responsive-tabs .card-header a:not(.collapsed) .tour-accordion-icon {
    transform: translateY(-50%) rotate(90deg);
}
.tour-responsive-tabs .card-body {
    padding: 1.25rem;
}
@media (min-width: 768px) {
    .tour-responsive-tabs .nav-tour-tabs {
        display: flex;
        margin-bottom: 10px;
    }
    .tour-responsive-tabs .card {
        border: none;
        box-shadow: none;
        margin-bottom: 0;
    }
    .tour-responsive-tabs .card-header {
        display: none;
    }
    .tour-responsive-tabs .card .iti.collapse {
        display: block;
    }
    .tour-responsive-tabs .tab-content {
        background-color: white;
    }
    .tour-responsive-tabs .tab-content > .tab-pane {
        border: 1px solid #dee2e6;
    }
    .tour-responsive-tabs .tour-accordion-icon {
        display: none;
    }
}
@media (max-width: 767px) {
    .tour-responsive-tabs .tab-pane {
        display: block !important;
        opacity: 1;

    }
}

.nav-tour-tabs {
    padding: 0;
    margin: 0;
}
.nav-tour-tabs li {
    padding: 0;
    margin-right: 5px;
    background-color: white;
    margin-bottom: 0;
}
.label_tab_tour {
    text-transform: uppercase;
    color: #77411a;
    font-weight: 700;
    font-size: 0.8rem;
}
/* inicio de estilos de los tabs */

.tour-title {
    padding-top: 30px;
    text-align: left;
    padding-bottom: 15px;
}

.duracion {
    font-weight: 600 !important;
    color: #77411a;
    text-transform: uppercase;
    font-size: 1.1rem;
    line-height: 1;
    margin: auto;
    position: relative;
}

.sites_to_visit {
    margin-bottom: 15px;
    color: grey;
    font-style: italic;
    font-size: 0.9rem;
}
.sites_to_visit::after {
    margin-top: 5px;
    content: '';
    display: block;
    width: 38%;
    height: 1px;
    background-color: #d0d0d0;
    margin-left: 0;
    margin-bottom: 5px;
}

.tour_bar .value {
    font-family: "lato", serif;
    color: #ffd600;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 700;
}

.tour_bar .label {
    line-height: 1;
    font-weight: 500;
}
.tour-title h1 {
    font-weight: 700;
    font-size: 2.1rem !important;
    color: black;
}
.tour-title .sites_to_visit {
    font-style: italic;
    font-size: 1rem;
    font-weight: 500;
    color: #b9b9b9;
}

span.usd {
    margin-left: 5px;
    font-size: 1.2rem;
    color: white;
}

.tour_bar {
    padding: 15px;
}

.icon_tab svg {
    width: 20px;
    height: 20px;
    text-align: center;
    display: block;
    margin: auto;
}


/* ====== ESTILOS DE HEADINGS ====== */
.single-tour h1, .post_content h1 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem !important;
}

.single-tour h2,
.post_content h2 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.2rem;
    color: #77411a;
}

.single-tour h3,
.post_content h3 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.15rem;
    color: #77411a;
}

.single-tour h4,
.post_content h4 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.1rem;
}

.single-tour h5,
.post_content h5 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.05rem;
}

.single-tour h6,
.post_content h6 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
}


a.linkread {
    font-size: 0.85rem !important;
    text-decoration: none;
    text-transform: uppercase;
    color: #77411a;
    font-weight: 600;
}
a.linkread:hover {

    text-decoration: underline;

}

ul {
    margin-left: 15px;
    padding: 0;
}
ul li{
    margin-bottom: 10px;
}

.post_header {
    position: relative;
}
.post_header img {
    width: 100%;
}

.title_post {
    padding-bottom: 100px;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
}

.title_post h1{
   color: white;
}


p, ul {
    font-size: 1rem;
}

/* Clases readmore */
.introduccion, .love, .introduccion_2, .readmore {
    overflow: hidden;
    transition: all 300ms;
    position: relative;
}


section.intro {
    padding-bottom: 30px;
}
section.intro2 {
    background-color: #f6f6f6;
    padding: 15px 0;
}
section.intro h1 {
    margin-bottom: 15px;
    font-size: 2.12rem;
    text-transform: uppercase;
    font-weight: 600;
}


.card-r-post img {
    height: auto;
}

.header_desktop {
    position: relative;
    z-index: 1;
    width: 100%;
    transition: all 400ms;
    box-shadow: 0 4px 11px #00000029;
}


.header_desktop.page {
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 100%);
    top: 0;
    position: absolute;
    z-index: 9;
    width: 100%;
    transition: all 400ms;
    box-shadow: none;
}

.header_desktop.page.color {
    background-color: white;
    box-shadow: 0 4px 11px #00000029;
}
.header_desktop.tour {

}
.header_desktop .megamenu > li > a {
    color: #fffefe;
}
.header_desktop.tour ul.header_phones a {
    font-weight: 500;
    color: black;
    font-size: 0.9rem;
}
.header_desktop.tour ul.header_phones a:hover {
    color: #ffe000;
}

.logo img {
    width: 100%;
}

.header_desktop.tour .main-navigation > ul > li:hover > a {
    color: #ffffff;
    background-color: #681010;
}


.gradient_1 {
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 600px;
}

.header_desktop.page.color .header_phones li a {
    color: black;

}

.home_header img {
    width: 100%;
}
.home_header {
    width: 100%;
    overflow: hidden;
}

.home_header {
    position: relative;
}
.home_header_overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.homepage_title {
    text-align: center;
    position: absolute;
    top: 40%;
    width: 100%;
    color: white;
}

/* Estilos para el menu responsivo */

.menu_icon_box i {
    margin: auto;
    font-size: 1.9rem;
    text-align: center;
    display: block;
}
.menu_icon_box a {
    color: black;
}

.admin-bar	.responsive_menu {
    background-color: rgba(0, 0, 0, 0.81);
    position: fixed;
    top: 45px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
}
.responsive_menu {
    background-color: rgba(0, 0, 0, 0.81);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
}
.icon_close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: fit-content;
}
.icon_close	i{
    color: white;
    font-size: 2rem;
}

ul.submenu_ul {
    margin: auto;
    padding: 0;
    list-style: none;
}
li.submenu-item a {
    color: white;
    display: block;
    border-bottom: 1px solid #ffffff5e;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}
.responsive-button {
    text-transform: uppercase;
    background-color: #00000080;
    color: #ff8d00f2;
    font-size: 1.1rem !important;
    padding: 15px 0 15px 20px;
}

h4.responsive-accordion-header {
    border-bottom: 1px solid #ffffff52;
    margin-block-start: 0;
    margin-block-end: 0;
}
.res_menu_box .accordion-button.collapsed {
    text-transform: uppercase;
    background-color: #00000080;
    color: #ff8d00f2 !important;
    font-size: 1.1rem !important;
    padding: 15px 0 15px 20px;
}
.res_menu_box .accordion-button:not(.collapsed) {
    background-color: #000000 !important;
}

.res_menu_box .accordion-button::after {
    flex-shrink: 0;
    margin-right: 15px;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");		background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

/* Estilos para el menu responsivo */


/* Estilos para el menu princoipal */

.main-navigation {
    margin-top: 0;
    border-top: 1px solid #ffffff82;
    font-family: Arial, sans-serif;
    background-color: #1a237e00;
}

.header_desktop.page.color .main-navigation {
    margin-top: 0;
    border-top: 1px solid rgba(143, 143, 143, 0.51);
    font-family: Arial, sans-serif;
    background-color: #1a237e00;
}
.header_desktop.page.color .main-navigation {
    margin-top: 0;
    border-top: 1px solid rgba(143, 143, 143, 0.51);
    font-family: Arial, sans-serif;
    background-color: #1a237e00;
}



.menu_principal {
    color: white;
    background-color: #681010;
    border-top: 1px solid #dddddd;
}



.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-navigation ul li {
    display: inline-block;
    margin-right: 30px; /* Espacio entre ítems */
}


.menu_principal li.menu-item {
    margin-bottom: 0;
}



.logo img {
    height: 70px;
}
/* Efecto hover para el menú principal */
.main-navigation > ul > li:hover > a {
    color: white;

}



/* Submenús */
.main-navigation .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 300px;
    background-color: #77411a; /* Fondo del submenú */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
}

/* Muestra el submenú al hacer hover */
.main-navigation li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.main-navigation li:hover > ul.sub-menu li {
    margin-bottom: 0;
}

/* Estilos de los elementos del submenú */
.main-navigation .sub-menu li {
    display: block;
}

.main-navigation .sub-menu a {
    color: #ffffff; /* Color del texto del submenú */
    padding: 12px 20px;
}

/* Efecto hover para los elementos del submenú */
.main-navigation .sub-menu a:hover {
    background-color: #000000; /* Un azul diferente para el hover del submenú */
}

/* Estilos para el menu princoipal */


/* Responsibidades */


/*
 * CSS Responsive Breakpoints
 * Basado en Bootstrap 5 (mobile-first, min-width queries).
 * Intervalos extendidos para resoluciones altas hasta 4K.
 * Incluye consideraciones para orientaciones (portrait/vertical y landscape/horizontal) en móviles y tablets.
 * Para densidades de píxeles altas (high-DPI), se agregan consultas de resolución separadas.
 * Ejemplos de estilos: un contenedor que cambia de ancho y color de fondo para demostración.
 * Usa píxeles CSS lógicos; optimiza para DPR con resolution queries.
 */

/* Base styles (xs: 0 - 575px) - Mobile-first, aplica a todos los dispositivos pequeños */


/* Orientación específica para móviles pequeños (vertical/portrait) */
@media (max-width: 575px) and (orientation: portrait) {
    .container {

    }
}

/* Orientación específica para móviles pequeños (horizontal/landscape) */
@media (max-width: 575px) and (orientation: landscape) {
    .container {
        background-color: #fff3e0; /* Ajuste para landscape en móviles pequeños */
    }
}

/* sm: 576 - 767px (Móviles grandes vertical, pequeños horizontal) */
@media (min-width: 576px) {
    .container {
        margin: 0 auto;
    }
}

/* Orientación para sm (e.g., tablets pequeñas vertical o móviles landscape) */
@media (min-width: 576px) and (max-width: 767px) and (orientation: portrait) {
    .container {
    }
}

@media (min-width: 576px) and (max-width: 767px) and (orientation: landscape) {
    .container {
    }
}

/* md: 768 - 991px (Tablets vertical, móviles grandes horizontal) */
@media (min-width: 768px) {
    .container {
    }
}

/* Orientación para md (e.g., iPad portrait) */
@media (min-width: 768px) and (max-width: 991px) and (orientation: portrait) {
    .container {
    }
}

@media (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
    .container {
    }
}

/* lg: 992 - 1199px (Tablets horizontal, desktops pequeños) */
/* para todos los tanaños que son supeiorres al de smartphones */
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    img.img-mobile {
        display: none;
    }
}

/* Orientación para lg (menos relevante, pero para tablets landscape) */
@media (min-width: 992px) and (max-width: 1199px) and (orientation: landscape) {
    .container {

    }
}

/* este estilo aplica para cualquier dispositivo que se considere smartphone  */

@media (max-width: 1200px) {

    .header_desktop {
        display: none;
    }

    .cat_header h2 {
        color: white;
        font-weight: 700;
    }

    .intro1 {
        display: none;
    }



    .duracion {
        font-weight: 600 !important;
        color: #ffffff !important;
        text-transform: uppercase;
        font-size: 1.4rem;
        line-height: 1;
        margin: auto;
        position: relative;
    }

    .tour-title h1 {
        text-shadow: 0 0 8px black;
        font-size: 2rem !important;
        font-weight: 800;
    }



    .video_intro {
        display: none;
    }


    .footer_2 a {
        font-size: 1rem;
    }
    .intro {
        position: relative;
    }
    .tour-title {
        background: #000000;
        background: linear-gradient(360deg, rgb(0 0 0 / 68%) 0%, rgba(0, 0, 0, 0) 100%);
        padding-top: 60px;
        position: absolute;
        text-align: center;
        bottom: 0;
    }
    .tour-title h1 {
        color: white;
    }
    .slider-nav {
        display: none;
    }
    .slider-tour {
        display: none;
    }

    nav.mainav {
        display: none;
    }
    img.img-desktop {
        display: none;
    }
    .tour-title h1 {
        font-size: 2rem !important;
        font-weight: bold;
    }
    .tour-title .sites_to_visit {
        color: white;
        font-size: 1rem;
        line-height: 1;
    }
    .tour_bar .label {
        font-size: 0.8rem;
    }
    .tour_bar .value {
        font-size: 1.8rem;
    }
    .cuadros {
        display: none;
    }
    .bar_high {
        display: none;
    }
    .cat_franja {
        display: none;
    }
    .footer_center, .footer_2 {
        text-align: center;
    }

}

/* xl: 1200 - 1399px (Desktops medianos) */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    .header_mobile {
        display: none;
    }

    .foto_intro {
        display: none !important;
        margin-bottom: -300px;
    }
    .video_intro video {
        margin-bottom: -300px;
        width: 100% !important;
        height: auto;
    }

}

/* xxl: 1400 - 1919px (Desktops grandes) */
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }

    .foto_intro {
        display: none !important;
    }
}

/* Custom: 1920 - 2559px (Full HD, monitores widescreen) */
@media (min-width: 1920px) {
    .container {
        max-width: 1800px; /* Ajuste para pantallas anchas */

    }
}

/* Custom: 2560 - 3839px (2K/QHD) */
@media (min-width: 2560px) {
    .container {
        max-width: 2400px;

    }
}

/* Custom: 3840px+ (4K) */
@media (min-width: 3840px) {
    .container {
        max-width: 3600px; /* Layout fluido para ultra-high-res */
    }
}

/* Ajustes para densidades de píxeles altas (high-DPI, e.g., Retina, 2x-4x) */
/* Estos se aplican independientemente del ancho, para optimizar assets */
@media (min-resolution: 2dppx) {
    /* Ejemplo: carga imágenes de mayor resolución */
    .high-dpi-image {
        background-color: red; /* Reemplaza con tu lógica */
    }
}

@media (min-resolution: 3dppx) {
    .high-dpi-image {
        background-color: blue;
    }
}

/* Para 4K high-DPI, combina con ancho */
@media (min-width: 3840px) and (min-resolution: 2dppx) {
    .container {
        font-size: 1.2em; /* Aumenta legibilidad en high-res */
    }
}

/* Notas:
 * - En Bootstrap 5, los max-width se ajustan ligeramente (e.g., max-width: 540px para sm).
 * - Para max-width queries (no mobile-first), usa (max-width: 575.98px) como en Bootstrap para evitar fracciones en high-DPI.
 * - Prueba en dispositivos reales o emuladores para orientaciones y DPR.
 */


/* resposividades */



/* 1. Ocultar el enlace de "Saltar al contenido" de forma accesible */
.skip-link {
    position: absolute;
    top: -40px; /* O cualquier valor negativo para sacarlo de la pantalla */
    left: 0;
    background-color: #333; /* Un fondo oscuro para buen contraste */
    color: #fff; /* Texto blanco */
    padding: 8px 12px;
    z-index: 100000; /* Un z-index muy alto para que aparezca sobre todo */
    text-decoration: none;
    transform: translateY(-100%); /* Otra técnica para ocultarlo */
    transition: transform 0.3s ease; /* Una pequeña transición suave */
}

/* 2. Mostrar el enlace cuando recibe el foco (al presionar la tecla Tab) */
.skip-link:focus {
    position: absolute; /* O 'fixed' si quieres que se quede fijo al hacer scroll */
    top: 0;
    transform: translateY(0%); /* Lo trae de vuelta a una posición visible */
}

.iconos_contact i {
    color: #681010;
    font-size: 1.5rem;
    margin-right: 10px;
    margin-left: 10px;
}


/* Navegacion Tour */

nav.mainav {
    position: sticky;
    top: 45px;
    width: 100%;
    background: #dadada00;
    color: #000000;
}

nav.mainav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: left;
}


nav.mainav li {
    margin: 0 0 5px 0;
}


nav.mainav ul.ulnav li a {
    border-radius: 10px;
    text-transform: uppercase;
    background-color: #eeeeee;
    padding: 10px 15px;
    color: #000000 !important;
    text-decoration: none;
    display: block;
    font-size: 1.1rem;
    transition: all 300ms;
}

nav.mainav ul.ulnav li a.active {
    text-transform: uppercase;
    background-color: #77411a;
    color: #ffffff !important;
    text-decoration: none;
    display: block;

}

nav.mainav ul.ulnav li a:hover {
    text-transform: uppercase;
    background-color: #77411a;
    color: #ffffff !important;
    text-decoration: none;
    display: block;

}

.support_3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.support_3 ul {
    display: flex; /* Usa flexbox para alinear en una sola línea */
    justify-content: center !important; /* Centra los iconos horizontalmente */
    list-style: none; /* Elimina los puntos de la lista */
    padding: 0; /* Elimina el padding por defecto */
    margin: 0; /* Elimina el margen por defecto */
}

.support_3 ul li {
    margin: 0 10px; /* Espacio entre los iconos */
}

.support_3 ul li a {
    color: #77411a; /* Color verde para los iconos */
    font-size: 24px; /* Tamaño de los iconos, ajusta según necesites */
    text-decoration: none; /* Elimina el subrayado de los enlaces */
}

.support_3 ul li a:hover {
    color: #566cdd; /* Color verde más oscuro para el hover, opcional */
}

.support_2 a {
    font-size: 1.2rem;
    text-decoration: none;
    color: black;
    font-weight: 600;
}


/* Navegacion Tour */

.intro img {
    border: 1px solid white;
    border-radius: 10px;
    height: 100%;
    width: 100%;
}

.images_high img {
    width: 100%;
}



.cat_header .imagen-destacada-categoria {
    position: relative;
}

.cat_header .transparent_overlay {
    z-index: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #0000004d;
}


.cat_header .text_overlay {
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    z-index: 0;
}

.cat_header .text_overlay h1 {
    color: white;
}

.cat_franja {
    color: white;
    background-color: #000000;
    padding: 15px;
}


.cat_franja .box {
    border-right: 1px solid #bbbbbb;
}

.cat_franja .box .label {
    font-weight: 600;
    margin-right: 15px;
    font-size: 2.5rem;
    line-height: 1;
    float: left;
}

.cat_franja .box .valor {
    line-height: 1.3;
}

.card-r-post h5 a {
    font-size: 0.8rem;
}
.card-r-post h5 {
    margin-bottom: 0 !important;
}
.card-r-post p.card-text {
    margin-bottom: 0;
    font-size: 0.7rem;
    line-height: 1.5;
}
/* Base container for the tour section */
.tour-intro {
    padding: 2rem;
}

/* Heading inside the tour section */
.tour-intro .tour-heading {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

/* Description text inside the tour section */
.tour-intro .tour-description {
    margin-bottom: 2rem;
    line-height: 1.6;
    font-size: 1rem;
}

/* Container for feature items */
.tour-intro .features-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

/* Individual feature item */
.tour-intro .features-container .feature-item {
    flex: 1 1 300px;
    max-width: 400px;
    text-align: center;
}

/* Image wrapper inside feature item */
.tour-intro .features-container .feature-item .feature-image img {
    width: 100%;
    height: auto;
}

/* Title inside feature item */
.tour-intro .features-container .feature-item .feature-title {
    font-size: 1.5rem;
    margin: 1rem 0 0.5rem;
    font-weight: normal;
}

/* Description text inside feature item */
.tour-intro .features-container .feature-item .feature-text {
    font-size: 1rem;
    color: #666;
}
.avatar img {
    background-color: white;
    border: 1px solid #c8c8c8;
    width: 60%;
    margin: auto auto 15px auto;
    display: block;
    padding: 5px;
}


.img-fluid {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 50%;
}

/* Faqs category  */

.checklist ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.checklist ul li {
    position: relative;
    padding-left: 1.8em;
    margin-bottom: 0.6em;
}

.checklist ul li::before {
    content: "\f00c"; /* Unicode del ícono fa-check */
    font-family: "Font Awesome 7 Free";
    font-weight: 900; /* necesario para íconos sólidos */
    color: #28a745; /* verde Bootstrap */
    position: absolute;
    left: 0;
    top: 0;
}

.checklist ul li {
    font-size: 0.8rem !important;
    position: relative;
    padding-left: 1.8em;
    margin-bottom: 0;
}

.cuadro_label {
    font-size: 0.6rem;
    background-color: #681010;
    color: #fff;
    width: fit-content;
    line-height: 1;
    margin: -16px auto auto auto;
    padding: 10px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-weight: 600;
}
.borde {
    border-radius: 0;
    border: 1px solid #d7d7d7;
}

a.whatsbox {
    text-align: left;
    background: #54CF61;
    background: linear-gradient(180deg, rgba(84, 207, 97, 1) 0%, rgba(35, 179, 58, 1) 100%);
    color: white;
    transition: all 400ms;
    width: 100%;
}
a.whatsbox:hover {
    text-align: left;
    background: #5dc768;
    background: linear-gradient(180deg, rgba(93, 199, 104, 1) 0%, rgba(53, 135, 68, 1) 100%);
    color: white !important;
    width: 100%;
}
a.whatsbox i.whatsicon {
    margin-top: 7px;
    margin-right: 5px;
    float: left;
    font-size: 1rem;
}
span.label_w {
    font-weight: 500;
    display: block;
    font-size: 0.85rem;
    line-height: 1;
}


a.emailbox {
    text-align: left;
    background: #77411a;
    color: white;
    transition: all 400ms;
    width: 100%;
}
a.emailbox:hover {
    text-align: left;
    background: #653511;
    color: white !important;
    width: 100%;
}
a.emailbox i.emailicon {
    margin-top: 7px;
    margin-right: 5px;
    float: left;
    font-size: 1rem;
}
span.label_w {
    font-weight: 500;
    display: block;
    font-size: 0.85rem;
    line-height: 1;
}


a.whatsbox span.label_n {
    font-size: 0.65rem;

    font-family: oswald;
}
a.emailbox span.label_n {
    font-family: oswald;
    font-size: 0.65rem;
}

.cuadro_price {
    font-size: 1rem;
    margin-top: 5px;
    text-align: center;
    margin-bottom: 5px;
}


.cuadro_slogan {
    font-style: italic;
    font-size: 0.85rem;
    text-align: center;
    color: #b3b3b3;
}
.cuadro_box {
    background-color: #ffffff;
    border: 1px solid #dadada;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 0;
}
.detalles {
    padding: 0px;
    margin-top: 0;
    margin-bottom: 15px;
}
.icono {
    float: left;
}

span.cuadro_valor {
    font-size: 2rem;
    font-weight: 600;
}
.checklist {
    font-size: 2rem !important;
    margin-top: 30px;
    margin-bottom: 30px;
}


.tour-gallery .slick-slide {
    margin: 0 10px; /* ajusta el valor a tu gusto */
}
.tour-gallery .slick-list {
    margin: 0 -10px;
}

.blur-white {
    background: rgba(255, 255, 255, 0.6); /* blanco semi-transparente */
    backdrop-filter: blur(10px); /* desenfoque */
    -webkit-backdrop-filter: blur(10px); /* soporte para Safari */
    border-radius: 10px;
}

.intro_photos  .slick-slide {
    margin: 0 10px; /* ajusta el valor a tu gusto */
}
.intro_photos  .slick-list {
    margin: 0 -10px;
}

.image-itinerary  .slick-slide {
    margin: 0 10px; /* ajusta el valor a tu gusto */
}
.image-itinerary  .slick-list {
    margin: 0 -10px;
}



/* Lista con checks verdes de Font Awesome 7 - SIN modificar el HTML */
.lista_check ul {
    list-style: none;           /* Quita los bullets normales */
    padding-left: 0;            /* Resetea el padding */
    margin-left: 1.8em;         /* Espacio para que quepa el icono */
    position: relative;
}

.lista_check ul li {
    position: relative;
    padding-left: 0.5em;
    margin-bottom: 0.6em;
    line-height: 1.5;
}

/* El check verde usando Font Awesome 7 */
.lista_check ul li::before {
    content: "\f004";
    font-family: "Font Awesome 7 Free", serif;
    font-weight: 100;
    color: #28a745;
    position: absolute;
    left: -1.7em;
    top: 0.15em;
    font-size: 1em;
}

.tour-gallery img {
    width: 100%;
}



.icono i {
    color: #0d643a;
    font-size: 1rem;
    margin-right: 10px;
    margin-top: 5px;
}

.box_label {
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1;
}
.faqs-category .accordion-item {
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    border-radius: 8px;
}
.box_value {
    font-size: 0.85rem;
}

h2.borde {
    font-size: 1.2rem;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

h2.borde::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 240px;
    height: 2px;
    background-color: #198754;
}

.faqs-category .accordion-header {
    background-color: #fafafa;
    border-bottom: 1px solid #e0e0e0;
}

.faqs-category .accordion-button {
    background-color: transparent;
    color: #333;
    font-weight: 500;
    padding: 15px;
    box-shadow: none;
}

.faqs-category .accordion-button:not(.collapsed) {
    background-color: #e8e8e8;
    color: #333;
}

.faqs-category .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23007bff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.faqs-category .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23007bff'%3E%3Cpath fill-rule='evenodd' d='M1.646 11.354a.5.5 0 0 1-.708 0L8 5.707l5.646 5.647a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.faqs-category .accordion-body {
    background-color: #ffffff;
    color: #555;
    padding: 20px;
}



/* Faqs category  */


.cat_quality {
    background-size: cover;
    padding: 120px 0;
    background-position: center center;
}



.card-box-1 {
    background-position: center center;
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 600px;
    background-size: auto 125%;
    transition: all 0.6s ease;
    overflow: hidden;
}
.card-box-1:hover {
    background-size: auto 110%;
}
.slider-tour img {
    width: 100%;
}

.slider-tour {
    overflow: hidden;
}


.card-box-1 .grey_overlay {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    transition: all 300ms;
    opacity: 1;

}

.card-box-1:hover .grey_overlay {
    /* Cambia el color del gradiente al pasar el mouse */
    opacity: 0.8;
}


.card-box-1 .tour-excerpt {
    width: 100%;
    padding: 15px;
    position: absolute;
    bottom: 0;
}

.card-box-1  .tour-excerpt a {
    font-weight: 800;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
}

.card-box-1 .tour-excerpt h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff57;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 10px 0;
    color: #333;
    width: 100%;
    display: block;
}

.card-box-1 .tour-excerpt .slogan {
    line-height: 2;
    font-style: italic;
    font-size: 1rem;
    color: #c7c7c7;
}

.card-box-1 .tour-excerpt .sites_to_visit {
    font-size: 0.95rem;
    line-height: 2;
    color: white;
}

.card-box-1 .tour-excerpt .duration {
    font-weight: 700;
    color: white;
    line-height: 2;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.card-box-1 .tour-excerpt .price_fom {
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
    line-height: 2;
}



.card-box-2 {
    background-position: center center;
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 600px;
    background-size: auto 100%;
    transition: all 0.6s ease;
    overflow: hidden;
}
.card-box-2:hover {
    background-size: auto 110%;
}




.card-box-2 .grey_overlay {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    transition: all 300ms;
    opacity: 1;

}

.card-box-2:hover .grey_overlay {
    /* Cambia el color del gradiente al pasar el mouse */
    opacity: 0.8;
}


.card-box-2 .tour-excerpt {
    width: 100%;
    padding: 15px;
    position: absolute;
    bottom: 0;
}

.card-box-2  .tour-excerpt a {
    font-weight: 800;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
}

.card-box-2 .tour-excerpt h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff57;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 10px 0;
    color: #333;
    width: 100%;
    display: block;
}

.card-box-2 .tour-excerpt .slogan {
    line-height: 2;
    font-style: italic;
    font-size: 1rem;
    color: #c7c7c7;
}

.card-box-2 .tour-excerpt .sites_to_visit {
    font-size: 0.95rem;
    line-height: 2;
    color: white;
}

.card-box-2 .tour-excerpt .duration {
    font-weight: 700;
    color: white;
    line-height: 2;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.card-box-2 .tour-excerpt .price_fom {
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
    line-height: 2;
}



.guide_item h5 a {
    color: black;
    text-decoration: none;
    font-size: 1rem;
}


.blog_excerpt {
    color: #818080;
    font-size: 0.8rem;
    text-align: justify;
}

.btn-block {
    width: 100%;
}
.btn-border {
    border: 2px solid #2f54a1;
    border-radius: 0;
    color: #2f54a1 !important;
}

.btn-border:hover {
    border: 2px solid #2f54a1;
    color: white !important;
    background-color: #2f54a1;
}


.btn-white {
    border: 2px solid #000000;
    border-radius: 0;
    color: #000000;
    background-color: #ffffff;
}

.btn-white:hover {
    border: 2px solid #77411a;
    border-radius: 0;
    color: #77411a;

}

.btn-orange {
    border: 2px solid #ffd600;
    border-radius: 0;
    color: black;
    background-color: #ffd600;
}

.btn-orange:hover {
    border: 2px solid #ffd600;
    border-radius: 0;
    color: #ffd600;
}

.btn-orange-2 {
    border: 2px solid #681010;
    border-radius: 0;
    color: white;
    background-color: #681010;
}

.btn-orange-2:hover {
    border: 2px solid #00572f;
    border-radius: 0;
    color: white;
    background-color: #00572f;
}


.bgblack {
    color: white;
    background-color: #00000061;
    padding: 30px;
}


/* Chat Whatsapp */


#nta-wa-gdpr{
    vertical-align: text-top !important;
    padding: 0 !important;
    margin: 0 !important;
}

.nta-wa-gdpr{
    font-size: 11px;
    padding: 5px;
    margin-left: -5px;
    margin-right: -5px;
    border-radius: 4px;
}

.nta-wa-gdpr a{
    text-decoration: underline;
    color: inherit;
}

.pointer-disable{
    pointer-events: none;
}

.nta-woo-products-button:before, .nta-woo-products-button:after{
    content: '';
    display: block;
    clear: both;
}

.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: 10px;
    bottom: 65px;
    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 */


.box-tour {
    position: relative;
}
.descuento {
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    top: 0;
    z-index: 1;
    background-color: red;
    color: white;
    font-weight: 500;
    padding: 5px 10px;
    font-size: 0.8rem;
}
.categoria {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #890606;
    color: white;
    padding: 5px 10px;
    line-height: 1;
}
.title-tour h3 {
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-family: "Oswald", serif;
    margin-top: 10px;
}
.box-tour {
    border-radius: 10px;
    overflow: hidden;
}

.details i {
    width: 25px;
}
.stars img {
    height: 21px !important;
    width: auto;
}
.review_counter {
    color: black;
    font-size: 0.8rem;
    font-weight: 600;
}

.details {
    margin-bottom: 15px;
}
span.data_detail {
    color: black;
    font-size: 0.75rem;
    font-weight: 500;
    width: 100%;
    display: block;
    margin-bottom: 5px;
    padding: 4px;
    border-radius: 5px;
}
.price_now {
    color: black;
    font-size: 1.5rem;
    font-family: "Oswald", sans-serif;
}
.price_before {
    font-style: italic;
    font-size: 0.8rem;
    color: #8b8b8b;
}

.inclusions ul {
    margin-left: 0;
    padding-left: 20px;
}

.what_bring h2 {
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.what_bring h2  i.fas{
    color: #003870;
}
/*  fin whatsapp */


.footer_links  h4 {
    color: white;
    font-size: 1rem;
    text-transform: uppercase;
}
.footer_links li {
    margin-bottom: 0;
}
.footer_links ul {
    margin: auto;
    padding: 0;
    list-style: none;
}

.footer_links ul li a {
    padding-top: 0;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.85rem;
    display: block;
    padding-bottom: 0;
    transition: all 300ms;
}
.footer_links ul li a:hover {
    padding-top: 0;
    color: #FFD00D;
    text-decoration: none;
    font-size: 0.85rem;
    display: block;
    padding-bottom: 0;
}

.footer_center img {
    border-radius: 10px;
    width: 150px;
}

.slider-tour img {
    width: 100%;
    border-radius: 8px;
}

.slider-nav {
    margin-top: 10px;
}

.slider-nav img {
    width: 100%;
    border-radius: 6px;
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.3s ease;
}
.slider-nav img:hover {
    width: 100%;
    border-radius: 6px;
    opacity: 1;
    cursor: pointer;
    transition: opacity 0.3s ease;
}


.slider-nav .slick-current img {
    opacity: 1;

}


.notas {
    font-weight: 400;
}

.border_orange {
    border: 2px solid #FFD00D;
    padding: 31px;
}



.social_icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
    width: fit-content;
}
.social_icons li {
    flex: 0 0 calc(16.66% - 24px); /* Cada icono ocupa ~1/3 del ancho, con margen */
    margin: 5px; /* Espacio entre iconos */
    text-align: center;
}

.social_icons a {
    text-decoration: none; /* Elimina el subrayado del enlace */
    color: inherit; /* Mantiene el color del icono */
}

.social_icons a span {
    display: none; /* Oculta el texto dentro del enlace */
}

.social_icons i {
    font-size: 24px; /* Tamaño de los iconos, ajusta según necesites */
    transition: color 0.3s; /* Suaviza el cambio de color al pasar el ratón */
}

.social_icons i:hover {
    color: #007bff; /* Color al pasar el ratón, ajusta según tu diseño */
}


.phone {
    font-size: 1.5rem;
    line-height: 1;
}
.label_footer {
    font-style: italic;
    font-size: 0.8rem;
    color: #bebebe;
}

.footer_2 a {
    color: white;
    font-size: 1.6rem;
    text-decoration: none;
}
ul.header_icons {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.header_icons a {
    color: black;
    font-size: 1.3rem;
    margin-left: 5px;
    margin-right: 5px;
}
ul.header_icons li {
    margin-bottom: 0;
}



ul.header_icons a.enve:hover, ul.header_icons a:hover {
    color: #ffe000;
}
.header_desktop.page ul.header_icons a  {
    color: white;
}
.header_desktop.page.color ul.header_icons a  {
    color: #6a2828;
}

.header_desktop.tour ul.header_icons a {
    color: #595959;
}

.header_desktop.tour ul.header_icons a:hover {
    color: #9c3b3b;
}


ul.header_phones {
    display: flex;
    gap: 15px;
    text-align: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.header_phones li {
    display: inline-flex;
    margin-bottom: 0;
}

ul.header_phones a {
    color: white;
    text-decoration: none;
    font-size: 0.85rem;
}
ul.header_phones a:hover {
    color: #ffe000;
}







.search-form input:focus, .search-form textarea:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.search-form input.search-field::placeholder {
    color: #ffffff;
}


.header_desktop .search-form {
    border-radius: 15px;
    background-color: #ffffff38;
    display: flex;
    gap: 10px;
    padding: 5px;
    width: 100%;
    border: 1px solid #a0a0a038;
}


.header_desktop .search-field {
    color: #555555 !important;
    padding: 0 10px;
    border: 0 solid #a0a0a038;
    border-radius: 6px;
    background-color: transparent;
    font-size: 0.85rem !important;
    width: 100%;
}
.header_desktop .search-submit {
    width: 100%;
    padding: 5px 20px;
    border: none;
    background: #a0a0a038;
    color: rgba(0, 0, 0, 0.22);
    border-radius: 10px;
    cursor: pointer !important;
    flex: 0 0 33%;
    transition: all 300ms;
    font-size: 0.7rem;
}
.header_desktop .search-form input.search-field::placeholder {
    color: #5e5e5e;
    font-size: 0.7rem;
}


.header_desktop .search-form {
    background-color: rgb(255, 255, 255);
    border: 1px solid #a0a0a038;
}
.search-form label {
    flex: 0 0 65%;
}

.search-field {
    color: white !important;
    padding: 7px 11px;
    border: 0 solid #ccc;
    border-radius: 6px;
    background-color: transparent;
    font-size: 0.85rem !important;
    width: 100%;
}
.search-submit {
    width: 100%;
    padding: 5px 20px;
    border: none;
    background: #ffffff59;
    color: #fff;
    border-radius: 10px;
    cursor: pointer !important;
    flex: 0 0 33%;
    transition: all 300ms;
}


/* s*/



.search-form input:focus, .search-form textarea:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.search-form input.search-field::placeholder {
    color: #ffffff;
}


.search-form {
    border-radius: 15px;
    background-color: #ffffff38;
    display: flex;
    gap: 10px;
    padding: 5px;
    width: 100%;
}
.search-form label {
    flex: 0 0 65%;
}

.search-field {
    color: white !important;
    padding: 7px 11px;
    border: 0 solid #ccc;
    border-radius: 6px;
    background-color: transparent;
    font-size: 0.85rem !important;
    width: 100%;
}




.search-submit {
    width: 100%;
    padding: 5px 20px;
    border: none;
    background: #ffffff59;
    color: #fff;
    border-radius: 10px;
    cursor: pointer !important;
    flex: 0 0 33%;
    transition: all 300ms;
}

.search-form input.search-field::placeholder {
    color: #ffffff;
}


.search-form {
    border-radius: 15px;
    background-color: #ffffff38;
    display: flex;
    gap: 10px;
    padding: 5px;
    width: 100%;
    border: 1px solid transparent;
}
.search-form label {
    flex: 0 0 65%;
}

.search-field {
    color: white !important;
    padding: 7px 11px;
    border: 0 solid #ccc;
    border-radius: 6px;
    background-color: transparent;
    font-size: 0.85rem !important;
    width: 100%;
}
.search-submit {
    width: 100%;
    padding: 5px 20px;
    border: none;
    background: #ffffff59;
    color: #fff;
    border-radius: 10px;
    cursor: pointer !important;
    flex: 0 0 33%;
    transition: all 300ms;
}




.header_desktop.page.color .search-form input.search-field::placeholder {
    color: #5e5e5e;
}


.header_desktop.page.color .search-form {
    border-radius: 15px;
    background-color: #ffffff38;
    display: flex;
    gap: 10px;
    padding: 5px;
    width: 100%;
    border: 1px solid #a0a0a038;
}
.header_desktop.page.color .search-form label {
    flex: 0 0 65%;
}

.header_desktop.page.color .search-field {
    color: #555555 !important;
    padding: 7px 11px;
    border: 0 solid #a0a0a038;
    border-radius: 6px;
    background-color: transparent;
    font-size: 0.85rem !important;
    width: 100%;

}
.header_desktop.page.color .search-submit {
    width: 100%;
    padding: 5px 20px;
    border: none;
    background: #a0a0a038;
    color: rgba(0, 0, 0, 0.22);
    border-radius: 10px;
    cursor: pointer !important;
    flex: 0 0 33%;
    transition: all 300ms;
}

.hide {
    display: none;
}


.search-submit:hover {
    background: #681010;
    color: #fff;
}
.btn-brand {
    background: #ffffff;
    color: #000000;
    transition: all 300ms;
}
.btn-brand:hover {
    background: #681010;
    color: #fff;
}
.header_desktop.page.color .btn-brand {
    background: #681010;
    color: #ffffff;
    transition: all 300ms;
}

.header_desktop .btn-brand {
    background: #681010;
    color: #ffffff;
    transition: all 300ms;
}
.header_desktop .btn-brand:hover {
    background: #000000;
    color: #fff;
}



.header_desktop.color .btn-brand {
    background: #681010;
    color: #ffffff;
    transition: all 300ms;
}
.header_desktop.page.color .btn-brand:hover {
    background: #000000;
    color: #fff;
}



/* Estilos generales */
ul.list-unstyled {
    list-style: none;
    padding-left: 0;
    margin: 0;
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.6;
}

/* Estilo de enlaces */
ul.list-unstyled li a {
    display: block;
    padding: 0 6px;
    text-decoration: none;
    color: #2c3e50;
    border-radius: 6px;
    transition: all 0.2s ease;
    font-size: 12px;
}

/* Hover elegante */
ul.list-unstyled li a:hover {
    color: #2980b9;
    padding-left: 6px;
}

/* Subniveles */
ul.list-unstyled ul {
    margin-left: 14px;
    border-left: 2px solid #e0e0e0;
    padding-left: 10px;
}

/* Diferenciar niveles */
ul.list-unstyled ul li a {
    font-size: 12px;
    color: #555;
}

ul.list-unstyled ul li a:hover {
    color: #1abc9c;
}

/* Compacto pero legible */
ul.list-unstyled li {
    margin: 0;
}

/* Opcional: numeración tipo guía */
ul.list-unstyled li::marker {
    color: #999;
}



/* Estilos para los botones del acordeón */
.accordion-itinerary .accordion-button {
    background-color: #ededed; /* Fondo blanco */
    border: 1px solid #e4e4e4 !important;
    border-radius: 5px !important; /* Radio de 10px */
    color: #000000; /* Color de texto inicial (negro por defecto) */
    transition: all 0.4s ease; /* Transición suave para cambios */
    cursor: pointer;
    margin-bottom: 15px;
}

/* Estilos para hover y cuando el acordeón está abierto */
.accordion-itinerary .accordion-button:hover, .accordion-itinerary .accordion-button:not(.collapsed) {
    background-color: #f4f4f4;
    border-radius: 5px !important;
    border: 1px solid #e4e4e4 !important;
    color: #646464;
}

/* Asegurar que el borde inferior no se duplique en el contenedor */
.accordion-itinerary .accordion-item {
    border: none; /* Elimina el borde por defecto del accordion-item */
}

/* Asegurar que el acordeón mantenga el radio incluso cuando está colapsado */
.accordion-itinerary .accordion-button.collapsed {
    border-radius: 0 !important;
}

span.day_label {
    color: #681010;
    border-right: 1px solid #681010;
    margin-right: 5px;
    font-weight: 700;
    padding-right: 5px;
}
.included ul li {
    list-style: none; /* Elimina los guiones por defecto */
    position: relative; /* Permite posicionar la bolita */
    padding-left: 20px; /* Espacio para la bolita */
}

.included ul li::before {
    content: ''; /* Contenido vacío para el pseudo-elemento */
    position: absolute;
    left: 0;
    top: 10px;
    transform: translateY(-50%); /* Centra verticalmente */
    width: 5px; /* Tamaño de la bolita */
    height: 5px;
    background-color: green; /* Color verde */
    border-radius: 50%; /* Hace la bolita circular */
}


.no_included ul li {
    list-style: none; /* Elimina los guiones por defecto */
    position: relative; /* Permite posicionar la bolita */
    padding-left: 20px; /* Espacio para la bolita */
}

.no_included ul li::before {
    content: ''; /* Contenido vacío para el pseudo-elemento */
    position: absolute;
    left: 0;
    top: 10px;
    transform: translateY(-50%); /* Centra verticalmente */
    width: 5px; /* Tamaño de la bolita */
    height: 5px;
    background-color: red; /* Color rojo */
    border-radius: 50%; /* Hace la bolita circular */
}
.text-white h2 {
    color: white;
}



.no_included ul, .included ul {
    margin-left: 0px;
}


.stars {
    display: flex;
    justify-content: center; /* Centers the icons horizontally */
    align-items: center; /* Ensures vertical alignment in case of varying heights */
    gap: 5px; /* Optional: Adds spacing between stars */
}

.stars i.fa-star {
    color: #ffc107; /* Yellow color (Bootstrap's default yellow, you can use any hex like #FFFF00) */
}

.img_review {
    width: 60px;
    margin: auto;
}

.nombre {
    font-weight: bold;
    font-size: 0.8rem;
}


.date {
    font-size: 0.70rem;
    color: #979797;
}

.review_content {
    padding: 15px;
    font-size: 0.75rem;
    margin-top: 10px;
    margin-bottom: 10px;
}

.review_content a {
    font-size: 0.7rem;
}

.review .imagen {
    margin-bottom: -50px;
}

.cat_reviews  {
    margin-bottom: 0;
}


.card-tour-image {
    position: relative;
}


.card-tour-footer {
    padding: 10px;
    border-top: 1px solid #d7d7d7;
}
.card-tour-label {
    line-height: 1;
    font-size: 0.6rem;
}
.card-tour-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #681010;
}
span.usd_card {
    font-size: 0.80rem;
    margin-left: 5px;
}

.card-tour .card-text {
    color: #5f5f5f;
    font-size: 0.75rem;
    margin-top: 10px;
    margin-bottom: 10px;
}
.card-tour {
    overflow: hidden;
}

.card-tour h5 {
    font-size: 1.3em;
    font-weight: 800;
}


.card-tour h5 a {
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 800;
    color: #77411a;
}


/*
 * Contiene el estilo para la tarjeta de tour.
 * Se aplican transiciones para un efecto suave al pasar el mouse por encima.
 */
.card-tour-image {
    /* Oculta cualquier parte de la imagen que se extienda más allá de los límites del contenedor. */
    overflow: hidden;
}

.card-tour h5 a {
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 700;
    color: #77411a;
}

.cardrev i {
    font-size: 0.8rem;
    color: #ffcb05;
}
.carddur {
    font-size: 0.85rem;
    color: #848484;
}
.cardrev {
    font-size: 0.85rem;
    color: grey;
}
.cardrev a{
    font-size: 0.85rem;
    color: grey;
}

.trending-slide-content-bottom h6 {
    color: white;
    text-transform: uppercase;
    font-size: 2rem;
}


/*
 * Aplica los efectos de zoom y saturación cuando el mouse se coloca
 * sobre la tarjeta de tour.
 */

.card-tour {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    top: 0;
    transition: all 300ms ease;
    position: relative;
    overflow: hidden;
}
/* Línea superior inicial (en el centro) */
.card-tour::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 3px; /* grosor del borde */
    width: 0;
    background: #ff6600; /* color del borde */
    transform: translateX(-50%);
    transition: width 0.4s ease;
}


.card-tour:hover  {
    /* Aumenta el tamaño de la imagen en un 10% para crear el efecto de zoom. */
    top:-15px;
    box-shadow: 0 0.8rem 1.5rem 3px rgba(0, 0, 0, 0.15);
}

.card-tour:hover::before {
    width: 100%;
}

.card-tour:hover .card-text {
    color: #000000;
    font-size: 0.75rem;
    margin-top: 10px;
    margin-bottom: 10px;
}



.card-tour .card-tour-image img {
    /* Aumenta el tamaño de la imagen en un 10% para crear el efecto de zoom. */
    transform: scale(1.1);
    /* Aumenta la saturación del color de la imagen en un 20% para hacerla más intensa. */
    filter: saturate(0.3);
    transition: all 300ms ease;
}


.card-tour:hover .card-tour-image img {
    /* Aumenta el tamaño de la imagen en un 10% para crear el efecto de zoom. */
    transform: scale(1.3);
    /* Aumenta la saturación del color de la imagen en un 20% para hacerla más intensa. */
    filter: saturate(1.5);
}


.front_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.front_list .icono img {
    width: 80px;
    height: 80px;
}

.front_list .icono {
    float: left;
    margin-right: 15px;
}

.front_list b {
    color: #77411a;
    display: block;
    font-size: 1.2rem;
}

.front_list li {
    margin-bottom: 30px;
}

.blue  {
    color: #77411a;
}


.tour-category-card {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}
.tour-category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.tour-category-card:hover img {
    transform: scale(1.1) translateY(-10px);
}
.tour-category-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px;
}
.tour-category-text h5,
.tour-category-text p {
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
.tour-category-text h5 {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
}
.tour-category-text p {
    font-size: 1rem;
}


/* Ensure the div behaves like a clickable element */
.tour-content-accordion-div {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    box-shadow: 0 0 3px 1px #99999957;
    background-color: #f1f1f1;
    cursor: pointer;
    width: 100%;
    text-align: left;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    margin-bottom: 0;
}

.tour-content-accordion-item .accordion-body {
    padding: 15px 5px 15px 5px !important;
}
.tour-content-accordion-div.collapsed::after {
    content: '\002B'; /* Plus sign for collapsed state */
    float: right;
    font-size: 1.25rem;
    position: relative;
    top: -5px !important;
    transition: all  300ms;
}
.tour-content-accordion-div:not(.collapsed)::after {
    position: relative;
    top: -5px !important;
    content: '\2212';
    float: right;
    font-size: 1.25rem;
}
.tour-content-accordion-div:hover {
    background-color: #f8f9fa; /* Light hover effect similar to Bootstrap */
}
.accordion-item.tour-content-accordion-item {
    margin-bottom: 5px;
    border: 0 !important;
    border-radius: 5px;
    background-color: white !important;
}
@media (min-width: 768px) { /* Aplica solo a pantallas de 768px o más */
    .tour-content-tab-content {
        padding: 15px;
        background-color: #ffffff;
        border-left: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
    }
}




