@font-face {
	font-family: 'hatton';
	src: url('https://pangrampangram.com/cdn/shop/files/PPHatton-VariableVF.woff2?v=17091719583507939138') format('woff2');
	font-weight: 100 900;
	font-display: swap;
	font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
html { font-size: 14px;}
body { -webkit-font-smoothing: antialiased; font-family: "Inter", sans-serif; -moz-osx-font-smoothing: grayscale; color: #000; letter-spacing: 0rem;}
button, select, input { outline: 0!important; box-shadow: none;}
a { color: inherit;}
a:hover { text-decoration: none; opacity: .8; color: inherit;}
:focus { outline: none; }
.btn.focus, .btn:hover, .btn:focus { text-decoration: none; box-shadow: none; }
.dropdown-menu { right: 0!important; left: auto!important; padding: 0 0 0 0; border-radius: 0;
    border: none; margin-top: 0; background-color: #000; border: 1px solid #fff; color: #000; border-radius: 15px; overflow: hidden; width: 100%; min-width: auto!important; text-align: center;}
.dropdown-item{color:#fff;}
.dropdown-item:hover{color:#fff!important; opacity: 1; background-color: #B8A26E; overflow: hidden;}
.dropdown-item.active, .dropdown-item:active { background-color: #343a40;}
.form-control.is-invalid, 
.was-validated .form-control:invalid,
.form-control.is-valid,
.was-validated .form-control:valid {-webkit-appearance: none; -moz-appearance: none; appearance: none;}



/* Botón idioma */
.button-nav.idiomes-toggle {
    cursor: pointer;
    color: #fff;
    /* display: inline-block; */
    width: auto;
    transition: border-bottom 0.1s ease, border-radius 0.1s ease;
}

/* Contenedor desplegable integrado */
.idiomes-dropdown {
    display: none;
    /* background-color: #000; */
    border-radius: 0 0 15px 15px;
    border: 1px solid #fff;
    border-top: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1000;
    text-align: center;
    overflow: hidden;
}

#idiomes-nav.open .button-nav.idiomes-toggle i {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    
}


/* Mostrar dropdown */
#idiomes-nav.open .idiomes-dropdown {
    display: block;
}

#idiomes-nav.open .button-nav.idiomes-toggle {
    border-radius: 15px 15px 0 0;
    border-bottom: none;
}

.idiomes-dropdown .dropdown-item {
    color: #fff;
    padding: 10px;
    display: block;
    text-decoration: none;
    font-size: 1.125rem;
}

.idiomes-dropdown .dropdown-item:hover {
    /* background-color: #B8A26E; */
    color: #fff !important;
}

#idiomes-nav2.open .button-nav.idiomes-toggle i {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    
}


/* Mostrar dropdown */
#idiomes-nav2.open .idiomes-dropdown {
    display: block;
}

#idiomes-nav2.open .button-nav.idiomes-toggle {
    border-radius: 15px 15px 0 0;
    border-bottom: none;
}



@media (min-width: 576px){
	html { font-size: 16px;}
}

@media (min-width: 992px){
	.dropdown:hover .dropdown-menu{display: block;}
}

.f-size-1 { font-size: 1rem !important}
.c-pointer { cursor: pointer}

h1,h2,h3,h4,h5,h6{ font-weight: inherit; }

