/*indice--------------------------------------------*/

/*
1. general
2. elementor
3. header
4. botones
5. inputs
6. menu admin
7. cards
8. filtros
9. editar imagenes
10. users
11. bote individual
12. responsive
13. booking
14. bookings admin
*/




















/*general--------------------------------------------*/

html,
body {
  margin: 0;
  padding: 0;
}

.elementor-location-header,
.elementor-location-footer {
  margin: 0;
}

.site-main,
.content-area,
.site-content,
.elementor-page {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}




















/*elementor--------------------------------------------*/

.elementor-element-b3bcee0 {
  background: transparent !important;
  overflow: visible !important;
  transform: none !important;
  filter: none !important;
  opacity: 1 !important;
  isolation: auto !important;
}

.elementor-element-2a4cbff,
.elementor-element-774d357,
.elementor-element-0c0dc85,
.elementor-element-e26c643 {
  position: relative;
  z-index: 1;

  background: rgba(10, 30, 45, 0.38) !important;

  backdrop-filter: blur(2px) saturate(120%);
  -webkit-backdrop-filter: blur(4px) saturate(120%);

  border: none;

  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.08),
    0 8px 30px rgba(0, 0, 0, 0.22);
}

/* Softer bottom transition for the two destination glass panels. */
.elementor-element-774d357,
.elementor-element-0c0dc85 {
  background: linear-gradient(
    to bottom,
    rgba(10, 30, 45, 0.38) 0%,
    rgba(8, 24, 43, 0.48) 68%,
    rgba(4, 15, 36, 0.82) 100%
  ) !important;

  backdrop-filter: blur(4px) saturate(120%);
  -webkit-backdrop-filter: blur(4px) saturate(120%);
}

.elementor-element-cdd6fbc {
  position: relative;
  z-index: 1;

  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.10) 25%,
    rgba(0, 0, 0, 1) 100%
  ) !important;

  backdrop-filter: blur(4px) saturate(120%);
  -webkit-backdrop-filter: blur(4px) saturate(120%);

  border: none;
}




















/*header--------------------------------------------*/

.marvive-auth-button,
.marvive-region-switcher,
#menuizquierda ul li a,
#menuderecha ul li a {
  position: relative;
  z-index: 1;

  display: flex;
  align-items: center;
  justify-content: center;

  height: 32px;

  border-radius: 8px;

  background: transparent !important;
  color: rgba(255, 255, 255, 1) !important;

  text-decoration: none !important;

  transition: color 0.25s ease;
}

.marvive-auth-button,
.marvive-region-switcher {
  min-width: 120px;
  padding: 0 24px;
  font-weight: 600;
}

.marvive-region-switcher {
  cursor: pointer;
}

#menuizquierda ul li a,
#menuderecha ul li a {
  min-width: 0;
  padding: 0 12px;
  overflow: hidden;
}

.marvive-auth-button:hover,
.marvive-region-switcher:hover,
#menuizquierda ul li a:hover,
#menuderecha ul li a:hover,
#menuizquierda ul li.current-menu-item > a,
#menuderecha ul li.current-menu-item > a,
#menuizquierda ul li.current_page_item > a,
#menuderecha ul li.current_page_item > a {
  color: rgba(255, 255, 255, 0.75) !important;
}

/* Glass dropdowns used by the Elementor header plugin. */
.elementor-element-e26c643 .sub-menu.tahefobu-sub-menu,
.elementor-element-e26c643 .tahefobu-mobile-nav-menu {
  box-sizing: border-box !important;
  margin-top: 0 !important;
  padding: 12px !important;
  overflow: hidden !important;

  background: rgba(10, 30, 45, 0.72) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-top: 0 !important;
  border-radius: 0 0 12px 12px !important;
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 30px rgba(0, 0, 0, 0.28) !important;

  backdrop-filter: blur(12px) saturate(120%) !important;
  -webkit-backdrop-filter: blur(12px) saturate(120%) !important;
}

/* Compact, even spacing inside the desktop Services dropdown. */
.sub-menu.tahefobu-sub-menu {
  padding: 6px 12px 10px !important;
  margin-top: 0 !important;
  translate: 0 6px !important;
}

.sub-menu.tahefobu-sub-menu > li > a {
  min-height: 34px !important;
  padding: 6px 12px !important;
  line-height: 1.2 !important;
}

.elementor-element-e26c643 .sub-menu.tahefobu-sub-menu li,
.elementor-element-e26c643 .tahefobu-mobile-nav-menu li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: transparent !important;
  border: 0 !important;
}

.elementor-element-e26c643 .sub-menu.tahefobu-sub-menu a,
.elementor-element-e26c643 .tahefobu-mobile-nav-menu a {
  display: flex !important;
  align-items: center !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: 42px !important;
  padding: 9px 12px !important;

  color: #ffffff !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 8px !important;
  text-decoration: none !important;

  transition: background-color 0.2s ease, color 0.2s ease !important;
}

