.tab hr {
  margin: 25px 0 30px 0;
}
.tab p,
.tab ul,
.tab ol,
.wp-page p {
  margin-bottom: 1rem;
}
.tab:last-child() {
  margin-bottom: 0;
}
.tab ul {
  list-style: disc;
  margin-left: 15px;
}
.tab ol {
  list-style: decimal;
  margin-left: 1.5rem;
}
.tab ol li {
  margin-bottom: 1rem;
}
.tab ol li::marker {
  font-weight: 600;
}
.tab ul li {
  margin-bottom: 10px;
}
.tab h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.tab h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.tab h4 {
  font-size: 1.125rem;
  font-weight: 700 !important;
  margin-bottom: 1rem;
}
.tab h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1rem;
}

/*  */
.included ul,
.not-included ul {
  margin-left: 0;
}
.included li {
  list-style: none !important; /* Elimina el estilo de lista predeterminado */
  padding-left: 30px; /* Espacio para la imagen */
  background-image: url("https://salastravelperu.com/wp-content/uploads/2025/11/check-svgrepo-com.svg");
  background-repeat: no-repeat;
  background-position: left 3px; /* Ubica la imagen a la izquierda */
  background-size: 20px 20px; /* Ajusta el tamaÃ±o de la imagen */
  margin-left: 0 !important;
}
.not-included li {
  list-style: none !important; /* Elimina el estilo de lista predeterminado */
  padding-left: 30px; /* Espacio para la imagen */
  background-image: url("https://salastravelperu.com/wp-content/uploads/2025/11/times-svgrepo-com.svg");
  background-repeat: no-repeat;
  background-position: left 3px; /* Ubica la imagen a la izquierda */
  background-size: 20px 20px; /* Ajusta el tamaÃ±o de la imagen */
  margin-left: 0 !important;
}
.not-included li > ul li,
.included li > ul li {
  list-style: disc !important;
  background-image: none !important;
  padding-left: 0;
}
.not-included li > ul,
.included li > ul {
  padding-top: 15px;
  padding-left: 15px;
}
.tab h2 strong,
.tab h3 strong,
.tab h4 strong,
.tab h5 strong {
  font-weight: 700 !important;
}
/*  */
.stickytop {
  position: -webkit-sticky !important;
  position: sticky !important;
  z-index: 10;
  top: 150px;
  transition: 0.3s;
}
/* form */
.contenido-blog .contact input,
.contenido-blog .contact textarea {
  width: 100%;
  border-radius: var(--radius-lg);
  --tw-border-style: none;
  border-style: none;
  background-color: var(--color-neutral-100);
  padding: 15px;
}
.contenido-blog .contact input.wpcf7-submit {
  background-color: #a4270b;
  padding-block: calc(var(--spacing) * 3);
  color: var(--color-white);
  cursor: pointer;
}
/*  */

/*  */

.tab table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.tab table th {
  background: #3a3a3a;
  color: #fff;
  padding: 14px;
}

.tab table td {
  padding: 14px;
  border-bottom: 1px solid #e0e0e0;
}

.tab table tr:nth-child(even) {
  background-color: #f9f9f9;
}

/*  */
.contenido-blog .contact textarea {
  height: calc(var(--spacing) * 32);
}
.contenido-blog .contact .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 3);
}
.excerpt p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.contenido-blog .formulario-plan-trip form {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: calc(var(--spacing) * 5);
}
.contenido-blog .formulario-plan-trip form input {
  width: 100%;
  border-style: none;
}
.contenido-blog .formulario-plan-trip form label {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-neutral-700);
}
.contenido-blog .formulario-plan-trip form input.wpcf7-submit {
  margin-top: 1rem;
  width: 100%;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: #a4270b;
  font-weight: normal;
  color: white;
  &:hover {
    @media (hover: hover) {
      background-color: var(--secondary);
    }
  }
}
.contenido-blog .formulario-plan-trip form .wpcf7-spinner {
  position: absolute;
}
.tab hr {
  margin: 25px 0 30px 0 !important;
}

