#place-details-container2{
    z-index: 1;
  }
  
  #place-details-container3 {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 350px;
    margin: 0 auto;
}

.aratings {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.place-details2 {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 350px;
    padding: 5px;
    box-sizing: border-box;
    width: 100%;
}

.logo img {
    max-width: 80px;
    display: block;
    margin: 0 auto;
}

.rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 5px;
    padding-left: 5px;
}

.reviews {
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
}

.animatedContainer {
    position: fixed;
    top: 25%;
    left: 4%;
    z-index: 2;
  }
.ringAnimation {
    border-radius: 50%;
    border: 6px solid rgb(77, 194, 71);
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    height: 150%;
    width: 150%;
    transform: translate(-50%, -50%);
    animation: pulseAnimation 3s ease 0s infinite;
    opacity: 0;
}
@keyframes pulseAnimation {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}
.whatsappButton {
    flex-shrink: 0;
    opacity: 1;
    text-decoration: none !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    background-color: rgb(77, 194, 71) !important;
    padding: 5px;
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: rgba(136, 136, 136, 0.01) 0px 1px 7px;
    transition: 0.5s;
    position: relative;
    z-index: 200;
}
.notificationBadge {
    content: "1";
    width: 15px;
    height: 15px;
    display: grid;
    place-content: center;
    color: rgb(255, 255, 255);
    font-size: 12px;
    background-color: red;
    border-radius: 50%;
    font-family: sans-serif;
    position: absolute;
    top: -2px;
    right: -2px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px;
}

.stars-outer {
    display: inline-block;
    position: relative;
    font-size: 13px;
    color: #ccc;
    margin-left: 0.5rem;
}

.stars-outer::before {
    content: "★★★★★";
}

.stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
}

.stars-inner::before {
    content: "★★★★★";
    color: #f8ce0b;
    top: -1px;
    font-size: 13px;
    position: relative; /* Cambiado de fixed a relative */
}

/* Colorear las estrellas según el rating */
.stars-inner {
    transition: width 0.25s;
}

#CybotCookiebotDialogHeaderLogosWrapper a{ 
    display: none!important;
}
.imgwidthhead img{
    /* width: 80px; */
}
.imgwidthfooter img{
    width: 120px;
}
.showmore{
    border: 1px solid #000 !important;
    background-color: transparent;
    padding: 0px 36px;
    border-radius: 50px;
    transition: box-shadow 0.2sease-in-out;
}


.fc-scroller,
.fc-scroller-harness,
.fc-scroller-harness-liquid,
.fc-scroller-liquid-absolute {
  overflow: hidden !important;
  width: 100% !important;
}
/*
#boats-available-fullcalendar{
    min-height: 550px;
}

#boats-available-fullcalendar .fc-daygrid{
    min-height: 500px;
    max-height: 500px;
}

#boats-available-fullcalendar .fc-toolbar-title{
    font-size: 1.5rem;
}
*/

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: 1em!important;
}
.fc .fc-toolbar.fc-header-toolbar{
    margin-bottom: 0.5rem!important;
}
html, body {
    overflow-x: hidden;
  }


.barraContacto{
    z-index: 1;
}
.showmore{
    color: black !important;
    border:transparent!important;
}
.iconuser{
    font-size: 18px;
    vertical-align: middle;
}

.lineAfter{
    font-size: 16px!important;
}
form.seleccion{
    color: black!important;
}
form option{
    color: black!important;
}
form.seleccion select, form.seleccion select:focus-visible{
    color: black!important;
}
.btnXaloc{
    color: black!important;
}
h2{
    display: block;
}

