@charset "UTF-8";
/*
Theme Name: Togo Child
Theme URI: https://togo.uxper.co/
Template: togo
Author: Uxper
Author URI: http://uxper.co/
Description: Togo – Unique WordPress Theme designed for travel, tours, and adventure websites. Perfect for agencies, travel blogs, booking platforms, and tourism businesses.
Tags: custom-logo,featured-images,theme-options,translation-ready
Version: 1.0.0.1762174065
Updated: 2025-11-03 12:47:45

*/
#breadcrumbs a {
  display: inline-flex;
}
#breadcrumbs a svg {
  vertical-align: middle;
  margin-right: 8px;
}
#breadcrumbs a:hover svg path {
  fill: #008A8A;
}
#breadcrumbs > span {
  display: inline-flex;
}
#breadcrumbs .custom-separator {
  display: inline-flex;
}

.experiencia-template-default #breadcrumbs {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.experiencia-template-default #breadcrumbs a {
  font-size: 14px;
  line-height: 22px;
  display: inline-flex;
}
.experiencia-template-default #breadcrumbs a svg {
  vertical-align: middle;
  margin-right: 8px;
  width: 20px;
  height: 20px;
}
.experiencia-template-default #breadcrumbs a:hover svg path {
  fill: #008A8A;
}
.experiencia-template-default #breadcrumbs > span {
  display: inline-flex;
  font-size: 14px;
  line-height: 22px;
}
.experiencia-template-default #breadcrumbs .custom-separator {
  display: inline-flex;
}
.experiencia-template-default #breadcrumbs .custom-separator svg {
  width: 20px;
  height: 20px;
}

.sp-tours-template-default #breadcrumbs {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.sp-tours-template-default #breadcrumbs a {
  font-size: 14px;
  line-height: 22px;
  display: inline-flex;
}
.sp-tours-template-default #breadcrumbs a svg {
  vertical-align: middle;
  margin-right: 8px;
  width: 20px;
  height: 20px;
}
.sp-tours-template-default #breadcrumbs a:hover svg path {
  fill: #008A8A;
}
.sp-tours-template-default #breadcrumbs > span {
  display: inline-flex;
  font-size: 14px;
  line-height: 22px;
}
.sp-tours-template-default #breadcrumbs .custom-separator {
  display: inline-flex;
}
.sp-tours-template-default #breadcrumbs .custom-separator svg {
  width: 20px;
  height: 20px;
}

.sp-icon-btn {
  display: inline-flex;
  align-items: center;
}

/* Wrapper contains the whole block */
.rw-route-meet-point {
  width: 100%;
}

/* Title separator */
.rw-route-meet-point__separator {
  width: 100%;
  height: 1px;
  background-color: #ddd;
  margin: 10px 0 20px 0;
}

/* Content wrapper */
.rw-route-meet-point__content {
  display: flex;
  align-items: center;
  gap: 8px;
  /* default spacing – Elementor will override inline */
}

/* When content is a link */
.rw-route-meet-point__link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

/* When content is without link */
.rw-route-meet-point__item {
  display: inline-flex;
  align-items: center;
}

/* Icon wrapper applied by Elementor */
.rw-route-meet-point__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Text next to icon */
.rw-route-meet-point__text {
  display: inline-block;
  vertical-align: middle;
}

#contact_form form.elementor-form {
  /*Name field*/
  /*Email field*/
  /*Phone field*/
  /*Message field*/
}
#contact_form form.elementor-form input:not(input[type=checkbox]) {
  outline: none;
}
#contact_form form.elementor-form input:not(input[type=checkbox]):focus {
  outline: none;
  box-shadow: none;
}
#contact_form form.elementor-form input:not(input[type=checkbox])::placeholder {
  opacity: 1;
}
#contact_form form.elementor-form textarea {
  outline: none;
}
#contact_form form.elementor-form textarea:focus {
  outline: none !important;
  box-shadow: none;
}
#contact_form form.elementor-form textarea::placeholder {
  opacity: 1;
}
#contact_form form.elementor-form .elementor-field-group-email input,
#contact_form form.elementor-form .elementor-field-group-nombre input,
#contact_form form.elementor-form .elementor-field-group-telefono input,
#contact_form form.elementor-form .elementor-field-group-mensaje textarea {
  padding-left: 32px;
  position: relative;
}
#contact_form form.elementor-form .elementor-field-group-email::before,
#contact_form form.elementor-form .elementor-field-group-nombre::before,
#contact_form form.elementor-form .elementor-field-group-telefono::before {
  position: absolute;
  content: "";
  z-index: 999;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  top: 12px;
}
#contact_form form.elementor-form .elementor-field-group-mensaje::before {
  position: absolute;
  top: 8px;
  left: 8px;
  content: "";
  z-index: 999;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}