#menu-menu-1 > .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' fill='%23111'%3E%3Cpath d='M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,53.66,90.34L128,164.69l74.34-74.35a8,8,0,0,1,11.32,11.32Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.2s;
  vertical-align: middle;
  margin-top: -2px;
}
#menu-menu-1 > .menu-item-has-children:hover > a::after {
  transform: rotate(-180deg);
}
.menu-resposive {
  display: none;
}
#menu-menu-1 .menu-item {
  font-weight: 600;
}
#menu-menu-1 .menu-item > .sub-menu {
  visibility: hidden;
  position: absolute;
  top: 57px;
  display: flex;
  flex-direction: column;
  padding: 12px 0;
  border-width: 1px;
  background-color: white;
  opacity: 0;
  border-radius: 10px;
}
#menu-menu-1 {
  display: flex;
  justify-content: space-between;
}
#menu-menu-1 > .menu-item {
  padding: 1rem 0;
}
#menu-menu-1 .menu-item:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
#menu-menu-1 .menu-item > .sub-menu > .menu-item {
  position: relative;
  padding: 0 12px;
  white-space: nowrap;
}
/*segundo nivel*/
#menu-menu-1 .menu-item > .sub-menu > .menu-item a {
  display: block;
  border-radius: 0.5rem;
  padding: 10px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
#menu-menu-1 .menu-item > .sub-menu > .menu-item a:hover {
  background: #f1f5f9;
}
#menu-menu-1 .menu-item-has-children:last-child > .sub-menu {
  left: auto !important;
  right: 0 !important;
}
/*tercer nivel*/
#menu-menu-1
  .menu-item-has-children
  > .sub-menu
  > .menu-item-has-children
  > a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' fill='%23111'%3E%3Cpath d='M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.2s;
  vertical-align: middle;
  opacity: 0;
  margin-top: 3px;
}

#menu-menu-1 .menu-item > .sub-menu > .menu-item > .sub-menu {
  left: 100% !important;
  top: 0px;
  width: auto;
  display: flex;
}
#menu-menu-1 .menu-item:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}

#menu-menu-1 .menu-item-has-children > .sub-menu > .menu-item-has-children > a {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
#menu-menu-1
  .menu-item-has-children
  > .sub-menu
  > .menu-item-has-children:hover
  > a::after {
  opacity: 1;
}
.best-seller {
  background: #ed6626;
  color: #fff;
  padding: 2px 5px;
  border-radius: 10px;
  font-size: 13px;
}
/* =========================
   GLOBAL
========================= */

.search-results {
  background: #f7f7f7;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
}

/* =========================
   HERO
========================= */

.search-hero {
  position: relative;
  height: 50vh;
  background-size: cover;
  background-position: center;
  margin-top: 122px;
}

.search-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.55),
    rgba(0, 0, 0, 0.55)
  );
}

.search-hero__content {
  position: relative;
  max-width: 80rem;
  height: 100%;
  margin: auto;
  padding: 0;
  display: flex;
  align-items: center;
}

.search-title {
  font-size: 44px;
  font-weight: 800;
  color: #fff;
  font-family: Archivo, sans-serif;
}

.search-title span {
  color: #a4270b;
}

/* =========================
   LAYOUT
========================= */

.search-content {
  max-width: 80rem;
  margin: auto;
  padding: 80px 0;
}

.search-layout {
  display: flex;
  gap: 40px;
}

.search-main {
  width: 66.66%;
}

.search-sidebar {
  width: 33.33%;
  position: sticky;
  top: 110px;
  background: #fff;
  padding: 32px;
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}

/* =========================
   GRID
========================= */

.tour-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