.elementor-element-e26c643 .sub-menu.tahefobu-sub-menu a:hover,
.elementor-element-e26c643 .sub-menu.tahefobu-sub-menu .current-menu-item > a,
.elementor-element-e26c643 .tahefobu-mobile-nav-menu a:hover,
.elementor-element-e26c643 .tahefobu-mobile-nav-menu .current-menu-item > a {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.12) !important;
}

/* Mobile hamburger: glass button and a three-line-to-X transition. */
.elementor-element-e26c643 .tahefobu-mobile-toggle-wrap {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
}

.elementor-element-e26c643 .tahefobu-mobile-toggle {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  box-sizing: border-box !important;
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  cursor: pointer !important;

  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.elementor-element-e26c643 .tahefobu-mobile-toggle-line {
  display: block !important;
  width: 20px !important;
  height: 2px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 999px !important;
  transform-origin: center !important;
  transition: transform 0.25s ease, opacity 0.2s ease !important;
}

.elementor-element-e26c643 .tahefobu-mobile-toggle.tahefobu-mobile-toggle-open {
  gap: 0 !important;
}

.elementor-element-e26c643 .tahefobu-mobile-toggle.tahefobu-mobile-toggle-open
  .tahefobu-mobile-toggle-line:nth-child(1) {
  transform: translateY(2px) rotate(45deg) !important;
}

.elementor-element-e26c643 .tahefobu-mobile-toggle.tahefobu-mobile-toggle-open
  .tahefobu-mobile-toggle-line:nth-child(2) {
  opacity: 0 !important;
  transform: scaleX(0) !important;
}

.elementor-element-e26c643 .tahefobu-mobile-toggle.tahefobu-mobile-toggle-open
  .tahefobu-mobile-toggle-line:nth-child(3) {
  transform: translateY(-2px) rotate(-45deg) !important;
}

@media (max-width: 767px) {
  .elementor-element-e26c643 .tahefobu-mobile-nav-menu {
    left: 16px !important;
    right: 16px !important;
    width: auto !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}




















/*botones--------------------------------------------*/

.e-button-base,
.e-a8f2fca-ade374a,
.e-830eab9-edb3ba8,
.marvive-register-submit,
.marvive-login-submit,
.marvive-boat-submit,
.marvive-sidebar-auth-button,
.marvive-auth-button,
.marvive-region-switcher {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;

  box-sizing: border-box;

  padding: 10px 16px;

  background: #000000 !important;
  color: #ffffff !important;

  border: none !important;
  border-radius: 12px !important;

  text-decoration: none !important;

  font-weight: 500;
}


/*anchos individuales*/

.e-a8f2fca-ade374a,
.e-830eab9-edb3ba8,
.marvive-register-submit,
.marvive-login-submit,
.marvive-boat-submit,
.marvive-sidebar-auth-button,
.marvive-auth-button,
.marvive-region-switcher {
  max-width: none;
}


/*auth header*/

.marvive-auth-button,
.marvive-region-switcher {
  background: transparent !important;
  color: #ffffff !important;
}


/*hover*/

.e-830eab9-edb3ba8 {
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.e-830eab9-edb3ba8:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}




















/*inputs--------------------------------------------*/

.marvive-login-input,
.marvive-register-input {
  background: rgba(0, 0, 0, 0) !important;
  color: #ffffff !important;
  border: none !important;
}


/*inputs add edit boat*/

.marvive-boat-input,
.marvive-boat-textarea {
  background: transparent !important;
  color: #000000 !important;

  border: none !important;
  box-shadow: none !important;
  outline: none !important;

  border-radius: 0 !important;
}

.marvive-boat-input::placeholder,
.marvive-boat-textarea::placeholder {
  color: rgba(0, 0, 0, 0.45) !important;
  opacity: 1;
}

.marvive-boat-input:focus,
.marvive-boat-textarea:focus {
  background: transparent !important;
  color: #000000 !important;

  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}




















/*menu admin--------------------------------------------*/

#menuadmin ul {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start;
}

#menuadmin ul li {
  width: 100%;
}

#menuadmin ul li a {
  width: 100%;
  justify-content: flex-start;
}




















/*cards--------------------------------------------*/

.marvive-boats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  width: 100%;

  gap: 24px;
}

.marvive-boat-card-item {
  min-width: 0;
  width: 100%;
}


/*card*/