/* --------------------- CUSTOM BOOTSTRAP -------------------- */
@media (min-width: 1480px){
	.container, .container-sm, .container-md, .container-lg, .container-xl{ max-width: 1400px; }
	.col-xxl-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
	.col-xxl-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
	.col-xxl-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
	.col-xxl-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%;}
	.col-xxl-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
	.col-xxl-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
	.col-xxl-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
	.col-xxl-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
	.col-xxl-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
	.col-xxl-10{ -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
	.col-xxl-11{ -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
	.col-xxl-12{ -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
}
.container-fluid{ max-width: 1920px; padding-left: 2rem; padding-right: 2rem;}

@media (min-width: 1480px) {
    .px-xxl-5 {
      padding-left: 1rem;  /* 48px */
      padding-right: 1rem; /* 48px */
    }
}

@media (min-width: 1480px) {
    .row-cols-xxl-6 > * {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
  }

/* -------------------------- MARGINS ------------------------ */
.margin-bottom-5{margin-bottom: 5px;}
.margin-bottom-15{margin-bottom: 15px;}
.margin-bottom-25{margin-bottom: 25px;}
.margin-bottom-30{margin-bottom: 30px;}
.margin-bottom-50{margin-bottom: 50px;}
.margin-bottom-55{margin-bottom: 55px;}
.margin-bottom-60{margin-bottom: 60px;}

/* -------------------------- PADDINGS ------------------------ */
.padding-left-20{padding-left: 20px;}

/* -------------------------- WHATSAPP ------------------------ */
#contactarNav { position: absolute; right: 30px;  bottom: 5vh; }
#contactarNav a:hover { opacity:1!important;}
#contactarNav .ico-left { margin-right: 15px;}
#contactarNav .ico-left-txt { width: auto;}

/* -------------------------- DISPLAYS ------------------------ */
@media (min-width: 768px){
	.d-md-table-header-group {display: table-header-group!important;}
}

/* -------------------------- TEXTOS ------------------------ */
.text-underline { text-decoration: underline;}
.br-8{border-radius: 8px;}
.hatton{font-family: "hatton", sans-serif;}
.gold{color: #B8A26E!important;}
.bg-gold{color: #B8A26E!important;}
.lh-1-2{line-height: 1.2!important;}
.titol-hatton{ font-family: "hatton", sans-serif; font-size: 2.5rem; font-weight: 400; color: #B8A26E;}
.txt-curt{ font-size: 1.25rem; font-weight: 400; line-height: 1.5;}
.textos .titol-home{font-size: 1.125rem; font-weight: 400;}
.textos .titol-familia-home{font-size: 1.875rem; font-weight: 600;}
.textos .lapse-year{font-size: 1.875rem; font-weight: 400;}
.textos p{font-size: 1.125rem; font-weight: 400;}
.textos .p{font-size: 1.125rem; font-weight: 400;}
.textos .titol-catalogo{font-size: 1.125rem; font-weight: 600;}
.textos .txt-catalogo{font-size: .75rem; font-weight: 400;}
.textos .text-catalogo p{font-size: 1rem; font-weight: 400;}
.textos .codiProducte{font-size: .75rem; font-weight: 400;} 
.textos .nomProducte{font-size: 1.125rem; font-weight: 600;} 
.textos .titleHomeLine{font-size:2.25rem; font-weight: 400; color: #B8A26E;}
.textos .textHomeLine{font-size: 1.25rem; font-weight: 400;}
.textos .textHomeLine p{font-size: 1.25rem; font-weight: 400;}
.textos .titolProfesionalesHome{font-size: 3.75rem; font-weight: 400;}
.textos .titolNewsLetter{font-size: 2.5rem; font-weight: 400;}
.textos .sloganSeccio{ font-size: 2.5rem; font-weight: 400;}
.textos .producteNom{font-size:3.125rem; font-weight: 400;}
.textos .paisNom{font-size: 1rem; font-weight: 400;}
.textos .modalText p{font-size: 1rem; font-weight: 400;}
.textos .modalText2 p{font-size: .875rem; font-weight: 400;}
.textos .modalText{font-size: 1rem; font-weight: 400;}
.textos .valorPais{font-size:2.813rem; font-weight: 600;}
.textos .valorText{font-size:1rem; font-weight: 600;}
.textos .infoPais p{font-size:.938rem; font-weight: 400;}
.notFound{font-size: 1.5rem; font-weight: 400;}
@media(max-width:1577px){
    .titol-familia-home{font-size: 1.75rem!important;}
}
@media(max-width:1199px){
    .titol-hatton{ font-size: 2rem !important; }
    .txt-curt{ font-size: 1.125rem !important; }
    .textos .titol-home{font-size: 1rem !important; }
    .textos .titol-familia-home{font-size: 1.5rem !important; }
    .textos .lapse-year{font-size: 1.5rem !important; }
    .textos p{font-size: 1rem !important; }
    .textos .p{font-size: 1rem !important; }
    .textos .titol-catalogo{font-size: 1rem !important; }
    .textos .txt-catalogo{font-size: .75rem !important; }
    .textos .text-catalogo p{font-size: .875rem !important; }
    .textos .codiProducte{font-size: .75rem !important; } 
    .textos .nomProducte{font-size: 1rem !important; } 
    .textos .titleHomeLine{font-size: 1.875rem !important; }
    .textos .textHomeLine{font-size: 1.125rem !important; }
    .textos .textHomeLine p{font-size: 1.125rem !important; }
    .textos .titolProfesionalesHome{font-size: 3rem !important; }
    .textos .titolNewsLetter{font-size: 2rem !important; }
    .textos .sloganSeccio{ font-size: 2rem !important; }
    .textos .producteNom{font-size: 2.5rem !important; }
    .textos .paisNom{font-size: .875rem !important; }
    .textos .modalText p{font-size: .875rem !important; }
    .textos .modalText{font-size: .875rem !important; }
    .textos .valorPais{font-size: 2.25rem !important; }
    .textos .valorText{font-size: .875rem !important; }
    .textos .infoPais p{font-size: .875rem !important; }
    .titol-productes-video .nom{font-size: 1rem !important; }
    .titol-productes-video .txtcurt{font-size: 3rem !important; }
    .titol-productes .nom{font-size: 1rem !important; }
    .titol-productes .txtcurt{font-size: 3rem !important; }
    .titol-categoria .nom{ font-size: 2.5rem !important; }
    .titol-categoria .txt-curt{ font-size: 2.5rem !important; }
    .carousel-item .nom{ font-size: 1rem !important; }
    .carousel-item .txt{ font-size: 3.2rem !important; }
    .notFound{font-size: 1.25rem!important;}
}

@media(max-width:991px){
    .carousel-item .nom{ font-size: .938rem !important; }
    .carousel-item .txt{ font-size: 1.875rem !important; }}

/* -------------------------- NAVBAR ------------------------ */
.navbar-transparent {color:#fff!important; background-color: transparent!important;}
.navbar { color: #fff; background-color: #000;}
.navbar .navbar-toggler { color: #fff; border: none; font-size: 18px;}
.navbar-nav.flex-row .nav-item { margin-right: 15px; }
.boxshadow{box-shadow: 7px 2px 7px 0 rgba(0, 0, 0, 0.1);}
.nav-link-main{font-size: 1.125rem; font-weight: 600;}
.sub-nav-link{font-size: 1.125rem; font-weight: 300;}
.button-menu {
    background-color: #fff; font-size: 1.125rem; border: 1px solid #fff;
	height: 43px!important; padding: 0px 25px; color: #000; border-radius: 50px;
	display: flex; align-items: center; justify-content: center;
}

.boxNavHide{height: 100px; width: 100%; background-color: #B8A26E; position: fixed; z-index: 10;}
.margin-nv-menu{margin-top: 150px;}

@media(max-width:991px){
    .boxNavHide{height: 70px!important;}
    .margin-nv-menu{margin-top: 100px;}
}

.overlayMobile{position:absolute; top: 0; margin-top: 15px; width: 100%;}

.button-nav {background-color: transparent; font-size: 1.125rem; border: 1px solid #fff;
	height: 43px!important; padding: 0px 25px; color: #fff; border-radius: 50px;
	display: flex; align-items: center; justify-content: center;}
.mr-form{margin-right: 90px!important;}
#form_cercador {
    transition: all 0.3s ease-in-out;
    max-width: 0;
    /* overflow: hidden; */
    display: inline-block;
    white-space: nowrap;
    opacity: 0;
}

#form_cercador input {
    width: 0;
    transition: width 0.3s ease-in-out;
    opacity: 0;
}

#form_cercador:not(.d-none) {
    max-width: 336px; /* Ajusta según el tamaño que necesites */
    opacity: 1;
}

#form_cercador:not(.d-none) input {
    width: 336px; /* Ajusta el ancho del input */
    opacity: 1;
}

@media (min-width: 992px){
	.navbar-nav.flex-row .nav-item { margin-right: 0; }
    .fixed-top-md { position: fixed; top: 0; right: 0; left: 0; z-index: 1030; }
    .margin-navbar{margin-top: 120px;}
}

.mask_user {
	width: 100%;
	height: 25px;
	background-color: purple;
	position: fixed;
	top: 49px;
	z-index: 1000000;
}

.navbar-brand svg { width: 232px; height: auto;}

.hideMenu {
    display: none;
}

/* Animación de entrada */
@keyframes slideIn {
    from {
        right: -600px;
    }
    to {
        right: 0;
    }
}

/* Animación de salida */
@keyframes slideOut {
    from {
        right: 0;
    }
    to {
        right: -600px;
    }
}

.menuLateral {
    background-color: #B8A26E;
    position: fixed;
    top: 0;
    right: -600px;
    width: 600px;
    height: 100%;
    z-index: 999;
    color: #fff;
    overflow-y: scroll; /* Activa el scroll */
    -ms-overflow-style: none;  /* IE/Edge */
    scrollbar-width: none;     /* Firefox */
}

/* Ocultar scrollbar en Chrome, Safari y Opera */
.menuLateral::-webkit-scrollbar {
    display: none;
}

/* Clase para mostrar el menú con animación */
.menuLateral.showMenu {
    animation: slideIn 0.5s ease-in-out forwards;
}

/* Clase para ocultar el menú con animación */
.menuLateral.hideMenuAnim {
    animation: slideOut 0.5s ease-in-out forwards;
}

@media(max-width:991px){
    .menuLateral {
        width: 100%;
    }
}


/* @media (max-width: 768px){
	.navbar-brand svg { max-width: 100px;}
} */

@media(min-width:992px){
    .navbar{height: 120px;}
}

@media(max-width:992px){
	.navbar{background-color: #000!important;}
}

/* Estilos del overlay (fondo oscuro) */
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 997;
	display: none;
}

/* -------------------------- SLIDER FIXES ------------------------ */
.slick-slider{ backface-visibility: hidden; -webkit-backface-visibility: hidden;}
.slick-slider .container, .slick-slider .container-fluid { position: absolute; top: 50%; left: 0; right: 0; margin-left: auto;
    margin-right: auto; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.slick-list, .slick-track, .slick-slide{ height: inherit!important;}
.slick-arrow { color: #fff!important;  background-color: #343a40!important; width: 40px; height: 35px;}
.slick-prev{left: 15px;}
.slick-next {right: 15px;}
.slick-prev:before {content: "\f053";}
.slick-next:before {content: "\f054";}
.slick-next:before, .slick-prev:before { font-family: "Font Awesome 5 Free"; font-weight: 900;}
.slick-slider .slick-slide { position: relative;}
.slick-dots li:only-child { display: none;}
.slick-dots li button:before { font-family: 'Font Awesome 5 Free'; content: '\f111'; font-weight: 600;}
.slick-dots li.slick-active button:before { opacity: 1; font-weight: 400;}

/* -------------------------- NEWSLETTER ------------------------ */
.seplineNewsletter{width:100%; height: 1px; background-color: #4E4E4E;}
.newsletter-input{ height: 60px; width: 100%; background-color: #000; color: #fff!important; border:1px solid #fff; border-radius: 10px; padding-left: 15px;}
.newsletter-input::placeholder{color: #969696; font-size: 1.125rem; text-transform: uppercase;}
.newsletter-button{background-color: #B8A26E; color: #000!important; font-weight: 300; height: 60px; width: 100%; max-width: 181px; border: none !important; border-radius: 10px; padding: 0 30px; font-size: 1.125rem; color: #000; text-transform: uppercase;}
.newsletter-checkbox input[type="checkbox"] {display: none; visibility: hidden;}
.newsletter-checkbox label {display: inline-block; }
.newsletter-checkbox .cbx {position: relative; top: 1px; width: 17px; height: 17px; border: 1px solid #c8ccd4; background-color: white; border-radius: 3px; vertical-align: middle; transition: background 0.1s ease; cursor: pointer; }
.newsletter-checkbox .cbx:after {content: ''; position: absolute; top: 1px; left: 5px; width: 5px; height: 11px; opacity: 0; transform: rotate(45deg) scale(0); border-right: 2px solid #fff; border-bottom: 2px solid #fff; transition: all 0.3s ease; transition-delay: 0.15s; }
.newsletter-checkbox .lbl { margin-left: 5px; vertical-align: middle; cursor: pointer; }
.newsletter-checkbox .lbl p{ margin-bottom: 0; }
.newsletter-checkbox input[type="checkbox"]:checked ~ .cbx { border-color: transparent; background: #B8A26E; animation: jelly-42 0.6s ease; }
.newsletter-checkbox input[type="checkbox"]:checked ~ .cbx:after { opacity: 1; transform: rotate(45deg) scale(1); }
.newsletter-checkbox .cntr { position: absolute; top: 50%; left: 0; width: 100%; text-align: center;}

.newsletter-checkbox2 {max-width: 304px;
    width: 100%;}
.newsletter-checkbox2 input[type="checkbox"] {display: none; visibility: hidden;}
.newsletter-checkbox2 label {display: inline-block; }
.newsletter-checkbox2 .cbx {position: relative; top: 1px; width: 17px!important; height: 17px!important; border: 1px solid #000; background-color: white; border-radius: 3px; vertical-align: middle; transition: background 0.1s ease; cursor: pointer; }
.newsletter-checkbox2 .cbx:after {content: ''; position: absolute; top: 1px; left: 5px; width: 5px; height: 11px; opacity: 0; transform: rotate(45deg) scale(0); border-right: 2px solid #fff; border-bottom: 2px solid #fff; transition: all 0.3s ease; transition-delay: 0.15s; }
.newsletter-checkbox2 .lbl { margin-left: 5px; vertical-align: middle; cursor: pointer; }
.newsletter-checkbox2 .lbl p{ margin-bottom: 0; font-size: .875rem;}
.newsletter-checkbox2 input[type="checkbox"]:checked ~ .cbx { border-color: transparent; background: #000; animation: jelly-42 0.6s ease; }
.newsletter-checkbox2 input[type="checkbox"]:checked ~ .cbx:after { opacity: 1; transform: rotate(45deg) scale(1); }
.newsletter-checkbox2 .cntr { position: absolute; top: 50%; left: 0; width: 100%;}
.newsletter-checkbox2 label { color: #000; text-align: left;}

@media(max-width: 575px){
    .newsletter-checkbox2 .cbx {max-width: 17px!important;}
}

@-moz-keyframes jelly-42 {
    from {transform: scale(1, 1);}
    30% {transform: scale(1.25, 0.75);}
    40% {transform: scale(0.75, 1.25);}
    50% {transform: scale(1.15, 0.85);}
    65% {transform: scale(0.95, 1.05);}
    75% {transform: scale(1.05, 0.95);}
    to {transform: scale(1, 1);}
}
@-webkit-keyframes jelly-42 {
    from {transform: scale(1, 1);}
    30% {transform: scale(1.25, 0.75);}
    40% {transform: scale(0.75, 1.25);}
    50% {transform: scale(1.15, 0.85);}
    65% {transform: scale(0.95, 1.05);}
    75% {transform: scale(1.05, 0.95);}
    to {transform: scale(1, 1);}
}
@-o-keyframes jelly-42 {
    from {transform: scale(1, 1);}
    30% {transform: scale(1.25, 0.75);}
    40% {transform: scale(0.75, 1.25);}
    50% {transform: scale(1.15, 0.85);}
    65% {transform: scale(0.95, 1.05);}
    75% {transform: scale(1.05, 0.95);}
    to {transform: scale(1, 1);}
}
@keyframes jelly-42 {
    from {transform: scale(1, 1);}
    30% {transform: scale(1.25, 0.75);}
    40% {transform: scale(0.75, 1.25);}
    50% {transform: scale(1.15, 0.85);}
    65% {transform: scale(0.95, 1.05);}
    75% {transform: scale(1.05, 0.95);}
    to {transform: scale(1, 1);}
}

.imgNews{width: 100%; height: 100%; max-width: 690px; max-height: 390px; object-fit: cover; border-radius: 8px;}
@media(min-width:768px){
    .newsletter-input{max-width: 400px;}
    .searchBar2{max-width: 400px!important;}
}
/* -------------------------- HOME ------------------------ */
.lineSepHome{height: 240px; width: 1px; background-color: #B8A26E; margin: 0 auto;}
.cir-home{ background-color: #B8A26E; width: 100%; height: 100%; max-width: 330px; max-height: 330px; border-radius: 50%; overflow: hidden;
    box-sizing: border-box;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
}
.cir-home img { width: 100%; height: 100%; object-fit: contain; padding: 50px;}
.carousel-inici { position: relative; width: 100%; height: 100vh; margin-bottom: 60px;}
.slider-inici .item { overflow: hidden;}
.carousel-inner iframe { position: relative; pointer-events: none;}
.slider-inici .container-iframe { background: #eee; height: 100%; overflow: hidden; padding: 0; position: relative;}
.slider-inici .container-iframe iframe { box-sizing: border-box; height: 56.25vw; left: 50%; min-height: 100%;
    min-width: 100%; transform: translate(-50%, -50%); position: absolute; top: 50%; width: 177.77777778vh;}
.slider-inici .row {height: inherit;}
.carousel-item .block{padding: 15px; margin-bottom: 15px;}
.carousel-item .nom { color: #B8A26E; font-size: 1.125rem; text-transform: uppercase;}
.carousel-item .txt { color: #fff; font-size: 4.063rem; font-family: "hatton", sans-serif;}
#slider-inici-mobile+.slick-arrows{display: block;}
#slider-inici-pc+.slick-arrows{display: none;}
.img-block{display:block; height: 0; padding-bottom: 100%; position: relative; margin-bottom: 15px; text-align: center; color: #9a9da0;}
.img-block img, .img-block i{position: absolute; top: 50%; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); 
	transform: translateY(-50%); max-height: 100%; left: 0; right: 0; margin-left: auto; margin-right: auto; font-size: 150px; border-radius: 5px;}
.button-slider{
	height: 43px; width: 43px; background-color: #B8A26E; border-radius: 50%; display: flex; align-items:center; border: 0;
}
.button-slider svg{height: 15px; width: auto; padding: 0; margin: 0 auto;}
.controls-slider{display: flex; position:absolute; bottom:30px; right: 20px;}
.card-footer{border: 0; background-color: transparent;}
.mt-familia{margin-top: 180px;}
.card{border:none;}
.card-home { position: relative; border-radius: 15px; background-size: cover; background-position: center; background-repeat: no-repeat; overflow: hidden; }

.card-home::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); border-radius: 15px; z-index: 1; transition: background-color 0.4s ease, opacity 0.4s ease; opacity: 1; }

.card-home:hover::before { background-color: rgba(0, 0, 0, 0.2) !important; }
.card-home:hover{
    opacity: 1;
}

.card-body, .card-footer, .cont-mini {position: relative; z-index: 2;}

.img-familia{min-height: 560px; max-height: 560px; width: 100%; height: 100%; object-fit: cover; border-radius: 15px;}
.highlights{width: 100%; background-color: #B8A26E; border-radius: 8px; overflow: hidden;}
.highlights img{max-height: 56px; height: 100%; width: auto;}
.highlights .numero{font-size: 3.75rem; font-weight: 600;}
.highlights .info{font-size: 1.25rem; font-weight: 600; line-height: 1.2;}

@media (min-width: 992px){
    .carousel-item .container, .carousel-item .container-fluid{ position: absolute!important; top: 50%!important; left: 0!important; right: 0!important; margin-left: auto!important;
        margin-right: auto!important; -webkit-transform: translateY(-50%)!important; -o-transform: translateY(-50%)!important; transform: translateY(-50%)!important; }
    .carousel-inner .slide-image { height: 100%; background-size: cover; background-position: center;}
    .h-cont{height: 100%!important;}
    .carousel-inner video { display: block; position: absolute; top: 50%; left: 50%; min-width: 100%;
        min-height: 100%; width: auto; height: auto; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
        .carousel-item .nom { margin-bottom: 30px;}
.carousel-item .txt { margin-bottom: 60px;}
}
@media(max-width: 991px){
    .carousel-inner .slide-image { height: 60%; background-size: cover; background-position: center;}
    .carousel-inner video {  width: 100%;
        height: 60vh; /* 60% de la altura del viewport */
        object-fit: cover;
        display: block;}
    .h-cont{height: 40%!important;}
.dark-link-slide{background-color: #B8A26E!important;}
.carousel-item .nom { margin-bottom: 15px;}
.carousel-item .txt { margin-bottom: 30px;}
}

@media (min-width: 576px){
	.carousel-item .block{margin-bottom: 0;}
	.img-block img, .img-block i{font-size: 60px;}
}

@media (min-width: 768px){
	#slider-inici-mobile+.slick-arrows{display: none;}
	#slider-inici-pc+.slick-arrows{display: block;}
}

/* -------------------------- NOTICIES ------------------------ */
.noticia-block{margin-bottom: 30px; border: 1px solid #343a40; padding: 15px;}
.noticia-block .nom{margin-bottom: 5px; font-weight: 600; font-size: 1rem; display: block;}
#slider-noticia{margin-bottom: 0;}

/* -------------------------- PRODUCTES ------------------------ */
.categoriaBlock{width: 100%; border-radius: 8px; position: relative; background-size: cover; color: #fff; background-position: center; background-repeat: no-repeat;}
.categoriaBlock::before {content: ""; position: absolute; border-radius: 8px;  top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 1;}
.producte-block{margin-bottom: 30px; border: 1px solid #343a40; padding: 15px;}
.producte-block .nom{margin-bottom: 5px; font-weight: 600; font-size: 1rem; display: block;}
.quantitat-block {display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between;
	-ms-flex-align: center; align-items: center; }
.quantitat-block .restar-quantitat, .quantitat-block .sumar-quantitat { background-color: #f4f4f4; border: none; cursor: pointer; height: 40px; float: left; 
    padding: 0; width: 40px;}
.quantitat-block .restar-quantitat:disabled{cursor: default; color: #a5a5a5;}
.quantitat-block input[type="text"] { border: none; width: 45px; text-align: center; background-color: #f4f4f4; height: 40px; float: left; color: #000000;}
.producte-preu { font-size: 1.125rem; color: #343a40; display: inline-block;}
.categoria-block{margin-bottom: 30px; border: 1px solid #343a40; padding: 15px;}
.categoria-block .nom{margin-bottom: 5px; font-weight: 600; font-size: 1rem; display: block;}
#slider-producte{margin-bottom: 0;}
.afegir-cistella{min-width: 110px;}
.img-cart { font-size: 60px; color: #9a9da0;}
.producte img{max-height: 500px}/*----*/
.esquina {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 107px solid #c6a96c; /* dorado */
    border-left: 178px solid transparent;
    z-index: 2;
    pointer-events: none;
}

.texto-esquina {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 100px;
    color: #000;
    font-weight: 600;
    font-size: 0.813rem;
    font-family: sans-serif;
    text-align: right;
    /* transform: rotate(45deg); */
    transform-origin: top right;
    z-index: 3;
    pointer-events: none;
}
@media (min-width: 576px){
	.quantitat-block {-ms-flex-pack: start; justify-content: flex-start;}
	.producte-preu { margin-left: 30px; margin-right: 30px;}
}

.buscadorProductos{width: 100%; height: 60px;border: 1px solid #2B2B2B; border-radius: 10px; padding-left: 15px; font-size: 1.125rem;}
.buscadorProductos::placeholder{text-transform: uppercase;}
.buttonBuscador{width: 228px; border: none!important; height: 60px; background: #2B2B2B; border-radius: 10px; padding: 0 30px; font-size:1.125rem; color: #fff; text-transform: uppercase;}
.filtroProducto {
    width: 149px;
    height: 43px;
    border: 1px solid #2B2B2B;
    border-radius: 120px;
    padding: 0 15px;
    font-size: 1.125rem;
    appearance: none; /* Oculta la flecha predeterminada */
    background: white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E") no-repeat right 10px center;
    background-size: 12px;
    cursor: pointer;
}

.filtroProducto-activo {
    width: auto;
    height: 43px;
    border: 1px solid #2B2B2B;
    border-radius: 120px;
    padding: 0 30px 0 15px;
    font-size: 1.125rem;
    appearance: none; /* Oculta la flecha predeterminada */
    background: #ededed url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E") no-repeat right 10px center;
    background-size: 12px;
    cursor: pointer;
}

.filtroProductoCert {
    width: 214px;
    height: 43px;
    border: 1px solid #2B2B2B;
    border-radius: 120px;
    padding: 0 15px;
    font-size: 1.125rem;
    appearance: none; /* Oculta la flecha predeterminada */
    background: white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E") no-repeat right 10px center;
    background-size: 12px;
    cursor: pointer;
}

/* Por defecto */
.filtroProducto2 {
    width: 139px;
    height: 43px;
    border-radius: 120px;
    background-color: #c6a96c !important;
    border-color: #c6a96c !important;
    color: #fff !important;
    padding: 0 15px;
    font-size: 1.125rem;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(min-width:992px){
    .buscadorProductos{max-width: 588px!important;}
    .searchBar{max-width: 588px!important;}
}

/* Para que funcione bien en algunos navegadores */
.filtroProducto::-ms-expand {
    display: none;
}

.filtroProducto{text-transform: uppercase;}
.filtroProducto2{text-transform: uppercase;}
.filtroProducto-activo{text-transform: uppercase;}
.filtroProductoCert{text-transform: uppercase;}

.searchBar{position: relative; width: 100%;}
.searchBar input{padding-right: 40px;}
.searchBar button{border: none; background-color: transparent; position: absolute; right: 10px; top: 50%; transform: translateY(-50%);}
.searchBar2{position: relative; width: 100%;}
.searchBar2 input{padding-right: 40px;}
.searchBar2 button{border: none; background-color: transparent; position: absolute; right: 10px; top: 50%; transform: translateY(-50%);}

@media(min-width:768px){
    .categoriaBlock{height: 330px;}
}

/* -------------------------- PAGINACIO ------------------------ */
.pagination { margin-bottom: 6px; padding: 0 6px;}
.pagination .page-link { border-radius: 50%!important; color: #000000; border: 1px solid #E2E2E2; margin-right: 6px; height: 40px; width: 40px; display: flex!important; padding: 0; justify-content: center; align-items: center;}
.pagination .page-item.active .page-link { background-color: #000; border-color: #000;}
.pagination .page-link.active:hover { color: #fff; border-color: #E2E2E2;}
.limitPerPage{
    border-radius: 4px; 
    border:1px solid #c6a96c; 
    padding: 2px 15px; 
    background-color:transparent; 
    display:inline;
    cursor: pointer;
    transition: all 0.3s ease;
}

.limitPerPage:active,
.limitPerPage:focus {
    background-color: #c6a96c;
    color: #fff;
    outline: none;
}

.limitDropdownMenu {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #c6a96c;
    border-radius: 4px;
    margin-top: 2px;
    list-style: none;
    padding: 0;
    overflow: hidden;
    z-index: 10000000000;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.limitDropdownMenu.show {
    display: block;
}

.limitDropdownItem {
    display: block;
    min-width: 160px;
    padding: 3px 20px;
    color: #333;
    text-decoration: none;
}

.limitDropdownItem:hover {
    background-color: #f1f1f1;
}

/* -------------------------- VIDEO ------------------------ */
.video-block{margin-bottom: 30px;}
.video-block .nom {margin-bottom: 15px; line-height: 1; font-size: 1.5rem;}
.video-block .txt{margin-bottom: 30px;}

/* -------------------------- SECCIO ------------------------ */
.header-seccio{height: 270px; width: 100%; position: relative; background-size: cover; background-position: center; background-repeat: no-repeat;}
.header-seccio::before {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 1;}
.titol-productes{height: 500px; width: 100%; position: relative; background-size: cover; background-position: center; background-repeat: no-repeat; margin-bottom: 30px;}
.titol-productes::before {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); z-index: 1;}
.titol-productes-video{height: 500px; width: 100%; position: relative; overflow: hidden; margin-bottom: 30px;}
.titol-productes-video video{position: absolute; top: 0; left: 0;width: 100%; height: 100%; object-fit: cover; z-index: -1;}
.titol-productes-video::after {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); z-index: 0;}
.titol-productes-video .nom{font-size:1.125rem; font-weight: 400; color:#B8A26E; text-transform: uppercase; margin-bottom: 0;}
.titol-productes-video .txtcurt{font-size:3.75rem; font-weight: 400; color:#fff; margin-bottom: 0;}
.titol-productes .nom{font-size:1.125rem; font-weight: 400; color:#B8A26E; text-transform: uppercase; margin-bottom: 0;}
.titol-productes .txtcurt{font-size:3.75rem; font-weight: 400; color:#fff; margin-bottom: 0;}
.titol-categoria { background-color: #fff; padding-top: 15px; padding-bottom: 15px; margin-bottom: 15px;}
.titol-categoria .nom { font-size: 3.125rem; font-weight: 400; color: #B8A26E; margin-bottom: 0;}
.titol-categoria .txt-curt { font-size: 3.125rem; font-weight: 400; color: #2B2B2B; margin-bottom: 0;}
.titol-seccio { background-color: #f7f7f7; padding-top: 15px; padding-bottom: 15px; margin-bottom: 15px;}
.titol-seccio .nom { font-size: 1.5rem; font-weight: 600; text-transform: uppercase; color: #343a40; margin-bottom: 0;}
.seccio .txt-curt { font-size: 1.25em; font-weight: 400; line-height: 1.3; margin-bottom: 15px;}
.categories {margin-bottom: 30px;}
.categories a{ padding: 5px 15px; background-color: #343a40; color: #fff; font-weight: 600; margin-bottom: 10px; display: inline-block;}
.link{padding: 10px 15px; background-color: #343a40; color: #fff; font-weight: 600; text-align: center; display: inline-block; border: none;}
.light-link{padding: 10px 15px; background-color: #fff; border-radius: 50px; color: #000; font-weight: 400; font-size: 1rem; text-align: center; display: inline-block; border: none;}
.gold-link{padding: 10px 15px; background-color: #B8A26E; border-radius: 50px; color: #fff; font-weight: 400; font-size: 1rem; text-align: center; display: inline-block; border: none;}
.gold-dark-link{padding: 10px 15px; background-color: #B8A26E; border-radius: 50px; color: #000; font-weight: 400; font-size: 1rem; text-align: center; display: inline-block; border: none;}
.dark-link{padding: 10px 15px; background-color: #000; border-radius: 50px; color: #fff; font-weight: 400; font-size: 1rem; text-align: center; display: inline-block; border: none;}
.dark-link-slide{padding: 10px 15px; background-color: #000; border-radius: 50px; color: #fff; font-weight: 400; font-size: 1rem; text-align: center; display: inline-block; border: none;}
.linkTornar{ height: 60px; border: 1px solid #B8A26E; border-radius: 10px; background-color: #fff; color: #B8A26E; padding: 10px 15px;}
.linkProducte{padding: 10px 15px; border: 1px solid #E2E2E2; background-color: #fff; max-width: 210px; width: 100%; height: 40px; color: #000; border-radius: 120px;}

.dark-link:hover{background-color: #000; color: #fff;}
.gold-link:hover{background-color: #B8A26E; color: #fff;}
.gold-dark-link:hover{background-color: #B8A26E; color: #000;}
.light-link:hover{background-color: #fff; color: #000;}
a.link:hover, input.link:hover{opacity: .8; color: #fff;}

.imgProfesionales{width: 100%; height: 100%; max-width: 570px; max-height: 356px; object-fit: cover; border-radius: 8px;}

.catalogo-foto { width: 100%; max-width: 220px; height: auto; max-height: 240px; border: 1px solid #E2E2E2; border-radius: 15px; display: flex; align-items: center; justify-content: center; overflow: hidden; box-sizing: border-box; aspect-ratio: 1 / 1; margin: 0 auto;}
.catalogo-foto img {width: 100%; height: 100%; object-fit: contain;}

.producto-foto {width: 100%; max-width: 600px; height: auto; max-height: 550px; border: 1px solid #C1B18F; border-radius: 8px; display: flex; align-items: center; justify-content: center; overflow: hidden; box-sizing: border-box; aspect-ratio: 1 / 1; /* margin: 0 auto; */}
.producto-foto img {width: 100%; height: 100%; object-fit: contain;}

.iconaTimeline{width:117px; height: auto;}
.lapseModal2{color: #000!important;}
.lapseModal{background-color:#B8A26E!important; color: #000!important;}

#bookModal .modal-dialog {
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
}

#bookModal .modal-content {
    height: 100%;
    border-radius: 0;
}

#bookModal .modal-body {
    height: calc(100% - 40px);
    padding: 0;
}

.lineInfo{height: 1px; width: 100%; background-color: #B8A26E;}
.linea-timeline{height: 230px; width: 1px; background-color: #B8A26E;  margin-top: -40px!important;
    margin-bottom: -40px!important; margin: 0 auto;}
@media(min-width:992px){
    .linkTornar{max-width: 228px; width: 100%;}
}
@media (min-width: 576px){
	.titol-seccio { padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px;}
	.titol-categoria { padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px;}
	.titol-productes { margin-bottom: 60px;}
	.titol-productes-video { margin-bottom: 60px;}
	.light-link{padding: 12px 40px;}
	.dark-link{padding: 12px 30px;}
	.dark-link-slide{padding: 12px 30px;}
	.gold-link{padding: 12px 30px;}
	.linkTornar{padding: 12px 30px;}
	.gold-dark-link{padding: 12px 30px;}
	.link{padding: 10px 20px;}
}

@media (max-width: 1199.98px) {
	.titol-productes,
	.titol-productes-video {
		height: 600px;
	}
}

@media (max-width: 991.98px) {
	.titol-productes,
	.titol-productes-video {
		height: 500px;
	}
}

@media (max-width: 767.98px) {
	.titol-productes,
	.titol-productes-video {
		height: 400px;
	}
}

@media (max-width: 575.98px) {
	.titol-productes,
	.titol-productes-video {
		height: 300px;
	}
}

/* Extra small devices (<576px) */
@media (max-width: 400px) {
	.titol-productes,
	.titol-productes-video {
		height: 220px;
	}
}


/* -------------------------- FORMULARI INICI SESSIÓ------------------------ */
.sessionForm input{max-width: 304px; width: 100%; height: 43px; border: none; background-color: #FFFFFF; border-radius: 120px; text-align: center; padding: 0 20px;}
.sessionForm input::placeholder{text-align: center; color: #666666; }
.sessionForm button{max-width: 304px; width: 100%; height: 43px; border: none; background-color: #000; color: #fff; border-radius: 120px;}

.peticionForm input{max-width: 304px; width: 100%; height: 43px; border: none; background-color: #FFFFFF; border-radius: 8px; text-align: center; padding: 0 20px;}
.peticionForm textarea{max-width: 304px; width: 100%; height: 110px; border: none; background-color: #FFFFFF; border-radius: 8px; padding: 8px 10px;}
.peticionForm input::placeholder{text-align: center; color: #666666; }
.peticionForm button{max-width: 304px; width: 100%; height: 43px; border: none; background-color: #000; color: #fff; border-radius: 8px;}
.peticionForm select {
    max-width: 304px;
    width: 100%;
    height: 43px;
    border: none;
    background-color: #FFFFFF;
    border-radius: 8px;
    text-align: center;
    text-align-last: center;
    padding: 0;
    color: #666666;
}

  /* cuando se ha seleccionado una opción válida */
  .peticionForm select:valid {
    color: #000; /* color texto normal */
  }
.underline{text-decoration: underline;}

.peticionForm {
    color: #666666; 
  }
  
  .peticionForm option {
    color: #000; /* opciones normales en negro */
  }
  
  /* Cuando el usuario selecciona una opción que no tiene value vacío */
  .peticionForm:valid {
    color: #000;
  }

  .select-wrapper {
    max-width: 304px;
    width: 100%;
}

.select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 43px;
    background-color: #FFFFFF;
    border: none;
    border-radius: 8px;

    color: #666666;
}


.select-wrapper option {
    text-align: center;
}

.custom-select-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; /* para que no bloquee el clic */
    color: #000;
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.custom-select-icon.rotate {
    transform: translateY(-50%) rotate(180deg);
}

/* -------------------------- FORMULARI ------------------------ */
.ok, .ko { padding: 15px; margin-bottom: 20px; text-align: center; color: #000;}
.ok { background-color: #dff0d8; }
.ko { background-color: #f2dede; }
.formulari .form-control { margin-bottom: 15px; border-radius: 0; font-size: .875rem; background-color: #f7f7f7; border: 1px solid #343a40;}
.formulari textarea { height: 170px;}
.formulari .btn { margin-bottom: 5px;  margin-right: 5px; border: none; background-color: #343a40; color: #fff; padding: 10px 20px;
    text-transform: uppercase; font-weight: 700; cursor: pointer; border-radius: 0;}
.custom-checkbox{font-size: .875rem;}
.custom-select.is-invalid, .control.is-invalid, .was-validated .custom-select:invalid, 
.was-validated .control:invalid { border-color: #dc3545!important;}
.custom-select.is-valid, .control.is-valid, .was-validated .custom-select:valid, 
.was-validated .control:valid, .custom-select.is-valid:focus, .control.is-valid:focus, 
.was-validated .custom-select:valid:focus, .was-validated .control:valid:focus { border-color: #fff;}
.form-control.is-valid,.was-validated .form-control:valid{ border-color:#f7f7f7;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23495057' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");}
.custom-checkbox .custom-control-label::before { border-radius: 0; box-shadow: none!important;}
.custom-control-input.is-valid:checked~.custom-control-label::before, 
.was-validated .custom-control-input:valid:checked~.custom-control-label::before, 
.custom-checkbox .custom-control-input:checked~.custom-control-label::before { background-color: #343a40;}
.custom-control-input:checked~.custom-control-label::before { border-color: #343a40; background-color: #343a40;}
.custom-control-label { margin-right: 15px;}
.custom-control-label p { margin-bottom: 0;}
.grecaptcha-badge { display: none!important;}

/* -------------------------- AVISOS --------------------------- */
.avisos-block i { font-size: 2rem; padding-right: 0.5rem}
.avisos-block ul { list-style-type: none; margin-left: 0; padding-left: 0; display: inline-block; text-align: left}

/* -------------------------- MAPA ------------------------ */
#reino_unido path{fill: #fff; cursor: pointer;}
#reino_unido_nom path{display: none; cursor: pointer;}

#grecia path{fill: #fff; cursor: pointer;}
#grecia polygon{fill: #fff; cursor: pointer;}
#grecia_nom path{display: none; cursor: pointer;}

#italia path{fill: #fff; cursor: pointer;}
#italia_nom path{display: none; cursor: pointer;}

#francia path{fill: #fff; cursor: pointer;}
#francia_nom path{display: none; cursor: pointer;}

#belgica path{fill: #fff; cursor: pointer;}
#belgica_nom path{display: none; cursor: pointer;}

#suiza path{fill: #fff; cursor: pointer;}
#suiza_nom path{display: none; cursor: pointer;}

#paises_bajos path{fill: #fff; cursor: pointer;} 
#paises_bajos_nom path{display: none; cursor: pointer;}

.sepLinePais{width: 100%; height: 1px; background-color: #B8A26E;}

/* Estil general amb animació */
.nom-animat path {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: inline; /* perquè ja no dependràs de display:none */
    pointer-events: none; /* opcional, si no vols que el text rebi esdeveniments */
}

/* Quan es mostra */
.nom-animat.mostrar path {
    opacity: 1;
    transform: scale(1);
}



/* -------------------------- CONTACTAR ------------------------ */
.mapa { height: 350px;}
.mapa iframe{width: 100%; height: 100%}
.ico-left {float: left; margin-right: 5px; width: 20px; min-height: 1px;}
.ico-left-txt { float: left; width: calc(100% - 35px);}

/* -------------------------- USER TOP ------------------------ */
.dropdown-user { width: auto; border-radius:5px; overflow: hidden;}
.logout-item{background-color: #dc3545!important; color:white;}
.logout-item-2{color:#dc3545;}
.logout-item-2:focus{color:#dc3545;}
.logout-item-2:hover{color:#dc3545;}
.logout-item:focus {
    color: #c82333;
    background-color: rgb(238, 238, 238)!important;
}

/* -------------------------- CISTELLA ------------------------ */
.cistella-producte .eliminar { border: none; padding: 5px; color: #615c53; background-color: transparent;}
.cistella-producte .producte { margin-bottom: 15px; border-bottom: 1px solid #615c53; padding-bottom: 15px;}
.img-block-cistella { display: block; text-align: center; color: #9a9da0;}
.img-block-cistella img, .img-block-cistella i { top: 0; max-height: 120px; font-size: 60px;}
.cistella-block { border: 1px solid #615c53; padding: 15px; margin-bottom: 30px;}
.dropdown-cistella { width: 280px;}
.dropdown-cistella .titol { text-align: center; font-weight: 600;}
.dropdown-cistella .linia { border-bottom: 1px solid #dadbdb; margin-top: 10px; margin-bottom: 10px;}
.dropdown-cistella .producte { font-size: .875rem; margin-bottom: 10px;}
.dropdown-cistella .producte .preu { color: #615c53;}
.dropdown-cistella .eliminar { background-color: transparent; border: none; float: right; text-decoration: underline; 
	font-size: .75rem; color: #636363;}
.dropdown-cistella .total { text-align: center; display: block; margin-bottom: 10px;}
.dropdown-cistella .dropdown-capa { background-color: #fff; list-style: none; padding: 15px;
    max-height: calc(80vh - 200px); overflow: hidden; overflow-y: auto; margin-bottom: 0;}
.dropdown-cistella .pedido-link { background-color: #615c53; color: #fff!important; padding: 10px;
    display: block; text-align: center; font-size: .875rem;}
.dropdown-cistella .fa-camera { font-size: 60px; color: #9a9da0; }
.dropdown-cistella img{max-height: 80px;}
.atributs-valor { background-color: #f4f4f4; border-radius: 25px; padding: 0.3rem 1rem; color: #000; font-weight: 400; cursor: pointer}
.atributs-valor:hover, .atributs-valor.actiu { background-color: #433e3b; color: #FFF}

.shake-animation {animation-name: bounce; animation-duration: 0.4s; animation-timing-function: ease-in-out; animation-delay: 0s; animation-direction: alternate;animation-iteration-count: 2; animation-fill-mode: forwards;}
@keyframes bounce {0% { transform: translateY(0); } 50% { transform: translateY(-10px); } 100% { transform: translateY(0); }}

/* -------------------------- LOGIN ------------------------ */
#fancy-login i { margin-bottom: 5px; color: #343a40; font-size: 42px;}
#fancy-login .titol { color: #343a40; margin-bottom: 30px; font-size: 2.5em;}

/* -------------------------- CERCADOR ------------------------ */
.formulari-cercador{position: relative;}
.formulari-cercador .form-control::placeholder{color: #fff;}
.formulari-cercador .form-control{height: 43px; font-size: 1.125rem; color: #fff; border-radius: 50px;  background-color: transparent; border: 1px solid #fff; padding-right: 40px;}
.formulari-cercador .form-control:focus{box-shadow: none;}
.formulari-cercador button { top: 50%; transform: translateY(-50%); position: absolute; border: none; background-color: transparent; border-radius: 0; right: 15px;}
.formulari-cercador button i{color: #fff!important;}

@media(min-width: 992px){
    .formulari-cercador .form-control{max-width: 336px!important;}
}

.sugerencias{position: absolute; left: 0; width: 100%; top: 100%; background-color: #fff; border: 1px solid #343a40; border-radius: 3px; z-index: 1000; color: #000;}
.sugerencias ul{list-style: none; padding: 0; margin: 0;}
.sugerencias ul li {padding: 5px 10px; border-bottom: 1px solid #343a40; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;       }
.sugerencias ul .sugg{cursor: pointer;}
.sugerencias ul .sugg:hover{text-decoration: underline;}

/* -------------------------- FOOTER ------------------------ */
footer{ background-color: #000; color: #fff; padding: 15px 0; min-height: 141px;}
footer .nom{ font-weight: 600; line-height: 1.2; margin-bottom: 15px;}
footer .txt{ font-size: .875rem; color: #92999f; line-height: 1.3; margin-bottom: 15px;}
footer .xarxes-socials a{ display: inline-block; width: 35px; height: 35px; background-color: #005c6d;
    font-size: 20px; text-align: center; line-height: 35px; margin-right: 3px; margin-bottom: 5px;}
.footerImg{max-width:245px; width: 100%; height: auto;}
footer {clear: both;position: relative;margin-top: -141px;}

/* -------------------------- CAPA COOKIES ------------------------ */
.capa-cookies { position: fixed; bottom: 0; width: 100%; z-index: 99999;
    background-color: #fff; padding-top: 15px; box-shadow: 0px 0px 15px 0px rgba(22, 21, 12, 0.23); }
button.cookies-ok { float: right; display: inline-block;
    background-color: #343a40; color: #fff; font-weight: bold; text-align: center;
    line-height: 40px; border: none; cursor: pointer; width: 100%;}
button.cookies-ok:hover{opacity: 0.8;}

/* ---------------------------- BREADCRUMBS -------------------------*/
ul.breadcrumbs { padding: 0px;	list-style: none; margin-bottom: 0;}
ul.breadcrumbs li { display: inline; font-size: .875rem; }
ul.breadcrumbs li+li:before { padding: 8px;	color: black; content: ">"; }
ul.breadcrumbs li a { color: #343a40; text-decoration: none; }
ul.breadcrumbs li a:hover { color: #343a40; text-decoration: underline; }

/* ---------------------------- USUARIS -----------------------------*/
.submenu_item { background-color: #FFF; border: 0; text-transform: uppercase; padding: 0.3rem 1rem; font-size: 0.8rem}
.submenu_item:hover, .submenu_item.actiu { background-color: #f1f1f1; opacity: 1}
.usuaris-comandes table { font-size: 0.9rem}

/* ---------------------------- FAQS -----------------------------*/
.faqs-block{padding: 15px; background-color: #fff; margin-bottom: 15px;}
.faqs-block .categoria{text-transform: uppercase; font-size: 1.125rem; margin-bottom: 15px; font-weight: 600;}
.faq-block{padding-left: 15px; padding-right: 15px; margin-bottom: 15px; background-color: #fff;}
.faq-block button{margin-bottom: 15px; border: none; background-color: transparent; padding: 0; text-align: left}
.faq-block .linia{border: 1px solid #f4f3f3;}
.faq-block .txt{font-size: .88; color: #6c757d; margin-bottom: 15px;}

@media (min-width: 576px){
	.faqs-block{padding: 30px; margin-bottom: 30px;}
}

/* ---------------------------- CALENDARI -----------------------------*/
.fc-unthemed .fc-today { background: inherit}