#contact_form form.elementor-form .elementor-field-group-nombre::before {
  content: url("./assets/images/icons/user.svg");
}
#contact_form form.elementor-form .elementor-field-group-email::before {
  content: url("./assets/images/icons/email.svg");
}
#contact_form form.elementor-form .elementor-field-group-telefono::before {
  content: url("./assets/images/icons/phone.svg");
}
#contact_form form.elementor-form .elementor-field-group-mensaje::before {
  content: url("./assets/images/icons/message.svg");
}
#contact_form form.elementor-form .elementor-field-group-acepto {
  margin-top: 28px;
}
#contact_form form.elementor-form .elementor-field-group-acepto .elementor-field-option:not(.elementor-error) {
  display: inline-flex;
}
#contact_form form.elementor-form .elementor-field-group-acepto label a {
  color: #004343;
  text-decoration: underline;
}
#contact_form form.elementor-form .elementor-field-group-acepto input[type=checkbox] {
  appearance: none;
  width: 1.1rem;
  height: 1.1rem;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  border: 1px solid #004343;
  min-width: 1.1rem;
  margin-right: 8px;
}
#contact_form form.elementor-form .elementor-field-group-acepto input[type=checkbox]::after {
  content: "";
  position: absolute;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
  transition: opacity 0.15s ease;
  opacity: 0;
}
#contact_form form.elementor-form .elementor-field-group-acepto input[type=checkbox]:checked {
  background-color: #004343;
}
#contact_form form.elementor-form .elementor-field-group-acepto input[type=checkbox]:checked::after {
  content: "✓";
  opacity: 1;
}
#contact_form form.elementor-form .elementor-field-group-acepto input[type=checkbox]:focus {
  border: 1px solid #004343;
}
#contact_form form.elementor-form .elementor-message.elementor-message-danger {
  margin-top: 24px;
}

#cv_form form.elementor-form {
  /*Name field*/
  /*Email field*/
  /*Phone field*/
  /*Message field*/
}
#cv_form form.elementor-form input:focus,
#cv_form form.elementor-form input:focus-visible,
#cv_form form.elementor-form input:active,
#cv_form form.elementor-form textarea:focus,
#cv_form form.elementor-form textarea:focus-visible,
#cv_form form.elementor-form textarea:active,
#cv_form form.elementor-form .elementor-field-group .elementor-field-textual:focus {
  box-shadow: none !important;
  outline: none !important;
}
#cv_form form.elementor-form input:not(input[type=checkbox]) {
  outline: none;
}
#cv_form form.elementor-form input:not(input[type=checkbox]):focus {
  outline: none;
  box-shadow: none;
}
#cv_form form.elementor-form input:not(input[type=checkbox])::placeholder {
  opacity: 1;
}
#cv_form form.elementor-form textarea {
  outline: none;
}
#cv_form form.elementor-form textarea:focus {
  outline: none !important;
  box-shadow: none;
}
#cv_form form.elementor-form textarea::placeholder {
  opacity: 1;
}
#cv_form form.elementor-form .elementor-field-group-email input,
#cv_form form.elementor-form .elementor-field-group-nombre input,
#cv_form form.elementor-form .elementor-field-group-telefono input,
#cv_form form.elementor-form .elementor-field-group-mensaje textarea {
  padding-left: 32px;
  position: relative;
}
#cv_form form.elementor-form .elementor-field-group-email::before,
#cv_form form.elementor-form .elementor-field-group-nombre::before,
#cv_form form.elementor-form .elementor-field-group-telefono::before {
  position: absolute;
  content: "";
  z-index: 999;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  top: 12px;
}
#cv_form form.elementor-form .elementor-field-group-mensaje::before {
  position: absolute;
  top: 8px;
  left: 8px;
  content: "";
  z-index: 999;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}