section.topHome {
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 320px 0 50px;
    min-height: 600px;
    background-image: url('/static/web/img/alquiler-barcos-ibiza-desktop.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* Eliminamos las imágenes <img> para evitar conflictos */
.topHome-img {
    display: none;
}

/* Ajuste para móviles */
@media (max-width: 575px) {
    section.topHome {
        padding-bottom: 40px;
        background-image: url('/static/web/img/alquiler-barcos-ibiza-xaloc-charter-ibiza.png');
        background-size: cover;
        background-position: top center;
    }
}

.lineAfterboat::after{
    /*
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background-color: black;
    margin: 0;
    margin-top: 1px;
    */
}

.lineAfterboat{
    font-size: 15px!important;
}
.lineAfterboatSpan{
    font-size: 13px!important;
    font-weight: bold;
    white-space: nowrap; /* Evita que el texto dentro se divida en varias líneas */

}

@media (min-width: 992px) {
    #slideBarco img {
        width: 100%;
        max-height: 500px;
        object-fit: cover;
    }
}
@media (min-width: 1400px) {
    #slideBarco img {
        width: 100%;
        max-height: 600px;
        object-fit: cover;
    }
}
    
.boat-title {
    display: flex;
    flex-wrap: wrap; /* Permite el salto de línea cuando es necesario */
    align-items: center;
    line-height: 0.8em;
}

/* Desktop */
@media (min-width: 992px) {
    .collapsed .text-wrapper {
      max-height: 150px;
      overflow: hidden;
    }
  }
  
  /* Tablet */
  @media (min-width: 768px) and (max-width: 991px) {
    .collapsed .text-wrapper {
      max-height: 100px;
      overflow: hidden;
    }
  }
  
  /* Mobile */
  @media (max-width: 767px) {
    .collapsed .text-wrapper {
      max-height: 50px;
      overflow: hidden;
    }
  }
  
  /* Expanded state */
  .expanded .text-wrapper {
    max-height: none !important;
  }
  
  .scroll-fade-hero {
    animation: heroFadeIn 0.5s ease-out both;
  }

  @keyframes heroFadeIn {
    from { opacity: 0; transform: translateY(14px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .scroll-fade {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.45s ease-out, transform 0.45s ease-out;
  }

  .scroll-fade.visible {
    opacity: 1;
    transform: translateY(0);
  }
  .scroll-fade-left {
    opacity: 0;
    transform: translateX(-25px);
    transition: opacity 0.45s ease-out, transform 0.45s ease-out;
  }
  .scroll-fade-left.visible {
    opacity: 1;
    transform: translateX(0);
  }
  
.font-size-10{
    font-size: 10px;
}
.font-size-11{
    font-size: 11px;
}
.font-size-12{
    font-size: 12px;
}
.font-size-13{
    font-size: 13px;
}
.font-size-14{
    font-size: 14px;
}
.font-size-15{
    font-size: 15px;
}
.font-size-16{
    font-size: 16px;
}
.font-size-17{
    font-size: 17px;
}
.font-size-18{
    font-size: 18px;
}
.font-size-19{
    font-size: 19px;
}
.font-size-20{
    font-size: 20px;
}

.dropdown-item{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px
}
.dropdown-menu[data-bs-popper]{
    left:-70px;
}
.lineAfterLeft{
    font-size:14px;
}
/* Custom radios blancos/negros */
.radio-custom input[type="radio"] {
    display: none;
  }
  
.radio-custom label {
position: relative;
padding-left: 30px;
cursor: pointer;
color: #000;
font-weight: 500;
display: inline-block;
margin-bottom: 0.5rem;
}

.radio-custom label::before {
content: "";
position: absolute;
left: 0;
top: 0px;
width: 22px;
height: 22px;
border: 2px solid #444;
border-radius: 50%;
background: white;
transition: all 0.2s ease;
}

.radio-custom input[type="radio"]:checked + label::before {
background: #000;
box-shadow: inset 0 0 0 4px white;
}

.tachado {
text-decoration: line-through;
}
.border-none{
border:none!important;
}
#boats-filters select{
font-size: 12px;
}
.badge-num {
display: inline-flex;
align-items: center;
justify-content: center;
background-color: #000;
color: #fff;
font-size: 0.75rem;
font-weight: bold;
border-radius: 50%;
width: auto;
min-width: 25px;
height: 25px;
padding: 0 7px;
line-height: 1;
vertical-align: middle;
}
.modal button#languageDropdown, .btn:hover, .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
color: #000;
background-color: white;
}
.filtro-activo {
background-color: #f1f1f1 !important;
font-weight: 600;
color: #000 !important;
}
#boats-filters select {
transition: all 0.2s ease-in-out;
}

