@font-face { 
    font-family: 'XalocCharterWeb'; 
    src:url('/static/web/fonts/XalocCharterWeb.woff') format('woff'), 
    url('/static/web/fonts/XalocCharterWeb.svg#HalisR-Black') format('svg'), 
    url('/static/web/fonts/XalocCharterWeb.eot'),
    url('/static/web/fonts/XalocCharterWeb.ttf') format('truetype'), 
    url('/static/web/fonts/XalocCharterWeb.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal; 
    font-style: normal; 
}

@font-face { 
    font-family: 'XalocCharterBold'; 
    src:url('/static/web/fonts/XalocCharterBold.woff') format('woff'), 
    url('/static/web/fonts/XalocCharterBold.svg#HalisR-Black') format('svg'), 
    url('/static/web/fonts/XalocCharterBold.eot'),
    url('/static/web/fonts/XalocCharterBold.ttf') format('truetype'), 
    url('/static/web/fonts/XalocCharterBold.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal; 
    font-style: normal; 
}


html {
    font-size: 13px; /* Valor original, por ejemplo */
}

/* latin-ext */
@font-face {
    font-family: 'Spartan';
    font-style: normal;
    font-weight: 400;
    src: url('/static/web/fonts/l7gfbjR61M69yt8Z2QytlBfK.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Spartan';
    font-style: normal;
    font-weight: 400;
    src: url('/static/web/fonts/l7gfbjR61M69yt8Z2QKtlA.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Spartan';
    font-style: normal;
    font-weight: 700;
    src: url('/static/web/fonts/l7gfbjR61M69yt8Z2QytlBfK.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Spartan';
    font-style: normal;
    font-weight: 700;
    src: url('/static/web/fonts/l7gfbjR61M69yt8Z2QKtlA.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

body {
    font-family: 'Spartan';
    color: #000000;
    letter-spacing: 0.5px;
}

body.hide{
    overflow:hidden;
    width: 100%;
}

a{
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.bg-light{
    background-color: #F6F7F8 !important;
}

h3{
    font-size: 13px;
}

/*strong, bold, .fw-bold{
    font-family: 'XalocCharterBold'; 
}*/


/* Reserva espacio para el bloque de ratings antes de que cargue — evita CLS */
.place-details-wrap {
    min-height: 40px;
    contain: layout;
}

/****************************************** CABECERA ************************************************/

/* ── Mobile menu overlay ── */
.navbar-mobile-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1),
                visibility 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-tap-highlight-color: transparent;
}

.navbar-mobile-overlay.show {
    opacity: 1;
    visibility: visible;
}

/* ── Mobile menu panel ── */
.navbar-mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: min(320px, 88vw);
    background: #fff;
    z-index: 1050;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 0 1.25rem 2rem;
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.12);
    transform: translateX(-100%);
    will-change: transform;
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar-mobile-menu.show {
    transform: translateX(0);
}

body.mobile-menu-open {
    overflow: hidden;
    touch-action: none;
}

/* ── Menu close button ── */
.mobile-menu-close,
.navbar-mobile-menu li.close {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem 0 0.5rem;
    background: none;
    border: none;
    cursor: pointer;
    list-style: none;
    width: 100%;
    color: #000;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}
.mobile-menu-close i,
.mobile-menu-close .fas,
.navbar-mobile-menu li.close i,
.navbar-mobile-menu li.close .fas {
    font-size: 2rem !important;
    line-height: 1;
}

/* ── Nav links: bigger tap targets on mobile ── */
.navbar-mobile-menu .nav-link {
    padding: 0.65rem 0;
    min-height: 44px;
    display: flex;
    align-items: center;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

/* ── Hamburger button ── */
.menu-icon {
    width: 26px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.menu-icon span {
    display: block;
    height: 2px;
    width: 100%;
    background: #000;
    border-radius: 2px;
    transform-origin: center;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
                opacity   0.2s  cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hamburger → X animation */
.menu-icon.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}
.menu-icon.active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}
.menu-icon.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .navbar-mobile-menu,
    .navbar-mobile-overlay,
    .menu-icon span {
        transition: none;
    }
}

.fa-circle-user{
    font-size: 28px;
}

button#languageDropdown,
.btn:hover,
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #000;
}

button#languageDropdown {
    padding: 2px 5px;
}

.dropdownLang a img{
    vertical-align: baseline;
}

.buscaBarcos {
    font-size: 12px;
}

.buscaBarcos ul {
    max-height: 144px;
    overflow-y: scroll;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.buscaBarcos form {
    padding: 5px 13px;
}

.buscaBarcos form input{
    width: 100%;
    padding: 5px;
}

button#searchDropdown, button#searchDropdown1 {
    font-size: 12px;
    padding: 5px 10px;
    border: none;
    border-bottom: 1px solid;
}

/* Estilos para la ventana modal del buscador */
.search-modal {
    position: fixed;
    top: -100%; /* Inicialmente fuera de la pantalla */
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 1002;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
     transition: all 0.5s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    padding: 20px 3px;
}

.search-modal.show {
    top: 0; /* Despliega la ventana modal */
    opacity: 1;
    visibility: visible;
}

/* Icono de cierre */
.search-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 22px;
    cursor: pointer;
}

/* Título central */
.search-modal-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
}

/* Formulario de búsqueda */
.search-modal-form {
    max-width: 900px;
    margin: 0 auto 20px auto;
}

/* Cuadrícula */
.search-modal-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* 6 columnas en desktop */
    gap: 5px;
    margin: 0 auto;
}

/* Estilos para cada celda de la cuadrícula */
.grid-item {
    background: #f0f0f0;
    text-align: center;
    border-radius: 5px;
}

.search-modal-grid .grid-item {
    border-radius: 5px;
}

.search-modal-grid .grid-item img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.content-grid-item {
    padding: 10px;
}

.grid-item-text{
    margin-bottom: 0;
    font-size: 11px;
}

.grid-item-title{
    font-size: 14px;
}

.search-modal input.form-control {
    border-radius: 50px;
    padding: 15px;
}

a.nav-link {
    font-size: 13px;
    color:#000;
}

a.navbar-brand {
    font-size: 20px;
}



/****************************************** FOOTER ************************************************/

footer h5{
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

footer ul li{
    margin-bottom: 15px;
}

footer h4{
    font-size: 20px;
}

iframe {
   height: 300px;
   width: 100%;
}

i.fa-regular.fa-circle-question.fa-2x {
    font-size: 18px;
}


/****************************************** CONTENIDO ************************************************/
/*
section.topHome {
    background-image: url(/static/web/img/xaloc-charter-alquiler-barcos-ibiza-2.png);
    background-position: bottom; 
    background-repeat: no-repeat;
    padding: 500px 0 20px; 
    background-size: cover;
    display: flex;
    align-items: flex-end; 
    position: relative;
}

section.topHome:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:none;
}
*/


h1, h2{
    font-size: 28px;
    display: inline-block;
}

.lineAfter::after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: black;
    margin: 15px auto 0;
}

.lineAfterLeft::after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: black;
    margin-top: 15px;
}

