body {
  font-family: 'Barlow', sans-serif;
  background-color: #f1f1f1;
  color: #444444;
}
a,
a:hover {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
input,
textarea {
  box-shadow: none !important;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #ee2e24;
}

/*COLORS*/
.c-negre-1 {
  color: #000 !important;
}

/*MARGINS*/
.margin-top-15 {
  margin-top: 15px;
}
.margin-top-36 {
  margin-top: 36px;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
}
.margin-bottom-55 {
  margin-bottom: 55px;
}
.margin-bottom-80 {
  margin-bottom: 80px !important;
}

/*FANCYBOX*/
.fancybox-infobar {
  display: none !important;
}

/*PAGINACIO*/
.page-item.active .page-link {
  background-color: #ce3333;
  border-color: #ce3333;
}
.page-link {
  border-radius: 0 !important;
  color: #ce3333;
}
.page-link:hover {
  color: #ce3333;
}

/*SLIDER*/
.slick-prev:before,
.slick-next:before {
  color: #ce3333;
  font-size: 24px;
}
.slick-prev:before {
  content: '\f137';
}
.slick-next:before {
  content: '\f138';
}
.slick-prev,
.slick-next {
  top: auto;
  bottom: -35px;
  transform: none;
  z-index: 1;
  width: 26px;
  height: 26px;
}
.slick-prev {
  left: 0;
}
.slick-next {
  left: 35px;
}

/*TOP*/
.top-negre {
  background-color: #232020;
  color: #fff;
  text-align: right;
}
.top-negre .idioma,
.top-negre .dropdown {
  float: right;
}
.top-negre .social-block {
  margin-top: 2px;
  float: left;
}
.top-negre .dropdown .btn {
  padding: 1px 10px;
  border: 1px solid #fff;
  margin-left: 10px;
  font-size: 13px;
}
.top-negre .idioma {
  border-left: 1px solid #a9a9a9;
  border-right: 1px solid #a9a9a9;
  padding: 3px 15px;
  margin-left: 15px;
  font-size: 13px;
}
.top-negre .idioma span {
  padding: 3px 0;
  display: inline-block;
  font-weight: 600;
}
.top-negre .social {
  margin-left: 8px;
}
.top-negre .dropdown-menu {
  border-radius: 0;
  border: 1px solid #d4d4d4;
  font-size: 14px;
  right: -5px;
  left: auto !important;
  text-align: right;
}
.navbar-light {
  background-color: #ffffff !important;
}
.navbar-light .navbar-nav .nav-link {
  color: #333333 !important;
  font-weight: 500;
  padding-left: 18px;
  padding-right: 18px;
  opacity: 1 !important;
  position: relative;
}
.navbar-light .navbar-nav .nav-link:hover > span {
  opacity: 0.8;
}
.nav-item .fa-caret-up {
  position: absolute;
  font-size: 50px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: none;
}
.nav-item:hover > .categories-top-capa,
.nav-item:hover .fa-caret-up {
  display: block;
}
.categories-top-capa {
  padding-top: 24px;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99;
  display: none;
}
.categories-top {
  background-color: #232020;
  padding-top: 30px;
}
.categories-top .nom {
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
}
.categories-top .text {
  color: #fff;
  font-size: 12px;
  opacity: 0.4;
  margin-bottom: 35px;
}

@media (min-width: 576px) {
  .top-negre .social-block {
    float: right;
  }
}

slider-blocs

/*HOME*/
.slider-inici {
  margin-bottom: 0 !important;
  color: #333333;
  text-align: center;
}
.slider-inici .slick-slide {
  position: relative;
}
.slider-inici .container.d-none.d-sm-block {
  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%);
}
.slider-inici .slick-dots {
  bottom: 20px;
  text-align: right;
}
.slider-inici .slick-dots li:only-child {
  display: none;
}
.slider-inici .nom {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 30px;
}
.slider-inici .text {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 180px;
}
.slider-inici .link {
  padding: 8px 15px;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #333333;
}
.slider-inici .link .fas {
  display: block;
  font-size: 22px;
  margin-top: 15px;
}
.slider-inici .slick-prev,
.slider-inici .slick-next,
.slider-blocs .slick-prev,
.slider-blocs .slick-next {
  top: 50%;
  transform: translate(0, -50%);
  width: 36px;
  height: 37px;
}
.slider-inici .slick-prev,
.slider-blocs .slick-prev {
  left: 15px;
  right: auto;
}
.slider-inici .slick-next,
.slider-blocs .slick-next {
  left: auto;
  right: 15px;
}
.slider-inici .slick-prev:before,
.slider-blocs .slick-next:before,
.slider-inici .slick-prev:before,
.slider-blocs .slick-next:before {
  font-size: 20px;
}
.families-list:nth-child(2) {
  background-color: #ffffff;
}
.families-list .nom-fam {
  color: #ee2e24;
  font-size: 22px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 5px;
  text-align: center;
}
.families-list:nth-child(1) .nom-fam {
  font-size: 24px;
}
.families-list .text-fam {
  margin-bottom: 30px;
  text-align: center;
}
.families-list:nth-child(1) .block-categoria {
  padding-top: 150px;
}
.block-categoria {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  padding: 120px 15px 20px 15px;
  color: #fff !important;
  display: block;
}
.block-categoria .nom {
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 700;
  text-transform: uppercase;
}
.block-categoria .border {
  width: 35px;
  border-bottom: 2px solid #fff;
  margin-bottom: 5px;
}
.block-categoria .text {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.3;
}
.noticies-list {
  margin-bottom: 75px;
}
.noticies-list .titol {
  color: #ee2e24;
  font-size: 28px;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
.slider-blocs .slick-track {
  display: flex !important;
}
.slider-blocs .slick-slide {
  height: auto;
}
.empresa-home {
  padding-top: 100px;
  padding-bottom: 115px;
  background-position: center;
  background-size: cover;
  color: #fff;
  height: 100%;
}
.empresa-home .titol {
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 700;
}
.empresa-home .text {
  font-size: 18px;
  margin-bottom: 30px;
}
.empresa-home .link {
  display: block;
  border: 1px solid #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 7px 0;
}

@media (min-width: 576px) {
  .families-list .nom-fam {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .families-list:nth-child(2) .nom-fam {
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  .slider-inici .slick-prev,
  .slider-blocs .slick-prev {
    left: 60px;
  }
  .slider-inici .slick-next,
  .slider-blocs .slick-next {
    right: 60px;
  }
  .slider-inici .slick-prev:before,
  .slider-inici .slick-next:before,
  .slider-blocs .slick-prev:before,
  .slider-blocs .slick-next:before {
    font-size: 36px;
  }
}

/*SECCIO*/
.titol-seccio {
  background-image: url(../img/titol.webp);
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.titol-seccio h1 {
  font-size: 28px;
  margin-bottom: 0;
  font-weight: 600;
}
.titol-seccio .camiformigues {
  margin-top: -10px;
}
.titol-seccio a {
  font-size: 12px;
}
.text-seccio {
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 1.3;
}
.slider-detall {
  margin-bottom: 35px;
}
.slider-detall .slick-dots {
  text-align: right;
}
.slider-detall .slick-dots li:only-child {
  display: none;
}
.slider-detall .slick-dots li button:before {
  font-size: 8px;
}
.slider-detall-2 {
  margin-bottom: 60px;
}
.slider-detall-2 .slick-prev:before,
.slider-noticia .slick-next:before {
  color: #000;
}
.slider-detall-2 .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}
.nom-video {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 35px;
}
.block-blanc {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .titol-seccio {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .titol-seccio h1 {
    font-size: 48px;
  }
  .text-seccio {
    font-size: 24px;
  }
}

/*DISTRIBUIDORS*/
.mapa {
  background-color: #fff;
  position: relative;
  margin-bottom: 30px;
}
#mapa_area {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 0px 15px;
}
.punt {
  width: 8px;
  height: 8px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  display: none;
  position: absolute;
  cursor: pointer;
  background-color: #ee2e24;
}
.titol-distribuidor {
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  margin-bottom: 25px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 15px;
}
#distribuidor {
  display: none;
  color: #444444;
  border: 1px solid #b1b1b1;
  padding: 7px 30px;
  margin-bottom: 15px;
  border-radius: 0.25rem;
  margin-right: auto;
  margin-left: auto;
}
#distribuidor-form {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#distribuidor-form input[type='text'],
#distribuidor-form input[type='email'] {
  border: 1px solid #b1b1b1;
  margin-bottom: 15px;
  width: 100%;
  padding: 7px 15px;
}
#distribuidor-form textarea {
  border: 1px solid #b1b1b1;
  margin-bottom: 15px;
  width: 100%;
  padding: 7px 15px;
  height: 95px;
}
#distribuidor-form input[type='submit'] {
  color: #fff;
  font-weight: 600;
  background-color: #ee2e24;
  border: none;
  padding: 10px 45px;
  margin: 30px auto 0 auto;
  display: block;
  cursor: pointer;
}