#boats-filters select:hover {
border-color: #999;
}
.boat-detail-page .container {
max-width: 1140px!important;
}

#formReserva  select:hover {
border-color: #999;
}

.form-control:focus{
border-color: #999!important;    
box-shadow: 0 0 0 1px black; /* Simula el borde más grueso */
}
#formReserva .form-control{
    font-size:13px!important;
    line-height: 2.5rem;
}
#form-page .form-control{
    font-size:13px!important;
    line-height: 2.5rem;
}
.btnXaloc:hover{
    background-color: #000!important;
    color:#fff!important;
}
#form-agencias .form-control{
    font-size:13px!important;
    line-height: 2.5rem;
}
@media (max-width: 768px) {
    input,
    select,
    textarea,
    button {
      font-size: 16px !important;
    }
  }

  @media (max-width: 768px) {
    .form-control {
      font-size: 16px !important;
    }
  }
  #ContactForm input.form-control {
    min-height: 50px !important;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size:15px!important;
    box-sizing: border-box;
  }
  #ContactForm input::placeholder {
    min-height: 50px !important;
    line-height: 2.5rem;
    padding: 0; /* Por si acaso */
    transform: none;
    font-size: 1rem; /* O el tamaño real de tu input */
  }
  
  .toast {
    min-width: 50vw;
    max-width: 90vw;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    font-size: 16px;
    border: none;
    padding: 0;
  }
  
  /* Contenido interno */
  .toast-body {
    padding: 0.75rem 1rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
  }
  
  /* ✅ Éxito - verde suave */
  .toast.toast-alert-success {
    background: linear-gradient(to right, #e6f4ea, #d4f0db);
    color: #1b3e2c;
  }
  
  /* ❌ Error - rojo suave */
  .toast.toast-alert-danger,
  .toast.toast-alert-error {
    background: linear-gradient(to right, #fbeaea, #f3d6d6);
    color: #5c1e1e;
  }
  
  /* ℹ️ Info o warning - gris suave */
  .toast.toast-alert-info,
  .toast.toast-alert-warning {
    background-color: #f5f5f5;
    color: #212121;
  }
  
  /* Botón de cierre blanco en fondo oscuro */
  .toast.toast-alert-success .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
  }
  
  /* Botón normal para fondos claros */
  .toast.toast-alert-danger .btn-close,
  .toast.toast-alert-error .btn-close,
  .toast.toast-alert-info .btn-close,
  .toast.toast-alert-warning .btn-close {
    filter: none;
  }
  
  
  .accordion-button:focus{
    border-color: #999!important;    
    box-shadow: 0 0 0 1px black; /* Simula el borde más grueso */
  }

  .accordion-button:not(.collapsed){
    color:#000;
    background-color: #ccc;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
  
.cursor-pointer:hover{
    cursor: pointer;
}

#boats-available-fullcalendar {
    min-height: 400px;
  }

  #boats-available-fullcalendar {
    filter: grayscale(100%);
    pointer-events: auto;
    touch-action: manipulation;
  }
  
  .fc {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }
  

.btnXaloc2 {
    border: 1px solid #000 !important;
    background-color: black;
    color: white;
    padding: 12px 36px;
    border-radius: 50px;
    transition: box-shadow 0.2s ease-in-out;
}
.btnXaloc2:hover{
    background-color: #fff!important;
    color:#000!important;
}


.nav-font *{
    font-size:14px!important;
}
.nav-font .fa-3x {
    font-size: 3em!important;
}
.linebefore::before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: black;
    margin: 0 auto 25px;
}