@media (max-width: 1024px) {
  .search-layout {
    flex-direction: column;
  }

  .search-main,
  .search-sidebar {
    width: 100%;
  }

  .tour-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .tour-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================
   CARD
========================= */

.tour-card {
  border-radius: 22px;
  overflow: hidden;
  background: #000;
  text-decoration: none;
  transition: all 0.35s ease;
}

.tour-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/* =========================
   IMAGE
========================= */

.tour-card__image {
  position: relative;
  height: 380px;
  background-size: cover;
  background-position: center;
}

.tour-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9),
    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0.15)
  );
}

/* =========================
   BADGE
========================= */

.tour-card__badge {
  position: absolute;
  top: 18px;
  left: 18px;
  background: #ffffffee;
  color: #111;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 999px;
  z-index: 2;
}

/* =========================
   CONTENT
========================= */

.tour-card__content {
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
  color: #fff;
  z-index: 2;
}

.tour-card__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 10px;
}

.tour-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

/* =========================
   PRICE / DURATION
========================= */

.tour-card__price {
  font-weight: 700;
}

.tour-card__duration {
  opacity: 0.9;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* =========================
   PAGINATION
========================= */

.pagination {
  margin-top: 60px;
}

.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-right: 6px;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-weight: 600;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  transition: all 0.25s ease;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  background: #a4270b;
  color: #fff;
}
.nav-links .prev,
.nav-links .next {
  width: auto;
  border-radius: 10px;
  padding: 0 20px;
}
/* =========================
   SIDEBAR – FILTROS
========================= */

.search-sidebar {
  background: #ffffff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 110px;
}

/* Títulos del sidebar */
.search-sidebar h2,
.search-sidebar h3,
.search-sidebar h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #111;
}

/* Secciones de filtros */
.search-sidebar .widget,
.search-sidebar .filter-group {
  margin-bottom: 32px;
}

.search-sidebar .widget:last-child {
  margin-bottom: 0;
}

/* =========================
   CHECKBOX LIST
========================= */

.search-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.search-sidebar li {
  margin-bottom: 14px;
}

.search-sidebar label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  transition: color 0.25s ease;
}

.search-sidebar label:hover {
  color: #ff7a00;
}

/* =========================
   INPUT CHECKBOX
========================= */

.search-sidebar input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 6px;
  border: 2px solid #ddd;
  background: #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}

.search-sidebar input[type="checkbox"]:checked {
  border-color: #a4270b;
  background: #a4270b;
}

.search-sidebar input[type="checkbox"]:checked::after {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 11px;
  color: #fff;
  transform: translate(-50%, -50%);
}

/* =========================
   SEARCH INPUT
========================= */

.search-sidebar input[type="search"],
.search-sidebar input[type="text"],
.search-sidebar select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #ddd;
  font-size: 14px;
  outline: none;
  transition: all 0.25s ease;
  color: black;
}

.search-sidebar input:focus,
.search-sidebar select:focus {
  border-color: #a4270b;
  box-shadow: 0 0 0 3px rgba(164, 39, 11, 0.15);
}

/* =========================
   PRICE RANGE (si usas)
========================= */

.search-sidebar .price-range {
  display: flex;
  gap: 10px;
}

.search-sidebar .price-range input {
  width: 50%;
}

/* =========================
   BUTTONS
========================= */

.search-sidebar button,
.search-sidebar input[type="submit"] {
  width: 100%;
  margin-top: 12px;
  padding: 14px;
  border-radius: 14px;
  background: #a4270b;
  color: #fff;
  border: none;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.search-sidebar button:hover,
.search-sidebar input[type="submit"]:hover {
  background: #a4270b;
  transform: translateY(-2px);
}

/* =========================
   SEPARADOR
========================= */

.search-sidebar .divider {
  height: 1px;
  background: #eee;
  margin: 28px 0;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 1024px) {
  .search-sidebar {
    position: relative;
    top: 0;
    box-shadow: none;
    padding: 24px;
  }
}
.dh-breadcrumb {
  font-size: 15px;
  text-transform: capitalize;
}

.dh-breadcrumb span,
.dh-breadcrumb a {
  padding-right: 4px;
}

.dh-breadcrumb a {
  color: #0073aa;
  text-decoration: none;
}

.dh-breadcrumb a:hover {
  text-decoration: underline;
}
.destinos {
  font-family: system-ui, sans-serif;
  max-width: 320px;
}

/* ACCORDION */
.accordion {
  border-bottom: 1px solid #eee;
}

.accordion input {
  display: none;
}

/* HEADER */
.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}