.marvive-boat-card {
  width: 300px;
  max-width: 100%;
  height: auto;

  padding: 0;

  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;

  overflow: hidden;

  box-shadow:
    inset -5px -5px 15px -15px rgba(255, 255, 255, 1);

  box-sizing: border-box;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.marvive-boat-card:hover {
  transform: scale(1.025);

  box-shadow:
    inset -5px -5px 15px -15px rgba(255, 255, 255, 1),
    0 10px 24px rgba(0, 0, 0, 0.18);
}


/*links*/

.marvive-boat-card-item a,
.marvive-boat-card-item a:hover,
.marvive-boat-card-item a:focus,
.marvive-boat-card-item a:active,
.marvive-boat-card a,
.marvive-boat-card a:hover,
.marvive-boat-card a:focus,
.marvive-boat-card a:active {
  text-decoration: none !important;
}


/*imagen*/

.marvive-boat-card-image-wrap {
  position: relative;
  width: 100%;
  padding: 0;
}

.marvive-card-discount-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
  padding: 4px 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: rgba(8, 35, 44, 0.88);
  color: #fff;
  font-family: "Afacad", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.marvive-card-image,
.elementor-widget-shortcode .marvive-card-image {
  display: block !important;

  width: 100% !important;
  height: 200px !important;
  max-height: 200px !important;

  object-fit: cover !important;

  border-radius: 12px 12px 0 0 !important;
}


/*contenido*/

.marvive-boat-card-content {
  display: flex;
  flex-direction: column;

  gap: 24px;

  width: 100%;

  padding: 12px;

  box-sizing: border-box;
}


/*arriba*/

.marvive-boat-card-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  gap: 12px;

  width: 100%;
}


/*tipo*/

.marvive-boat-type-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: fit-content;

  padding: 0 10px;

  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;

  box-sizing: border-box;
}


/*abajo*/

.marvive-boat-card-bottom {
  display: flex;
  flex-direction: column;

  gap: 12px;

  width: 100%;
}


/*filas*/

.marvive-boat-info-row {
  display: flex;
  flex-direction: row;

  align-items: center;
  justify-content: space-between;

  width: 100%;
}


/*textos*/

.marvive-card-type,
.marvive-card-description,
.marvive-card-passengers,
.marvive-card-label {
  color: rgba(255, 255, 255, 0.75) !important;

  font-family: "Afacad", sans-serif !important;
  font-size: 16px !important;
  font-weight: 200 !important;

  text-decoration: none !important;
}


/*nombre*/

.marvive-card-name {
  color: rgba(255, 255, 255, 1) !important;

  font-family: "Cormorant Garamond", serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;

  text-transform: uppercase;
  text-decoration: none !important;
}


/*descripcion*/

.marvive-card-description {
  display: -webkit-box !important;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: normal !important;
}


/*precio*/

.marvive-card-price {
  color: rgba(255, 255, 255, 1) !important;

  font-family: "Afacad", sans-serif !important;
  font-size: 20px !important;
  font-weight: 500 !important;

  text-decoration: none !important;
}




















/*filtros--------------------------------------------*/

.marvive-filter-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  gap: 10px;

  width: 100%;
}

.marvive-filter-checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;

  gap: 8px;

  width: fit-content;

  cursor: pointer;
}

.marvive-filter-checkbox input {
  margin: 0;
}

.marvive-filter-checkbox span {
  color: rgba(255, 255, 255, 0.75) !important;

  font-family: "Afacad", sans-serif !important;
  font-size: 16px !important;
  font-weight: 200 !important;
}

.marvive-filter-title {
  color: rgba(255, 255, 255, 1) !important;
  font-family: "Cormorant Garamond", sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
}




















/*editar imagenes--------------------------------------------*/

.marvive-edit-boat-images {
  display: flex;
  flex-direction: column;

  width: 100%;

  gap: 40px;
}

.marvive-current-boat-images,
.marvive-new-images-preview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));

  width: 100%;

  gap: 28px;
}


/*imagen*/

.marvive-edit-image-item {
  display: flex;
  flex-direction: column;

  width: 100%;

  gap: 14px;
  padding: 14px;

  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;

  box-sizing: border-box;
}

.marvive-edit-image-preview {
  display: block;

  width: 100% !important;
  max-width: 100% !important;
  height: 180px !important;

  object-fit: cover;

  border-radius: 10px;
}


/*opciones*/

.marvive-edit-image-options {
  display: flex;
  flex-direction: column;

  width: 100%;

  gap: 10px;
}

.marvive-edit-image-main,
.marvive-edit-image-remove {
  display: flex;
  flex-direction: row;
  align-items: center;

  gap: 8px;

  width: fit-content;

  margin: 0;

  cursor: pointer;
}

.marvive-edit-image-main input,
.marvive-edit-image-remove input {
  margin: 0;
}

.marvive-edit-image-main span,
.marvive-edit-image-remove span {
  color: rgba(0, 0, 0, 1);

  font-family: "Afacad", sans-serif;
  font-size: 16px;
  font-weight: 200;
}


/*nuevas imagenes*/

.marvive-new-boat-images {
  display: flex;
  flex-direction: column;

  width: 100%;

  gap: 24px;
}




















/*users--------------------------------------------*/

.marvive-admin-users {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: visible !important;
}

.marvive-users-table {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: visible;
}

.marvive-users-search-wrap {
  width: 100%;
  margin-bottom: 24px;
}

.marvive-users-search {
  width: 100%;
  padding: 10px 14px;

  background: transparent;
  color: #000000;

  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 12px;

  box-sizing: border-box;
}