/*PRODUCTES*/
/*.producte .block{ box-shadow: 3.536px 3.536px 15px 0px rgba(37, 30, 42, 0.11); padding: 15px; margin-bottom: 10px;
    background-color: #ffffff; }
.producte .block-docs{ padding: 15px; margin-bottom: 10px; }
.producte .block-docs a{margin-bottom: 15px; display: inline-block;}
.producte .block-docs .fa-file-pdf{ color: #ce3333; }
.producte .categoria { background-color: #dfdfdf; border-radius: 4px; text-transform: uppercase; padding: 5px 15px;
    display: inline-block; margin-right: 5px; margin-bottom: 5px; font-size: 14px; }
.producte .titol{font-size: 24px; margin-bottom: 25px; font-weight: 700;}
.producte .fluid-vids{margin-bottom: 20px;}
.producte .titol-video{font-size: 24px; margin-bottom: 5px; font-weight: 700;}
*/
.block-producte {
  background-color: #fff;
  padding: 15px;
  height: 100%;
  box-shadow: 3.536px 3.536px 15px 0px rgba(37, 30, 42, 0.11);
  text-align: center;
}
.block-producte img {
  margin-bottom: 15px;
}
.block-producte .nom {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.block-producte .text {
  font-size: 14px;
  margin-bottom: 15px;
}
.block-producte .veure-mes {
  font-size: 14px;
  color: #ee2e24;
  font-weight: 600;
}
.categories-block {
  box-shadow: 3.536px 3.536px 15px 0px rgba(37, 30, 42, 0.11);
  padding: 15px;
  background-color: #fff;
  margin-bottom: 5px;
}
.categories-block .familia {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
}
.categories-block .familia img {
  margin-top: -2px;
}
.categories-block .familia h4 {
  font-weight: inherit;
  font-size: inherit;
  display: inline-block;
  margin: 0;
}
.categories-block .categoria h5 {
  display: block;
  font-size: 16px;
  padding-left: 20px;
}
.categories-block .categoria.actiu h5 {
  color: #ee2e24;
}
.categories-block .categoria .far {
  float: left;
}
.categories-block .categoria .fa-check-square,
.categories-block .categoria.actiu .fa-square {
  display: none;
}
.categories-block .categoria.actiu .fa-check-square {
  display: block;
}
.categories-block.fa-angle-down {
}
.categories-block.fa-angle-up {
}
.categoria-detall .block-slider {
  background-color: #fff;
  box-shadow: 3.536px 3.536px 15px 0px rgba(37, 30, 42, 0.11);
  padding: 10px;
  margin-bottom: 30px;
}
.categoria-detall .video {
  background-color: #fff;
  box-shadow: 3.536px 3.536px 15px 0px rgba(37, 30, 42, 0.11);
  padding: 10px;
  margin-bottom: 30px;
}
.categoria-detall .video .nom {
  font-weight: bold;
  font-size: 24px;
}
.categoria-detall .video .txt {
  color: #444444;
}
.categoria-detall .titol {
  color: #ce3333;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 0;
}
.categoria-detall .btn-titol {
  font-weight: bold;
  font-size: 18px;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  width: 100%;
  text-align: left;
}
.categoria-detall .btn-titol i {
  float: right;
}
.categoria-detall .block {
  background-color: #fff;
  box-shadow: 3.536px 3.536px 15px 0px rgba(37, 30, 42, 0.11);
  padding: 15px;
  margin-bottom: 30px;
  font-size: 16px;
}
/*.categoria-detall .block strong{font-size: 18px; margin-bottom: 5px; display: block;}*/
.categoria-detall .block img {
  max-width: 100%;
  height: auto;
}
/*.categoria-detall .block.block-dreta ul ::marker { color: #ee2e24;}*/
.categoria-detall .block.block-dreta ol {
  padding-inline-start: 5px;
  list-style-type: none;
  margin-bottom: 0;
}
.categoria-detall .block.block-dreta ol li {
  display: flex;
}
.categoria-detall .block.block-dreta ol li::before {
  color: #ee2e24;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  content: '\f058';
  margin-right: 5px;
}
.categoria-detall .block.block-dreta ul {
  padding-inline-start: 20px;
}
.categoria-detall .block .categoria {
  background-color: #dfdfdf;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 5px 15px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 14px;
}
.categoria-detall .block-download a {
  display: block;
  background-color: #ce3333;
  padding: 10px 15px;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
}

/*NOTICIES*/
.noticia {
  height: 100%;
  background-color: #fff;
  position: relative;
}
.noticia .block-text {
  padding: 15px;
  color: #000;
}
.noticia .nom {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 600;
}
.noticia .data {
  font-size: 14px;
  margin-bottom: 25px;
  display: inline-block;
}
.noticia .text {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.3;
}
.noticia .llegir-mes {
  color: #ce3333;
  font-weight: 600;
  text-decoration: underline;
  bottom: 15px;
  left: 15px;
  position: absolute;
}
.link-noticies {
  font-size: 18px;
  padding: 10px 15px;
  border-radius: 5px;
  display: inline-block;
  border: 2px solid #ce3333;
  color: #ce3333;
}

/*CONTACTAR*/
.mapa-contactar {
  margin-bottom: 55px;
  border: 6px solid #fff;
}
.mapa-contactar iframe {
  height: 330px;
  width: 100%;
}
#contactar-form .form-control {
  margin-bottom: 20px;
  background-color: #ffffff;
  border-color: #ffffff;
}
#contactar-form textarea.form-control {
  height: 120px;
}
#registrar-button,
#contactar-form input[type=submit],
#newsletter /* input[type=submit]*/button {
  color: #fff;
  font-weight: 600;
  background-color: #ee2e24;
  border: none;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 45px;
  cursor: pointer;
}
#contactar-form input::-webkit-input-placeholder,
#contactar-form textarea::-webkit-input-placeholder {
  color: #444444;
}
#contactar-form input::-moz-placeholder,
#contactar-form textarea::-moz-placeholder {
  color: #444444;
}
#contactar-form input:-ms-input-placeholder,
#contactar-form textarea:-ms-input-placeholder {
  color: #444444;
}
#contactar-form input:-moz-placeholder,
#contactar-form textarea:-moz-placeholder {
  color: #444444;
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545 !important;
}
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid,
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #f1f1f1;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #444444;
}
#html_captcha {
  margin-top: 15px;
}
.ok,
.ko {
  padding: 15px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 4px;
}
.ok {
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}
.ko {
  background-color: #f2dede;
  border: 1px solid #ebccd1;
}