.header-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #111;
  text-decoration: none;
}

.toggle {
  cursor: pointer;
}

/* ARROW */
.arrow {
  transition: transform 0.3s ease;
}

.accordion input:checked ~ .accordion-header .arrow {
  transform: rotate(180deg);
}

/* BODY */
.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.accordion input:checked ~ .accordion-body {
  max-height: 600px;
}

.accordion-body li {
  list-style: none;
}

/* LINKS */
.accordion-body a,
.simple-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0 8px 18px;
  text-decoration: none;
  color: #333;
  font-size: 15px;
  font-family: "Archivo", Sans-serif;
}

.simple-link {
  padding: 12px 0;
  font-weight: 600;
}

/* CHECK */
.check {
  color: #a4270b;
  min-width: 16px;
}

.check.active {
  color: #a4270b;
}

/* COUNT */
.count {
  margin-left: auto;
  font-size: 13px;
  color: #888;
}
.fa-check-square,
.fa-square {
  font-size: 16px;
}

/**/
.tours-toolbar {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.layout-btn {
  border: 0;
  background: #f1f1f1;
  padding: 15px;
  cursor: pointer;
  border-radius: 5px;
}

.tours-container.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.tours-container.list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tour-card {
  display: flex;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
}

.tours-container.grid .tour-card {
  flex-direction: column;
}

.tour-image {
  position: relative;
  height: 300px;
  overflow: hidden;
}
.tour-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.list .tour-image {
  position: relative;
  width: 300px;
  height: 250px;
  overflow: hidden;
}
.badge-offer {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fcb400;
  color: #000;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 20px;
}

.badge-service {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #000000;
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 20px;
}

.tour-content {
  padding: 15px;
  flex: 1;
}

.tour-price {
  padding: 0 15px 32px 15px;
  min-width: 180px;
}
.tour-price a {
  text-align: center;
}
.btn-details {
  display: block;
  margin-top: 10px;
  background: #a4270b;
  color: #fff;
  padding: 10px;
  border-radius: 8px;
  text-decoration: none;
}
.list .tour-price {
  padding: 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.list .tour-content {
  display: flex;
  align-items: center;
}
.per-person {
  color: #149e83;
  font-weight: 500;
}

.tours-search-input {
  min-width: 500px;
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 15px;
}

.section-busqueda {
  margin-bottom: 40px;
}
.botones-hamburger {
  display: none;
}
/*modal*/
/* Vista recortada */
.tour-contenido {
  display: -webkit-box;
  -webkit-line-clamp: 4; /* 👈 líneas visibles */
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.6;
}
/* Texto recortado SOLO en la página */
.line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-clamp: 4;
}

/* See More Tours Button Visibility */
@media (max-width: 1024px) {
    #btn-see-more-desktop {
        display: none !important;
    }
}
@media (min-width: 1025px) {
    #btn-see-more-mobile {
        display: none !important;
    }
}
.inline-modal .tour-contenido {
  display: block !important;
  -webkit-line-clamp: unset !important;
  overflow: visible !important;
}

/* Botón */
.see-more-btn {
  background: none;
  border: none;
  color: #0498a2;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  margin-top: 6px;
}

body.modal-open {
  overflow: hidden;
}
/* Fondo modal */
.inline-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

/* Caja modal */
.inline-modal-box {
  background: #fff;
  max-width: 720px;
  width: 90%;
  max-height: 80vh; /* 🔥 CLAVE */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 30px 40px;
  border-radius: 12px;
  position: absolute;
  overflow: hidden; /* oculta overflow externo */
}