.marvive-users-header,
.marvive-user-row {
  display: grid;

  grid-template-columns:
    36px
    minmax(0, 0.8fr)
    minmax(0, 1.2fr)
    minmax(0, 0.7fr)
    minmax(0, 1fr)
    minmax(0, 0.8fr)
    65px
    120px;

  align-items: center;

  width: 100%;
  min-width: 0;

  gap: 10px;

  box-sizing: border-box;
}

.marvive-users-header {
  padding: 12px 14px;

  font-family: "Afacad", sans-serif;
  font-size: 14px;
  font-weight: 600;

  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.marvive-user-row {
  padding: 14px;

  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.marvive-user-data {
  min-width: 0;

  font-family: "Afacad", sans-serif;
  font-size: 14px;
  font-weight: 400;

  color: #000000;

  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  overflow-wrap: anywhere;
}

.marvive-user-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;

  gap: 8px;

  width: 100%;
  min-width: 120px;
  flex-wrap: nowrap;
}

.marvive-user-role-select,
.marvive-user-toggle-button,
.marvive-user-delete-button {
  width: auto !important;
  min-width: 70px !important;
  max-width: none !important;

  padding: 7px 10px !important;

  border-radius: 8px !important;

  font-family: "Afacad", sans-serif;
  font-size: 13px;
}

.marvive-user-role-select {
  flex: 0 0 auto;
  width: 100% !important;
  min-width: 110px !important;
  background: transparent;
  color: #000000;

  border: 1px solid rgba(0, 0, 0, 0.15);
}

.marvive-user-toggle-button,
.marvive-user-delete-button {
  background: #000000 !important;
  color: #ffffff !important;

  border: none !important;

  cursor: pointer;
  flex-shrink: 0;
}

.marvive-user-toggle-button {
  width: 100% !important;
  min-width: 94px !important;
}

.marvive-user-delete-button {
  width: 100% !important;
  min-width: 70px !important;
}

.marvive-user-toggle-button:hover,
.marvive-user-delete-button:hover {
  background: #111111 !important;
}

.marvive-user-toggle-button:disabled,
.marvive-user-delete-button:disabled,
.marvive-user-role-select:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}




















/*bote individual--------------------------------------------*/

.marvive-individual-text,
.marvive-individual-description,
.marvive-individual-include-item {
  color: rgba(255, 255, 255, 0.75) !important;

  font-family: "Afacad", sans-serif !important;
  font-size: 16px !important;
  font-weight: 200 !important;
}


/*nombre*/

.marvive-individual-name {
  color: #ffffff !important;

  font-family: "Cormorant Garamond", serif !important;
  font-size: 33px !important;
  font-weight: 500 !important;
}


/*precio*/

.marvive-individual-price {
  color: #ffffff !important;

  font-family: "Helvetica", Arial, sans-serif !important;
  font-size: 20px !important;
  font-weight: 900 !important;
}


/*descripcion*/

.marvive-individual-description {
  width: 100%;
  white-space: normal;
}


/*includes*/

.marvive-individual-includes {
  display: flex;
  flex-direction: column;

  width: 100%;

  gap: 6px !important;
  row-gap: 6px !important;
}

.marvive-individual-include-item {
  width: 100%;
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}


/*imagenes*/

.marvive-individual-gallery {
  display: flex;
  flex-direction: column;

  width: 100%;

  gap: 14px;
}


/*imagen grande*/

.marvive-individual-main-image-wrap {
  width: 100%;
  aspect-ratio: 16 / 12;

  overflow: hidden;

  border-radius: 12px;
}

.marvive-individual-main-image {
  display: block;

  width: 100% !important;
  height: 100% !important;

  object-fit: cover;

  border-radius: 12px;
}


/*miniaturas*/

.marvive-individual-thumbnails {
  display: flex;
  flex-direction: row;

  width: 100%;

  gap: 12px;

  overflow-x: auto;
  overflow-y: hidden;

  padding-bottom: 4px;

  scroll-behavior: smooth;

  scrollbar-width: thin;
}

.marvive-individual-thumbnail {
  flex: 0 0 calc((100% - 36px) / 4);

  aspect-ratio: 1 / 1;

  padding: 0;

  background: transparent !important;

  border: 2px solid transparent !important;
  border-radius: 10px !important;

  overflow: hidden;

  cursor: pointer;

  opacity: 0.6;

  transition:
    opacity 0.2s ease,
    border-color 0.2s ease;
}

.marvive-individual-thumbnail:hover {
  opacity: 0.85;
}

.marvive-individual-thumbnail.active {
  opacity: 1;

  border-color: rgba(255, 255, 255, 0.75) !important;
}

.marvive-individual-thumbnail img {
  display: block;

  width: 100% !important;
  height: 100% !important;

  object-fit: cover;
}





















/*responsive--------------------------------------------*/

