@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;700&display=swap');

html, body { height: 100%; }
body { font-family: 'Barlow', sans-serif; color: #000; }


/********** Arreglos genéricos, mejor no tocar ********/
p img{ max-width: 100%; } 
p img.float-end { margin-left: 2rem; }
p img.float-start { margin-right: 2rem; }
.custom-control-input.is-invalid ~ .custom-control-label a, .was-validated .custom-control-input:invalid ~ .custom-control-label a{ color: #dc3545; }
.custom-control-label a{ text-decoration: underline; }
.dropdown-toggle::after { display: none }
.grecaptcha-badge { visibility: hidden; }
#logout-session{ position: fixed; z-index: 9999; border-radius: 4px 4px 0 0 ; right: 1rem; bottom: 0; }
#cookiescript_reportdate { display: none; }


/* ----- Custom Project ------ */
:root { 
    --bs-primary-rgb: 104, 214, 206; /* variable de BS5 */
    --bs-primary: #68d6ce; /* variable de BS5 */
    --bs-primary-hover: #68d6ce; /* variable de Ladeus pels hovers buttons*/

    --bs-secondary-rgb: 1, 0, 47; /* variable de BS5 */
    --bs-secondary: #01002f; /* variable de BS5 */
    --bs-secondary-hover: #01002f; /* variable de Ladeus pels hovers buttons*/
    }

    /* links base */
        a { color: var(--bs-primary); text-decoration: none; }
        a:hover, a:focus {  color: var(--bs-primary-hover); text-decoration: none; }
    /* btns bootstrap */
        .btn-primary { background-color: var(--bs-primary); border-color: var(--bs-primary); }
        .btn-primary:hover { background-color: var(--bs-primary-hover); border-color: var(--bs-primary-hover); }
        .btn-outline-primary { color:var(--bs-primary); border-color: var(--bs-primary); }
        .btn-outline-primary:hover,
            .btn-outline-primary:not(:disabled):not(.disabled).active,
            .btn-outline-primary:not(:disabled):not(.disabled):active,
            .show > .btn-outline-primary.dropdown-toggle {background-color: var(--bs-primary); border-color: var(--bs-primary); }
        .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
            .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
            .show > .btn-outline-primary.dropdown-toggle:focus {box-shadow: 0 0 0 .25rem rgba(var(--bs-primary-rgb), 0.5);}
        .btn-check:focus + .btn,
            .btn:focus { box-shadow: 0 0 0 .25rem rgba(var(--bs-primary-rgb),.25); }
        .btn-check:focus + .btn-primary,
            .btn-primary:focus {background-color: var(--bs-primary); border-color: var(--bs-primary); box-shadow: 0 0 0 .25rem rgba(var(--bs-primary-rgb),.5);}
        .btn-check:active + .btn-primary:focus,
            .btn-check:checked + .btn-primary:focus,
            .btn-primary.active:focus,
            .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {box-shadow: 0 0 0 .25rem rgba(var(--bs-primary-rgb),.5);}
        .btn-link { color: var(--bs-primary); text-decoration: none;}
        .btn-link:hover { color: var(--bs-primary-hover); text-decoration: underline;} 
        .btn-close:focus { box-shadow: 0 0 0 .25rem rgba(var(--bs-primary-rgb),.25);}
        a.nav-link { color: #000; }
        a.nav-link:hover { color: var(--bs-primary-hover); }
    /* forms bootstrap */ 
        .form-control:focus { border-color: var(--bs-primary); box-shadow: 0 0 0 .25rem rgba(var(--bs-primary-rgb),.25); }
        .form-check-input:checked { background-color: var(--bs-primary-hover); border-color: var(--bs-primary); } 
        .form-check-input:focus { border-color: rgba(var(--bs-primary-rgb), 0.5); box-shadow: 0 0 0 .25rem rgba(var(--bs-primary-rgb), 0.25);}
        .form-select:focus { border-color: rgba(var(--bs-primary-rgb), 0.5); box-shadow: 0 0 0 .25rem rgba(var(--bs-primary-rgb), 0.25);}
    /*elements de menu */
        .dropdown-item.active,
        .dropdown-item:active { background-color: var(--bs-secondary) }
    /* breadcrumb */
        .breadcrumb a {color: var(--bs-gray-500);}
        .breadcrumb a:hover {color: var(--bs-gray-700);}
    /* borders */
        .border-primary { border-color: var(--bs-primary)!important; }
    /* page link */  
        .page-link {color: var(--bs-dark); }
        .page-link:hover {color: var(--bs-primary); }
        .page-item.active .page-link {background-color: var(--bs-dark);  border-color: var(--bs-dark);  }
        .page-link:focus { box-shadow: 0 0 0 .25rem rgba(var(--bs-primary-rgb), 0.25);}     
        
        .text-secondary { color: var(--bs-secondary)!important; }
        .bg-secondary { background-color: var(--bs-secondary)!important; }



h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 300 }
h1, .h1 { font-size: 3.5rem; line-height: 3rem; }
h2, .h2 { }
h3, .h3 { }
h4, .h4 { }
h5, .h5 { }


/* Layout */


/* Header */
#wrap-content-header .content-header { background-color: rgba(0,0,0,0.5); }


/* Menú principal */
#wrap-menu-principal .navbar-brand img.logo { max-height: 80px; }
/*
#wrap-menu-principal { border-top: 1px solid #444; border-bottom: 1px solid #444; }
#menu-principal .navbar-nav a.nav-link { font-size: 0.8rem; padding: .9rem 1rem; color: #444; display: block }
#menu-principal .navbar-nav .active a.nav-link { background-color: #444444; }
#menu-principal .navbar-nav .dropdown-menu { border-radius: 0; background-color: #444444; }
#menu-principal .dropdown-item { font-size: 0.8rem; color: #5894CB; text-transform: uppercase; }
*/


/* Home */
#carousel-home .carousel-inner .wrap-img-cover-object { height: 100vh; }
.img-icons { max-height: 200px; }


/* INTERIORES */
#wrap-contenido, .wrap-contenido { min-height: 200px; }

/* Booking Calendar*/
/*
#form-booking .hide { opacity: 0; height: 0; padding: 0; }
.calendar-day .text-date-number { margin-top: 0.5rem; margin-bottom: -0.5rem; font-size: 4rem; line-height: 4rem; font-weight: bold; }
*/

/* Page */
#galeria .wrap-img-cover-object { height: 200px; }


/* Item */

/* List items */

/* Galeria */


/* Contact */
.error-msg { color: #dc3545; font-size: 80%; }

/* Share */
#share_zone > div { float: left; margin-right: 0.5rem; padding: 1rem 0; }
#share_zone .fb-share-button > span { height: 30px!important; }

/* Footer */
#logos-prefooter img {max-width: 200px; max-height: 100px;}



#footer { font-size: 0.90rem; background-color: var(--bs-secondary); color: #FFFFFF; line-height: 1.6rem; }
#footer .menu-footer a {color: #666}
#footer .menu-footer a:hover {color: #ccc}
.firma { background-color: #111111; }
.firma a.ico-ladeus { background: url("https://www.ladeus.com/imatges/ico-color-bn-ladeus.png") no-repeat; background-position: left top; font-style: normal; font-weight: normal; display: inline-block; font-size: 11px; height: 18px; line-height: 3px; padding: 7px 0 5px 24px; transition: all 0.15s; }
.firma a.ico-ladeus:hover { background-position: left bottom; color: #999; text-decoration: none; }



/* Login */
.toggle-view-pass { top: 0 !important; }
#modal-resetpassword .toggle-view-pass{ margin-top: -16px !important; } 

/* CSS Para la shop */
#registros-relacionados span.wrap-price { font-size: 1.3rem;display: block; }
#registros-relacionados .old-price { font-size: 1rem; margin-left: 0px }
#steps_shop { background-color: #e9ecef; }
span.wrap-price { font-size: 2rem; display: block; }
.custom-checkbox label { cursor: pointer; line-height: 1.5rem; }
.old-price { margin-left: 1rem; }
.resumen_cesta .table td, .resumen_cesta .table th { border-top: 1px solid #dee2e6!important; }
.resumen_cesta tr, .resumen_cesta td { border: 0px; }
.img-cart { max-width: 80px; }
.form-floating .viewpassword { position: absolute; right: 2rem; top: 1.2rem; }

/*
span.old-price { 
    font-size: 0.9rem; 
    background-color: transparent;
    background-image: -webkit-gradient(linear, 19.1% -7.9%, 81% 107.9%, color-stop(0, #fff), color-stop(.48, #fff), color-stop(.5, #000), color-stop(.52, #fff), color-stop(1, #fff));
    background-image: -webkit-repeating-linear-gradient(287deg, #fff 0%, #fff 48%, #000 50%, #fff 52%, #fff 100%);
    background-image: repeating-linear-gradient(163deg, #fff 0%, #fff 48%, #000 50%, #fff 52%, #fff 100%);
    background-image: -ms-repeating-linear-gradient(287deg, #fff 0%, #fff 48%, #000 50%, #fff 52%, #fff 100%); 
}
*/

/********** Classes de Ladeus  ********/
    .text-lg { font-size: 1.5rem; }
    .zi-1 {z-index: 1;}
    .ls-1 { letter-spacing: 0.1rem }
    .ls-2 { letter-spacing: 0.2rem }
    .ls-3 { letter-spacing: 0.3rem }
    .fw-100 { font-weight: 100; }
    .fw-300 { font-weight: 300; }
    .fw-700 { font-weight: 700; }
    .overlay-black { background-color: rgba(0,0,0,0.35) }
    .click_a { cursor: pointer; }
    .c-pointer { cursor: pointer; }    

    img.grayscale { 
        filter: url("data: image/svg+xml;utf8,&lt;svg xmlns=\'http: //www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    }
    .card:hover img.grayscale { filter: none; }

    .btn-whatsapp-absolute{ position: fixed; z-index: 9999; border-radius: 4px 4px 0 0 ; right: 2rem; bottom: 0; color: #FFFFFF;background-color: #25D366;padding: 7px 10px 7px 10px; border-radius: 25px; margin-bottom: 15px; }
    .btn-whatsapp-absolute:hover { color: #FFFFFF; }
    /*
    .btn-whatsapp {
        position: fixed;
        z-index: 9999;
        border-radius: 0.7rem;
        left: auto;
        right: 7rem;
        bottom: 2.5rem;
        margin-bottom: 1rem;
    }
    .btn-whatsapp .green-circle { position: relative; width: 50px; height: 50px; z-index: 2;color: #FFFFFF; background-color: #25d366; padding: 10px 10px 0px 11px; border-radius: 25px; }
    .btn-whatsapp .black-circle { position: absolute;
        background-color: var(--bs-secondary);
        color: #FFFFFF;
        z-index: 1;
        width: 120px;
        padding: 0.2rem 1rem 0.2rem 1.7rem;
        font-size: 0.8rem;
        top: 0.2rem;
        left: 2rem;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }*/

    /* css dels Tinys */
    .linkupload { padding: 2px 5px 0px 50px; color: #454545; }
    .link-pdf { background: url(../images/ico/ico-pdf-red.png) no-repeat left 2px; }
    .link-word { background: url(../images/ico/ico-word.png) no-repeat left 2px; }
    .img-ico { max-width: 50px; }

    /* Cover img para el background-image */
    .wrap-img { background-position: center center; background-size: cover; background-repeat: no-repeat; }
    /* Cover img sin usar background */
    .wrap-img-cover-object.bbcode { display: block; height: 150px; margin: 15px 0; transition: 0.2s opacity }
    .wrap-img-cover-object.bbcode:hover { opacity: 0.8; }
    .wrap-img-cover-object { position: relative; width: 100%; height: 150px; }
    .wrap-img-cover-object img { width: 100%; height: 100%; object-fit: cover; font-family: 'object-fit: cover; object-position: 50% 50%;'; object-position: 50% 50%; transition: all 0.5s; }
    .wrap-img-cover-object.ratio {height: auto!important;display: inherit;}



/* Large desktop */
@media (min-width: 1200px) {
    
}    

@media (min-width: 980px) and (max-width: 1199px) {

    
}

/* Large desktop */
@media (max-width: 1200px) {

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

}

@media (max-width: 992px) {

    #registros-relacionados span.wrap-price { display: inline; margin-right: 0.7rem;  }

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

    .daterangepicker .drp-calendar { max-width: none; }
    .daterangepicker.ltr .ranges, .daterangepicker.ltr .drp-calendar { margin: 0 auto; float: none; }
    
}


/* Extra small devices (portrait phones, less than 576px) A partir de aquí SM */
@media (max-width: 575.98px) {
    h1, .h1 { font-size: 2.5rem; line-height: 3rem; }
    .display-2 { font-size: calc(1.575rem + 3vw); }
    .fs-1 { font-size: calc(1.375rem + 1vw)!important; }
    .fs-1 { font-size: calc(1.325rem + .7vw)!important }
    #wrap-menu-principal .navbar-brand img.logo { max-height: 60px }
 }

@media (max-width: 420px) {
    
    
 }


@media all and (transform-3d), (-webkit-transform-3d) {
    
}