/* Contenido con scroll */
.inline-modal-content {
  max-height: calc(80vh - 80px); /* 🔥 resta header + padding */
  overflow-y: auto;
  padding-right: 10px;
}

/* Scroll bonito (opcional) */
.inline-modal-content::-webkit-scrollbar {
  width: 6px;
}
.inline-modal-content::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 10px;
}

/* Botón cerrar */
.inline-modal-close {
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 28px;
  cursor: pointer;
}
.inline-modal-content .elementor-icon-box-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.inline-modal-content .elementor-icon {
  font-size: 30px;
}
.inline-modal-content .elementor-icon-box-title {
  font-size: 1.5rem;
}

/*finmodal*/

/*aaccordin tour*/
.day-header {
  width: 100%;
  background: #fff;
  border: none;
  padding: 0 20px !important;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
}

.day-meta {
  margin-left: auto;
  font-size: 14px;
  color: #666;
}

.day-arrow svg {
  transition: transform 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  display: inline-block;
  transform-origin: center center;
}
.itinerary-day {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.itinerary-day.open .day-arrow svg {
  transform: rotate(180deg);
  transform-origin: center center;
}

.itinerary-content {
  counter-reset: step;
  position: relative;
  margin-left: 44px;
  padding: 0;
}

.itinerary-content h4 {
  position: relative;
  margin: 32px 0 10px;
  font-weight: 700;
}

.day-badge {
  padding: 0;
}
.itinerary-content h4::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: -59px;
  top: 0;
  width: 28px;
  height: 28px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.itinerary-content h5 {
  position: relative;
  margin: 22px 0 8px;
  font-weight: 600;
}

.itinerary-content h5::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 6px;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  z-index: 2;
}
.itinerary-content::after{
	content: "";
  position: absolute;
  left: -26px;
  top: -15px;
  width: 2px;
  height: calc(100% + 16px);
  background: #000;
}

.itinerary-content::before {
  content: "";
  position: absolute;
  left: -26px;
  top: 10px;
  width: 2px;
  height: calc(100% + 16px);
  background: #000;
}
.itinerary-content:last-child::before {
	bottom:0;
}
.day-content {
  display: none;
  padding: 20px;
}
.btn-details {
  display: block;
  margin-top: 10px;
  background: #000;
  color: #fff;
  padding: 10px;
  border-radius: 8px;
  text-decoration: none;
}
.check {
  color: #000;
  min-width: 16px;
}