@media (max-width: 1024px) {

  /*cards*/

  .marvive-boats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }


  /*editar imagenes*/

  .marvive-current-boat-images,
  .marvive-new-images-preview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  /*users*/

  .marvive-admin-users {
    overflow: visible !important;
  }

  .marvive-users-header,
  .marvive-user-row {
    min-width: 0;
  }


  /*bote individual*/

  .marvive-individual-main-image-wrap {
    aspect-ratio: 16 / 9;
  }

}




















@media (max-width: 767px) {

  /*cards--------------------------------------------*/

  .marvive-boats-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }


  /*card*/

  .marvive-boat-card {
    width: 100%;
  }


  /*imagen*/

  .marvive-card-image,
  .elementor-widget-shortcode .marvive-card-image {
    height: 170px !important;
    max-height: 170px !important;
  }


  /*contenido*/

  .marvive-boat-card-content {
    gap: 12px;
    padding: 10px;
  }


  /*arriba*/

  .marvive-boat-card-top {
    gap: 8px;
  }


  /*tipo*/

  .marvive-boat-type-pill {
    padding: 0 8px;
  }


  /*abajo*/

  .marvive-boat-card-bottom {
    gap: 8px;
  }


  /*textos*/

  .marvive-card-type,
  .marvive-card-description,
  .marvive-card-passengers,
  .marvive-card-label {
    font-size: 14px !important;
  }


  /*nombre*/

  .marvive-card-name {
    font-size: 18px !important;
  }


  /*precio*/

  .marvive-card-price {
    font-size: 18px !important;
  }


  /*bote individual*/

  .marvive-individual-main-image-wrap {
    aspect-ratio: 16 / 9;
  }

  .marvive-individual-thumbnail {
    flex: 0 0 calc((100% - 24px) / 3);
  }

}




















@media (max-width: 600px) {

  .marvive-current-boat-images,
  .marvive-new-images-preview {
    grid-template-columns: 1fr;
  }

}




















/*booking--------------------------------------------*/

.marvive-booking-input {
  width: 100%;

  margin: 0 !important;
  padding: 10px 0 !important;

  background: transparent !important;
  color: #ffffff !important;

  border: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;

  box-shadow: none !important;
  outline: none !important;

  font-family: "Afacad", sans-serif !important;
  font-size: 16px !important;
  font-weight: 200 !important;

  box-sizing: border-box;
}

.marvive-booking-input:focus {
  background: transparent !important;
  border: none !important;
  border-bottom: none !important;

  box-shadow: none !important;
  outline: none !important;
}

.marvive-booking-input option {
  color: #000000;
}

.marvive-booking-day {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-indent: 0 !important;
}

.marvive-booking-day::-webkit-datetime-edit,
.marvive-booking-day::-webkit-date-and-time-value {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}


/*info*/

.marvive-booking-info {
  color: rgba(255, 255, 255, 0.75);

  font-family: "Afacad", sans-serif;
  font-size: 16px;
  font-weight: 200;
}


/*total*/

.marvive-booking-total {
  color: #ffffff !important;

  font-family: "Helvetica", Arial, sans-serif !important;
  font-size: 24px !important;
  font-weight: 900 !important;
}


/*boton*/

.marvive-booking-submit {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;

  padding: 10px 16px;

  background: #000000 !important;
  color: #ffffff !important;

  border: none !important;
  border-radius: 12px !important;

  font-family: "Afacad", sans-serif;
  font-size: 16px;
  font-weight: 500;

  cursor: pointer;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.marvive-booking-submit:hover {
  transform: translateY(-2px);

  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.18);
}


/*mensajes*/

.marvive-booking-message {
  width: 100%;

  padding: 12px 16px;

  border-radius: 10px;

  font-family: "Afacad", sans-serif;
  font-size: 15px;

  box-sizing: border-box;
}

.marvive-booking-message.success {
  background: rgba(40, 150, 80, 0.15);
  color: #ffffff;
}

.marvive-booking-message.error {
  background: rgba(200, 50, 50, 0.15);
  color: #ffffff;
}


/*precio pasajero extra*/

.marvive-booking-extra-price {
  color: rgba(255, 255, 255, 0.75) !important;

  font-family: "Helvetica", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;

  text-decoration: none !important;
}

.marvive-extra-hour-price-label {
  color: rgba(255, 255, 255, 0.75) !important;
  font-family: "Afacad", sans-serif !important;
  font-size: 16px !important;
  font-weight: 200 !important;
}




















/*bookings admin--------------------------------------------*/

.marvive-admin-bookings {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: visible;
}

.marvive-bookings-search-wrap {
  width: 100%;
  margin-bottom: 24px;
}

.marvive-bookings-search {
  width: 100%;

  padding: 10px 14px;

  background: transparent;
  color: #000000;

  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 12px;

  box-sizing: border-box;
}


/*filtro status*/

.marvive-bookings-filter-wrap {
  width: 100%;
  margin-bottom: 24px;
}

