/* ========== HEADER (GLOBAL) ========== */
header#soda-header {
  border-bottom: 1px solid #d1d1d1;
}

.alt-logo-header-transparency-light {
  border-bottom: none !important;
}

.header-border-1 .soda-header {
  border-bottom: 1px solid #dadbe3;
}

.header-on-scroll .soda-header:not(.static-on-scroll) {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.soda-header-row {
  padding-right: 0;
  padding-left: 0;
}

.soda-header-col {
  padding-right: 50px;
  padding-left: 50px;
}

@media only screen and (max-width: 1600px) {
  .soda-header-col {
    padding-right: 30px;
    padding-left: 30px;
  }
}

/* Header layout tweak */
.soda-header.menu-centered .soda-header-left {
  float: left;
  width: 210px;
}

.soda-header.menu-centered .soda-main-menu {
  float: right;
  width: calc(100% - 210px);
  text-align: right;
}

/* ========== NAV / MENU (GLOBAL) ========== */
li.menu-item {
  margin: 0;
}

.soda-menu li a {
  display: inline-block;
  padding: 11px;
  font-size: 16px;
  line-height: 1;
  vertical-align: bottom;
  letter-spacing: 0;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .soda-menu li a {
    font-size: 14px;
  }
}

.soda-menu li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 48%;
  right: 0;
  display: block;
  width: 1px;
  height: 50%;
  background-color: #acacac;
  transform: translateY(-50%) rotate(13deg);
}

.header-transparency-light:not(.header-on-scroll):not(.mobile-menu-open)
  #soda-main-menu-ul
  > li:not(:last-child)::after {
  background-color: #fff;
}

/* ========== HEADER (TABLET / MOBILE) ========== */
@media (max-width: 991px) {
  .soda-header-col.col-xs-12 {
    display: flex;
    flex-direction: row-reverse;
    padding-right: 15px !important;
  }

  .soda-header-logo {
    position: absolute;
    top: 0;
    left: 15px !important;
    z-index: 10;
    transform: translate(0%, -50%) !important;
  }

  .soda-menu li a {
    padding: 17.75px 11.5px !important;
  }

  .soda-mobile-menu-button-wrapper {
    border: 1px solid #154893;
  }

  .header-transparency-light:not(.header-on-scroll):not(.mobile-menu-open)
    .soda-mobile-menu-button-wrapper {
    border: 1px solid #fff;
  }

  .soda-header.menu-centered .soda-header-left {
    width: auto;
  }
}

@media (max-width: 768px) {
  .soda-header-col.col-xs-12 {
    padding-right: 15px !important;
  }
}

.mobile-menu-icon-bold .soda-menu-icon {
  width: 26px;
  height: 14.5px;
}

li.soda-menu-offscreen.menu-item-default {
  margin: 0 !important;
}

/* ========== WOOCOMMERCE (PRODUCT PAGE) ========== */
body.single-product .soda-single-product-summary-row.soda-row,
body.single-product .woocommerce-tabs .soda-row {
  max-width: 1280px;
}

body.single-product .tabs-layout-default .soda-tabs-panel-inner {
  padding-right: 0;
  padding-left: 0;
}

body.single-product .soda-single-product-top {
  display: none;
  padding-top: 20px;
}

body.single-product .product .summary .product_title {
  font-size: 48px;
  line-height: 0.9;
}

body.single-product .woocommerce-product-details__short-description img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-size: 0;
  color: transparent;
}

body.single-product .woocommerce-product-details__short-description span {
  font-family: "TITLE", sans-serif;
}

body.single-product .product .summary .button,
body.single-product .single_add_to_cart_button {
  width: 100%;
  max-width: 400px;
  padding: 22px;
  border-radius: 4px;
  font-family: "Chedros", sans-serif;
  font-size: 24px;
}

body.single-product .soda-single-product-summary-col.col-xs-12 {
  display: flex;
  align-items: center;
}