.check.active {
  color: #fcb400;
}
.day-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.additional-info {
  background: #f7f9fc;
  margin: 1rem 0;
}
.dia {
  position: relative !important;
  border-radius: 100%;
  width: 50px;
  height: 50px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: black;
  color: white;
  margin-left: -25px;
  font-size: 12px;
}
.dia .elementor-heading-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wtrvl-checkout_button {
  background: #a4270b;
  width: 100%;
  border-radius: 5px;
  color: white;
  padding: 10px;
  cursor: pointer;
  font-weight: 600;
  padding: 12px;
}
#reserva-desktop {
  display: none;
  bottom: 0;
  left: 0;
  z-index: 20 !important;
}
.reserva-abajo {
  padding: 10px 70px;
}
#whatsappButtonOpen {
  z-index: 10;
}
#menu-menu-1 .menu-item > .sub-menu > .menu-item-has-children:last-child > .sub-menu {
    width: auto;
    left: 100% !important;
    right: auto !important;
}
.tab .gallery {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.tab .gallery-item {
  margin: 0 !important;
}
.tab .gallery-item .gallery-icon,
.tab .gallery-item .gallery-icon a{
    height:100%;
}
.tab .gallery-item:nth-child(1){
	height:225px;
}
.tab .gallery img {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 992px) {
  .tab .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .tab .gallery {
    grid-template-columns: 1fr;
  }
}
/*finde*/

/*responsive*/
@media (max-width: 1024px) {
  .menu-desktop {
    display: none;
  }
  .botones-hamburger {
    display: block;
  }
  .menu-resposive {
    display: block;
  }
  #navbar-menu {
    position: fixed;
    top: 0;
    left: -100%;
    transition: 0.35s;
    height: 100vh;
    width: 85% !important;
    background: white;
    overflow-x: hidden;
  }
  .fondo-negro {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in;
    overflow: hidden;
  }
  .borrado {
    opacity: 1;
    visibility: visible;
  }
  #menu-menu-2 > .menu-item > a {
    padding: 10px;
    display: block;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    box-shadow: 0 1px 1px #e2e8f0;
    display: flex;
    justify-content: space-between;
  }

  #menu-menu-2 > .menu-item {
    display: block;
    border: none;
  }
  #menu-menu-2 {
    display: flex;
    width: 100%;
    gap: 5px;
    flex-direction: column;
  }
  #menu-menu-2 > .menu-item-has-children > .sub-menu {
    position: absolute;
    width: 100%;
    display: block;
    right: -106%;
    top: 0;
    background-color: white !important;
    transition: all 0.3s;
    overflow: hidden;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    padding: 0 15px;
  }
  #menu-menu-2 .menu-item > .sub-menu > .menu-item a {
    display: block;
    padding: 15px;
    border-radius: 0;
    border-bottom: 1px solid #e2e8f0;
  }
  /*segundo nivel*/
  #menu-menu-2 > .menu-item-has-children > a::after {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    transform: rotate(-90deg);
    content: "\f078";
    width: 16px;
    margin-left: 10px;
    transition: 0.1s;
  }
  .abierto {
    right: 0 !important;
    top: 0 !important;
    height: 100% !important;
    width: 100% !important;
    z-index: 1000 !important;
    display: block;
  }
  #menu-menu-2 .menu-item > .sub-menu button {
    color: #0498a2;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
    padding: 0;
    margin: 0;
    display: inline;
    width: 23px;
  }

  /*tercer nivel*/
  #menu-menu-2
    .menu-item-has-children
    .sub-menu
    > .menu-item-has-children
    > .sub-menu {
    position: absolute;
    width: 100%;
    display: block;
    left: -100%;
    top: 0;
    background-color: white !important;
    transition: all 0.3s;
    padding-block: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0 15px;
  }
  .abierto-two {
    left: 0 !important;
    top: 0 !important;
    height: 100% !important;
    width: 100% !important;
    z-index: 1000 !important;
  }
  #menu-menu-2
    .menu-item-has-children
    > .sub-menu
    > .menu-item-has-children
    > a {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-radius: 0;
    border-bottom: 1px solid #e2e8f0;
  }
  #menu-menu-2 > .menu-item-has-children > .sub-menu > .menu-item:nth-child(1),
  #menu-menu-2
    .menu-item-has-children
    .sub-menu
    > .menu-item-has-children
    > .sub-menu
    > .menu-item:nth-child(1) {
    padding-top: 4rem;
  }
  #menu-menu-2
    .menu-item-has-children
    > .sub-menu
    > .menu-item-has-children
    > a::after {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f054";
    font-size: 12px;
    margin-left: 10px;
    transition: 0.1s;
    margin-top: 6px;
  }
  #menu-menu-2
    .menu-item-has-children
    .sub-menu
    > .menu-item-has-children
    > .sub-menu
    > .menu-item
    a {
    padding: 15px;
    border-radius: 0;
    border-bottom: 1px solid #e2e8f0;
  }
}