#cv_form form.elementor-form .elementor-field-group-nombre::before {
  content: url("./assets/images/icons/user-white.svg");
}
#cv_form form.elementor-form .elementor-field-group-email::before {
  content: url("./assets/images/icons/email-white.svg");
}
#cv_form form.elementor-form .elementor-field-group-telefono::before {
  content: url("./assets/images/icons/phone-white.svg");
}
#cv_form form.elementor-form .elementor-field-group-mensaje::before {
  content: url("./assets/images/icons/message-white.svg");
}
#cv_form form.elementor-form .elementor-field-group-acepto {
  margin-top: 28px;
}
#cv_form form.elementor-form .elementor-field-group-acepto .elementor-field-option:not(.elementor-error) {
  display: inline-flex;
}
#cv_form form.elementor-form .elementor-field-group-acepto label a {
  color: #004343;
  text-decoration: underline;
}
#cv_form form.elementor-form .elementor-field-group-acepto input[type=checkbox] {
  appearance: none;
  width: 1.1rem;
  height: 1.1rem;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  border: 1px solid #004343;
  min-width: 1.1rem;
  margin-right: 8px;
}
#cv_form form.elementor-form .elementor-field-group-acepto input[type=checkbox]::after {
  content: "";
  position: absolute;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
  transition: opacity 0.15s ease;
  opacity: 0;
}
#cv_form form.elementor-form .elementor-field-group-acepto input[type=checkbox]:checked {
  background-color: #004343;
}
#cv_form form.elementor-form .elementor-field-group-acepto input[type=checkbox]:checked::after {
  content: "✓";
  opacity: 1;
}
#cv_form form.elementor-form .elementor-field-group-acepto input[type=checkbox]:focus {
  border: 1px solid #004343;
}
#cv_form form.elementor-form .elementor-message.elementor-message-danger {
  margin-top: 24px;
}
#cv_form form.elementor-form .elementor-dragandrophandler {
  border-style: solid;
}
#cv_form form.elementor-form .elementor-dragandrophandler .elementor-dragandrophandler-inner {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  line-height: 0;
  height: 100%;
  width: 100%;
}
#cv_form form.elementor-form .elementor-dragandrophandler .elementor-text-drop {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.8px;
  color: #C80058;
  margin-top: 8px;
}
#cv_form form.elementor-form .elementor-dragandrophandler .elementor-text-or {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.8px;
  color: #C80058;
  display: none;
}
#cv_form form.elementor-form .elementor-dragandrophandler .elementor-text-browser a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 0px;
  margin: 0px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
#cv_form form.elementor-form .elementor-dragandrophandler .elementor-text-browser a::before {
  content: url("./assets/images/icons/upload.svg");
  display: inline-flex;
  align-items: center;
  width: 24px;
  height: 24px;
}

.dark-wpml .wpml-ls-legacy-dropdown {
  width: 15.5em;
  max-width: 53px;
}
.dark-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: 1px solid #dedede;
  background-color: #ffffff;
  border-radius: 8px;
}
.dark-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  color: #006666 !important;
}
.dark-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:hover a {
  color: #008A8A !important;
}
.dark-wpml .wpml-ls-legacy-dropdown .wpml-ls-item:hover a.wpml-ls-item-toggle:after {
  background: url("data:image/svg+xml;utf8,<svg fill='%23004343' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M12 16.5L4.5 9L5.55 7.95L12 14.4L18.45 7.95L19.5 9L12 16.5Z'/></svg>") no-repeat center center;
}
.dark-wpml .wpml-ls-legacy-dropdown a {
  border: none;
}
.dark-wpml .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding-left: 6px;
}
.dark-wpml .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("data:image/svg+xml;utf8,<svg fill='%23FFFFFF' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M12 16.5L4.5 9L5.55 7.95L12 14.4L18.45 7.95L19.5 9L12 16.5Z'/></svg>") no-repeat center center;
  background-size: contain;
  color: white;
  border: none;
}
.dark-wpml .js-wpml-ls-item-toggle.wpml-ls-item-toggle {
  border: none;
}

