@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
	font-family: 'Muli';
	src: url('../fonts/Muli.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
  }
  
  @font-face {
	font-family: 'Muli';
	src: url('../fonts/Muli-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
  }
  
  @font-face {
	font-family: 'Muli';
	src: url('../fonts/Muli-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
  }
  
  @font-face {
	font-family: 'Muli';
	src: url('../fonts/Muli-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
  }
  
  @font-face {
	font-family: 'Muli';
	src: url('../fonts/Muli-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
  }
  
  @font-face {
	font-family: 'Muli';
	src: url('../fonts/Muli-ExtraLightItalic.ttf') format('truetype');
	font-weight: 200;
	font-style: italic;
  }
  
  @font-face {
	font-family: 'Muli';
	src: url('../fonts/Muli-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
  }
  
  @font-face {
	font-family: 'Muli';
	src: url('../fonts/Muli-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
  }
  
  @font-face {
	font-family: 'Muli';
	src: url('../fonts/Muli-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
  }
  
  @font-face {
	font-family: 'Muli';
	src: url('../fonts/Muli-SemiBoldItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
  }

  @font-face {
	font-family: 'Muli';
	src: url('../fonts/Muli-SemiBold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
  }
  @font-face {
	font-family: 'Muli';
	src: url('../fonts/Muli-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
  }

html { font-size: 14px;}
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #416980; font-family: 'Muli', sans-serif; text-rendering: optimizeLegibility;}
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: #fff; border: 1px solid #5b5b5b}
.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;}

@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%; }
	.pb-xxl-3{ padding-bottom: 1rem !important; }
}

@media (min-width: 1480px) {
	.row-cols-xxl-5 > * {
		flex: 0 0 auto;
	 	width: 20%; /* 100% / 5 columnas */
	}
	.d-xxl-block {display: block!important;}
	.px-xxl-5 {
		padding-left: 3rem !important;
		padding-right: 3rem !important;
	}
  }



.container-fluid{ max-width: 1920px; }

/* -------------------------- 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 ------------------------ */
.p{font-size: 1.125rem;}
.serveisHome{color:#fff; font-size: 1.5rem; text-transform: uppercase; font-weight: 600; margin-bottom: 0.5rem; }
.testimoniosHome{font-size: 1.5rem; text-transform: uppercase; font-weight: 600;}
.titolCard{font-size: 1.125rem;}
.titolCard.evaluacion{font-size: 0.9375rem; }
.nomOferta{font-size: 1.125rem; font-weight: 600; color: #375464;}
.titolCardBlock{font-size: 1.25rem; font-weight: 600;}
.titolValors{font-size: 1.5rem; font-weight: 600;}
.nomTestimonio{font-size: 1rem; font-weight: 500;}
.txtTestimonio{font-size: .875rem; font-weight: 400;}
.seeMoreTestimonio{font-size: .875rem; font-weight: 400; color: #148dd0; cursor: pointer; text-align: right;}
.linkContactar{font-size: 1.5rem; font-weight: 400; color: #375464;}
.titolEmpresas{font-size: 3rem; font-weight: 700; color: #fff; font-family: 'Barlow Condensed', sans-serif;}
.titolContactar{font-size: 3rem; font-weight: 700; text-transform: uppercase; color: #375464; font-family: 'Barlow Condensed', sans-serif;}
.underTitleEmpresa{font-size: 2rem; font-weight: 700; color: #fff;}
.txtcurtEmpresas{font-size: 1rem; font-weight: 400; color: #fff;}
.nomNoticiaPrincipal{font-size: 2.5rem; font-weight: 400; color: #416980;}
.nomNoticia{font-size: 1.275rem; font-weight: 600;}
.nomNoticia.evaluacion{font-size: 1.2rem; font-weight: 600;}
.txtNoticia{font-size: .875rem; font-weight: 400;}
.dataNoticia{font-size: .75rem; font-weight: 400; color: #6E91A4;}
.linkNoticia{font-size: 1rem; font-weight: 400; color: #6e91a4;}
.titolNoticia{font-size: 2.875rem; font-weight: 400; color: #416980; text-transform: uppercase; text-align: center;}
.dateNoticia{font-size: .938rem;}
.txt{font-size: 1rem;}
.poblacio{font-size: 1rem; font-weight: 600; color: #416980; letter-spacing: 0.023rem;}
.calculadoraHonorarios{color: #fff; font-size: 1.25rem; font-weight: 600; text-transform: uppercase; background-color: #6e91a4; padding:2px 10px 4px 10px;}
.mapping{font-size: 0.75rem;}
.titolMapping{font-size: 1rem; font-weight: 600;}
.blochomeText{font-size: 0.875rem;}
.textH2 h2 {font-size: 1.125rem; line-height: 1.5;}
.honorariosTitol{font-weight: 800; letter-spacing: 1.8px;}
.honorariosTxt{ line-height: 1.3; }
.headerArea{font-size: 1rem;}
ul.txtNoticiaArea li{font-size: 0.875rem;}
.bxBuscarPuesto * {color: #fff;}
.bxBuscarPuesto h3 {font-weight: 700; font-size: 1.5rem;}
.valorsTxt1{font-size: 1.125rem;}
.titolCardBlock.bh{font-size: 1.5rem; font-weight: 900;}
.masSobre-header{font-size: 3rem!important; font-weight: 700; text-transform: uppercase;font-family: 'Barlow Condensed', sans-serif;}

@media(max-width:1480px){
	.serveisHome{font-size: 1.4rem;}
	.titolCardBlock.personal {font-size: 1rem;}
	ul.txtNoticiaArea{padding-left: 20px;}
	.nomNoticia.personal {font-size: 1.125rem;}
	.titolValors{font-size: 1.2rem;}
	.valorsTxt1{font-size: 1rem;}
	.titolCard{font-size: 1.0625rem;}
	.nomNoticiaPrincipal{font-size: 2rem;}
	.nomNoticia.evaluacion{font-size: 1rem;}
}
@media(min-width:1300px){
	.txtcurtEmpresas.nowrap{white-space: nowrap;}
}
@media(max-width:1200px){
	.nomNoticia.evaluacion{font-size: 1.125rem;}
	.serveisHome{font-size: 1.5rem;}
	.titolCardBlock.personal{font-size: 1.25rem;}
	ul.txtNoticiaArea{padding-left: 40px;}
	.titolValors{font-size: 1.5rem;}
	.valorsTxt1{font-size: 1.125rem;}
}
@media(max-width:992px){
	.titolEmpresas,.titolContactar, .titol-seccio .nom {font-size: 2rem!important;}
	.linkContactar{font-size: 1rem;}
	.headerArea{font-size: 1.1rem;}
	ul.txtNoticiaArea li{font-size: 0.9rem;}
	.underTitleEmpresa{font-size: 1.5rem;}
	.masSobre-header{font-size: 2rem!important;}
}
@media(max-width:768px){
	.nomNoticia.personal {font-size: 1.275rem;}
	.titolNoticia{font-size: 2rem;}
}

/* -------------------------- NAVBAR ------------------------ */
.navbar { color: #FFFFFF; background-color: #375464; border-bottom: 4px solid #6e91a4;}
.navbar .navbar-toggler { color: #FFFFFF; border: none; font-size: 18px;}
.navbar-nav.flex-row .nav-item { margin-right: 15px; }

.nav-link {font-size: .938rem; text-transform: uppercase; font-weight: 700; transition: all 0.3s ease; position: relative;}
.nav-link:hover {opacity: 1; transform: translateY(-2px); letter-spacing: 1px;}

.sepContentBar {height: 30px; width: 1px; background-color: #fff;}

.telIcon{font-size: .75rem;}
.navInfo{font-size: .938rem; text-transform: uppercase; font-weight: 700;}
.navbar-brand svg { width: 200px;}

@media (min-width: 992px){
	.navbar { height: 104px;}
	.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: 104px;}
}

.mask_user {width: 100%; height: 25px; background-color: purple; position: fixed; top: 49px; z-index: 1000000;}
.imgPersonSlider{position: absolute; bottom: 0; left: 0; height: 90%;}


@media (max-width: 768px){
	.navbar-brand img { max-width: 140px;}
	.navbar-brand svg { width: 140px;}
}

/* -------------------------- SLIDER FIXES ------------------------ */
.carousel-inici { position: relative; width: 100%; height: 100vh; margin-bottom: 30px;}
.slider-inici .item { overflow: hidden;}
.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-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;}
.carousel-inner .slide-image { height: 100%; background-size: cover; background-position: center;}
.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; }
.slider-inici .row {height: inherit;}
.carousel-item .block{padding: 15px; margin-bottom: 15px;}
.carousel-item .nom { color: #fff; font-size: 3rem; line-height: 1.3; letter-spacing: 2.5px; font-weight: 800; text-transform: uppercase; font-family: 'Barlow Condensed', sans-serif; text-shadow: 0 2px 4px rgba(0, 0, 0, .7); }
.carousel-item .txt { color: #fff; font-size: 1rem; font-style: italic; }
#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: 35px; width: 40px;color: #fff; background-color: #343a40; display: flex; align-items:center; justify-content: center; border: 0;
	}
.button-slider svg{height: 15px; width: auto; padding: 0; margin: 0 auto;}
.controls-slider{display: flex; justify-content: space-between; position:absolute; right: 0px; top: 50%; transform: translateY(-50%); width: 100%; padding: 0 20px;}

@media (min-width: 576px){
	.carousel-item .block{margin-bottom: 0!important;}
	.carousel-item .nom { margin-bottom: 30px!important;}
	.carousel-item .txt { margin-bottom: 40px;}
	.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;}
}

@media(max-width:1480px){
	.carousel-item .nom {font-size: 2.3125rem;}
}
@media(max-width:1200px){
	.carousel-item .nom {font-size: 3rem;}
}
@media (max-width:992px) {
	.carousel-item .nom {font-size: 2.25rem;}
}
@media (max-width:768px) {
	.carousel-item .nom {font-size: 1.875rem;}
}

/* -------------------------- Dots ------------------------ */
.carousel-inici .carousel-indicators{margin-bottom: 30px;}
.carousel-inici .carousel-indicators li {width: 8px; height: 8px; border-radius: 50%; background-color: transparent; border: 2px solid #fff; margin: 0 8px;opacity: 1;}
.carousel-inici .carousel-indicators .active {background-color: #fff; border: none; width: 12px; height: 12px;}
.carousel-producte .carousel-indicators .active {background-color: #b8dde8;}
.carousel-producte .carousel-indicators li{width: 100%; opacity: 1; height: 10px; border-radius: 10px; border: none; background-color: #c4cdd1;}

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

/* -------------------------- MAS SOBRE ------------------------ */
#accordionMasSobre .card { border: none; border-radius: 0; }
#accordionMasSobre .card .card-header,#accordionMasSobre .card .card-body { background-color: #fff!important; border: none!important; color: #416980; }
#accordionMasSobre .card .card-header .btn {font-weight: 700; color: #416980; font-size: 1.5rem;}
#accordionMasSobre .card .card-body {font-size: 1.125rem;}
#accordionMasSobre .card-header i {transition: transform 0.3s ease;}

@media (max-width:576px) {
	#accordionMasSobre .card .card-header .btn {font-size: 1.125rem;}
	#accordionMasSobre .card .card-body {font-size: 1rem;}
}

/* -------------------------- 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;}
.dateNoticia{
    margin: 45px 0px 45px 0px;
    padding: 15px 15px 15px 15px;
    border-style: dotted;
    border-width: 1px 0px 1px 0px;
    border-color: #aaaaaa;
	color: #375464;
}
#slider-noticia{margin-bottom: 0;}

/* -------------------------- PRODUCTES ------------------------ */
.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}/*----*/

@media (min-width: 576px){
	.quantitat-block {-ms-flex-pack: start; justify-content: flex-start;}
	.producte-preu { margin-left: 30px; margin-right: 30px;}
}

/* -------------------------- PAGINACIO ------------------------ */
.pagination {margin-bottom: 6px; padding: 0 6px;}
.pagination .page-link {color: #6e91a4; border:0; padding: 0px 13px; border-radius:0;} 
.pagination .page-link:focus {box-shadow:none!important;} 
.pagination .page-item.active .page-link {color: #6e91a4; border-radius:0!important; background-color:transparent!important; text-decoration:underline;}
.pagination .page-link.active:hover {color: #6e91a4; background-color:transparent!important;}
.pagination .page-link:hover {color: #6e91a4; background-color:transparent!important;}

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

/* -------------------------- HOME ------------------------ */
.modal-header{border: 0; padding-bottom: 0;}
.containerBlue{background-color: #375464;}
.containerWhite{background-color: #fff;}
.containerBlue.seleccion .imgFloat{max-width:30%;}

@media(min-width:992px){
	.containerBlue.seleccion{position:relative;z-index:1;}
	.containerBlue.seleccion .container{position:relative;}
	.containerBlue.seleccion .imgFloat{position:absolute;max-width:30%;z-index:2;transform:none;}
	.containerWhite.seleccion{position:relative;z-index:0;}
}
@media (max-width:992px){.containerBlue.seleccion .imgFloat{display: none;}}
@media(max-width:1480px){.containerBlue.seleccion .imgFloat{max-width:37%;}}
@media(max-width:1200px){.containerBlue.seleccion .imgFloat{max-width:38%;}}
.cardInfo{position: absolute; top: -15%; left:0; height: 140%; width: 360px; background-color: #fff; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.cardInfoSolid{background-color: #fff; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.cardInfoCentrat{ padding: 3rem 2.25rem; display: flex; flex-direction: column; align-items: center; justify-content: center; }

.overlayHeader{background-color: #4D7CD45C; opacity: 1; transition: background 0.3s, border-radius 0.3s, opacity 0.3s; position: absolute; left: 0; top:0; height: 100%; width: 100%;}

.articleNoticia{background-color: #fff; margin-top: -130px; padding: 60px 60px 60px 60px;}

.wrapServeis {display: inline-block;}
.lineaServeis {display: block; height: 3px; width: 0; margin-top: 8px; background-color:#00bf63; transition: width 1.5s ease; transform-origin: left; /* 🔑 Este es el cambio importante */}
[data-aos="fade-right"].aos-animate .lineaServeis { width: 105%;}
.lineaContacte {display: block; height: 3px; width: 0; margin-top: 8px; background-color:#d41556; transition: width 1.5s ease; transform-origin: left; /* 🔑 Este es el cambio importante */}
[data-aos="fade-right"].aos-animate .lineaContacte { width: 105%;}
.lineaOfertes {display: block; height: 3px; width: 0; margin-top: 8px; background-color:#38b6ff; transition: width 1.5s ease; transform-origin: left; /* 🔑 Este es el cambio importante */}
[data-aos="fade-right"].aos-animate .lineaOfertes { width: 105%;}

.card{border: none;}
.img-noticia{ max-height: 200px; height: 100%; width: 100%; object-fit: cover;}
.noBorderRadius{border-radius: 0;}
.card-footer{background-color: #fff; border: 0;}
.blueCard{background-color: #597d91; color: #fff; border-radius: 0;}
.darkBlueCard{background-color: #375464; color: #fff; border-radius: 0;}
.img-servei{max-height: 55px;}
.img-blocs{max-height: 100px; width: auto;}
.pb-customHome{padding-bottom: 250px;}
.mt-customHome{margin-top: -220px;}
.bxCards{box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;}
.border-radius-0{border-radius: 0;}

.slogan-wrapper {display: inline-block; text-align: center;}
.slogan-text {display: inline-block; font-size: 1.5rem; font-weight: bold;}
.line-under {display: block; width: auto; max-width: 100%; margin: 4px auto 0 auto;}

.testimonios-slider .slick-slide{display:flex!important;justify-content:center;align-items:stretch;}
.bxTestimonios{display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;min-height:210px;height:100%;box-shadow:rgba(50,50,93,0.25) 0px 13px 27px -5px,rgba(0,0,0,0.3) 0px 8px 16px -8px;}
.bxTestimonios .card-body{flex-grow:1;}
.testimonios-slider *{font-weight: 600;}
.testimonios-slider .txtTestimonio {-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;min-height:3em;}
.testimonios-slider .slick-arrow { color: #375464!important;  background-color: transparent!important; width: 40px; height: 60px;}
.testimonios-slider .slick-prev{left: -60px; }
.testimonios-slider .slick-next {right: -60px; }
.testimonios-slider .slick-prev:before {content: "\F284"; font-size: 60px;}
.testimonios-slider .slick-next:before {content: "\F285"; font-size: 60px;}
.testimonios-slider .slick-next:before, .slick-prev:before { font-family: "bootstrap-icons"; font-weight: 600; color: #375464!important; }
.modal-content .txtTestimonio{-webkit-line-clamp:unset;}
@media(max-width:1300px){
	.testimonios-slider .slick-prev{left: -30px; }
	.testimonios-slider .slick-next {right: -30px; }
	.testimonios-slider .slick-prev:before, .testimonios-slider .slick-next:before {font-size: 40px;}
}

/* -------------------------- SECCIO ------------------------ */
.titol-seccio { background-color: #f7f7f7; padding-top: 15px; padding-bottom: 15px; margin-bottom: 15px;}
.titol-seccio .nom {font-size: 3rem; font-weight: 700; font-family: 'Barlow Condensed', sans-serif; text-transform: uppercase; 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: #FFFFFF; font-weight: 600; margin-bottom: 10px; display: inline-block;}

.tick{max-height: 40px;}

.cardNosotros{box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;}

.hide{display: none;}
.imgMapping{max-width: 70%;}
@media(min-width:1200px){
	.underlineContactar{background-color: #6e91a4; height: 2px; width: 80%; position: absolute; bottom: -12px; left: 50%; transform: translateX(-50%); border-radius: 10px;}
	.imgEmpresa{position: absolute; right:0; transform:translateY(-55%);}
}
@media (max-width:1480px){
	.imgMapping{max-width: 80%;}
}
@media (max-width:1200px){
	.imgEmpresa {max-width: 60%;}
}
@media (max-width:768px){
	.tick{max-height: 30px;}
	.imgEmpresa {max-width: 100%;}
	.blueCard .card-body {padding: 1rem;}
}
@media (max-width:576px){
	.tick{max-height: 20px;}
}

.showMoreButton{    font-size: 20px;
    font-weight: 500;
    background-color: #6E91A4;
    border-style: solid;
    border-radius: 2px 2px 2px 2px;
    padding: 10px 20px 10px 20px;
	text-transform: uppercase;
	color: #fff;
	border: none;
}

.showMoreButton:hover{
	color:#fff;
}

.imgValors{max-width: 190px;}
.underActitudes{background-color: #d52d5d; height: 2px; width: 100%; position: absolute; bottom: -5px; left: 0; border-radius: 10px;}
.link{padding: 10px 15px; background-color: #343a40; color: #FFFFFF; font-weight: 600; text-align: center; display: inline-block; border: none;}
.linkSlider{padding: 15px 40px;  max-width: 310px;  color: #FFFFFF;  font-weight: 600;  text-align: center;  display: inline-block;  border: none; transition: all 0.3s ease; transform: scale(1);}
.linkSlider:hover{transform: scale(1.05); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); opacity: 0.9; color: #FFFFFF;}
.linkSlider:active{ transform: scale(0.95); transition: all 0.1s ease;}
.linkSlider .nomBtn{font-size: 1.5rem; text-transform: uppercase; font-weight: 600;}
.linkSlider .linknomcurt{font-size: 1rem;}
@media (max-width: 768px){
	.linkSlider{padding: 10px 20px;}
	.linkSlider .nomBtn{ font-size: 1.25rem; }
	.linkSlider .linknomcurt{ line-height: 1.1; font-size: 0.875rem; }
	.linkSlider{max-width: 293px;}
}

.linkHome{ background-color: #d41556; font-size: 1.25rem; padding: 10px 40px;  max-width: 310px; text-transform: uppercase; color: #FFFFFF;  font-weight: 600;  text-align: center;  display: inline-block;  border: none; transition: all 0.3s ease; transform: scale(1);}
.linkHome:hover{opacity: .9; color: #fff;}
.linkHome:active{ transform: scale(0.95); transition: all 0.1s ease;}

.linkNosotros{ background-color: #d41556; font-size: 1.125rem; padding: 7px 20px;  max-width: 340px; text-transform: uppercase; color: #FFFFFF;  font-weight: 600;  text-align: center;  display: inline-block;  border: none; transition: all 0.3s ease; transform: scale(1);}
.linkNosotros:hover{opacity: .9; color: #fff;}
.linkNosotros:active{ transform: scale(0.95); transition: all 0.1s ease;}

.greenBtn{background-color:#00bf63; font-size: 1.125rem; color:#fff; text-transform: uppercase; font-weight: 600; padding: 7px 0; max-width: 260px; width: 100%; text-align: center; display: inline-block; border-radius: 0; transition: all 0.3s ease; transform: scale(1);}
.greenBtn:hover{transform: scale(1.05); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); opacity: 0.9; color: #fff;}
.greenBtn:active{transform: scale(0.95); transition: all 0.1s ease;}

.greenBtn2{background-color:#00bf63; font-size: 1.125rem; color:#fff; text-transform: uppercase; font-weight: 600; padding: 7px 30px; text-align: center; display: inline-block; border-radius: 0; transition: all 0.3s ease; transform: scale(1);}
.greenBtn2:hover{transform: scale(1.05); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); opacity: 0.9; color: #fff;}
.greenBtn2:active{transform: scale(0.95); transition: all 0.1s ease;}

.blueBtn{background-color:#416980; font-size: 1.125rem; color:#fff; text-transform: uppercase; font-weight: 600; padding: 7px 0; max-width: 260px; width: 100%; text-align: center; display: inline-block; border-radius: 0; transition: all 0.3s ease; transform: scale(1);}
.blueBtn:hover{transform: scale(1.05); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); opacity: 0.9; color: #fff;}
.blueBtn:active{transform: scale(0.95); transition: all 0.1s ease;}

.ligthBlueBtn{background-color:#6e91a4; font-size: .938rem; color:#fff; text-transform: uppercase; font-weight: 600; padding: 4px 25px; text-align: center; display: inline-block; border-radius: 0; transition: all 0.3s ease; transform: scale(1);}
.ligthBlueBtn:hover{transform: scale(1.05); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); opacity: 0.9; color: #fff;}
.ligthBlueBtn:active{transform: scale(0.95); transition: all 0.1s ease;}

.neonBlueBtn{background-color:#38b6ff; font-size: 1.125rem; color:#fff; text-transform: uppercase; font-weight: 600; padding: 7px 35px; text-align: center; display: inline-block; border-radius: 0; transition: all 0.3s ease; transform: scale(1);}
.neonBlueBtn:hover{transform: scale(1.05); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); opacity: 0.9; color: #fff;}
.neonBlueBtn:active{transform: scale(0.95); transition: all 0.1s ease;}

a.link:hover, input.link:hover{opacity: .8; color: #fff;}

.empresaNav:hover{color: #d41556;}
.empresaNav.active{color: #d41556;}
.ofertesNav:hover{color: #38b6ff;}
.ofertesNav.active{color: #38b6ff;}
.noticiesNav:hover{color: #6e91a4;}
.noticiesNav.active{color: #6e91a4;}
.empresasNav:hover{color: #00bf63;}
.empresasNav.active{color: #00bf63;}

.card-body.servei {padding: 0.5rem 1.25rem!important;}

@media (min-width: 576px){
	.titol-seccio { padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px;}
	.link{padding: 10px 20px;}
}

@media(max-width:1480px){
	.linkHome{padding: 10px 25px;}
	.imgValors{max-width: 170px;}
	.titolCard.valors{font-size: 1rem;}
}
@media(max-width:1200px){
	.linkHome{padding: 10px 40px;}
	.imgValors{max-width: 180px;}
	.titolCard.valors{font-size: 1.125rem;}
}
@media (max-width: 678px){
	.imgValors{max-width: 150px;}
	/* .titolCard{font-size: 1em;} */
	.titolCard.valors{font-size:  1em;}
}

/* -------------------------- FORMULARI ------------------------ */
.ok, .ko { padding: 15px; margin-bottom: 20px; text-align: center; color: #000;}
.ok { background-color: #dff0d8; }
.ko { background-color: #f2dede; }
.formulari .form-group .form-control { width: 100%; padding: 10px 10px 10px 0; font-size: 16px; border: none; border-bottom: 2px solid #c6c6c6; background: transparent; border-radius: 0; color: #fff; height: auto;}
.formulari .form-group {position: relative;margin-bottom: 2rem;}
.formulari .form-group label {position: absolute; left: 0; top: 10px; color: #fff; pointer-events: none; transition: 0.2s ease all;}
.formulari .form-group .form-control:-webkit-autofill,
.formulari .form-group .form-control:-webkit-autofill:hover,
.formulari .form-group .form-control:-webkit-autofill:focus,
.formulari .form-group .form-control:-webkit-autofill:active {-webkit-box-shadow: 0 0 0 30px transparent inset !important;-webkit-text-fill-color: #fff !important; background-color: transparent !important; transition: background-color 5000s ease-in-out 0s;}
.formulari .form-group .form-control:focus {border-bottom: 2px solid #fff; outline: none; box-shadow: none;}
.formulari .form-group .form-control:focus ~ label,
.formulari .form-group .form-control:not(:placeholder-shown) ~ label { top: -14px;font-size: 12px; color: #fff; opacity: 0.8;}
.form-control.is-invalid, .was-validated .form-control:invalid {border-color: #dc3545 !important;}
.formulari textarea { height: 170px; background-color: transparent; color: #fff; border:1px solid #c6c6c6;}
.formulari textarea::placeholder { color: #fff;}
.formulari textarea:focus { background-color: transparent; color: #fff; border:1px solid #fff; box-shadow: none;}
.formulari .btn { margin-bottom: 5px;  margin-right: 5px; border: none; background-color: #6e91a4; 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: #6e91a4;}
.custom-control-input:checked~.custom-control-label::before { border-color: #6e91a4; background-color: #6e91a4;}
.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}

/* -------------------------- 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 ------------------------ */
nav .formulari-cercador{margin-left: 50px; margin-right: 15px;}
.formulari-cercador{position: relative;}
.formulari-cercador .form-control{margin-bottom: 0; padding-left: 30px; width: 200px; background-color: transparent!important;border: 1px solid rgba(255,255,255,.5);}
.formulari-cercador button { top: 4px; left: 0; position: absolute; border: none; background-color: transparent; border-radius: 0;color: rgba(255,255,255,.5);}

/* -------------------------- FOOTER ------------------------ */
footer{ background-color: #375464; color: #fff; min-height: 141px; border-top: 4px solid #6e91a4; letter-spacing: 0em;}
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 { display: flex; align-items: center; gap: 8px; justify-content: center;}
footer .xarxes-socials a{ display: flex; justify-content: center; align-items: center; width: 35px; height: 35px; background-color: #6e91a4; border-radius: 50%; font-size: 20px;}
footer .info i{color:#6e91a4; font-size: 1.375rem;}
footer .fa-angle-right{font-size: .875rem; color:#6e91a4;}
.underFooter{background-color: #717b80; color: #fff; font-size: 1rem;}
@media(min-width: 1200px){
	.borderFooter{border-left: 1px solid #fff;}
}

footer {clear: both;position: relative;margin-top: -141px;}
/* -------------------------- CAPA COOKIES ------------------------ */
.capa-cookies { position: fixed; bottom: 0; width: 100%; z-index: 99999;
    background-color: #FFFFFF; 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: #FFFFFF; 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.25rem; 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}