@media (max-width: 767px) {
   
  .dia {
           width: auto !important; 
        padding: 6px;
        border-radius: 5px;
        position: relative !important;
        height: 40px !important;
  }
      .dia .elementor-heading-title {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  .botones-hamburger {
    display: block;
  }
  .tours-search-input {
    min-width: 0;
    width: 100;
  }
  .menu-desktop {
    display: none;
  }
  .menu-resposive {
    display: block;
  }
  #navbar-menu {
    position: fixed;
    top: 0;
    left: -100%;
    transition: 0.35s;
    height: 100vh;
    width: 85% !important;
    background: white;
    overflow-x: hidden;
  }
  .fondo-negro {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in;
    overflow: hidden;
  }
  .borrado {
    opacity: 1;
    visibility: visible;
  }
  #menu-menu-2 > .menu-item > a {
    padding: 10px;
    display: block;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    box-shadow: 0 1px 1px #e2e8f0;
    display: flex;
    justify-content: space-between;
  }

  #menu-menu-2 > .menu-item {
    display: block;
    border: none;
  }
  #menu-menu-2 {
    display: flex;
    width: 100%;
    gap: 5px;
    flex-direction: column;
  }
  #menu-menu-2 > .menu-item-has-children > .sub-menu {
    position: absolute;
    width: 100%;
    display: block;
    right: -106%;
    top: 0;
    background-color: white !important;
    transition: all 0.3s;
    overflow: hidden;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    padding: 0 15px;
  }
  #menu-menu-2 .menu-item > .sub-menu > .menu-item a {
    display: block;
    padding: 15px;
    border-radius: 0;
    border-bottom: 1px solid #e2e8f0;
  }
  /*segundo nivel*/
  #menu-menu-2 > .menu-item-has-children > a::after {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    transform: rotate(-90deg);
    content: "\f078";
    width: 16px;
    margin-left: 10px;
    transition: 0.1s;
  }
  .abierto {
    right: 0 !important;
    top: 0 !important;
    height: 100% !important;
    width: 100% !important;
    z-index: 1000 !important;
    display: block;
  }
  #menu-menu-2 .menu-item > .sub-menu button {
    color: #0498a2;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
    padding: 0;
    margin: 0;
    display: inline;
    width: 23px;
  }

  /*tercer nivel*/
  #menu-menu-2
    .menu-item-has-children
    .sub-menu
    > .menu-item-has-children
    > .sub-menu {
    position: absolute;
    width: 100%;
    display: block;
    left: -100%;
    top: 0;
    background-color: white !important;
    transition: all 0.3s;
    padding-block: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0 15px;
  }
  .abierto-two {
    left: 0 !important;
    top: 0 !important;
    height: 100% !important;
    width: 100% !important;
    z-index: 1000 !important;
  }
  #menu-menu-2
    .menu-item-has-children
    > .sub-menu
    > .menu-item-has-children
    > a {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-radius: 0;
    border-bottom: 1px solid #e2e8f0;
  }
  #menu-menu-2 > .menu-item-has-children > .sub-menu > .menu-item:nth-child(1),
  #menu-menu-2
    .menu-item-has-children
    .sub-menu
    > .menu-item-has-children
    > .sub-menu
    > .menu-item:nth-child(1) {
    padding-top: 4rem;
  }
  #menu-menu-2
    .menu-item-has-children
    > .sub-menu
    > .menu-item-has-children
    > a::after {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f054";
    font-size: 12px;
    margin-left: 10px;
    transition: 0.1s;
    margin-top: 6px;
  }
  #menu-menu-2
    .menu-item-has-children
    .sub-menu
    > .menu-item-has-children
    > .sub-menu
    > .menu-item
    a {
    padding: 15px;
    border-radius: 0;
    border-bottom: 1px solid #e2e8f0;
    display: block;
  }

  /*modal*/
  .inline-modal-box {
    padding: 15px;
  }

  .day-header {
    gap: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .itinerary-accordion {
    padding: 0 !important;
    margin: 0 !important;
  }
  .itinerary-content {
    margin-left: 0;
  }
  .itinerary-content::before,
   .itinerary-content::after{
    left: -5px;
  }
  .itinerary-content h4::before {
    left: -48px;
  }
  .itinerary-content h5::before {
    left: -39px;
  }
  .itinerary-content::before {
    top: -40px;
  }
  #whatsappButtonOpen {
    z-index: 2;
  }
  .reserva-abajo {
    padding: 10px 45px;
  }
}
