@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&display=swap');

html, body { height: 100%; }
body { font-family: 'Montserrat', sans-serif; color: #222; }

/********** Arreglos genéricos, mejor no tocar ********/

p img{ max-width: 100%; } 
p img.pull-right { margin-left: 2rem; }
p img.pull-left { margin-right: 2rem; }
.click_a { cursor: pointer; }
.c-pointer { cursor: pointer; }
.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; }


/* ----- Custom Project ------ */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 300; font-family: 'Montserrat', sans-serif;}
h1, .h1 { font-size: 3.5rem; line-height: 3rem; }
    .blank h1 { font-size: 2rem; line-height: 2rem; color: #666666; }
h2, .h2 {font-family: 'Playfair Display', serif;}
h3, .h3 { }
h4, .h4 { }
h5, .h5 { font-size: 1rem; }

.serif {font-family: 'Playfair Display', serif!important;}

a { color: #ac8f6b; }
a:hover, a:focus { color: #7a725d; text-decoration: none; }


.text-primary { color: #7a725d !important;}
a.text-primary:hover { color: #ac8f6b !important;}
.bg-primary {background-color: #7a725d!important;}
.text-dark {color: #202e37!important}
.bg-dark {background-color: #202e37!important}
.bg-light {background-color: ededed!important} 
.bg-darkest {background-color: #182329!important}
.border-dark {border-color: #182329!important}

.btn-link { color: #ac8f6b; }
.btn-link:hover { color: #7a725d; }
.btn-primary { background-color: #3b230b; border-color: #3b230b; }
.btn-primary:hover { background-color: #7a725d; border-color: #7a725d; }
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff; background-color: #ac8f6b; border-color: #ac8f6b;}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgb(230, 207, 164);}
.btn-primary.focus, .btn-primary:focus {
    background-color: #ac8f6b;
    border-color: #ac8f6b;
    box-shadow: 0 0 0 .2rem rgba(255, 204, 153, 1);
}
.btn-outline-primary { color: #7a725d; border-color: #7a725d; }
.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: #7a725d; border-color: #7a725d;}
.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 .2rem rgba(255, 208, 0, 0.5);}

    .btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 208, 0, 0.5);
}

.row.picture .wrap-img-cover-object { height: 360px; }

.btn-tuyarro, .btn-cesta {border: 2px #cebca5 solid; border-radius: 5 3px; padding: 0.5em 1em; background: transparent; text-transform: uppercase; letter-spacing: 0.05em; color: #cebca5!important; font-weight: 600; font-size: 0.8em}
.btn-tuyarro:hover, .btn-cesta:hover {border: 2px #ac8f6b solid; color: #ac8f6b!important;}
.breadcrumb {font-size: 0.85rem}
a.active { color: #3b230b!important; font-weight: 400; background-color: transparent!important;}

.wrap-img-cover-object.ratio {height: auto!important;display: inherit;}

/* Contenidor amb aspect ratio */
.ratio {
  position: relative;
  width: 100%;
}

/* Fills del contenidor que es mostren dins la proporció */
.ratio > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover; /* Opcional, útil per imatges o vídeos */
}

/* Proporcions específiques */
.ratio-1x1 {
  padding-top: 100%; /* 1:1 */
}

.ratio-4x3 {
  padding-top: 75%; /* 3 / 4 = 0.75 */
}

.ratio-16x9 {
  padding-top: 56.25%; /* 9 / 16 = 0.5625 */
}

.ratio-21x9 {
  padding-top: 42.8571%; /* 9 / 21 ≈ 0.428571 */
}

/* Layout */

/* Modal */
.modal-full { min-width: 100%; margin: 0; }
.modal-full .modal-header { border-bottom: 0; }
.modal-full .modal-content { min-height: 100vh; border-radius: 0; border: 0; padding-right: 0 !important; }
.modal-full.wrap-img .modal-content { background-color: rgba(255,255,255,0.8) }
.btn-close-icon { position: absolute; z-index: 1; right: 35px; top: 15px; width: 64px; height: 64px; opacity: 0.5; cursor: pointer }
.btn-close-icon:hover { opacity: 1; }
.btn-close-icon:before, .btn-close-icon:after { position: absolute; left: 30px; content: ' '; height: 65px; width: 2px; background-color: #333; }
.btn-close-icon:before { transform: rotate(45deg); }
.btn-close-icon:after { transform: rotate(-45deg); }
@media (max-width: 480px) {
    .btn-close-icon { width: 32px; height: 32px; }    
    .btn-close-icon:before, .btn-close-icon:after { left: 15px; height: 33px; }
 }

a img {opacity: 1; transition: 0.1s all ease-in-out}
a:hover img {opacity: 0.8}

.card .wrap-img-cover-object {overflow: hidden ;}
.card img {
  transform: scale(1); transition: 0.1s all!important;
}

.card:hover img {
  transform: scale(1.05)!important; 
}
/* Header */

.navbar-brand img {max-width: 260px;  }

#wrap-content-header.wrap-img { background-attachment: fixed; background-size: auto!important;}
#wrap-content-header .content-header { background-color: rgba(0,0,0,0.65); }


/* Menú principal */
#menu-principal .navbar-nav a.nav-link { font-size: 0.9rem; padding: .9rem 1rem; color: #444; font-weight: 600}
.navbar-expand-md #menu-categorias .navbar-nav .dropdown-menu{ position: relative;}



/* Home */
.carousel-inner .wrap-img-cover-object { height: 450px; }
/* Zoom carousel */
@-webkit-keyframes zoom-carousel {
  from {
    -webkit-transform: scale(1, 1); ;
  }
  to {
    -webkit-transform: scale(1.1, 1.1);
  }
}

@keyframes zoom-carousel  {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.1, 1.1);
  }
}

#carousel-home .wrap-img-cover-object img {
  -webkit-animation: zoom-carousel  15s;
  animation: zoom-carousel  15s;
}
/*fi Zoom carousel*/


#productos-shop .wrap-img-cover-object { height: 180px; }
.box-featured {background-color: rgba(120, 103, 57, 0.6); margin-top: -12rem; position: relative; z-index: 1}
.box-featured .description {line-height: 1.7rem; font-size: 1.1rem }
.box-featured .description p {margin: 0; }
#mod-pastisseria .wrap-img-cover-object { height: 450px; }


.cols-alternades .wrap-img-cover-object { min-height: 500px;}
.cols-alternades .text-align-dinamic { width: 85%;}
.cols-alternades .order-md-0 .text-align-dinamic { text-align: right; float: right; }
.cols-alternades .order-md-1 .text-align-dinamic { text-align: left;  float: left;}
.cols-alternades .text-align-dinamic .img-items-content { max-width: 40%}
.cols-alternades.first .text-align-dinamic { width: 100%;}
.cols-alternades.first { background-color: #202e37; }
.cols-alternades.first .btn-outline-primary { background-color: transparent; color: #fff; border-color: rgba(255,255,255,0.3) }
.cols-alternades.first .btn-outline-primary:hover { border-color: rgba(255,255,255,1) }
.cols-alternades.first .h3 { color: #bab29a !important; font-weight: 400; font-size: 1.6rem}
.cols-alternades.first .text-align-dinamic {  color: #fff; text-align: center !important; }
.cols-alternades.first .text-align-dinamic .img-items-content { width: 190px; }
.cols-alternades.first .text-align-dinamic .text-info{ color: #ffffcc!important }
.cols-alternades.last { background-color: #bab29a; }

.slick-list {padding: 0 1rem!important}

/* INTERIORES */
#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; }
/*
.btn-trash { position: absolute; right: 20px; top: 5px; }
#rowroom .btn-trash { opacity: 0; }
#wrap-datepicker .daterangepicker { width: 640px }
*/
.form-control:focus {
    background-color: #fff;
    border-color: #fbe9c2;
    box-shadow: 0 0 0 .2rem rgba(255, 191, 0, 0.18);
}
/* Page */
#galeria .wrap-img-cover-object { height: 200px; }

/* List */
#menu-categorias .dropdown-item.active, .dropdown-item:active {background-color: #fff; color: #3b230b;}
#menu-categorias .nav-link.navbar-brand {color: #3b230b;font-family: 'Playfair Display', serif; font-size: 2rem}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(25, 25, 50, 1);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(25, 25, 50, 1);
}

.subcategoria.wrap-img-cover-object {height: 220px;}

/* Single */

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}
.single .offer-price {font-weight: 700;}
.single.product .wrap-img-cover-object {height: 700px;}
/*.col-description-product {padding-right: 100px!important;}*/
.col-description-product .offer-price {font-size: 1.5rem}
/* Item */


/* Galeria */
#galerias_imagenes .wrap-img-cover-object { height: 250px; }


/* 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 */
.scroll-up{ position: fixed; bottom: 1rem; right: 3rem; z-index: 1}
#footer { font-size: 0.90rem; background-color: #242424; color: #FFFFFF; line-height: 1.6rem; }
#footer .logo { opacity: 0.4; max-width: 250px;}
/*#footer-col-left {background-color: #182329}
#footer-col-right {background-color: #202e37}*/


.firma { background-color: #111111; font-family:  'Open Sans', sans-serif; }
.firma a.ico-ladeus { opacity: 0.4; background: url("https://www.ladeus.com/imatges/ico-color-bn-ladeus.png") no-repeat; background-position: left top; font-style: normal; font-weight: normal; color: #666; 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 { opacity: 1; background-position: left bottom; color: #999; text-decoration: none; }

/* Cookies */
#cookiesdirective { position: fixed; left: 0; right: 0; background: #323232; opacity: 0.9; color: #FFFFFF; font-size: 13px; text-align: center; z-index: 1000; padding: 10px; }
#cookiesdirective a { color: #f6a21d; font-weight: bold; } 
#cookiesdirective a.btn:hover { color: #FFF; text-decoration: none; } 

/* Login */
#menu-top .toggle-view-pass { top: 0 !important; }

/* CSS Para la shop */

span.offer-price { font-size: 1rem; }
.custom-checkbox label { cursor: pointer; }
.old-price { margin-left: 1rem; }

.badge-custom{font-size: 60%;}

.img-cart { max-width: 80px; }

/* Select2 - Theme para BS4 */
.select2-container .select2-selection--single { height: 38px; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 36px; }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 20px; right: 3px; }
.select2-container--default .select2-selection--single { border: 1px solid #ced4da; }
.select2-container--default .select2-selection--single .select2-selection__arrow b { border: none; font-family: 'FontAwesome'; color: #999999; }
.select2-container--default .select2-selection--single .select2-selection__arrow b:before { content: "\f107"; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { color: #999999; border: none; font-family: 'FontAwesome'; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before { content: "\f106"; }
.select2-container--default.select2-container--open .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--multiple { border-color: #80bdff; box-shadow: 0 0 0 .2rem rgba(0,123,255,.25); }

.is-invalid.select2-container--default .select2-selection--single { border: 1px solid #dc3545; }

/*
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%); 
}
*/

/********** CSS Ladeus  ********/
.relative {position: relative}
.text-lg { font-size: 1.5rem; }
.ls-1 { letter-spacing: 0.15rem }
.ls-2 { letter-spacing: 0.2rem }
.ls-3 { letter-spacing: 0.3rem }
.fw-100 { font-weight: 100; }
.fw-300 { font-weight: 300; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }
.fs-08 {font-size: 0.8rem;}
.fs-06 {font-size: 0.6rem;}
.lh-18 {line-height: 1.8rem}
.text-orange {color: orangered}

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 */
 }
.overlay-black { background-color: rgba(0,0,0,0.35) }

    /* 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-docx { 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.25s; }

    .toggle-view-pass {top: 5%!important;}


.btn-whatsapp {
    position: fixed;
    z-index: 9999;
    border-radius: 0.7rem;
    left: auto;
    right: 7rem;
    bottom: 70px;
    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: #354b70;
    color: #FFFFFF;
    z-index: 1;
    width: 120px;
    padding: 0.2rem 1rem 0.2rem 1.7rem;
    font-size: 0.7rem;
    top: 0.2rem;
    left: 2rem;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}


/* XL Large desktop */
@media (min-width: 1500px)  {
    
    .container-xl.container-xxl { max-width: 80%!important;}
    
}

/* Large desktop */
@media (min-width: 1200px) {
    
}    

@media (min-width: 980px) and (max-width: 1199px) {
    
    /* #modules .card > div { width: 60%; } */
    
}

/* Large desktop */
@media (max-width: 1200px) {

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    
    /* h1, .h1 { font-size: 4.5rem; } */
    
}

@media (max-width: 992px) {
    
    /*
    #wrap-menu-principal { min-height: 80px; }
    #wrap-menu-principal .navbar-brand img { max-height: 70px; margin-bottom: 0; }
    */
    #wrap-menu-principal .navbar-brand { top: -40px; }
    #wrap-menu-principal .zone-reservas { position: absolute; right: 90px; }
    .single.product .wrap-img-cover-object { height: 610px;}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    
    /* #wrap-menu-principal .navbar-brand img { max-height: 60px; } */
    .daterangepicker .drp-calendar { max-width: none; }
    .daterangepicker.ltr .ranges, .daterangepicker.ltr .drp-calendar { margin: 0 auto; float: none; }
    .carousel-inner .wrap-img-cover-object { height: 350px; }
    .single.product .wrap-img-cover-object { height: 500px;}    
    
}


/* 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; }
    #wrap-menu-principal .navbar-brand { position: inherit; top: auto; }
    #wrap-menu-principal .navbar-brand img { max-height: 45px; margin-bottom: 0; }
    .navbar-brand img { max-width: 170px; }
    article .card-title {font-size: 1.1rem!important;font-weight: 600;}
    .single.product .wrap-img-cover-object { height: 400px;} 
    
 }

@media (max-width: 420px) {
    
    .zone-reservas > button { position: absolute; z-index: 1; top: 65px; right: -65px; }
    .carousel-inner .wrap-img-cover-object { height: 300px; }
    .box-featured { margin-top: -11rem;}
 }


@media all and (transform-3d), (-webkit-transform-3d) {
    
}