/* Currency box (looks plugin-driven, keep global or scope to WooCommerce if only used there) */
.currency {
  display: flex;
  justify-content: flex-start;
  max-width: 350px;
  max-height: 130px;
  margin-bottom: 20px;
  border: 1px solid;
}

.cn-currency-wrapper .currency {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "TITLE" !important;
}

/* ========== “TOUR” (CPT SINGLE) ========== */
/* If your CPT body class is different, change body.single-tour */
body.single-tour .description-title {
  padding-bottom: 20px;
  font-size: 28px;
  line-height: 1.1;
}

body.single-tour .soda-tour-single__description {
  padding-top: 38px;
  padding-bottom: 38px;
  border-top: 1px solid #e6e6e6;
}

body.single-tour .soda-tour-single__summary {
  align-items: center;
}

body.single-tour .soda-tour-single__title {
  margin-bottom: 0 !important;
  font-family: "TITLE", sans-serif !important;
  font-size: 40px;
  line-height: 1;
}

body.single-tour h2.soda-tour-single__subtitle {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.2;
  color: #06b6d4;
}

body.single-tour .soda-tour-single__button.clear {
  padding: 20px 0;
  background-color: #f7f7f7;
}

body.single-tour .soda-tour-single__button-wrap .button {
  width: 100%;
  max-width: 400px;
  padding: 22px;
  border-radius: 4px;
  font-family: "TITLE", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 200 !important;
  background-color: #f33b10;
}

body.single-tour .soda-tour-single__button-wrap .button:after {
  content: "\e91a";
  margin-left: 10px;
  font-family: "soda-font";
  font-size: 32px;
  font-weight: 400;
  vertical-align: middle;
}

body.single-tour h3.soda-tour-single__includes-title {
  margin: 30px 0 10px 20px;
  font-size: 20px;
  text-transform: uppercase;
}

body.single-tour .soda-tour-single__includes-list ul {
  margin: 0 0 40px 20px;
}

body.single-tour .soda-tour-single__includes-list li {
  display: flex;
  padding: 5px;
  font-family: "TITLE", sans-serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
}

body.single-tour .soda-tour-single__includes-list li::before {
  content: "\f0da";
  margin-right: 10px;
  font-family: "soda-font";
  line-height: 1 !important;
  color: #3158a4;
}

body.single-tour .soda-tour-single__description ul {
  margin: 0 0 15px 0;
}

body.single-tour .soda-tour-single__description ul li {
  margin-left: 10px;
}

body.single-tour .soda-tour-single__description ol li {
  margin-left: 30px !important;
  list-style: inherit;
}

body.single-tour .soda-tour-single__description ul li:before {
  content: "\f0da";
  margin-right: 10px;
  font-family: "soda-font";
  line-height: 1 !important;
  color: #3158a4;
}


body.single-tour .soda-tour-single__description h3 {
  margin: 20px 0 5px;
  border-bottom: 1px solid #ccc;
}

body.single-tour .soda-tour-single__description h4 {
  margin: 0 0 25px;
  color: #202020 !important;
}

body.single-tour .reserva {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
}

body.single-tour .soda-tour-single__description .reserva h3 {
  margin: 0 0 10px;
  border-bottom: 1px solid #fff;
  color: #193661;
}

body.single-tour .soda-tour-single__description .reserva ol li,
body.single-tour .soda-tour-single__description .reserva ol li p {
  font-family: "TITLE", sans-serif;
  font-size: 20px !important;
  line-height: 1.5;
  letter-spacing: 0;
  color: #193661;
}

body.single-tour .soda-tour-single__description .reserva ol li strong {
  font-family: "TITLE", sans-serif !important;
  font-size: 18px !important;
  color: #193661;
}

/* Also used elsewhere */
.akf-tour-includes-list li {
  display: flex;
  align-items: center;
}

.akf-tour-includes-list li:before {
  content: "\f0da";
  margin-right: 10px;
  font-family: "soda-font";
  line-height: 1 !important;
  color: #3158a4;
}