.marvive-bookings-status-filter {
  width: 100%;
  max-width: 220px;

  padding: 10px 14px;

  background: transparent !important;
  color: #000000 !important;

  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  border-radius: 12px !important;

  font-family: "Afacad", sans-serif;
  font-size: 14px;
  font-weight: 400;

  box-sizing: border-box;

  cursor: pointer;
}


/*tabla*/

.marvive-bookings-table {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: visible;
}

.marvive-bookings-header,
.marvive-booking-row {
  display: grid;

  grid-template-columns:
    32px
    minmax(0, 0.9fr)
    minmax(0, 0.7fr)
    minmax(0, 0.65fr)
    52px
    65px
    minmax(0, 0.65fr)
    minmax(0, 0.9fr)
    65px
    54px;

  align-items: center;

  width: 100%;
  min-width: 0;

  gap: 10px;

  box-sizing: border-box;
}


/*header*/

.marvive-bookings-header {
  padding: 12px 14px;

  font-family: "Afacad", sans-serif;
  font-size: 14px;
  font-weight: 600;

  color: #000000;

  border-bottom:
    1px solid rgba(0, 0, 0, 0.15);
}


/*filas*/

.marvive-booking-row {
  padding: 14px;

  border-bottom:
    1px solid rgba(0, 0, 0, 0.10);
}


/*datos*/

.marvive-booking-data {
  min-width: 0;

  color: #000000;

  font-family: "Afacad", sans-serif;
  font-size: 14px;
  font-weight: 400;

  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  overflow-wrap: anywhere;
}

.marvive-booking-small {
  margin-top: 2px;

  color: rgba(0, 0, 0, 0.55);

  font-size: 12px;
  font-weight: 400;

  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  overflow-wrap: anywhere;
}


/*acciones*/

.marvive-booking-actions {
  display: flex;
  flex-direction: row;
  align-items: center;

  width: 100%;

  gap: 8px;
  min-width: 120px;
}

.marvive-booking-status-select {
  width: auto !important;
  min-width: 110px !important;
  max-width: 100% !important;

  padding: 7px 10px !important;

  background: transparent !important;
  color: #000000 !important;

  border:
    1px solid rgba(0, 0, 0, 0.15) !important;
  border-radius: 8px !important;

  font-family: "Afacad", sans-serif;
  font-size: 13px;

  cursor: pointer;
  flex: 0 0 110px;
}


/*vacio*/

.marvive-bookings-empty {
  width: 100%;

  padding: 20px 14px;

  color: rgba(0, 0, 0, 0.55);

  font-family: "Afacad", sans-serif;
  font-size: 14px;

  box-sizing: border-box;
}


/*nombre barco*/

.marvive-booking-boat-name {
  min-width: 0;

  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  overflow-wrap: anywhere;

  cursor: default;
}


/*ajustes importados desde CSS adicional--------------------------------------------*/

.marvive-auth-button,
.marvive-region-switcher {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  padding: 0 8px !important;
  background: transparent !important;
  color: #ffffff !important;
}

.img-hover {
  overflow: hidden;
}

.img-hover img {
  transition: transform 0.3s ease;
  cursor: pointer;
}

.img-hover:hover img {
  transform: scale(1.05);
}

.marvive-filter-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  text-align: left;
  cursor: pointer;
}

.marvive-filter-arrow {
  color: rgba(255, 255, 255, 0.75) !important;
  font: 16px "Afacad", sans-serif;
  transition: transform 0.25s ease;
}

.marvive-filter-options {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}

.marvive-individual-thumbnails-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 12px;
}

.marvive-individual-thumbnails {
  padding: 0;
  scrollbar-width: none;
}

.marvive-individual-thumbnails::-webkit-scrollbar {
  display: none;
}

.marvive-gallery-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  margin: 0 !important;
  padding: 0 !important;
  background: rgba(0, 0, 0, 0.35) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  border-radius: 50% !important;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}


/*precios y paquete de booking--------------------------------------------*/

.marvive-individual-regular-price,
.marvive-booking-base-row s {
  color: rgba(255, 255, 255, 0.6) !important;
  font-family: "Helvetica", Arial, sans-serif !important;
  font-size: 16px !important;
  text-decoration: line-through;
}

.marvive-individual-discount-percent {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font: 600 13px "Afacad", sans-serif;
}