.light-wpml .wpml-ls-legacy-dropdown {
  width: 15.5em;
  max-width: 53px;
}
.light-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: 1px solid #dedede;
  background-color: #ffffff;
  border-radius: 8px;
}
.light-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  color: #006666 !important;
}
.light-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:hover a {
  color: #008A8A !important;
}
.light-wpml .wpml-ls-legacy-dropdown .wpml-ls-item:hover a.wpml-ls-item-toggle:after {
  background: url("data:image/svg+xml;utf8,<svg fill='%23E0EC73' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M12 16.5L4.5 9L5.55 7.95L12 14.4L18.45 7.95L19.5 9L12 16.5Z'/></svg>") no-repeat center center;
}
.light-wpml .wpml-ls-legacy-dropdown a {
  border: none;
}
.light-wpml .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding-left: 6px;
}
.light-wpml .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("data:image/svg+xml;utf8,<svg fill='%23FFFFFF' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M12 16.5L4.5 9L5.55 7.95L12 14.4L18.45 7.95L19.5 9L12 16.5Z'/></svg>") no-repeat center center;
  background-size: contain;
  color: white;
  border: none;
}
.light-wpml .js-wpml-ls-item-toggle.wpml-ls-item-toggle {
  border: none;
}

.light-inner-wpml .wpml-ls-legacy-dropdown {
  width: 15.5em;
  max-width: 53px;
}
.light-inner-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: 1px solid #dedede;
  background-color: #ffffff;
  border-radius: 8px;
}
.light-inner-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  color: #006666 !important;
}
.light-inner-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:hover a {
  color: #008A8A !important;
}
.light-inner-wpml .wpml-ls-legacy-dropdown .wpml-ls-item:hover a.wpml-ls-item-toggle:after {
  background: url("data:image/svg+xml;utf8,<svg fill='%23B7C81B' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M12 16.5L4.5 9L5.55 7.95L12 14.4L18.45 7.95L19.5 9L12 16.5Z'/></svg>") no-repeat center center;
}
.light-inner-wpml .wpml-ls-legacy-dropdown a {
  border: none;
}
.light-inner-wpml .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding-left: 6px;
}
.light-inner-wpml .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("data:image/svg+xml;utf8,<svg fill='%23006666' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M12 16.5L4.5 9L5.55 7.95L12 14.4L18.45 7.95L19.5 9L12 16.5Z'/></svg>") no-repeat center center;
  background-size: contain;
  color: white;
  border: none;
}
.light-inner-wpml .js-wpml-ls-item-toggle.wpml-ls-item-toggle {
  border: none;
}

.sp-faqs-general .sp-faq-item {
  padding: 10px 0;
}
.sp-faqs-general .sp-faq-question {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}
.sp-faqs-general .sp-faq-answer {
  padding-top: 5px;
}
.sp-faqs-general .sp-faq-toggle {
  display: none;
}
.sp-faqs-general .sp-faq-toggle.active {
  display: flex;
}
.sp-faqs-general .sp-faq-title-separator,
.sp-faqs-general .sp-faq-question-separator,
.sp-faqs-general .sp-faq-answer-separator {
  width: 100%;
  background-color: #ddd;
}