.includes-list li {
  font-family: "Title", sans-serif;
  font-size: 17px !important;
  font-weight: 400 !important;
  color: #0e3059;

}

/* Elementor content block used on tour pages */
.descripcion-tour h3 {
  margin-top: 25px;
  margin-bottom: 5px !important;
  font-family: "TITLE", sans-serif !important;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0;
  color: var(--e-global-color-primary);
}
.descripcion-tour p {
    margin-bottom: 10px !important;
}
.descripcion-tour ul{
  padding: 5px 0 10px 35px !important;
  list-style: none !important;
}

.descripcion-tour li {
  font-family: "Title", sans-serif;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #0e3059;
  letter-spacing: 0 !important;
  list-style: none !important;
  line-height: 1.2 !important;
  margin: 7px 0;
  letter-spacing: 0;
}

.descripcion-tour li:before {
  content: "\f0da";
  margin-left: 20px;
  margin-top: 0px;
  font-family: "soda-font";
  line-height: 1.2 !important;
  color: #1fb1c9;
  position: absolute;
  left:0px;
}
@media (max-width: 768px) {
.descripcion-tour li:before {
  margin-left: 10px;
}
.descripcion-tour ul{
  padding: 5px 0 10px 25px !important;
}
}
/* ========== MAP LAYOUT ========== */
@media (max-width: 768px) {
  .description-map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.description-map-left {
  align-items: center;
  justify-content: center;
}

.description-map-left-content {
  padding: 5%;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
}

/* ========== FORMS (CF7 / ELEMENTOR / PAFE) ========== */
div.wpcf7,
.wpcf7 {
  position: relative;
  margin-left: 0;
  overflow: hidden;
}

#wpcf7-f14741-p2421-o1
  > form
  > div.uacf7-uacf7style.uacf7-uacf7style-14741
  > div
  > div:nth-child(1) {
  border-top: 1px solid #d8d7d7;
}

.uacf7-row {
  padding: 15px 0 25px;
  border-bottom: 1px solid #d8d7d7;
}

.elementor-field-group-field_f3641cc {
  padding-bottom: 10px !important;
}

.e-form__buttons.elementor-column.elementor-col-100 {
  display: flex;
  justify-content: flex-end !important;
  width: 100%;
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
  flex-basis: 50%;
  flex-grow: 0;
}

form.elementor-form {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .pafe-field-inline,
  .pafe-label-inline {
    width: 50% !important;
  }
}

.elementor-widget-button {
  display: flex;
}

/* ========== SWIPER / SLIDES ========== */
.swiper-slide-background {
  position: absolute !important;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.swiper-slide-contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.slide-heading-wrapper {
  padding: 10px 20px;
}

/* ========== TABLE COMPONENT ========== */
.table_component {
  overflow: auto;
  width: 100%;
  font-family: "TITLE";
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  color: #0e3059;
}

.table_component table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 1px;
  border: 1px solid #dededf;
  text-align: left;
}

.table_component caption {
  caption-side: top;
  text-align: left;
}

.table_component th {
  padding: 15px;
  border: 1px solid #dededf;
  background-color: #eceff1;
  color: #0e3059;
}

.table_component td {
  padding: 15px;
  border: 1px solid #dededf;
  background-color: #fff;
  color: #0e3059;
}

.table_component td:first-child {
  width: 80px;
  text-align: right;
  color: #1fb1c9;
  font-weight: 800;
}

/* ========== BORDER UTILITIES (GLOBAL) ========== */
.azul-border-medium {
  border-style: solid;
  border-width: 10px !important;
  border-image: url(/wp-content/uploads/2026/04/border-vca.svg) 15 15 15 15 stretch stretch;
}

.azul-border-small {
  border-style: solid;
  border-width: 10px !important;
  border-image: url(/wp-content/uploads/2026/04/border-vca-blue-medium.svg) 15 15 15 15 stretch stretch;
}

.azul-border-long {
  border-style: solid;
  border-width: 10px !important;
  border-image: url(/wp-content/uploads/2026/04/border-vca-blue-long-1.svg) 15 15 15 15 stretch stretch;
}

.azul-border-button {
  border-style: solid;
  border-width: 5px !important;
  border-image: url(/wp-content/uploads/2026/05/border-vca-blue-button.svg) 2.5 2.5 2.5 2.5 stretch stretch;
}

.grey-border-outer {
  border-style: solid;
  border-width: 10px !important;
  border-image: url(/wp-content/uploads/2026/04/border-vca-grey-medium.svg) 22 15 22 15 stretch stretch;
}

.grey-border-small {
  border-style: solid;
  border-width: 10px !important;
  border-image: url(/wp-content/uploads/2026/04/border-vca-grey-medium.svg) 15 15 15 15 stretch stretch;
}

.grey-border-small-left {
  border-style: solid;
  border-width: 0 0 0 10px !important;
  border-image: url(/wp-content/uploads/2026/04/border-vca-grey-medium.svg) 15 15 15 15 stretch stretch;
}

.grey-border-small-none {
  border-style: solid;
  border-width: 0 !important;
  border-image: url(/wp-content/uploads/2026/04/border-vca-grey-medium.svg) 15 15 15 15 stretch stretch;
}

.grey-border-1 {
  border-style: solid;
  border-width: 10px !important;
  border-image: url(/wp-content/uploads/2026/04/border-vca-grey.svg) 15 15 15 15 stretch stretch;
}

.grey-border-2 {
  border-style: solid;
  border-width: 10px !important;
  border-image: url(/wp-content/uploads/2026/04/border-vca-grey-1.svg) 15 15 15 15 stretch stretch;
}

.grey-border-3 {
  border-style: solid;
  border-width: 10px !important;
  border-image: url(/wp-content/uploads/2026/04/border-vca-grey-2.svg) 15 15 15 15 stretch stretch;
}

.grey-border-4 {
  border-style: solid;
  border-width: 10px !important;
  border-image: url(/wp-content/uploads/2026/04/border-vca-grey-4.svg) 15 15 15 15 stretch stretch;
}

.ue-google-reviews__item.ue-item {
  border-style: solid;
  border-width: 10px !important;
  border-image: url(/wp-content/uploads/2026/04/border-vca-grey-medium.svg) 15 15 15 15 stretch stretch;
}

.fitwidt {
  min-width: 430px;
}

.soda-post-col {
  max-width: 100% !important;
  margin: 0 auto;
  padding: 0 !important;
}

/* Footer variants of the same border utilities */
footer .grey-border-small-left {
  border-style: solid;
  border-width: 0 0 0 10px !important;
  border-image: url(/wp-content/uploads/2026/04/border-vca-cyan-medium.svg) 15 15 15 15 stretch stretch;
}

footer .grey-border-outer {
  border-style: solid;
  border-width: 10px !important;
  border-image: url(/wp-content/uploads/2026/04/border-vca-cyan-medium.svg) 22 15 22 15 stretch stretch;
}

footer .grey-border-small-none {
  border-style: solid;
  border-width: 0 !important;
  border-image: url(/wp-content/uploads/2026/04/border-vca-cyan-medium.svg) 15 15 15 15 stretch stretch;
}

@media only screen and (max-width: 991px) {
  footer .grey-border-small-left {
    border-width: 10px 0 0 10px !important;
  }

  footer .grey-border-small-left.left-none {
    border-width: 10px 0 0 0 !important;
  }

  footer .grey-border-small-left.top-none {
    border-width: 0 0 0 10px !important;
  }
}

@media only screen and (max-width: 576px) {
  footer .grey-border-small-left {
    border-width: 10px 0 0 0 !important;
  }

  footer .grey-border-small-left.top-none {
    border-width: 10px 0 0 0 !important;
  }
}