.marvive-booking-base-row > span:first-child {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.marvive-pricing-field-disabled {
  display: none !important;
}

.marvive-booking-package-option {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Afacad", sans-serif;
  cursor: pointer;
}

.marvive-booking-package-option input {
  width: 18px;
  height: 18px;
  accent-color: #ffffff;
}

.marvive-booking-breakdown {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  color: rgba(255, 255, 255, 0.75);
  font-family: "Afacad", sans-serif;
}

.marvive-booking-breakdown > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.marvive-booking-breakdown [hidden] {
  display: none !important;
}

.marvive-booking-price-value {
  color: #ffffff;
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: 700;
}

.marvive-booking-breakdown-total {
  margin-top: 4px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

@media (max-width: 767px) {
  .marvive-filter-options {
    display: none;
  }

  .marvive-filter-group.active .marvive-filter-options {
    display: flex;
  }

  .marvive-filter-group.active .marvive-filter-arrow {
    transform: rotate(180deg);
  }
}


/*edit tooltips--------------------------------------------*/

.marvive-edit-tooltip {
  position: fixed;
  z-index: 999999;
  max-width: min(280px, calc(100vw - 16px));
  padding: 7px 10px;
  border-radius: 7px;
  background: #111111;
  color: #ffffff;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.25);
  font-family: "Afacad", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-3px);
  transition: opacity 0.12s ease, transform 0.12s ease;
}

.marvive-edit-tooltip.is-visible {
  opacity: 1;
  transform: translateY(0);
}


/*responsive admin tables--------------------------------------------*/

@media (max-width: 900px) {
  .marvive-users-header,
  .marvive-bookings-header {
    display: none;
  }

  .marvive-users-table,
  .marvive-bookings-table {
    overflow: visible;
  }

  .marvive-user-row,
  .marvive-booking-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    min-width: 0;
    gap: 8px;
    margin-bottom: 14px;
    padding: 14px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 12px;
  }

  .marvive-user-data,
  .marvive-booking-data {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    width: 100%;
    min-width: 0;
  }

  .marvive-user-data::before,
  .marvive-booking-data::before,
  .marvive-user-actions::before,
  .marvive-booking-actions::before {
    color: rgba(0, 0, 0, 0.62);
    font-family: "Afacad", sans-serif;
    font-size: 13px;
    font-weight: 600;
  }

  .marvive-user-id::before { content: "ID"; }
  .marvive-user-name::before { content: "Name"; }
  .marvive-user-email::before { content: "Email"; }
  .marvive-user-phone::before { content: "Phone"; }
  .marvive-user-address::before { content: "Address"; }
  .marvive-user-created::before { content: "Created"; }
  .marvive-user-status::before { content: "Status"; }

  .marvive-booking-id::before { content: "ID"; }
  .marvive-booking-user::before { content: "User"; }
  .marvive-booking-boat-name::before { content: "Boat"; }
  .marvive-booking-date::before { content: "Date"; }
  .marvive-booking-start::before { content: "Start"; }
  .marvive-booking-duration-value::before { content: "Duration"; }
  .marvive-booking-passengers::before { content: "Passengers"; }
  .marvive-booking-total-value::before { content: "Total"; }
  .marvive-booking-status-value::before { content: "Status"; }

  .marvive-user-data > *,
  .marvive-booking-data > * {
    grid-column: 2;
  }

  .marvive-user-actions,
  .marvive-booking-actions {
    display: flex;
    grid-column: 1 / -1;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    min-width: 0;
    gap: 8px;
  }

  .marvive-user-actions::before,
  .marvive-booking-actions::before {
    content: "Actions";
    flex: 0 0 104px;
  }

  .marvive-user-role-select,
  .marvive-user-toggle-button,
  .marvive-user-delete-button,
  .marvive-booking-status-select {
    flex-shrink: 0 !important;
  }
}


/*hard action layout overrides--------------------------------------------*/

.marvive-admin-users .marvive-user-actions {
  display: grid !important;
  grid-template-columns: minmax(110px, 1fr) !important;
  grid-auto-flow: row !important;
  align-items: stretch !important;
  flex-direction: unset !important;
  flex-wrap: unset !important;
  width: 120px !important;
  min-width: 120px !important;
  max-width: 120px !important;
  gap: 8px !important;
}

.marvive-admin-users .marvive-user-role-select,
.marvive-admin-users .marvive-user-toggle-button,
.marvive-admin-users .marvive-user-delete-button {
  display: block !important;
  width: 100% !important;
  min-width: 110px !important;
  max-width: 120px !important;
  margin: 0 !important;
}

.marvive-admin-bookings .marvive-booking-actions {
  width: 54px !important;
  min-width: 54px !important;
  max-width: 54px !important;
}

.marvive-admin-bookings .marvive-booking-status-select {
  width: 48px !important;
  min-width: 48px !important;
  max-width: 48px !important;
  height: 38px !important;
  min-height: 38px !important;
  flex: 0 0 48px !important;
  margin: 0 !important;
  padding: 7px 2px !important;
  color: transparent !important;
  font-size: 0 !important;
  text-indent: -9999px !important;
}

.marvive-admin-bookings .marvive-booking-status-select option {
  color: #000000 !important;
  font-size: 13px !important;
  text-indent: 0 !important;
}


/*customer-facing responsive typography--------------------------------------------*/

.marvive-individual-name,
.marvive-individual-price,
.marvive-individual-regular-price,
.marvive-card-name,
.marvive-card-price,
.marvive-booking-total,
.marvive-booking-price-value {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
  white-space: normal;
}