.lineAfterLeft.white::after,
.lineAfter.white::after {
    background-color: #fff;
}

.text14,
.blockAlquiler{
    font-size: 12px;
}

.blockAlquiler{
    cursor: pointer;
}

.nameShip{
    position: relative;
}

.nameShip:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 30px;
    background-color: #000;
}

.barraCompartir {
    background-color: #000;
    border-radius: 6px;
    margin-top: 13px;
    padding: 6px 10px 4px;
}

.barraCompartir i {
    color: #fff;
    font-size: 17px;
}

.blockAlquiler img {
    filter: brightness(100%) saturate(60%); /* Reduce brillo y saturación */
    transition: filter 0.2s ease-in-out; /* Suaviza la transición */
}

.blockAlquiler:hover img {
    filter: brightness(100%) saturate(100%); /* Vuelve a color normal */
}

.seccion .blockAlquiler img {
    object-fit: cover;
    max-height: 200px;
    width: 100%;
}

.carousel-indicators {
    bottom: -68px;
}

.carousel-indicators [data-bs-target] {
    background-color: #000;
}

.btnXaloc {
    border: 1px solid #000 !important;
    background-color: transparent;
    padding: 12px 36px;
    border-radius: 50px;
    transition: box-shadow 0.2s ease-in-out;
}