/* Main container: two columns on desktop */
.rw-image-gallery-items {
  /* Absolute bottom-right button */
}
.rw-image-gallery-items.frontend-gallery {
  display: flex;
  gap: 10px;
  align-items: stretch;
  position: relative;
}
.rw-image-gallery-items.frontend-gallery .play-icon {
  position: absolute;
  font-size: 60px;
  color: rgba(255, 255, 255, 0.9);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.rw-image-gallery-items .rw-image-gallery-item img {
  transition: transform 0.4s ease;
}
.rw-image-gallery-items .rw-image-gallery-item:hover img {
  transform: scale(1.05);
}
.rw-image-gallery-items .rw-gallery-column.first-column {
  flex: 0 0 50%;
}
.rw-image-gallery-items .rw-gallery-column.first-column .first-item {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.rw-image-gallery-items .rw-gallery-column.first-column .first-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.rw-image-gallery-items .rw-gallery-column.first-column .first-item:hover img {
  transform: scale(1.05);
}
.rw-image-gallery-items .rw-gallery-column.second-column {
  flex: 0 0 50%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
}
.rw-image-gallery-items .rw-gallery-column.second-column .rw-image-gallery-item {
  position: relative;
  overflow: hidden;
}
.rw-image-gallery-items .rw-gallery-column.second-column .rw-image-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.rw-image-gallery-items .rw-gallery-open-btn {
  display: inline-flex;
  align-items: center;
  position: absolute;
  bottom: 53px;
  right: 80px;
  z-index: 10;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.rw-image-gallery-items .rw-gallery-open-btn:hover {
  opacity: 0.85;
  transform: scale(1.05);
}

/* Heights per breakpoint */
/* Large Desktop */
@media (min-width: 1200px) {
  .rw-gallery-column.first-column .first-item {
    min-height: 652px;
    max-height: 800px;
  }
}
/* Laptop / small desktop */
@media (min-width: 992px) and (max-width: 1199px) {
  .rw-gallery-column.first-column .first-item {
    min-height: 452px;
    max-height: 600px;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .rw-gallery-column.first-column .first-item {
    min-height: 452px;
    max-height: 600px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .rw-image-gallery-items.frontend-gallery {
    display: block;
  }

  .rw-gallery-column.second-column {
    display: none;
  }

  .rw-gallery-column.first-column .first-item {
    min-height: 320px;
    max-height: 500px;
  }
}
.sp-general-info-list__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sp-general-info-list__list ul .sp-general-info-list__list--item {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.sp-general-info-list__list ul .sp-general-info-list__list--item__content {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.sp-general-info-list__list ul .sp-general-info-list__list--item .sp-general-info-list__list--item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.sp-general-info-list__list ul .sp-general-info-list__list--item .sp-general-info-list__list--item-icon svg {
  width: 16px;
  height: 16px;
}
.sp-general-info-list__list ul .sp-general-info-list__list--item .sp-general-info-list__list--item-icon svg path {
  fill: #FFF !important;
}
.sp-general-info-list__list ul .sp-general-info-list__list--item .sp-general-info-list__list--item-accesibility {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-left: 5px;
}
.sp-general-info-list__list ul .sp-general-info-list__list--item .sp-general-info-list__list--item-accesibility svg {
  width: 24px;
  height: 24px;
}
.sp-general-info-list__list ul .sp-general-info-list__list--item .sp-general-info-list__list--item-text {
  margin-left: 8px;
}

.sp-tour-info-list__prices-list {
  display: flex;
  flex-direction: column;
}
.sp-tour-info-list__prices-list .sp-tour-info__prices-list--item {
  display: inline-flex;
  align-items: center;
}
.sp-tour-info-list__prices-list .sp-tour-info__prices-list--item .sp-tour-info-list__item--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
  margin-right: 8px;
}
.sp-tour-info-list__prices-list .sp-tour-info__prices-list--item .sp-tour-info-list__item--icon svg {
  width: 16px;
  height: 16px;
}
.sp-tour-info-list__prices-list .sp-tour-info__prices-list--item .sp-tour-info-list__item--icon svg path {
  fill: #FFF !important;
}

.sp-tour-features-list__container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sp-tour-features-list__container ul .sp-tour-features-list__item {
  width: 100%;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
.sp-tour-features-list__container ul .sp-tour-features-list__item .sp-tour-features-list__item--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
}
.sp-tour-features-list__container ul .sp-tour-features-list__item .sp-tour-features-list__item--icon svg {
  display: flex;
}
.sp-tour-features-list__container ul .sp-tour-features-list__item .sp-tour-features-list__item--icon svg path {
  fill: #FFF !important;
}
.sp-tour-features-list__container ul .sp-tour-features-list__item .sp-tour-features-list__item--label {
  margin-left: 8px;
}

.sp-exp-recommendations__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 5px;
}
.sp-exp-recommendations__icon svg {
  display: flex;
}
.sp-exp-recommendations__icon svg path {
  fill: #FFF !important;
}

.rw-route-routes {
  --rw-icon-size: 28px;
  --rw-content-gap: 16px;
  --rw-line-width: 4px;
}
.rw-route-routes__routes {
  display: flex;
  flex-direction: row;
  gap: 48px;
}
.rw-route-routes__route {
  width: 50%;
}
.rw-route-routes__title-area {
  margin-bottom: 20px;
}
.rw-route-routes__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
.rw-route-routes__timeline {
  position: relative;
  padding-left: calc(var(--rw-icon-size) + var(--rw-content-gap));
}
.rw-route-routes__node {
  position: relative;
  padding-bottom: 10px;
}
.rw-route-routes__node::before {
  content: "";
  position: absolute;
  left: calc(-1 * (var(--rw-icon-size) / 2 + var(--rw-content-gap)) - var(--rw-line-width) / 2);
  top: 0;
  bottom: 0;
  width: var(--rw-line-width);
  background-color: #C80058;
  border-radius: calc(var(--rw-line-width) / 2);
  z-index: 0;
}
.rw-route-routes__node:last-child {
  padding-bottom: 0;
}
.rw-route-routes__node:last-child::before {
  bottom: auto;
  height: calc(var(--rw-icon-size) / 2);
}
.rw-route-routes__node:first-child::before {
  top: calc(var(--rw-icon-size) / 2);
}
.rw-route-routes__node:only-child::before {
  display: none;
}
.rw-route-routes__icon {
  position: absolute;
  left: calc(-1 * (var(--rw-icon-size) + var(--rw-content-gap)));
  top: 0;
  width: var(--rw-icon-size);
  height: var(--rw-icon-size);
  aspect-ratio: 1/1;
  flex-shrink: 0;
  box-sizing: content-box;
  background-color: #C80058;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  overflow: hidden;
  z-index: 1;
}
.rw-route-routes__icon i {
  line-height: 1;
}
.rw-route-routes__icon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.rw-route-routes__content {
  background: #f5f5f5;
  padding: 5px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  min-height: var(--rw-icon-size);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.rw-route-routes__text {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
.rw-route-routes__hour {
  font-size: 13px;
  font-weight: 600;
  color: #C80058;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .rw-route-routes {
    --rw-content-gap: 12px;
  }
  .rw-route-routes__routes {
    flex-direction: column;
    width: 100%;
    gap: 32px;
  }
  .rw-route-routes__route {
    width: 100%;
  }
  .rw-route-routes__node {
    padding-bottom: 28px;
  }
  .rw-route-routes__content {
    padding: 8px 12px;
  }
  .rw-route-routes__text {
    font-size: 13px;
  }
  .rw-route-routes__hour {
    font-size: 12px;
  }
}

.sp-tours-grid__items {
  --sp-tg-columns: 3;
  --sp-tg-gap: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-tg-gap);
}

.sp-tours-grid__card {
  width: calc((100% - (var(--sp-tg-columns) - 1) * var(--sp-tg-gap)) / var(--sp-tg-columns));
  box-sizing: border-box;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.sp-tours-grid__card-image img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.sp-tours-grid__card-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.sp-tours-grid__card-excerpt {
  flex-grow: 1;
}

.sp-tours-grid__card-button {
  display: inline-block;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  align-self: flex-start;
}

.sp-tours-grid__card-button {
  display: inline-flex;
  align-items: center;
}

.sp-tour-maps-list__container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sp-tour-maps-list__container ul .sp-tour-features-list__item {
  width: 100%;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
.sp-tour-maps-list__container ul .sp-tour-features-list__item .sp-tour-features-list__item--label {
  margin-left: 8px;
}

.sp-exp-grid-page-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.sp-exp-grid-page-loader.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.sp-exp-grid-page-loader__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.sp-exp-grid-page-loader__spinner {
  width: 48px;
  height: 48px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-top-color: #004343;
  border-radius: 50%;
  will-change: transform;
  animation: sp-exp-grid-spin 0.8s linear infinite;
}
.sp-exp-grid-page-loader__text {
  font-size: 1rem;
  color: #004343;
  letter-spacing: 0.04em;
  margin: 0;
}

.sp-experiences-grid {
  display: flex;
  flex-direction: column;
}

.sp-experiences-grid__categories {
  --sp-zones-columns: 4;
  --sp-zones-gap: 20px;
  display: flex;
  flex-wrap: wrap;
}

.sp-experiences-grid__zone-item {
  width: calc((100% - (var(--sp-zones-columns) - 1) * var(--sp-zones-gap)) / var(--sp-zones-columns));
  box-sizing: border-box;
  flex-shrink: 0;
  transition: opacity 0.3s ease;
}
.sp-experiences-grid__zone-item img {
  max-width: 100%;
  height: auto;
}

.sp-experiences-grid__zone-image {
  overflow: hidden;
}
.sp-experiences-grid__zone-image img {
  width: 100%;
  height: 100%;
  display: block;
  min-height: 320px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.sp-experiences-grid__zone-item:hover .sp-experiences-grid__zone-image img {
  transform: scale(1.08);
}

.sp-experiences-grid__categories.has-active .sp-experiences-grid__zone-item:not(.active) {
  opacity: 0.4;
}
.sp-experiences-grid__categories.has-active .sp-experiences-grid__zone-item.active {
  opacity: 1;
}

.sp-experiences-grid__zone-item--button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.sp-experiences-grid__separator {
  width: 100%;
}

.sp-experiences-grid__results {
  display: none;
}

.sp-experiences-grid__results--title-area {
  opacity: 0;
}

.sp-experiences-grid__results-wrapper {
  --sp-results-columns: 4;
  --sp-results-gap: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-results-gap);
}
.sp-experiences-grid__results-wrapper > * {
  width: calc((100% - (var(--sp-results-columns) - 1) * var(--sp-results-gap)) / var(--sp-results-columns));
  box-sizing: border-box;
  flex-shrink: 0;
}

.sp-experiences-grid__loading {
  display: none;
  justify-content: center;
  padding: 2rem;
}
.sp-experiences-grid__loading.active {
  display: flex;
}

.sp-experiences-grid__spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-top-color: #004343;
  border-radius: 50%;
  will-change: transform;
  animation: sp-exp-grid-spin 0.8s linear infinite;
}

@keyframes sp-exp-grid-spin {
  to {
    transform: rotate(360deg);
  }
}
.sp-experiences-grid__result-title:hover {
  text-decoration: none !important;
}

.sp-experiences-grid__result-meta {
  display: flex;
  flex-direction: column;
}

.sp-exp-info-list__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sp-exp-info-list__list ul .sp-exp-info-list__list--item {
  width: 100%;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
.sp-exp-info-list__list ul .sp-exp-info-list__list--item .sp-exp-info-list__list--item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.sp-exp-info-list__list ul .sp-exp-info-list__list--item .sp-exp-info-list__list--item-icon svg {
  width: 16px;
  height: 16px;
}
.sp-exp-info-list__list ul .sp-exp-info-list__list--item .sp-exp-info-list__list--item-icon svg path {
  fill: #FFF !important;
}
.sp-exp-info-list__list ul .sp-exp-info-list__list--item .sp-exp-info-list__list--item-accesibility {
  border-radius: 50%;
  margin-left: 5px;
}
.sp-exp-info-list__list ul .sp-exp-info-list__list--item .sp-exp-info-list__list--item-text {
  margin-left: 8px;
}

.sp-exp-info-list__prices-list {
  display: flex;
  flex-direction: column;
}
.sp-exp-info-list__prices-list .sp-exp-info__prices-list--item {
  display: inline-flex;
  align-items: center;
}
.sp-exp-info-list__prices-list .sp-exp-info__prices-list--item .sp-exp-info-list__item--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.sp-exp-info-list__prices-list .sp-exp-info__prices-list--item .sp-exp-info-list__item--icon svg {
  width: 16px;
  height: 16px;
}

/*# sourceMappingURL=style.css.map */