.marvive-individual-name,
.marvive-individual-price,
.marvive-individual-regular-price {
  display: block;
  line-height: 1.12;
}

@media (max-width: 1024px) {
  .marvive-individual-name {
    font-size: 28px !important;
  }

  .marvive-individual-price {
    font-size: 19px !important;
  }

  .marvive-individual-text,
  .marvive-individual-description,
  .marvive-individual-include-item,
  .marvive-booking-info,
  .marvive-booking-extra-price,
  .marvive-extra-hour-price-label {
    font-size: 15px !important;
  }

  .marvive-booking-total {
    font-size: 22px !important;
  }

  .marvive-booking-breakdown {
    gap: 8px;
  }
}

@media (max-width: 767px) {
  .marvive-individual-name {
    font-size: 24px !important;
    line-height: 1.08;
  }

  .marvive-individual-price,
  .marvive-individual-discount-price,
  .marvive-card-price {
    font-size: 18px !important;
  }

  .marvive-individual-regular-price {
    font-size: 14px !important;
  }

  .marvive-individual-text,
  .marvive-individual-description,
  .marvive-individual-include-item,
  .marvive-booking-info,
  .marvive-booking-extra-price,
  .marvive-extra-hour-price-label,
  .marvive-booking-package-option,
  .marvive-booking-breakdown {
    font-size: 14px !important;
  }

  .marvive-booking-input {
    min-height: 40px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    font-size: 15px !important;
  }

  .marvive-booking-total {
    font-size: 20px !important;
  }

  .marvive-booking-submit {
    min-height: 42px;
    padding: 9px 14px;
    font-size: 15px;
  }

  .marvive-booking-breakdown > div {
    align-items: flex-start;
    gap: 10px;
  }

  .marvive-booking-breakdown > div > :first-child {
    min-width: 0;
  }

  .marvive-booking-price-value,
  .marvive-booking-total {
    flex: 0 1 auto;
    text-align: right;
  }

  .marvive-booking-package-option {
    align-items: flex-start;
    gap: 8px;
  }

  .marvive-booking-package-option input {
    flex: 0 0 18px;
    margin-top: 1px;
  }
}

@media (max-width: 480px) {
  .marvive-individual-name {
    font-size: 22px !important;
  }

  .marvive-individual-price,
  .marvive-card-price {
    font-size: 17px !important;
  }

  .marvive-booking-breakdown > div {
    gap: 8px;
  }
}

@media (max-width: 520px) {
  .marvive-user-data,
  .marvive-booking-data {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .marvive-user-actions::before,
  .marvive-booking-actions::before {
    flex-basis: 84px;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .marvive-bookings-header,
  .marvive-booking-row {
    grid-template-columns:
      32px
      minmax(0, 0.9fr)
      minmax(0, 0.7fr)
      minmax(0, 0.65fr)
      52px
      65px
      minmax(0, 0.65fr)
      minmax(0, 0.9fr)
      65px
      54px;
  }

  .marvive-booking-actions {
    width: 54px;
    min-width: 54px;
  }

  .marvive-booking-status-select {
    width: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
    flex-basis: 48px;
    padding: 7px 2px !important;
    color: transparent !important;
    font-size: 0 !important;
  }

  .marvive-booking-status-select option {
    color: #000000;
    font-size: 13px;
  }
}

@media (max-width: 900px) {
  .marvive-user-actions::before {
    flex: 0 0 auto;
    width: 100%;
  }

  .marvive-booking-status-select {
    width: auto !important;
    min-width: 110px !important;
    max-width: 100% !important;
    flex-basis: 110px;
    color: #000000 !important;
    font-size: 13px !important;
  }
}
/* Invert the colors of any image assigned the imageninvertir class in Elementor. */
.imageninvertir img,
img.imageninvertir {
  filter: invert(1) !important;
}
/* Currency used when entering boat prices */
.marvive-price-input-currency {
    padding: 10px !important;
}

/* Global USD/MXN exchange-rate control */
.marvive-exchange-rate-form {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  padding: 16px !important;
  box-sizing: border-box;
}

.marvive-exchange-rate-label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
}

.marvive-exchange-rate-field {
  display: flex;
  align-items: center;
  gap: 8px;
}

.marvive-exchange-rate-form .marvive-exchange-rate-input {
  display: block;
  width: 150px !important;
  min-height: 44px;
  padding: 10px 12px !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
  border-radius: 8px !important;
}

.marvive-exchange-rate-form .marvive-boat-submit {
  width: auto !important;
  min-height: 44px;
  padding: 10px 18px !important;
}

@media (max-width: 480px) {
  .marvive-exchange-rate-form,
  .marvive-exchange-rate-label,
  .marvive-exchange-rate-field,
  .marvive-exchange-rate-form .marvive-boat-submit {
    width: 100% !important;
  }

  .marvive-exchange-rate-form .marvive-exchange-rate-input {
    width: 100% !important;
  }
}