.btnXaloc:hover {
    box-shadow: 0 0 0 1px black; /* Simula el borde más grueso */
}

.btnXaloc.text-white:hover {
    box-shadow:  0 0 1px white; /* Simula el borde más grueso */
}

.myBg {
    background: linear-gradient(to left top, #f0eeee 50%, #F9F9F8 50%);
    padding: 50px 0 60px;
}

.imgAntonio{
    max-width: 100%;
}

.headerPage{
    padding: 160px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.headerPage.watertoys {
    background-image: url(/static/web/img/header-watertoys.jpg);
    
}

.headerPage.rutas {
    background-image: url(/static/web/img/header-rutas.jpg);
    
}

.headerPage.contacto {
    background-image: url(/static/web/img/header-contacto.jpg);
    
}

.headerPage:after{
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.headerPage h1{
    z-index: 1;
}

.grid-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.grid-descripcion {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.grid-item-block {
    border: 1px solid black;
    text-align: center;
    padding: 20px;
}

.grid-block img,
.grid-descripcion img{
    height: 50px;
}

form input.form-control,
form textarea.form-control,
form select.form-control{
    border-color: none;
}

.parallaxHome {
    background-image: url(/static/web/img/xaloc-boat-rental-ibiza-.jpg);
    height: 500px;
    background-position: right;
    background-size: cover;
    background-attachment: fixed;
}
@supports (-webkit-touch-callout: none) {
    .parallaxHome {
        background-attachment: scroll !important;
    }
}


hr{
    border-color: #000;
    opacity: 1;
}

form.seleccion select, form.seleccion select:focus-visible {
    width: 100%;
    padding: 10px;
    border-color: #000 !important;
}

.destaca {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background: #000;
    color: #fff;
    padding: 4px 8px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    font-size: 10px;
}

.destaca i{
    color: #FFD42A;
}


#slideBarco img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
}

.gripInfo {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 10px;
}

.gripInfo .item {
padding: 20px;
text-align: center;
border: 1px solid #ccc;
}

span.check {
    width: 30px;
    display: inline-block;
    height: 30px;
    background-color: #fff;
    border: 1px solid;
    position: relative;
    cursor: pointer;
}

span.checkin:after {
    position: absolute;
    content: "";
    background-image: url(/static/web/img/check.png);
    background-position: center;
    background-size: 20px;
    width: 20px;
    height: 20px;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -10px;
}

.cursor-pointer,
input[type="checkbox"],
input[type="radio"] {
    cursor: pointer;
}

.ui-datepicker-inline {
    width: 100%;
}

.ui-datepicker td a {
    padding: 10px;
    text-align: center;
}

.ui-widget.ui-widget-content {
    border: 1px solid #000;
    font-family: 'XalocCharterWeb';
}

.ui-datepicker-title {
    background-color: #222;
    color: #fff;
    font-family: 'XalocCharterBold';
}

.ui-state-active, .ui-widget-content .ui-state-active {
    border: 1px solid #000;
    background: #000;
}

.ui-datepicker td a:hover {
    border: 1px solid #000;
}

span.ui-datepicker-month,
table.ui-datepicker-calendar th {
    text-transform: uppercase;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.metodosPago img {
    max-width: 100px;
}

.formCupon input {
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #000;
}

.formReserva input, .formReserva select, .formReserva textarea {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid #000;
}

.barraContacto {
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    padding: 9px 0;
    border-top: 1px solid;
}

.barraContacto i {
    font-size: 22px;
}

.barraContacto i.fa-brands.fa-whatsapp{
    font-size: 23px;
}

.barraContacto i.fa-solid.fa-phone{
    color: #fff;
}































/*******************************************************************************************************
RESPONSIVE
********************************************************************************************************/

@media (min-width: 1400px) {
.border-xxl-0{
    border:none !important;
}
}


@media (max-width: 1399px) {
.metodosPago img {
    max-width: 90px;
}
}


@media (min-width: 992px) {
.fondoRuta {
    background-image: url(/static/web/img/header-rutas.jpg);
    height: 100%;
}

.border-lg-0{
    border:0 !important;
}

.abreFiltros{
    pointer-events: none;
}
}


@media (min-width: 768px) {
.border-md-0{
    border:none !important;
}
}


@media (max-width: 991px) {
    .parallaxHome {
        height: 260px;
        margin: 0 auto!important;
        text-align: center;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url(/static/web/img/xaloc-boat-rental-ibiza-.jpg);
        background-attachment:initial;
    }

    nav.navbar {
        box-shadow: none !important;
    }

    a.navbar-brand {
        font-size: 18px;
    }

    button#languageDropdown {
        font-size: 15px;
        position: relative;
        padding: 0 5px;
    }

    .fa-circle-user {
        font-size: 24px;
    }

    .search-modal-grid {
        grid-template-columns: repeat(4, 1fr);
    }

}



@media(max-width: 767px){
    .grid-descripcion {
        grid-template-columns: repeat(1, 1fr);
        gap:10px;
    }

    .gripInfo {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .grid-block {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /*
    section.topHome {
        background-image: url(/static/web/img/xaloc-charter-alquiler-barcos-ibiza.png);
        background-position: top;
        background-repeat: no-repeat;
        padding: 950px 0 20px; 
        background-size: cover;
        display: flex;
        align-items: flex-end;
        position: relative;
    }
    
    section.topHome:after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: none;
    }
        */
}


@media(max-width: 575px){
    .rounded-start-2,
    .rounded-end-2{
        border-radius: 4px;
    }

    .search-modal-grid {
            grid-template-columns: repeat(2, 1fr);
        }

    h1 {
        font-size: 28px;
    }

    h2{
        font-size: 25px;
    }

    .search-modal-title {
        font-size: 22px;
    }

    button#searchDropdown, button#searchDropdown1 {
        padding: 5px 5px;
    }
}



@media(max-width: 480px){
    a.navbar-brand {
        margin-right: 0;
    }


    .font12-movil{
        font-size: 12px;
    }
}

/* Muestra el contenido del atributo data-custom debajo del número del día */
#datepicker .ui-datepicker-calendar a::after {
    content: attr(data-custom);
    display: block;
    font-size: calc(10px + 0.1vw); /* ajustá el 0.5 según necesites */
    font-weight:bold;
    color: #888;
    text-align: center;
    margin-top: 2px;
    }
    /* Asegura que el contenedor y el datepicker ocupen el 100% del ancho */
#datepicker {
    width: 100%;
}
#datepicker .ui-datepicker,
#datepicker .ui-datepicker-calendar {
    width: 100% !important;
    max-width: 100% !important;
}
.ui-state-active{
    background:black!important;
}
.ui-state-active a{
    background:black!important;
    color:white!important;
}
#datepicker .ui-datepicker-calendar a.ui-state-active::after {
    color: white !important;
}
.ui-datepicker-calendar tbody{
    height:240px!important;
}


  /* Efecto visual cuando está marcado */
  .large-checkbox:checked {
    background-color: #000!important;
    border-color: #000!important
  }
  

  /* Aumentar tamaño sin eliminar el estilo nativo */
.large-checkbox {
    flex-shrink: 0;
    width: 26px!important;
    height: 26px!important;
    accent-color: black!important; /* color del check cuando está marcado (✓) */
    box-shadow: none!important;
    border-color :#000!important;
  }
  
  /* Ajustar el texto para que se alinee mejor */
  .form-check-label {
    color: #333; /* gris oscuro */
    font-size: 1rem;
    margin-left: 8px;
  }
  
  .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    border:1px solid #000!important;
    background: #000!important;
  }