.linebeforeLeft::before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: black;
    margin-top: 25px;
}

.linebeforeLeft.white::before,
.linebefore.white::before {
    background-color: #fff;
}
.text-container p  {
    line-height: 1.8em!important;
}
p{
    line-height: 1.8em!important;
}

/* Shrink */
.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }
  .hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  #carousel-boat .carousel-indicators {
    bottom: -45px;
}
#carousel-boat .carousel-indicators [data-bs-target]{
    background-color: #ccc;
}
.ui-datepicker-title{
    font-family: 'XalocCharterWeb';
}
.ui-datepicker table{
    font-size: 0.8em;
}
#ContactForm input.form-control::placeholder {
    color: #999;      /* Hereda el color del input */
    font-size: inherit;  /* Hereda el tamaño de fuente del input */
    font-family: inherit; /* Hereda la fuente del input */
    opacity: 1;          /* Asegura que el placeholder no se vea más tenue */
    font-size:15px!important;
  }
  
  #ContactForm textarea.form-control::placeholder {
    color: #999;      /* Hereda el color del input */
    font-size: inherit;  /* Hereda el tamaño de fuente del input */
    font-family: inherit; /* Hereda la fuente del input */
    opacity: 1;          /* Asegura que el placeholder no se vea más tenue */
    font-size:15px!important;
  }
  
  #ContactForm input.form-control:focus::placeholder {
    color: transparent;  /* Elimina el color del placeholder cuando el input está enfocado */
  }
  .search-modal-form input.form-control::placeholder {
    color: #999;      /* Hereda el color del input */
    font-size: inherit;  /* Hereda el tamaño de fuente del input */
    font-family: inherit; /* Hereda la fuente del input */
    opacity: 1;          /* Asegura que el placeholder no se vea más tenue */
    font-size:15px!important;
  }
  .search-modal-form input.form-control{
    color: inherit;      /* Hereda el color del input */
    font-size: inherit;  /* Hereda el tamaño de fuente del input */
    font-family: inherit; /* Hereda la fuente del input */
    opacity: 1;          /* Asegura que el placeholder no se vea más tenue */
    font-size:15px!important;
  }
  .modal input.form-control::placeholder {
    color: #999;      /* Hereda el color del input */
    font-size: inherit;  /* Hereda el tamaño de fuente del input */
    font-family: inherit; /* Hereda la fuente del input */
    opacity: 1;          /* Asegura que el placeholder no se vea más tenue */
    font-size:15px!important;
  }
  .modal input.form-control{
    color: inherit;      /* Hereda el color del input */
    font-size: inherit;  /* Hereda el tamaño de fuente del input */
    font-family: inherit; /* Hereda la fuente del input */
    opacity: 1;          /* Asegura que el placeholder no se vea más tenue */
    font-size:15px!important;
  }
  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: white;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .chat-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 56px;
    height: 56px;
    background: #000;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 1050;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    transition: transform 0.2s ease;
  }
  
  .chat-float a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 12px;            /* ahora el padding va aquí */
    box-sizing: border-box;   /* para que padding no cambie el size */
  }
  
  .chat-float img {
    width: 24px;
    height: 24px;
  }
  
  .chat-float:hover {
    transform: scale(1.1);
  }
  
  /* Más espacio vertical entre ítems */
.spaced-list li {
  line-height: 1.7;        /* altura de línea más grande */
  margin-bottom: 0.5rem;   /* espacio extra entre elementos */
}
.text-cancellation *{
  line-height: 1.7;
}
#boats-filters *{
  text-transform: capitalize;
}

select:hover{
  cursor: pointer;
}

.ui-state-default{
  min-height: 42px;
}

.original-price {
  text-decoration: line-through;
  color: #888;
  margin-right: 0.5rem;
}
.total.discounted {
  color: #d00;        /* color rojo para el precio final */
  font-weight: bold;
}
/* Después de aplicar, deshabilitamos el botón y atenuamos */
#apply-coupon:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