@media (max-width: 575px) {
  #rc-imageselect,
  #html_captcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

/*FOOTER*/
.fons-footer {
  background-image: url(../img/footer.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 65px;
  color: #fff;
  text-align: center;
}
.fons-footer .titol {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 35px;
}
.fons-footer .link {
  background-color: rgba(255, 255, 255, 0.14);
  font-size: 18px;
  padding: 10px 15px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 40px;
  border: 2px solid #fff;
}
.fons-footer .social {
  color: #ce3333;
  font-size: 20px;
  margin-left: 5px;
  margin-right: 5px;
}
footer {
  background-color: #333333;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 30px;
}
footer .social {
  margin-right: 8px;
}
#newsletter select {
  /* font-size: 10px; */
  background-color: transparent;
  color: #fff;
  margin-bottom: 5px;
  padding: 4px 3px;
}
#newsletter select option {
  color: #000;
}
/* #newsletter select[name="opcio"] { margin-right: 5px;} */
#newsletter input[name='others'] {
  margin-left: 1.25rem;
}
#newsletter select[name='idioma'] {
  width: 100%;
}
#newsletter input.email {
  width: 100%;
  margin-bottom: 15px;
  padding: 5px;
  border: 1px solid #fff;
}
/* #newsletter button { position: absolute; top: -1px; right: 3px; background-color: transparent; border: none; font-size: 24px; cursor: pointer;} */
#newsletter .link {
  display: block;
  border: 1px solid #fff;
  padding: 5px;
}
#newsletter .link i {
  float: right;
  width: auto;
  font-size: 22px;
  margin-right: 5px;
}
#newsletter .fons-blanc {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  padding: 15px;
}
#newsletter button {
  margin-bottom: 0;
  margin-top: 0;
}

/*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;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #1b1b1b;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  margin-bottom: 15px;
}
button.cookies-ok:hover {
  opacity: 0.8;
}

#modalNewsletter .modal-content {
  background-color: #333333;
}

#modalNewsletter .close span {
  color: #fff;
}

#registrar-button-float {
  background-color: #ee2e24;
  position: fixed;
  bottom: 0;
  /* transform: translateY(-100%); */
  z-index: 9999;
  right: 15%;
  border: none;
  margin: 0;
  border-radius: 10px 10px 0px 0px;
  color: #fff;
  font-weight: 600;
  padding: 10px 45px;
  cursor: pointer;
}

@media (max-width: 768px) {
  #registrar-button-float {
    display: none;
  }
}

#newsletter button {
  width: 100%;
  text-transform: uppercase;
}

.newsletter-response {
  padding-bottom: 15px;
  text-align: center;
}

.newsletter-response #newsletter-response {
  text-transform: uppercase;
  color: #4bb543;
}

iframe {
  max-width: 100%;
}

body, body p, body div, body a, body span, body h1, body h2, body h3, body h4, body h5 {
	font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important;
}
