/* 	==================================================
	===== GENERAL RESET
	==================================================  */


  @media print {
    .header {
      display: none !important;
    }
  
    #fitxa_article {
      display: flex;
      flex-direction: column-reverse;
    }
  
    #fitxa_article>div {
      width: 100% !important;
    }
  
    .info_article {
      border: 0px;
      padding: 0px !important;
      clear: both !important;
    }
  
    .fitxa_descripcio {
      padding: 0px !important;
    }
  
    .fitxa_descripcio>div {
      padding-left: 0px !important;
    }
  
    .fitxa_descripcio>div>div {
      margin-bottom: 5px !important;
    }
  
    .fitxa_descripcio>div {
      margin-bottom: 0px !important;
    }
  
    .breadcrumb {
      display: none !important;
    }
  
    .titol_article {
      font-size: 20px;
      margin-top: 0px !important;
    }
  
    .ref_article {
      font-size: 14px;
      margin-bottom: 5px !important;
    }
  
    .footer {
      display: none !important;
    }
  
    body {
      margin-top: 5px !important;
    }
  
    .contenidor_centrat,
    .legal_prin {
      max-width: 100%;
    }
  
    .fotos_fitxa img {
      margin-bottom: 0px !important;
      max-width: 80% !important;
    }
  
    .llista_prod .bloc_fill {
      width: 32% !important;
      display: inline-block !important;
      margin-bottom: 30px;
    }


  
    #fitxa_article {
      margin-bottom: 0px !important;
    }
  
    #content_text {
      margin-bottom: 0px !important;
    }
  
    .info_article .preu_fitxa_article {
      display: none !important;
    }
  
    .caract_fitxa_article {
      width: 50%;
      padding-right: 25px;
    }
  
    iframe {
      display: none !important;
    }
  
  
    .fitxa_categoria {
      gap: unset;
    }
  
    .flex {
      display: block !important;
    }
  
    .fitxa_categoria .row_mitat {
      display: block !important;
    }
  
    .fitxa_categoria .row_mitat .box {
      width: 100% !important;
      display: inline-block !important;
      vertical-align: top !important;
    }
  
    .fitxa_categoria .row_mitat .box h1 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
      line-height: 1;
    }
  
    body.font-lato,
    html.font-lato {
      display: none !important;
    }
  
    .topImageCategory {
      height: auto !important;
    }
  
    .fitxa_categoria .row_64 .box1 {
      width: 100% !important;
    }
  
    .fitxa_categoria .row_64 .box2 {
      display: none !important;
    }
  
  }
  
  
  * {
    box-sizing: border-box;
    outline: none;
  }
  
  body {
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    background-color: white;
    font-size: 16px;
    line-height: 1.4;
    font-family: 'MarkPro', sans-serif;
    font-weight: 400;
    /* margin-top: 82.7px; */
  }
  
  .industria>div:not(:first-child)>div {
    max-width: 1300px !important;
    margin: 0 auto 20px !important;
    margin-bottom: 0px !important;
    /*padding: 0px 20px!important;*/
  }
  
  .industria>div:first-child>div {
    max-width: 1300px !important;
    margin: 0 auto 20px !important;
    /* margin-bottom: 0px!important; */
  }
  
  .industria>div:first-child>div>div {
    padding: 0px 0px !important;
  }
  
  .white-popup-newsletter {
    position: relative;
    background: #f5f5f6;
    max-width: 750px;
    width: auto;
    overflow: auto;
    margin: 20px auto;
  }
  
  a.btn_busqueda {
    min-width: 20px;
  }
  
  @media (max-width: 544px) {
    .industria>div:first-child>div {
      padding: 0 0 10px 30px;
    }
  }
  
  img {
    max-width: 100%;
    height: auto;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  a {
    text-decoration: none;
  }
  
  p {
    margin: 0;
  }
  
  iframe {
    border-width: 0;
  }
  
  .alert_validator {
    color: red;
    font-size: 16px;
    font-family: 'Futura';
  }
  
  [class="bad_validator"] {
    box-shadow: 0 0 0 3px red;
  }
  
  /* 	==================================================
          ===== SLICKY
          ==================================================  */
  /* Slider */
  .slick-slider {
    position: relative;
  
    display: block;
    box-sizing: border-box;
  
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list {
    position: relative;
  
    display: block;
    overflow: hidden;
  
    margin: 0;
    padding: 0;
  }
  
  .slick-list:focus {
    outline: none;
  }
  
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  .slick-track {
    position: relative;
    top: 0;
    left: 0;
  
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .slick-track:before,
  .slick-track:after {
    display: table;
  
    content: '';
  }
  
  .slick-track:after {
    clear: both;
  }
  
  .slick-loading .slick-track {
    visibility: hidden;
  }
  
  .slick-slide {
    display: none;
    float: left;
  
    height: 100%;
    min-height: 1px;
  }
  
  [dir='rtl'] .slick-slide {
    float: right;
  }
  
  .slick-slide img {
    display: block;
  }
  
  .slick-slide.slick-loading img {
    display: none;
  }
  
  .slick-slide.dragging img {
    pointer-events: none;
  }
  
  .slick-initialized .slick-slide {
    display: block;
  }
  
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  
  .slick-vertical .slick-slide {
    display: block;
  
    height: auto;
  
    border: 1px solid transparent;
  }
  
  .slick-arrow.slick-hidden {
    display: none;
  }
  
  /* 	==================================================
          ===== FONTS
          ==================================================  */
  @font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-UltraLightItalic.woff2') format('woff2'),
      url('fonts/Gilroy-UltraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Semibold.woff2') format('woff2'),
      url('fonts/Gilroy-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-ThinItalic.woff2') format('woff2'),
      url('fonts/Gilroy-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-MediumItalic.woff2') format('woff2'),
      url('fonts/Gilroy-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-SemiboldItalic.woff2') format('woff2'),
      url('fonts/Gilroy-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-RegularItalic.woff2') format('woff2'),
      url('fonts/Gilroy-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Medium.woff2') format('woff2'),
      url('fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-LightItalic.woff2') format('woff2'),
      url('fonts/Gilroy-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-UltraLight.woff2') format('woff2'),
      url('fonts/Gilroy-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Light.woff2') format('woff2'),
      url('fonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Thin.woff2') format('woff2'),
      url('fonts/Gilroy-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Regular.woff2') format('woff2'),
      url('fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-BlackItalic.woff2') format('woff2'),
      url('fonts/Gilroy-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Bold.woff2') format('woff2'),
      url('fonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Heavy.woff2') format('woff2'),
      url('fonts/Gilroy-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Extrabold.woff2') format('woff2'),
      url('fonts/Gilroy-Extrabold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-HeavyItalic.woff2') format('woff2'),
      url('fonts/Gilroy-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-BoldItalic.woff2') format('woff2'),
      url('fonts/Gilroy-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Black.woff2') format('woff2'),
      url('fonts/Gilroy-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-ExtraboldItalic.woff2') format('woff2'),
      url('fonts/Gilroy-ExtraboldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
  }
  
  
  @font-face {
    font-family: 'MarkPro';
    src: url('fonts/MarkPro-Heavy.woff2') format('woff2'),
      url('fonts/MarkPro-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'MarkPro';
    src: url('fonts/MarkPro-Italic.woff2') format('woff2'),
      url('fonts/MarkPro-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'MarkPro';
    src: url('fonts/MarkPro-MediumItalic.woff2') format('woff2'),
      url('fonts/MarkPro-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'MarkPro';
    src: url('fonts/MarkPro-LightItalic.woff2') format('woff2'),
      url('fonts/MarkPro-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'MarkPro';
    src: url('fonts/MarkPro-Medium.woff2') format('woff2'),
      url('fonts/MarkPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'MarkPro';
    src: url('fonts/MarkPro-BlackItalic.woff2') format('woff2'),
      url('fonts/MarkPro-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'MarkPro';
    src: url('fonts/MarkPro-Black.woff2') format('woff2'),
      url('fonts/MarkPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'MarkPro';
    src: url('fonts/MarkPro.woff2') format('woff2'),
      url('fonts/MarkPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'MarkPro';
    src: url('fonts/MarkPro-Light.woff2') format('woff2'),
      url('fonts/MarkPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'MarkPro';
    src: url('fonts/MarkPro-HeavyItalic.woff2') format('woff2'),
      url('fonts/MarkPro-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'MarkPro';
    src: url('fonts/MarkPro-BoldItalic.woff2') format('woff2'),
      url('fonts/MarkPro-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'MarkPro-BookItalic';
    src: url('fonts/MarkPro-BookItalic.woff2') format('woff2'),
      url('fonts/MarkPro-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'MarkPro-Book';
    src: url('fonts/MarkPro-Book.woff2') format('woff2'),
      url('fonts/MarkPro-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'MarkPro';
    src: url('fonts/MarkPro-ExtraLight.woff2') format('woff2'),
      url('fonts/MarkPro-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'MarkPro';
    src: url('fonts/MarkPro-Bold.woff2') format('woff2'),
      url('fonts/MarkPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'MarkPro';
    src: url('fonts/MarkPro-ExtraLightItalic.woff2') format('woff2'),
      url('fonts/MarkPro-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'MarkPro-Hairline';
    src: url('fonts/MarkPro-Hairline.woff2') format('woff2'),
      url('fonts/MarkPro-Hairline.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  .mfp-bg,
  .mfp-wrap {
    position: fixed;
    left: 0;
    top: 0
  }
  
  .mfp-bg,
  .mfp-container,
  .mfp-wrap {
    height: 100%;
    width: 100%
  }
  
  .mfp-container:before,
  .mfp-figure:after {
    content: ''
  }
  
  .mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
  }
  
  .mfp-wrap {
    z-index: 1043;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
  }
  
  .mfp-container {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }
  
  .mfp-container:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle
  }
  
  .mfp-align-top .mfp-container:before {
    display: none
  }
  
  .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
  }
  
  .mfp-close,
  .mfp-preloader {
    text-align: center;
    position: absolute
  }
  
  .mfp-ajax-holder .mfp-content,
  .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
  }
  
  .mfp-ajax-cur {
    cursor: progress
  }
  
  .mfp-zoom-out-cur,
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
  }
  
  .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
  }
  
  .mfp-auto-cursor .mfp-content {
    cursor: auto
  }
  
  .mfp-arrow,
  .mfp-close,
  .mfp-counter,
  .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
  }
  
  .mfp-loading.mfp-figure {
    display: none
  }
  
  .mfp-hide {
    display: none !important
  }
  
  .mfp-preloader {
    color: #ccc;
    top: 50%;
    width: auto;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
  }
  
  .mfp-preloader a {
    color: #ccc
  }
  
  .mfp-close,
  .mfp-preloader a:hover {
    color: #fff
  }
  
  .mfp-s-error .mfp-content,
  .mfp-s-ready .mfp-preloader {
    display: none
  }
  
  button.mfp-arrow,
  button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
  }
  
  button::-moz-focus-inner {
    padding: 0;
    border: 0
  }
  
  .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    right: 0;
    top: 0;
    text-decoration: none;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
  }
  
  .mfp-close:focus,
  .mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100)
  }
  
  .mfp-close:active {
    top: 1px
  }
  
  .mfp-close-btn-in .mfp-close {
    color: #333
  }
  
  .mfp-iframe-holder .mfp-close,
  .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
  }
  
  .mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px
  }
  
  .mfp-figure,
  img.mfp-img {
    line-height: 0
  }
  
  .mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
  }
  
  .mfp-arrow:active {
    margin-top: -54px
  }
  
  .mfp-arrow:focus,
  .mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100)
  }
  
  .mfp-arrow .mfp-a,
  .mfp-arrow .mfp-b,
  .mfp-arrow:after,
  .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
  }
  
  .mfp-arrow .mfp-a,
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
  }
  
  .mfp-arrow .mfp-b,
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
  }
  
  .mfp-arrow-left {
    left: 0
  }
  
  .mfp-arrow-left .mfp-a,
  .mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
  }
  
  .mfp-arrow-left .mfp-b,
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
  }
  
  .mfp-arrow-right {
    right: 0
  }
  
  .mfp-arrow-right .mfp-a,
  .mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
  }
  
  .mfp-arrow-right .mfp-b,
  .mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
  }
  
  .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
  }
  
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
  }
  
  .mfp-image-holder .mfp-content,
  img.mfp-img {
    max-width: 100%
  }
  
  .mfp-iframe-holder .mfp-close {
    top: -40px
  }
  
  .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
  }
  
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
  }
  
  .mfp-figure:after,
  img.mfp-img {
    width: auto;
    height: auto;
    display: block
  }
  
  img.mfp-img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
  }
  
  .mfp-figure:after {
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
  }
  
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
  }
  
  .mfp-figure figure {
    margin: 0
  }
  
  .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
  }
  
  .mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
  }
  
  .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
  }
  
  @media screen and (max-width:800px) and (orientation:landscape),
  screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0
    }
  
    .mfp-img-mobile img.mfp-img {
      padding: 0
    }
  
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0
    }
  
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px
    }
  
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, .6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box
    }
  
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0
    }
  
    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px
    }
  
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, .6);
      position: fixed;
      text-align: center;
      padding: 0
    }
  }
  
  @media all and (max-width:900px) {
    .noMobil {
      display: none;
    }
  
    .mobil {
      display: block;
    }
  
    #logo_footer {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .mfp-arrow {
      -webkit-transform: scale(.75);
      transform: scale(.75)
    }
  
    .mfp-arrow-left {
      -webkit-transform-origin: 0;
      transform-origin: 0
    }
  
    .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%
    }
  
    .mfp-container {
      padding-left: 6px;
      padding-right: 6px
    }
  }
  
  .mfp-ie7 .mfp-img {
    padding: 0
  }
  
  .mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
  }
  
  .mfp-ie7 .mfp-container {
    padding: 0
  }
  
  .mfp-ie7 .mfp-content {
    padding-top: 44px
  }
  
  .mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
  }
  
  .mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  
  .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
  }
  
  .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
  }
  
  .mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  
  .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
  }
  
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
  }
  
  .mfp-slide.mfp-wrap .mfp-content {
    margin-top: -50px;
  }
  
  .mfp-slide.mfp-wrap.mfp-ready .mfp-content {
    margin-top: 0;
  }
  
  /**
       * Owl Carousel v2.3.4
       * Copyright 2013-2018 David Deutsch
       * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
       */
  
  .owl-carousel,
  .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
  }
  
  .owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
  }
  
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
  }
  
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
  }
  
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
  }
  
  .owl-carousel .owl-item,
  .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
  }
  
  .owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
  }
  
  .owl-carousel .owl-item img {
    display: block;
    width: 100%
  }
  
  .owl-carousel .owl-dots.disabled,
  .owl-carousel .owl-nav.disabled {
    display: none
  }
  
  .no-js .owl-carousel,
  .owl-carousel.owl-loaded {
    display: block
  }
  
  .owl-carousel .owl-dot,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
  }
  
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
  }
  
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block
  }
  
  .owl-carousel.owl-hidden {
    opacity: 0
  }
  
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden
  }
  
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
  }
  
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
  }
  
  .owl-carousel.owl-rtl {
    direction: rtl
  }
  
  .owl-carousel.owl-rtl .owl-item {
    float: right
  }
  
  .owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
  }
  
  .owl-carousel .owl-animated-in {
    z-index: 0
  }
  
  .owl-carousel .owl-animated-out {
    z-index: 1
  }
  
  .owl-carousel .fadeOut {
    animation-name: fadeOut
  }
  
  @keyframes fadeOut {
    0% {
      opacity: 1
    }
  
    100% {
      opacity: 0
    }
  }
  
  .owl-height {
    transition: height .5s ease-in-out
  }
  
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
  }
  
  .owl-carousel .owl-item .owl-lazy:not([src]),
  .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
  }
  
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
  }
  
  .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
  }
  
  .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
  }
  
  .owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
  }
  
  .owl-carousel .owl-video-playing .owl-video-play-icon,
  .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
  }
  
  .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
  }
  
  .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
  }
  
  .owl-dots {
    left: 0;
    right: 0;
    top: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  
  .owl-dots .owl-dot {
    width: 25px;
    margin-bottom: 5px;
  }
  
  .owl-dot span {
    width: 10px;
    height: 10px;
    display: block;
    background: #ccc;
    border-radius: 50%;
    transition: all .25s ease;
    margin: 0 7.5px;
  }
  
  .owl-dot.active span {
    background: #969798;
    width: 15px;
    height: 15px;
  }
  
  
  
  
  /* STYLE FUNCIO retorna_menu($item) */
  
  .nav {
    margin-top: 15px;
  }
  
  .menu_pare {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
  }
  
  .menu_pare a,
  .menu_pare .link_sub0 {
    display: block;
    color: #707070;
    text-decoration: none;
    font-weight: 400;
    max-width: 200px;
    font-size: 25px;
    line-height: 32px;
    padding: 25px 0px;
  }
  
  .menu_pare li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 450px;
    cursor: pointer;
    font-family: 'Gilroy';
  }
  
  .menu_pare li.active .number_menu,
  .menu_pare li.active .link_sub0 {
    color: white;
  }
  
  .menu_pare li:hover .link_sub0 {
    color: white;
  }
  
  .menu_pare li:hover .number_menu {
    color: white;
  }
  
  
  .menu_pare li:hover {
    background-color: #68627480;
  }
  
  .fletxa_menu {
    display: none;
    position: absolute;
    right: 0;
    right: 15px;
  }
  
  .menu_pare ul {
    display: none;
    position: absolute;
    top: 0;
    left: 450px;
    background-color: #fff;
    padding: 0;
    list-style: none;
  }
  
  .menu_pare ul li {
    float: none;
    width: 200px;
  }
  
  .menu_pare ul a {
    line-height: 120%;
    padding: 10px 15px;
  }
  
  .menu_pare ul ul {
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #fff;
  }
  
  .menu_pare li:hover>ul {
    display: block;
  }
  
  .menu_pare li:hover>img,
  .menu_pare li.active>img {
    display: block;
  }
  
  
  .bloc_submenu {
    display: none;
    ;
    position: fixed;
    left: 410px;
    top: 160px;
    z-index: 99;
    width: 42%;
    height: 80%;
    overflow-y: scroll;
  }
  
  #menu__toggle {
    opacity: 0;
  }
  
  
  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  
  ::-webkit-scrollbar-thumb {
    background: rgba(90, 90, 90);
  }
  
  ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
  }
  
  
  #menu__toggle:checked~.menu__btn>span {
    transform: rotate(45deg);
  }
  
  #menu__toggle:checked~.menu__btn>span::before {
    top: 0;
    transform: rotate(0);
  }
  
  #menu__toggle:checked~.menu__btn>span::after {
    top: 0;
    transform: rotate(90deg);
  }
  
  /*   #menu__toggle:checked ~ .menu_pare {
          visibility: visible;
          width: 65%;
          left: 0;
        } */
  #menu__toggle:checked~.menu_top_header {
    visibility: visible;
    width: 65%;
    left: 0;
  }
  
  #menu__toggle:checked~.right_menu {
    visibility: visible;
    width: 35%;
    left: 65%;
  }
  
  #menu__toggle:checked~.contentMenu {
    visibility: visible;
    width: 65%;
    left: 0;
  }
  
  .menu__btn {
    display: flex;
    align-items: center;
    position: fixed;
    top: 30px;
    right: 25px;
  
    width: 26px;
    height: 26px;
  
    cursor: pointer;
    z-index: 1;
  }
  
  .menu__btn>span,
  .menu__btn>span::before,
  .menu__btn>span::after {
    display: block;
    position: absolute;
  
    width: 100%;
    height: 2px;
  
    background-color: white;
  
    transition-duration: .25s;
  }
  
  .menu__btn>span::before {
    content: '';
    top: -8px;
  }
  
  .menu__btn>span::after {
    content: '';
    top: 8px;
  }
  
  .menu_pare {
    display: flex;
    flex-direction: column;
    position: fixed;
  
    top: 140px;
  
  
    height: 100%;
  
    margin: 0;
    padding: 80px 0;
  
    list-style: none;
  
    background-color: #1d1729;
  
    transition-duration: .25s;
  }
  
  
  .contentMenu {
    display: flex;
    flex-direction: column;
    position: fixed;
    visibility: hidden;
    top: 140px;
    left: -100%;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: #1d1729;
    transition-duration: .25s;
  }
  
  .submenu1 {
    list-style: none;
    padding-left: 100px;
    padding-top: 120px;
    display: flex;
    flex-wrap: wrap;
  
  }
  
  .submenu2 {
    list-style: none;
    margin-bottom: 30px;
  }
  
  .submenu1 li {
    width: 50%;
  }
  
  .submenu2 li {
    width: 100%;
  }
  
  .submenu3 {
    list-style: none;
    display: none;
  }
  
  .submenu4 {
    display: none;
  }
  
  .submenu1 .link_sub1 {
    font-family: 'Gilroy';
    font-size: 16px;
    color: #8D8D8D;
  }
  
  .submenu1 li .link_sub1:hover {
    color: #5EA2DA;
  }
  
  .submenu1 .link_sub2,
  .submenu1 .link_sub3 {
    color: #8D8D8D;
  }
  
  .submenu1 .link_sub2:hover,
  .submenu1 .link_sub3:hover {
    color: #5EA2DA;
  }
  
  .submenu1 .link_sub3 {
    font-size: 14px;
  }
  
  .submenu3 {
    margin-bottom: 10px;
  }
  
  .llista_prod .bloc_fill h2.fill_titol {
    margin-top: 0;
    padding-left: 0;
    font-weight: normal;
    color: #043883;
  }
  
  .ghost-header {
    background-color: #1F4A8F;
    height: 14vh;
  }
  
  .menu_top_header {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    visibility: hidden;
    top: 0;
    list-style: none;
    left: -100%;
    background-color: white;
  
    transition-duration: .25s;
  }
  
  .menu_top_header img {
  
    padding-right: 6px;
  }
  
  /* Estils zona imatge mapejada */
  .mapaHoyosGaleria {
    width: 100%;
    /*display: flex;
    flex-direction: row;
    max-width: 1400px;*/
    margin: 0px auto;
    /*margin-bottom: 150px;*/
    /*margin-top: 100px;*/
  }
  
  .columneMapa {
    width: 100%;
    /*display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;*/
    padding: 50px 0px;
    text-align: center;
    background-color: rgba(236, 244, 251);
  }
  
  .segonacolumneMapa {
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
  }
  
  .caixa-absoluta-tooltip img {
    width: 52px;
  }
  
  .caixa-absoluta-tooltip img.imatge-normal {
    display: inline;
  }
  
  .caixa-absoluta-tooltip img.imatge-hover {
    display: none;
  }
  
  .caixa-absoluta-tooltip:hover img.imatge-normal {
    display: none;
  }
  
  .caixa-absoluta-tooltip:hover img.imatge-hover {
    display: inline;
  }
  
  .caixa-absoluta-tooltip .caixa-text-tooltip {
    visibility: hidden;
    width: 320px;
    background-color: #fff;
    color: #043883;
    text-align: center;
    border-radius: 3px;
    padding: 5px 8px;
    position: absolute;
    z-index: 1;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    font-size: 13px;
  }
  
  .caixa-absoluta-tooltip .caixa-text-tooltip::after {
    content: "";
    position: absolute;
    border-width: 5px;
    border-style: solid;
  }
  
  .caixa-absoluta-tooltip:hover .caixa-text-tooltip {
    visibility: visible;
  }
  
  .caixa-absoluta-tooltip .caixa-text-tooltip {
    margin-left: -60px;
    top: 150%;
    left: 50%;
  }
  
  .caixa-absoluta-tooltip .caixa-text-tooltip::after {
    margin-left: -5px;
    bottom: 100%;
    left: 50%;
    border-color: transparent transparent #2E2E2E;
  
  }
  
  .caixa-absoluta-tooltip.top-tp .caixa-text-tooltip {
    margin-left: -60px;
    top: -130%;
    left: -140%;
  }
  
  .caixa-absoluta-tooltip.top-tp .caixa-text-tooltip::after {
    margin-left: -5px;
    top: 100%;
    left: 50%;
    border-color: #fff transparent transparent transparent;
  }
  
  .caixa-absoluta-tooltip.bottom-tp .caixa-text-tooltip {
    margin-left: -60px;
    top: 120%;
    left: -135%;
  }
  
  .caixa-absoluta-tooltip.bottom-tp .caixa-text-tooltip::after {
    margin-left: -5px;
    bottom: 100%;
    left: 50%;
    border-color: transparent transparent #fff transparent;
  }
  
  .caixa-absoluta-tooltip.left-tp .caixa-text-tooltip {
    top: -20%;
    left: -525%;
  }
  
  .caixa-absoluta-tooltip.left-tp .caixa-text-tooltip::after {
    margin-top: -5px;
    top: 50%;
    left: 101.5%;
    border-color: transparent transparent transparent #fff;
  }
  
  .caixa-absoluta-tooltip.right-tp .caixa-text-tooltip {
    top: -4%;
    left: 245%;
  }
  
  .caixa-absoluta-tooltip.right-tp .caixa-text-tooltip::after {
    margin-top: -5px;
    top: 50%;
    left: -1.5%;
    border-color: transparent #fff transparent transparent;
  }
  
  #map-custom {
    height: 0px;
    overflow: hidden;
    display: block;
  }
  
  .columneHoyos {
    width: 100%;
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
  }
  
  .columneHoyos .wrap-galeria {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  
  .columneHoyos .wrap-galeria .slick-dots {
    order: 0;
    position: absolute;
    margin-left: unset;
    margin-top: unset;
    width: 100%;
    text-align: center;
    top: 320px;
    display: none !important;
  }
  
  .columneHoyos .slick-dots li button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #ffffff;
    border-radius: 8px;
    background: #003854;
    text-indent: -999px;
    overflow: hidden;
    width: 16px;
    height: 16px;
    padding: 0px;
    outline: none;
    margin: 0px 8px;
    cursor: pointer;
  }
  
  .columneHoyos .slick-dots li.slick-active button {
    background: #ffffff;
  }
  
  .columneHoyos .wrap-galeria .frase_galeria {
    font-size: 34px;
    font-weight: normal;
    display: flex;
    justify-content: center;
    padding: 20px;
    position: relative;
    font-family: 'Gilroy';
    color: #032B65;
    line-height: 1.1;
  }
  
  .right_arrow {
    position: absolute;
    right: 30px;
    bottom: 35px;
    transform: rotate(-90deg);
  }
  
  .left_arrow {
    position: absolute;
    left: 30px;
    transform: rotate(90deg);
    bottom: 35px;
  }
  
  .columneHoyos p {
    padding: 30px;
    text-align: left;
    font-size: 17px;
    font-family: 'MarkPro';
    font-style: italic;
    color: #043883;
  }
  
  .columneHoyos .title {
    font-size: 35px;
    font-weight: 300;
  }
  
  .columneHoyos .contenedor {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 50px;
  }
  
  .columneHoyos .left.flecha {
    width: 40px;
    height: 40px;
    background-size: cover;
    position: absolute;
    top: 45%;
    left: 14%;
    transform: rotate(90deg);
    cursor: pointer;
  }
  
  .columneHoyos .right.flecha {
    width: 40px;
    height: 40px;
    background-size: cover;
    position: absolute;
    top: 45%;
    left: 14%;
    transform: rotate(90deg);
    cursor: pointer;
  }
  
  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  
  .slick-list:focus {
    outline: none;
  }
  
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .slick-track:before,
  .slick-track:after {
    display: table;
    content: "";
  }
  
  .slick-track:after {
    clear: both;
  }
  
  .slick-loading .slick-track {
    visibility: hidden;
  }
  
  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
  }
  
  [dir="rtl"] .slick-slide {
    float: right;
  }
  
  .slick-slide img {
    display: block;
  }
  
  .slick-slide.slick-loading img {
    display: none;
  }
  
  .slick-slide.dragging img {
    pointer-events: none;
  }
  
  .slick-initialized .slick-slide {
    display: block;
  }
  
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  
  .slick-arrow.slick-hidden {
    display: none;
  }
  
  .blocInformacionCampo .invert {
    display: flex;
    margin: 50px auto;
  }
  
  .blocInformacionCampo .invert .capa1 {
    width: 50%;
  }
  
  .blocInformacionCampo .invert .capa2 {
    width: 50%;
    padding: 50px;
  }
  
  .capa1 .popup-youtube {
    width: 100%;
  }
  
  .blocFotoHoyo {
    background-repeat: no-repeat;
  }
  
  /* Fi estils zona imatge mapejada*/
  
  /* Estils zona enquestes */
  .bloc_llistat_enquesta {
    background-color: #032B65;
    color: #fff;
    text-align: center;
    padding: 80px 0px;
    display: block;
    width: 100%;
  }
  
  .bloc_llistat_enquesta h4 {
    font-size: 42px;
    font-family: 'Gilroy';
    font-weight: normal;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  
  .bloc_llistat_enquesta p {
    font-size: 17px;
    font-family: 'MarkPro';
    font-weight: normal;
    margin-bottom: 40px;
  }
  
  .bloc_llistat_enquesta a {
    background-color: #5EA2DA;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 50px;
    text-decoration: none;
    font-size: 24px;
    font-family: 'Gilroy';
  }
  
  .caixa_pagina_fitxa_enquesta {
    background-color: #ECF4FB;
    width: 100%;
    display: block;
    overflow: hidden;
  }
  
  .caixa_fitxa_enquesta {
    max-width: 50%;
    margin: 0 auto;
    background-color: #fff;
    margin-top: 10%;
    padding: 4% 5%;
    margin-bottom: 10%;
  }
  
  .caixa_fitxa_enquesta h1 {
    font-family: 'Gilroy';
    font-size: 42px;
    color: #032B65;
    margin-top: 0;
    margin-bottom: 50px;
  }
  
  button#BtnEnviarEnquesta {
    background-color: #5EA2DA;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 50px;
    text-decoration: none;
    font-size: 24px;
    font-family: 'Gilroy';
    border: 1px solid #5EA2DA;
  }

  button#BtnEnviarEnquesta:hover {
    cursor: pointer;
  }
  
  .content_pregunta {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
    color: #032B65;
    font-style: italic;
  }
  
  .content_pregunta .pregunta {
    margin-bottom: 15px;
  }
  
  .content_pregunta select {
    width: 100%;
    background-color: #ECF4FB;
    border: 1px solid #ECF4FB;
    padding: 15px 5px;
  }
  
  .content_pregunta input.text {
    width: 100%;
    border: none;
    border-bottom: 2px solid rgba(3, 43, 101, 0.19);
    padding: 10px;
    font-style: italic;
  }
  
  div.missatge_enquesta_enviat {
    overflow: hidden;
    text-align: center;
    padding: 60px;
    margin: 10% 25%;
    background-color: #dff0d8;
  }
  
  /* Fi zona enquestes*/
  
  .backgroundBlue {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 93px;
    background-color: #043883;
  }
  
  .backgroundBlue span {
    transform: rotate(90deg);
    color: white;
    text-transform: uppercase;
    font-size: 13px;
  }
  
  .right_menu {
    height: 100%;
    display: flex;
    justify-content: space-between;
    position: fixed;
    visibility: hidden;
    top: 0;
    list-style: none;
    left: -100%;
    background-color: white;
    transition-duration: .25s;
  }
  
  .link_sub0,
  .link_sub1,
  .link_sub2,
  .link_sub3 {
    display: block;
  
    color: #333;
    font-size: 20px;
    font-weight: 600;
  
    text-decoration: none;
    font-family: 'Gilroy';
  
    transition-duration: .25s;
  }
  
  .link_sub2 {
    font-size: 14px;
  }
  
  .link_sub1 {
    padding-bottom: 5px;
  }
  
  .link_sub0 {
  
    padding: 12px 24px;
  
  }
  
  #hamburger-menu {
    position: fixed;
    width: 100%;
    z-index: 999;
  }
  
  #hamburger-menu .menu_pare>li {
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: 22px;
    border-top: 1px solid #707070;
  }
  
  
  #hamburger-menu .menu_pare>li:last-child {
  
    border-bottom: 1px solid #707070;
  }
  
  .number_menu {
    padding: 0 50px;
    font-size: 36px;
    font-weight: 400;
    color: #707070;
    transition-duration: .25s;
  }
  
  .logo,
  .telf,
  .email {
    display: flex;
    font-family: 'MarkPro';
    width: 33.3%;
    align-items: center;
    justify-content: center;
    color: #043883;
    height: 100%;
  
  }
  
  .logo_menu_visible {
    height: 100%;
    padding: 20px 40px;
  }
  
  
  .telf {
    border-right: 1px solid #043883;
    border-left: 1px solid #043883;
  
  }
  
  .logo_top,
  .logo_visible {
    min-width: 180px;
    max-width: 180px;
    margin-top: 5px;
  }
  
  .foto_menu {
    height: 100%;
    width: 100%;
    background: url("../img/foto_menu.jpg") no-repeat center center;
    background-size: cover;
  }
  
  
  /* FI STYLE FUNCIO retorna_menu($item) */
  
  .blocSlider {
    border-left: 1px solid #CBCBCB;
  }
  
  .submenu1 li span {
    font-weight: 400;
    padding-left: 15px;
  }
  
  .blocBlau {
    background-color: #ECF4FB;
    font-size: 15px;
    color: rgb(4, 56, 131);
    font-family: 'Gilroy', sans-serif;
    font-style: Oblique;
    padding: 25px 0px;
  }
  
  .blocBlau .subtitol {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 40px;
    max-width: 1300px;
    margin: 0 auto 20px;
    margin-bottom: 0px;
    padding: 0px 20px;
  }
  
  .bloc_producto {
    flex: 0 0 calc(31% - 20px);
    margin: 10px 10px 25px 10px;
    position: relative;
    max-width: 400px;
    background-color: white;
  
  }
  
  .bloc_producto img.img {
    width: 100%;
  }
  
  .bloc_producto .title {
    font-family: 'Prometo-Bold', sans-serif;
    font-size: 15px;
    color: #2E2E2E;
    overflow: hidden;
  }
  
  .bloc_producto .cat {
    font-family: 'Prometo-Bold', sans-serif;
    font-size: 15px;
    color: #FD6315;
    margin: 8px 0;
  }
  
  .bloc_producto .price {
    font-family: 'Prometo-Bold', sans-serif;
    font-size: 18px;
    color: #000000;
  }
  
  .bloc_producto>a {
    display: block;
    position: relative;
    background-color: #FFF;
    padding: 0%;
    box-sizing: border-box;
    text-align: center;
  
  }
  
  .bloc_producto>a>img {
    transition: opacity .3s ease;
  }
  
  .bloc_producto:hover>a>img {
    opacity: 0.4;
  }
  
  .bloc_producto .options_producte {
    position: absolute;
    top: 0;
    right: -48px;
    z-index: 10;
    opacity: 0;
    transition: all .3s ease;
    display: none;
  }
  
  .bloc_producto:hover .options_producte {
    right: 0;
    opacity: 1;
    display: block;
  }
  
  .container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
  }
  
  .fullwidth {
    width: 100%;
    max-width: 100%;
  }
  
  .col_right {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  
  .titol_slide {
    font-family: 'Gilroy';
    font-size: calc(16px + 18 * (100vw - 500px) / 900);
    color: white;
    margin: 20px 0px;
  }
  
  
  .subtitol_slide {
    font-family: 'Gilroy';
    font-size: calc(14px + 8 * (100vw - 500px) / 900);
    color: white;
    padding: 0 60px 0 0;
  
  }
  
  .desc_slide {
    font-family: 'MarkPro';
    font-size: calc(12px + 5 * (100vw - 500px) / 900);
    color: white;
    margin: 20px 0px;
  }
  
  @media (min-width: 1400px) {
    .titol_slide {
      font-size: 17px;
    }
  
    .titol_slide {
      font-size: 22px;
    }
  
    .titol_slide {
      font-size: 34px;
    }
  }
  
  .col_left {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 190px 90px 0 30px;
    border-left: 1px solid #CBCBCB;
  }
  
  .img_slide {
    height: auto !important;
  
  }
  
  .img_slide_right {
    height: 400px;
    width: 400px;
    margin-bottom: 30px;
  }
  
  .boto_generic.white {
    border: 1px solid white;
    border-radius: 50px;
    background-color: transparent;
    color: white;
    margin: 20px 0px;
    max-width: 160px;
  }
  
  .boto_generic.white:hover {
    background: #043883;
    border: 1px solid #043883;
  }
  
  .logo_slide {
    background-size: cover;
    height: 50px;
    width: 350px;
  }
  
  .linies {
    display: flex;
    column-gap: 6px;
    row-gap: 6px;
    margin: 20px 0px;
  }
  
  .linies .linecolour:nth-child(1) {
    height: 6px;
    width: 40px;
    background-color: #6CAEDF;
  }
  
  .linies .linecolour:nth-child(2) {
    height: 6px;
    width: 40px;
    background-color: #043883;
  }
  
  .linies .linecolour:nth-child(3) {
    height: 6px;
    width: 40px;
    background-color: #032B65;
  }
  
  .slide_marca {
    display: flex;
    position: relative;
    background: #1D1729;
    width: 100%;
  }
  
  .left,
  .right {
    width: 50%;
  
  }
  
  .right {
    display: flex;
    align-items: flex-start;
  }
  
  .left {
    padding: 8.5vh 8.5vh 8.5vh 0;
  
  }
  
  .slider_home_footer {
    width: 100%;
    position: relative;
  }
  
  .imatge_esq {
    background-size: cover !important;
    width: 90%;
    height: 72vh;
  }
  
  .submenu1 span:hover {
    color: #8D8D8D !important;
  }
  
  .slider_home_footer .slick-prev {
    background: url("../img/left_arrow_blue.png") no-repeat center center;
    display: block !important;
    position: absolute;
    bottom: 50%;
    left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0px;
    text-indent: -999px;
    overflow: hidden;
    outline: none;
    z-index: 800;
    background-color: #FFFFFF;
    height: 8.5vh;
    cursor: pointer;
    width: 70px;
  }
  
  .footer {
    z-index: 99;
  }
  
  .slider_home_footer .slick-next {
    display: block !important;
    position: absolute;
    bottom: 50%;
    right: 0px;
    background: url("../img/right_arrow_blue.png") no-repeat center center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0px;
    text-indent: -999px;
    overflow: hidden;
    outline: none;
    z-index: 800;
    background-color: #FFFFFF;
    height: 8.5vh;
    cursor: pointer;
    width: 70px;
  }
  /*
  .slider_home_footer .slick-prev::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 6vh;
    background: #5EA2DA;
    position: absolute;
    z-index: 9999999999;
    right: 0;
    top: 1.25vh;
  }
  */
  .slider_home_footer .slick-prev:hover,.slider_home_footer .slick-next:hover {
    background-color:#5ea2da;
  }

  .sliderIconesInfo {
    position: relative;
  }
  
  .sliderIconesInfo .blocSlider[data-slick-index='0'],
  .sliderIconesInfo .blocSlider[data-slick-index='4'],
  .sliderIconesInfo .blocSlider[data-slick-index='8'] {
    background-color: #5EA2DA;
  }
  
  .sliderIconesInfo .blocSlider[data-slick-index='1'],
  .sliderIconesInfo .blocSlider[data-slick-index='5'],
  .sliderIconesInfo .blocSlider[data-slick-index='9'] {
    background-color: #043883;
  }
  
  .sliderIconesInfo .blocSlider[data-slick-index='2'],
  .sliderIconesInfo .blocSlider[data-slick-index='6'],
  .sliderIconesInfo .blocSlider[data-slick-index='10'] {
    background-color: #032B65;
  }
  
  .sliderIconesInfo .blocSlider[data-slick-index='3'],
  .sliderIconesInfo .blocSlider[data-slick-index='7'],
  .sliderIconesInfo .blocSlider[data-slick-index='11'] {
    background-color: #012746;
  }
  
  .blocSlider {
    padding: 60px 60px 60px 70px;
    min-height: 420px;
    ;
  }
  
  .titol {
    font-size: 42px;
    font-family: 'Gilroy';
    padding-bottom: 10px;
    color: white;
    line-height: 36px;
    font-weight: normal;
    margin-bottom: 0px;
  
  }
  
  H1 {
    font-size: 42px;
    font-family: 'Gilroy';
    padding-bottom: 10px;
    line-height: 36px;
    font-weight: normal;
    margin-bottom: 0px;
  
  }
  
  .descripcio {
    font-size: 17px;
    font-family: 'MarkPro';
    padding-bottom: 10px;
    color: white;
  
  }
  
  
  .titol.slider {
    font-size: 24px;
    padding-bottom: 10px;
  }
  
  .descripcio.slider {
    font-size: 14px;
    padding-bottom: 10px;
  
  }
  
  .icona.slider {
    padding-bottom: 25px;
  }
  
  
  .sliderIconesInfo .slick-next {
    display: block !important;
    position: absolute;
    bottom: 35px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: url("../img/arrow_right.png") no-repeat center center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0px;
    text-indent: -999px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    z-index: 9;
  }
  
  .sliderIconesInfo .slick-prev {
    display: block !important;
    position: absolute;
    bottom: 35px;
    left: 30px;
    width: 50px;
    height: 50px;
    transform: rotate(180deg);
    background: url("../img/arrow_right.png") no-repeat center center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0px;
    text-indent: -999px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    z-index: 9;
  }
  
  
  .sliderArticles .slick-next {
    display: block !important;
    position: absolute;
    bottom: 35px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: url("../img/icona_arrow.png") no-repeat center center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0px;
    text-indent: -999px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    z-index: 9;
  }
  
  .sliderArticles .slick-prev {
    display: block !important;
    position: absolute;
    bottom: 35px;
    left: 30px;
    width: 50px;
    height: 50px;
    transform: rotate(180deg);
    background: url("../img/icona_arrow.png") no-repeat center center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0px;
    text-indent: -999px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    z-index: 9;
  }
  
  
  .homeImage {
    height: calc(100vh - 95.6px);
    width: 100%;
    background-size: cover;
  }
  
  .filtreBlack {
    background-color: rgba(6, 6, 6, 0.48);
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 70px;
    row-gap: 30px;
  }
  
  
  .boto_generic {
    background-color: white;
    color: #000000;
    font-family: 'MarkPro';
    max-width: 400px;
    border-radius: 30px;
    text-align: center;
    padding: 8px 10px 8px 10px;
    cursor: pointer;
    font-size: 13px;
  
  }
  
  .boto_generic:hover {
    background-color: #043883;
    color: white;
  }
  
  .fletxaAvall {
    position: absolute;
    bottom: 40px;
    cursor: pointer;
  }
  
  .flex {
    display: flex;
  }
  
  .column {
    display: flex;
    flex-direction: column;
  }
  
  .container .left,
  .container .right {
    width: 50%;
  }
  
  .left {
    justify-content: center;
    row-gap: 30px;
  
  }
  
  .right img {
    height: 100%;
  
  }
  
  #section2 .titol {
    color: #043883;
  }
  
  #section2 .descripcio {
    color: #043883;
  }
  
  .boto_generic.border {
    color: #043883;
    border: 1px solid #043883;
  
  }
  
  .boto_generic.border:hover {
    background-color: #043883;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    color: white;
  }
  
  .topImageCategory {
    height: 45vh;
    display: flex;
    align-items: flex-end;
  }
  
  .topImageCategory .titol {
  
    padding: 0px;
    padding-bottom: 60px;
    padding-left: 20px;
    margin: 0px;
    font-weight: normal;
  }
  .topImageCategory .subtitol{
    color: white;
      margin-bottom: 20px;
      font-size: 23px;
      padding-left: 20px;
      margin-top: -20px;
  }
  .bloc_fill {
    display: flex;
    width: 340px;
    /* height: 430px; */
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    border: 1px solid #D0D0D0;
    border-radius: 22px 22px 22px 22px;
    padding-bottom: 30px;
  }
  
  .bloc_fill:hover .layer {
    display: block;
  
  }
  
  
  .layer {
    display: none;
    background-color: #5ea2da36;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .fill_titol {
    line-height: 1em;
    font-family: Gilroy, sans-serif;
    font-size: 24px;
    padding: 25px 0 0 25px;
    color: black;
  }
  
  .fill_desc {
    line-height: 20px;
    font-family: MarkPro, sans-serif;
    font-size: 14px;
    padding: 15px 25px 0 25px;
    font-style: Oblique;
    color: black;
  }
  
  .boto_generic.border.inverse {
  
    border: 1px solid #043883;
    background-color: #043883;
    color: white;
  }
  
  .boto_generic.border.inverse:hover {
    color: #043883;
    background-color: white;
  }
  
  .link_folleto {
    background-color: #F5F5F5;
    padding-top: 30px;
    padding-bottom: 30px;
    justify-content: center;
    align-items: center;
  }
  
  .footerinfo {
  
    max-width: 1300px;
    margin: 0px auto;
    width: 100%;
    padding: 50px 20px;
    display: flex;
  }
  
  .footerinfo .basic {
    margin-right: 30px;
  }
  
  .links_footer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 300px;
  }
  
  
  .links_footer>ul {
    list-style: none;
    margin-top: 10px;
  }
  
  .links_footer ul li {
    margin-bottom: 8px;
    list-style: none;
    padding: 0px;
    margin-left: 0px;
    min-width: 200px;
  }
  
  .links_footer>ul>li>ul {
    border-top: 1px solid #fff;
    margin-top: 4px;
    padding-top: 12px;
    padding-left: 0px;
    margin-left: 0px;
    font-size: 12px;
    text-transform: uppercase;
  }
  
  .links_footer ul>li>a {
    color: #fff;
  }
  
  .links_footer ul>li>a:hover {
    opacity: 0.5;
  }
  
  .links_footer .two_col ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    max-width: 500px;
  }
  
  .footerinfo .descripcio {
    padding-top: 30px;
    font-size: 14px;
    font-family: 'MarkPro';
  }
  
  .footerBG {
    padding: 20px;
    background-color: #5EA2DA;
    font-size: 12px;
    font-family: 'MarkPro';
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .linkfooter {
    font-style: italic;
    color: white !important;
  
  }
  
  .linkfooter:hover {
    text-decoration: underline;
  
  }
  
  .container.footer {
    display: flex;
    width: 85%;
    justify-content: space-between;
    gap: 10%;
  }
  
  .titol_top {
    font-family: 'Gilroy';
  }
  
  .gilroy {
    font-family: 'Gilroy' !important;
  }
  
  
  .mobile {
    display: none;
  }
  
  .sliderArticles {
    margin-bottom: 80px;
  }
  
  .sliderArticles .bloc_producto:nth-child(3n+1) {
    border-top: 10px solid #5EA2DA;
  
  }
  
  .sliderArticles .bloc_producto:nth-child(3n+2) {
    border-top: 10px solid #043883;
  }
  
  .sliderArticles .bloc_producto:nth-child(3n+3) {
    border-top: 10px solid #032B65;
  }
  
  
  .llista_prod .bloc_producto:nth-child(3n+1) {
    border-top: 10px solid #5EA2DA;
    border-bottom: 10px solid #5EA2DA;
    border-left: 1px solid #5EA2DA;
    border-right: 1px solid #5EA2DA;
    margin-right: 0px;
  }
  
  .llista_prod .bloc_producto:nth-child(3n+2) {
    border-top: 10px solid #043883;
    border-bottom: 10px solid #043883;
    border-left: 1px solid #043883;
    border-right: 1px solid #043883;
    margin-left: 0px;
  }
  
  .llista_prod .bloc_producto:nth-child(3n+3) {
    border-top: 10px solid #032B65;
    border-bottom: 10px solid #032B65;
    border-left: 1px solid #032B65;
    border-right: 1px solid #032B65;
    ;
  }
  
  .sliderArticles .bloc_producto {
    max-width: none;
  }
  
  .ref_article {
    font-family: 'Gilroy';
    font-size: 17px;
    color: #333333;
  }
  
  .desc_article {
    font-family: 'MarkPro';
    font-size: 14px;
    color: #333333;
    padding-top: 20px;
  }
  
  
  
  .info_article.fitxa_art {
    width: 60%;
  }
  
  .caixa_boto_popup {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
  }
  
  .caixa_boto_popup .boto_generic.border.inverse {
    padding: 8px 20px;
  }
  
  .caixa_form_popup {
    max-width: 100%;
    padding: 30px;
  }
  
  .caixa_form_popup .contact input {
    padding: 15px 0 15px 30px;
    height: 55px;
    margin: 15px 0 0 0;
    color: #816560;
    font-size: 18px;
    width: 100%;
  }
  
  .caixa_form_popup .contact textarea {
    width: 100%;
    min-height: 150px;
    margin: 15px 0 0 0;
    padding: 15px 0 15px 30px;
    font-size: 18px;
    font-family: Futura, sans-serif;
  }
  
  .caixa_form_popup .wrap_btn {
    margin-top: 16px;
  }
  
  .caixa_form_popup .wrap_btn button {
    padding: 8px 20px;
  }
  
  /* subarticle */
  /*---------------------------------------------------------------------------*/
  /*---------------------------------------------------------------------------*/
  
  .fletxaAvall {
    animation: blinker 2s linear infinite;
  }
  
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }
  
  
  #fitxa_article {
    margin-bottom: 100px;
  
    display: flex;
  
  }
  
  #fitxa_article>div {
    width: 50%;
  }
  
  .miniatures_fitxa {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
  }
  
  .miniatures_fitxa a {
    width: 90px;
    height: 90px;
    background-size: contain !important;
    border: 1px solid rgba(3, 43, 101, 0.22);
    margin-bottom: 30px;
  }
  
  .fotos_fitxa {
    text-align: center;
    padding: 0px;
    top: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .fotos_fitxa img {
    margin-bottom: 10%;
    max-width: auto;
    width: 100%;
  }
  
  .galeria_imatges {
    top: 120px;
    position: sticky;
  }
  
  .info_article {
    width: 100%;
    border-left: 1px solid #D6D5D5;
    padding: 10px 20px;
    margin-bottom: 10px;
  }
  
  
  .border_colours {
    height: 8px;
    background: linear-gradient(90deg, rgba(94, 162, 218, 1) 0%, rgba(94, 162, 218, 1) 33%, rgba(4, 56, 131, 1) 33%, rgba(4, 56, 131, 1) 66%, rgba(3, 43, 101, 1) 66%, rgba(3, 43, 101, 1) 100%);
  }
  
  .breadcrumb {
    margin-bottom: 30px;
    line-height: 1.50;
    letter-spacing: 0.5px;
    color: #A5A5A5;
    font-size: 15px;
    margin: 10px 10px 10px;
  
  }
  
  .breadcrumb>ul {
    background: none;
    padding-left: 0;
    margin: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: left;
  }
  
  .contenidor_centrat,
  .legal_prin {
    width: 1240px;
    margin: 0 auto;
    max-width: 95%;
  }
  
  .contenidor_centrat.main {
    width: 1440px;
  }
  
  .breadcrumb a:hover {
    text-decoration: underline;
    color: #5EA2DA;
  }
  
  .breadcrumb>ul>li {
    display: inline-block;
  }
  
  .breadcrumb a {
    text-decoration: none;
    font-size: 10px;
    color: #A5A5A5;
    transition: color .25s ease;
  }
  
  .ref_article {
    font-family: 'Gilroy';
    margin-bottom: 15px;
    font-weight: bold;
    color: #5EA2DA;
    text-transform: uppercase;
  }
  
  .titol_article {
    font-family: 'Gilroy';
    font-size: 45px;
    text-align: left;
    margin-bottom: 18px;
    line-height: 1.2;
    color: rgba(2, 38, 70, 1);
    font-weight: bold;
  }
  
  #content_text {
    margin-bottom: 15px;
    font-size: 18px;
  }
  
  .info_article .preu_fitxa_article {
    margin-bottom: 25px;
    display: block;
  }
  
  .preu_fitxa_article {
    font-family: 'Gilroy';
    font-size: 24px;
    color: background-repeat;
    font-weight: bold;
    vertical-align: middle;
  }
  
  #qty_fitxa_art {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border: 1px solid #b2b3b4;
    color: #b2b3b4;
    margin: 15px 5px 15px 0;
    margin-right: 5px;
    vertical-align: middle;
  }
  
  #qty_fitxa_art span {
    width: 30px;
    cursor: pointer;
    user-select: none;
  }
  
  #qty_fitxa_art input[type=text] {
    width: 50px;
    height: 42px;
    border-radius: 10px;
    text-align: center;
    margin-right: 0;
    position: relative;
    z-index: 2;
    border: 0;
    background-color: #FFF;
    font-family: 'Gilroy';
    color: #b2b3b4;
    font-size: 16px;
    outline: 0;
    padding: 9px;
  }
  
  #qty_fitxa_art span {
    width: 30px;
    cursor: pointer;
    user-select: none;
  }
  
  .boto_gen {
    /* height: 43px; */
    font-family: 'Gilroy';
    font-weight: 500;
    padding: 0px 60px;
    font-size: 13px;
    background-color: background-repeat;
    color: #FFF;
    vertical-align: middle;
    border-radius: 5px;
    line-height: 43px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    transition: all .25s ease;
    text-transform: uppercase;
  }
  
  .fitxa_descripcio {
    background-color: #f4f4f4;
    padding: 55px 55px 45px 55px;
    font-size: 15px;
  }
  
  .fitxa_descripcio>div {
    padding-left: 50px;
    padding-top: 5px;
    position: relative;
  }
  
  .fitxa_descripcio>div>img {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .caracteristiquesCol {
    display: flex;
    flex-wrap: wrap;
  }
  
  .caract_fitxa_article {
    width: 50%;
  }
  
  .fitxa_descripcio h3 {
    color: #5EA2DA;
    font-size: 17px;
    margin-bottom: 0px;
  }
  
  .fitxa_descripcio>div>div {
    margin-bottom: 35px;
  }
  
  
  .camp-recerca {
    position: relative;
  }
  
  .camp-recerca.active {
    display: block !important;
  }
  
  #frm_search {
    position: absolute;
    right: -11px;
    top: 10px;
  }
  
  #camp-recerca {
    background-color: #f2f2f2;
    height: 46px;
    padding: 0 45px 0 18px;
    border: 0;
    width: 300px;
    font-size: 12px;
    letter-spacing: 1px;
    max-width: 100%;
    border: 1px solid #ccc;
  }
  
  .camp-recerca img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 25px !important;
  }
  
  .camp-recerca ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--color-secundari);
    opacity: 1;
    /* Firefox */
  }
  
  .camp-recerca :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--color-secundari);
  }
  
  .camp-recerca ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--color-secundari);
  }
  
  .btn_busqueda {
    margin-top: 28px;
    display: block;
    margin-left: 5px;
  }
  
  .container_busqueda {
    margin-top: 150px;
  }
  
  #list_productes_busqueda {}
  
  #list_productes_busqueda .bloc_producto_busqueda {
    display: flex;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  
  #list_productes_busqueda .bloc_producto_busqueda>a {
    width: 100%;
    max-width: 300px;
  }
  
  #list_productes_busqueda .info_article {
    border: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  #list_productes_busqueda .desc_article {
    padding-bottom: 15px;
    padding-top: 0px;
  }
  
  #list_productes_busqueda .ref_article {
    margin-bottom: 5px;
  }
  
  #list_productes_busqueda .ref_article.ref2 {
    color: #000;
    font-size: 15px;
    margin-bottom: 15px;
  }
  
  .fitxa_categoria {
    margin-top: 50px;
  }
  
  .fitxa_categoria .row_mitat {
    display: flex;
    margin-bottom: 35px;
    gap: 25px;
    padding: 0px 20px;
  }
  
  .fitxa_categoria .row_mitat .box {
    width: 50%;
    text-align: justify;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
  }
.fitxa_categoria .row_mitat .box.box-esq {
   flex-direction: column;
   display: flex;
   justify-content: center;
  }
  .fitxa_categoria .row_mitat .box.box-dret {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .fitxa_categoria .row_mitat .box iframe {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
  }
  
  .fitxa_categoria .t {
    font-size: 25px;
    font-weight: 700;
    color: #043883;
    margin-bottom: 5px;
  }
  
  .fitxa_categoria .img_sense {
    display: flex;
    justify-content: center;
    gap: 25px;
    color: #043883;
  }
  
  .fitxa_categoria .img_sense>div {
    flex: 1
  }
  
  .fitxa_categoria .fons_blau {
    background: #ECF4FB;
    padding: 35px 25px;
    margin-bottom: 35px;
  }
  
  .fitxa_categoria .row {
    margin-bottom: 35px;
    padding: 0px 15px;
  }
  
  .fitxa_categoria .row .box{
    margin-bottom: 35px;
  }
  
  .fitxa_categoria .row_64 {
    margin-bottom: 35px;
    display: flex;
    gap: 25px;
    padding: 0px 15px;
  }
  
  .fitxa_categoria .row_64 .box1 {
    width: 60%;
  }
  
  .fitxa_categoria .row_64 .box2 {
    width: 40%;
  }
  
  .fitxa_categoria .row_64 .box2 a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #043883;
    font-size: 18px;
  }
  
  .fitxa_categoria .row_64 .box2 a img {
    margin-bottom: 20px;
  }

  .certificados .bloc_fill {
    text-align: center;
  }
  .certificados .bloc_fill span {
    font-size: 20px;
  }
  .certificados .bloc_fill .foto_fill {
    text-align: center;
    padding: 15px 15px 0px 15px;
  }

  .llista_prod {
    gap: 25px !important;
    padding: 0px 15px;
    margin-top: 50px;
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
  
  .llista_prod .bloc_fill {
    width: 32%;
  }
  
  .llista_prod .bloc_fill .foto_fill img {
    width: 100%;
  }
  
  .llista_prod .bloc_fill .fill_titol {
    padding: 20px;
    padding-bottom: 0px;
  }
  
  .imagemap img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  
  .imagemap {
    position: relative;
    width: 1350px;
    max-width: 100%;
  }
  
  .imagemap img {
    display: block;
  }
  
  .imagemap .area {
    display: block;
    position: absolute;
    transition: box-shadow 0.15s ease-in-out;
  }
  
  .imagemap .area:hover {
    box-shadow: 0px 0px 1vw rgba(0, 0, 0, 0.5);
  }
  
  .textPeu {
    margin-bottom: 50px;
  }
  
  /* smart guide */
  /*---------------------------------------------------------------------------*/
  /*---------------------------------------------------------------------------*/
  
  #content.smartguide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 100px;
  }
  
  .smartguide .bloc {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: whitesmoke;
    gap: 100px;
  }
  
  .smartguide .bloc:nth-child(2n-3) {
    flex-direction: row-reverse;
  }
  
  .smartguide .bloc iframe, .smartguide .bloc video {
    width: 500px;
    height: 300px;
    scale: 1.2;
  }
  
  .smartguide .bloc .text {
    padding: 40px;
    flex-grow: 0.3;
    width: 25%;
    gap: 20px;
    display: flex;
    flex-direction: column;
  }
  
  .smartguide .bloc .titol {
    font-size: 32px;
    font-weight: 500;
    line-height: 50px;
    color: var(--color-main);
    padding-bottom: unset;
  }
  
  .smartguide .bloc .subtitol {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
  }
  
  .smartguide .bloc .desc {
    text-align: justify;
  }
  
  .smartguide .bloc img {
    filter: drop-shadow(0px 10px 10px black);
    transition: all 1.5s;
    scale: 1;
  }
  .smartguide .bloc img:hover {
    scale: 1.3;
    transition: all 1.2s;
  }
  
  .doc-form {
    margin-bottom: 100px;
    width: 70%;
    background: whitesmoke;
    padding: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
  }
  
  .doc-form iframe {
    height: 800px;
    width: 100%;
  }
  
  .doc-form form {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;
    gap: 20px;
    width: 100%;
  }
  
  .doc-form form div.col {
    display: flex;
    flex-direction: column;
    width: 49%;
    gap: 10px;
  }
  
  .doc-form form div.row {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  
  .doc-form form input {
    border: 1px solid gray;
    padding: 10px;
    border-radius: 3px;
    background: whitesmoke;
  }
  
  .doc-form form button {
    margin-top: 30px;
    align-self: center;
    width: 20%;
    height: 40px;
    color: white;
    background-color: var(--color-main);
    border: 1px solid black;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .doc-form form button:hover {
    background-color: #5EA2DA;
  }
  
  /* Productos Relacionados */
  /*---------------------------------------------------------------------------*/
  /*---------------------------------------------------------------------------*/
  .contenidor_centrat.relacionados {
    margin-bottom: 50px;
  }
  
  .contenidor_centrat.relacionados .productes_relacionats {
    background-color: #f4f4f4;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-evenly;
    align-items: stretch;
    padding: 40px;
    border-radius: 5px;
  }
  
  .productes_relacionats a {
    width: 30%;
    text-decoration: none;
    color: var(--color-black);
    background-color: var(--color-white);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 1px 1px 5px black;
    transition: all 0.3s;
  }
  
  .productes_relacionats a:hover {
    box-shadow: 3px 3px 6px black;
    transition: all 0.3s;
  }
  
  .contenidor_centrat.relacionados .productes_relacionats .bloc_destacat {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column-reverse;
    padding: 20px;
  }
  
  .bloc_destacat img {
    width: 70%;
    transition: all 1s;
    scale: 1;
  }
  
  .productes_relacionats a:hover img {
    /*scale: 1;*/
    /*transition: all 1s;*/
  }

  @media screen and (max-width: 748px) {
    .contenidor_centrat.relacionados .productes_relacionats {
      flex-direction: column;
    }
    .productes_relacionats a {
      width: 100%;
    }
    h3#titol_productos_misma_categoria  {
      text-align: center;
    }
  }
  
  /* FAQs */
  /*---------------------------------------------------------------------------*/
  /*---------------------------------------------------------------------------*/
  .container.faq .titol {
    padding: 30px;
    padding-top: 30%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 40px;
  
    text-shadow: black 2px 0px;
  }
  
  .container.faq .faq_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: justify;
    gap: 10px;
    margin-bottom: 40px;
  }
  
  .container.faq .faq_content div {
    width: 45%;
  }
  

/* --- Inici estils nous home --- */
header.header_transparent {
  background: transparent;
  box-shadow: none;
  transition: all .4s cubic-bezier(.26, 1.04, .54, 1);
}
header.header_transparent .container_menu {
  padding: 30px 20px 4px;
  max-width: 1500px;
  transition: all .4s cubic-bezier(.26, 1.04, .54, 1);
}
header.header_transparent .menu > ul > li > a {
  color: #fff;
  font-weight: 500;
  text-shadow: 0px 0px 5px #000;
}
header.header_transparent.scroll {
  background-color: #1F4A8F;
  box-shadow: var(--shadow-medium);
  transition: all .3s cubic-bezier(.26, 1.04, .54, 1);
}
header.header_transparent.scroll .container_menu {
  transition: all .4s cubic-bezier(.26, 1.04, .54, 1);
  padding: 5px 20px 4px;
}
header.header_transparent .menu > ul > li .menu-subs.menu-column-4.id_menu_1533 {
  height: auto;
  flex-direction: row;
}
header.header_transparent .menu > ul > li .menu-subs.menu-column-4 {
  max-width: 30%;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom: none;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
header.header_transparent .menu > ul > li .menu-subs.menu-mega {
  left: inherit;
  transform: none;
}
header.header_transparent .menu > ul > li .menu-subs.menu-column-4 > .list-item {
  flex: 0 0 50%;
  padding: 0 5px;
  max-width: 50%;
}
header.header_transparent .menu > ul > li .menu-subs.menu-column-4 > .list-item .title {
  font-size: 0.7rem;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 10px;
}
header.header_transparent .menu > ul > li .menu-subs.menu-column-4.id_menu_1532 {
  height: auto;
  flex-direction: row;
}
header.header_transparent .menu > ul > li:hover > a {
  color: #fff;
}
header.header_transparent .menu > ul > li.estil_dos_columnes .menu-subs.menu-column-4 {
  /*max-width: 40%;*/
}
header.header_transparent .menu > ul > li.estil_dos_columnes .menu-subs.menu-column-4 .caixa_esquerra {
  width: 50%;
  padding-right: 5%;
}
header.header_transparent .menu > ul > li.estil_dos_columnes .menu-subs.menu-column-4 .caixa_esquerra .list-item {
  line-height: 2;
}
header.header_transparent .menu > ul > li.estil_dos_columnes .menu-subs.menu-column-4 .caixa_esquerra .list-item .title {
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 10px;
  width: 100%;
  color: #fff;
  background-color: #1F4A8F;
  padding-left: 5px;
  font-size: 13px;
}

header.header_transparent .menu > ul > li.estil_dos_columnes .menu-subs.menu-column-4 .caixa_dreta {
  width: 50%;
}
header.header_transparent .menu > ul > li.estil_dos_columnes .menu-subs.menu-column-4 .caixa_dreta .list-item .title {
  font-size: 0.7rem;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1;
  padding: 3px 0;
  color: var(--color-main);
  text-transform: uppercase;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size .5s !important;
  margin-right: 10px;
  width: fit-content;
}
.caixa_banner_home { 
  height: 100vh;
  background-size: cover;
  /* margin-top: -82.7px; */
}
.caixa_banner_home .caixa_continguts {
  background-color: rgba(6, 6, 6, 0.48);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.caixa_banner_home .caixa_continguts .caixa_interior_banner {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.caixa_banner_home .caixa_continguts .caixa_interior_banner h1 {
  font-size: 60px;
  line-height: 1;
  padding-bottom: 50px;
}
.caixa_banner_home .caixa_continguts .caixa_interior_banner .descripcio {
  font-family: 'Gilroy';
  font-weight: 300;
  font-size: 23px;
  line-height: 1.2;
  padding-bottom: 50px;
}
.caixa_banner_home .boto_generic {
  font-size: 17px;
  padding: 15px 10px 15px 10px;
  max-width: 300px;
  color: #1F4A8F;
}
.caixa_banner_home .boto_generic:hover {
  color: #fff;
}
.caixa_general_cuadricula_home {
  width: 100%;
  overflow: hidden;
  padding-top: 7%;

}
.caixa_general_cuadricula_home .caixa_llistat_cuadricula {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 2%;
}
.caixa_general_cuadricula_home .caixa_llistat_cuadricula .caixa_bloc_cuadricula {
  width: 25%;
  position: relative;
  height: 30vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.caixa_general_cuadricula_home .caixa_llistat_cuadricula .caixa_bloc_cuadricula .textos {
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(31,74,143,1) 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-left: 5%;
  opacity: 0;
  transition: all .3s cubic-bezier(.26, 1.04, .54, 1);
}
.caixa_general_cuadricula_home .caixa_llistat_cuadricula .caixa_bloc_cuadricula:hover .textos {
  opacity: 1;
  transition: all .3s cubic-bezier(.26, 1.04, .54, 1);
}
.caixa_general_cuadricula_home .caixa_llistat_cuadricula .caixa_bloc_cuadricula .textos h3 {
  font-family: 'Gilroy';
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  text-transform: uppercase;
}
.caixa_general_cuadricula_home .caixa_titol {
  width: 88%;
  float: right;
  display: flex;
  align-items: center;
}
.caixa_general_cuadricula_home .caixa_titol h2 {
  font-size: 45px;
  font-family: 'Gilroy';
  font-weight: 400;
  color: #1F4A8F;
}
.caixa_general_cuadricula_home .caixa_titol hr {
  width: 83%;
  height: 1px;
  color: #1F4A8F;
  margin-right: 0;
}
.caixa_columnes_home {
  width: 100%;
  display: flex;
  background-size: 75%;
  background-repeat: no-repeat;
  background-position-x: -70%;
  background-position-y: -60%;
}
.caixa_columnes_home .caixa_esquerra {
  width: 50%;
  padding-right: 5%;
  border-right: 1px solid #1F4A8F;
  padding-top: 6%;
  padding-bottom: 6%;
  display: flex;
  flex-direction: column;
}
.caixa_columnes_home .caixa_esquerra .caixa_text_columna {
  text-align: right;
}
.caixa_columnes_home .caixa_esquerra .caixa_text_columna h3, .caixa_columnes_home .caixa_esquerra .caixa_text_columna p {
  padding-left: 50%;
}
.caixa_columnes_home .caixa_dreta .caixa_text_columna h3, .caixa_columnes_home .caixa_dreta .caixa_text_columna p {
  padding-right: 50%;
} 
.caixa_columnes_home .caixa_dreta {
  width: 50%;
  padding-left: 5%;
  padding-top: 6%;
  padding-bottom: 6%;
  display: flex;
  flex-direction: column;
}
.caixa_columnes_home .caixa_text_columna h3 {
  font-size: 42px;
  font-family: 'Gilroy';
  font-weight: 600;
  margin-bottom: 10px;
  color: #1F4A8F;
  line-height: 1;
}
.caixa_columnes_home .caixa_text_columna hr {
  color: #1F4A8F;
  height: 1px;
  width: 10%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.caixa_columnes_home .caixa_esquerra .caixa_text_columna hr {
  margin-right: 0;
}
.caixa_columnes_home .caixa_dreta .caixa_text_columna hr {
  margin-left: 0;
}
.caixa_columnes_home .caixa_text_columna p {
  font-size: 16px;
  font-family: 'Gilroy';
  font-weight: 300;
  color: #1F4A8F;
}
.caixa_text_columna.columna_imatges {
  display: flex;
  width: 100%;
  gap: 4%;
  align-items: center;
}
.caixa_text_columna.columna_imatges img {
  width: 25%;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
}
.caixa_columnes_home .caixa_text_columna {
  min-height: 30vh;
}
.caixa_destacats_footer_home {
  background-color: #0B2744;
  width: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
  overflow: hidden;
  display: block;
}
.caixa_destacats_footer_home .caixa_interior {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.caixa_destacats_footer_home .caixa_interior .owl-item .caixa_single_destacat_interior {
  padding-left: 8%;
  padding-right: 8%;
  color: #fff;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  justify-content: space-between;
  height: 70vh;
}
.owl-carousel .owl-stage-outer {
  display: block;
}
.caixa_destacats_footer_home .caixa_interior .owl-item .caixa_single_destacat_interior img {
  max-width: 70%;
}
.caixa_destacats_footer_home .caixa_interior .owl-item .caixa_single_destacat_interior h4 {
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'Gilroy';
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 10px;
  margin-top: 0;
  height: 15vh;
  overflow: hidden;
}
.caixa_destacats_footer_home .caixa_interior .owl-item .caixa_single_destacat_interior hr {
  width: 10%;
  margin-left: 0;
}
.caixa_destacats_footer_home .caixa_interior .owl-item .caixa_single_destacat_interior p {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 15vh;
  overflow: hidden;
}
.caixa_destacats_footer_home .boto_generic {
  font-size: 17px;
  padding: 15px 10px 15px 10px;
  max-width: 300px;
  color: #fff;
  background-color: #6FA1D4;
  margin-top: 15px;
}
.caixa_destacats_footer_home .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 40%;
  color: #fff;
  font-size: 50px;
}
.caixa_destacats_footer_home .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 40%;
  color: #fff;
  font-size: 50px;
}
.footer.nova_portada {
  background-color: #1F4A8F;
}

/* Form Presupuesto */

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 800px;
  width: 70%;
  margin: 20px auto;
  padding: 0px;
  }
.open-popup-link, .send {
  font-size: 16px;
  color: #ffffff;
  background-color: #043883;
  border: 1px solid #043883;
  cursor: pointer;
  padding: 20px;
  margin: 0 auto;
  width: fit-content;
  display: block;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: bold;
  transition: all 0.2s;
}
.open-popup-link:hover, .send:hover {
  background-color: transparent;
  color: #043883;
}
@media screen and (max-width: 748px) {
  .white-popup {
    width: 95%;
    padding: 0px;
  }
  .white-popup form div#a{
    display: flex !important;
    flex-direction: column !important;
  }
  .white-popup form div#a div{
    width: 100% !important;
  }
}

@media all and (max-width : 1500px) {
  header.header_transparent .container_menu {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .caixa_banner_home .caixa_continguts .caixa_interior_banner {
    padding-left: 5%;
    padding-right: 5%;
  }
  .caixa_banner_home .caixa_continguts .caixa_interior_banner h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1300px) { 
  header.header_transparent .menu-mobile-toggle span {
    background: #fff;
  }
  header.header_transparent .menu, header.header_transparent .menu .menu-mobile-header {
    background-color: #1F4A8F;
  }
  header.header_transparent .menu .menu-mobile-header .menu-mobile-title .title_active_mobile {
    color: #fff;
  }
  header.header_transparent .menu > ul > li .menu-subs.menu-column-4 {
    max-width: 100%;
  }
  header.header_transparent .menu > ul > li .menu-subs.menu-column-4 > .list-item {
    max-width: 100%;
  }
  header.header_transparent .menu > ul > li .menu-subs.menu-column-4.id_menu_1532, header.header_transparent .menu > ul > li .menu-subs.menu-column-4.id_menu_1533 {
    height: 100vh;
  }
  header.header_transparent .menu > ul > li.estil_dos_columnes .menu-subs.menu-column-4 .caixa_esquerra, header.header_transparent .menu > ul > li.estil_dos_columnes .menu-subs.menu-column-4 .caixa_dreta {
    width: 100%;
  }
  header.header_transparent .header-item-left {
    flex: 8;
    width: 80%;
  }
  header.header_transparent.scroll .container_menu {
    padding: 8px 20px 8px;
  }
  header.header.header_transparent {
    height: 60px;
  }
}
@media screen and (max-width: 900px) { 
  .caixa_banner_home .caixa_continguts .caixa_interior_banner h1 {
    font-size: 40px;
  }
  .caixa_banner_home .caixa_continguts .caixa_interior_banner .descripcio {
    font-size: 16px;
  }
  .caixa_general_cuadricula_home .caixa_llistat_cuadricula .caixa_bloc_cuadricula {
    width: 50%;
  }
  .caixa_columnes_home {
    flex-direction: column;
  }
  .caixa_columnes_home .caixa_esquerra {
    border-right: none;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 0;
  }
  .caixa_columnes_home .caixa_dreta {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 0;
  }
  .caixa_columnes_home .caixa_esquerra .caixa_text_columna, .caixa_columnes_home .caixa_dreta .caixa_text_columna {
    text-align: center;
  }
  .caixa_columnes_home .caixa_esquerra .caixa_text_columna h3, .caixa_columnes_home .caixa_esquerra .caixa_text_columna p {
    padding-left: 0;
  }
  .caixa_columnes_home .caixa_dreta .caixa_text_columna h3, .caixa_columnes_home .caixa_dreta .caixa_text_columna p {
    padding-right: 0;
  }
  .caixa_columnes_home .caixa_esquerra .caixa_text_columna hr,.caixa_columnes_home .caixa_dreta .caixa_text_columna hr {
    margin-left: auto;
    margin-right: auto;
  }
  .caixa_text_columna.columna_imatges img {
    margin: 0 auto;
  }
  .caixa_destacats_footer_home .caixa_interior .owl-item .caixa_single_destacat_interior h4 {
    font-size: 25px;
    margin-bottom: 5px;
  }
  .caixa_destacats_footer_home .caixa_interior .owl-item .caixa_single_destacat_interior p {
    margin-top: 5px;
  }
  .caixa_destacats_footer_home .owl-carousel .owl-item img {
    max-width: 85%;
  }
  .caixa_destacats_footer_home .boto_generic {
    max-width: 60%;
    font-size: 14px;
    padding: 12px 5px 12px 5px;
  }
  .caixa_destacats_footer_home .caixa_interior .owl-item .caixa_single_destacat_interior {
    height: 60vh;
  }
}
@media screen and (max-width: 600px) { 
  .caixa_banner_home .caixa_continguts .caixa_interior_banner h1 {
    font-size: 33px;
  }
}
/* --- Fi estils nous home --- */
  
  /* Responsive */
  /*---------------------------------------------------------------------------*/
  /*---------------------------------------------------------------------------*/
  
  
  /* Extra Large (Big screens) */
  /*---------------------------------------------------------------------------*/
  @media only screen and (max-width : 1600px) {
    .link_sub2 {
      font-size: 11px;
    }
  
    .bloc_submenu {
      width: 37% !important;
    }
  
  }
  
  @media only screen and (max-width : 1440px) {
    .submenu1 {
      width: 80%;
    }
  
    #menu__toggle:checked~.contentMenu {
      width: 94%;
    }
  
    #menu__toggle:checked~.menu_top_header {
      width: 94%;
    }
  
    .right_menu .foto_menu {
      display: none;
    }
  
    #menu__toggle:checked~.right_menu {
      visibility: visible;
      width: 9%;
      left: 94%;
    }
  
    .bloc_submenu {
      width: 70% !important;
    }
  }
  
  /* Large (Laptop) */
  /*---------------------------------------------------------------------------*/
  @media only screen and (max-width : 1200px) {
    .col_left {
      width: 60%;
      padding: 20px 20px 0 30px;
      border-left: unset;
    }
  
    .slide_marca .left {
      width: 40% !important;
      padding-left: 0 !important;
    }
  
    .slide_marca .right {
      width: 60% !important;
    }
  
    .imatge_esq {
      height: 35vh;
    }
  
    .mobile {
      display: block;
    }
  
    .desktop {
      display: none;
    }
  
    #menu__toggle:checked~.contentMenu {
      width: 92%;
    }
  
    .foto_menu {
      display: none;
    }
  
    #menu__toggle:checked~.right_menu {
      left: 92%;
    }
  
    #menu__toggle:checked~.menu_top_header {
      width: 92%;
    }
  
    .footerinfo {
      padding: 45px 40px 70px 90px;
    }
  
    .filtreBlack {
      width: 60%;
    }
  
    .titol {
      font-size: 38px;
  
    }
  
    .container .right {
      width: 40%;
    }
  
    .container .left {
      padding-left: 70px;
    }
  
  }
  
  /* Medium (Large Tablet) */
  /*---------------------------------------------------------------------------*/
  @media only screen and (max-width : 1024px) {
    .menu_pare li>ul {
      display: block;
    }
  
    .menu_pare ul ul {
      position: unset !important;
      background: unset;
    }
  
    .container .left {
      width: 40%;
    }
  
    .titol {
      font-size: 30px;
    }
  
    .descripcio {
      font-size: 14px;
  
    }
  
    .submenu3 {
      display: none !important;
    }
  
    .menu_pare a,
    .menu_pare .link_sub0 {
      max-width: 100%;
    }
  
    #menu_pare {
      width: 100%;
      overflow-y: scroll;
      overflow-x: hidden;
      padding: 0;
      padding-bottom: 70px;
      position: unset;
      /* 
                 top: 0px; 
                 height: auto; 
                  margin: 0;
                 padding: 0;
                list-style: none; */
    }
  
    .footerinfo {
      padding: 45px 40px 50px 50px;
    }
  
    .backgroundBlue {
  
      width: 85px;
    }
  
    .menu_pare li {
      width: 100%;
    }
  
    .fletxa_menu {
      width: 40px;
      transform: rotate(90deg);
      margin-right: 20px;
    }
  
    .menu_pare .submenu1 {
      display: none;
      position: inherit;
      width: 100%;
      top: unset;
      left: unset;
      background-color: #fff;
      padding: 0;
      list-style: none;
    }
  
    .menu_pare li:hover {
      background-color: unset;
  
    }
  
    .submenu1 li .link_sub1:hover {
      color: #5EA2DA !important;
    }
  
    #hamburger-menu .menu_pare>li {
      flex-wrap: wrap;
    }
  
    .fletxa_menu {
  
      top: 20px;
    }
  
    .submenu1 .link_sub1 {
      color: #8D8D8D !important;
    }
  
    .submenu1 li {
      width: 50% !important;
  
    }
  
    .menu_pare .submenu1 {
      background-color: #e8e8e8;
      padding: 30px 20px 30px 40px;
    }
  
    .submenu1 .link_sub2 {
      font-size: 13px;
      padding-left: 50px;
    }
  
    .smartguide .bloc {
      display: flex;
      flex-direction: column-reverse;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      padding: 20px;
      text-align: left;
      gap: 50px;
    }
  
    .smartguide .bloc iframe, .smartguide .bloc video {
      width: 90%;
    }
  
    .smartguide .bloc .text {
      width: 100%;
    }
  
    .smartguide .bloc:nth-child(2n-3) {
      text-align: left;
      flex-direction: column-reverse;
    }
  
    .doc-form {
      width: 100%;
    }
  
    .container.faq .faq_content div {
      width: 100% !important;
      padding: 10px 40px 10px 40px;
    }

    .links_footer {
      width: 100%;
      column-gap: 30px;
      height: 500px;
    }
  
  }
  
  @media only screen and (max-width : 990px) {
    .submenu1 li {
      width: 100% !important;
    }
  
    .llista_prod {
      flex-wrap: wrap;
    }
  
    .llista_prod .bloc_fill {
      width: 48%;
    }
  
    .fitxa_categoria .row_mitat {
      flex-wrap: wrap;
    }
  
    .fitxa_categoria .row_mitat .box {
      width: 100%;
    }
  
    .fitxa_categoria .img_sense {
      flex-wrap: wrap;
    }
  
    .fitxa_categoria .img_sense>div {
      width: 48%;
      display: flex;
      flex-direction: column;
      flex: auto;
    }
  
    .fitxa_categoria .img_sense>div img {
      margin-bottom: 10px;
    }
  
    .fitxa_categoria .row {
      padding: 0px 20px;
    }
  
    .fitxa_categoria .row_64 {
      flex-wrap: wrap;
    }
  
    .fitxa_categoria .row_64 .box1 {
      width: 100%;
    }
  
    .fitxa_categoria .row_64 .box2 {
      width: 100%;
    }
  
    .caixa_fitxa_enquesta {
      max-width: 90%;
    }
  
    .caixa_fitxa_enquesta h1 {
      font-size: 35px;
    }
  
    .content_pregunta .pregunta {
      font-size: 14px;
    }
  
    .content_pregunta {
      font-size: 14px;
    }
  
    input#BtnEnviarEnquesta {
      font-size: 16px;
    }
  
    .blocInformacionCampo .invert {
      margin: 20px auto;
      flex-wrap: wrap-reverse;
    }
  
    .blocInformacionCampo .invert .capa1 {
      width: 100%;
      height: 30vh;
    }
  
    .blocInformacionCampo .invert .capa2 {
      width: 100%;
      padding: 10px;
    }
  
    .columneHoyos .wrap-galeria .frase_galeria {
      font-size: 30px;
      padding: 15px;
    }
  
    .columneHoyos p {
      padding: 15px;
      font-size: 16px;
    }
  
    .bloc_llistat_enquesta {
      padding: 50px 0px;
    }
  
    .bloc_llistat_enquesta h4 {
      font-size: 26px;
    }
  
    .bloc_llistat_enquesta a {
      font-size: 16px;
    }
  
    .caixa-absoluta-tooltip img {
      max-width: 20px;
    }
  
    .caixa-absoluta-tooltip .caixa-text-tooltip {
      display: none !important;
    }
  }
  
  
  /* Small (Tablet) */
  /*---------------------------------------------------------------------------*/
  @media only screen and (max-width: 820px) {
    .links_footer>ul {
      padding: 0px;
    }
  }

  @media only screen and (max-width : 768px) {
  
    .footerinfo {
      flex-wrap: wrap;
    }
  
    .footerinfo .basic {
      margin-bottom: 50px;
      width: 100%;
      text-align: center;
    }
  
    .llista_prod .bloc_fill {
      width: 100%;
    }
  
    .links_footer>ul {
      width: auto;
      padding-left: 0px;
    }
  
    .links_footer .two_col ul {
      columns: 1;
      -webkit-columns: 1;
      -moz-columns: 1;
      max-width: 100%;
    }
  
    .homeImage {
      height: calc(100vh - 80.41px);
      width: 100%;
      background-size: cover;
    }
  
    body {
      /* margin-top: 80.41px; */
    }

  
    .fletxa_menu {
      top: 30px;
      width: 20px;
    }
  
    .subtitol_slide {
      padding: 0 30px 0 0;
    }
  
    .slide_marca {
      padding-bottom: 40px;
    }
  
    .slider_home_footer .slick-prev,
    .slider_home_footer .slick-next {
      display: none !important;
    }
  
    .slide_marca .right {
      width: 100% !important;
    }
  
    .imatge_esq {
      width: 100%;
    }
  
    .slide_marca .left {
      width: 100% !important;
      padding: 0 !important;
    }
  
    .slide_marca {
      flex-direction: column;
    }
  
    .filtreBlack {
      width: 80%;
    }
  
    .menu__btn {
      right: 16px;
    }
  
    .backgroundBlue {
      width: 62px;
    }
  
  
  
    .footerinfo {
      padding: 45px 40px 50px 50px;
      width: 100%;
    }
  
    .flex {
      flex-direction: column;
    }
  
    .llista_prod {
      justify-content: space-between;
      align-items: center;
    }
  
    .bloc_producto {
      flex: 0 0 calc(50% - 20px) !important;
      margin: 10px 10px 25px 10px !important;
    }
  
    #section2 {
      flex-direction: row;
    }
  
    .container .left {
      width: 60%;
      align-items: flex-start;
  
    }
  
    .container.footer {
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
  
    .links_legals {
      padding-top: 15px;
    }
  
    #fitxa_article {
      margin-bottom: 100px;
      padding-top: 0px;
      display: flex;
      border-bottom: 1px solid #D6D5D5;
      flex-direction: column-reverse;
    }
  
    #fitxa_article>div {
      width: 100%;
      border: none;
      padding: 0px;
    }
  
    .breadcrumb {
      margin-bottom: 10px;
  
    }
  
    .titol_article {
  
      font-size: 30px;
    }
  }
  
  
  @media(max-width:600px) {
    .bloc_producto .ribbon {
      display: none;
    }
  
    .bloc_producto {
      flex: 0 0 calc(50% - 20px) !important;
      margin: 10px 10px 25px 10px !important;
    }
  
    .bloc_producto.cycle-slide {
      /*         flex: 0 0 calc(100% -20px) !important;
      */
      width: 33vw !important;
    }
  
    .bloc_producto .title {
      font-size: 13px;
    }
  
    .bloc_producto .cat {
      font-size: 10px;
    }
  }
  
  /* Extra small (Mobile) */
  /*---------------------------------------------------------------------------*/
  @media only screen and (max-width : 544px) {
    .fletxaAvall {
      bottom: 10px;
  
    }
  
    .number_menu {
      font-size: 22px;
    }
  
  
  
    .flex.llista_prod {
      align-items: center;
      /* padding-top: 20px !important; */
      margin-top: 0px;
    }
  
    .menu_pare a,
    .menu_pare .link_sub0 {
      font-size: 16px;
  
    }
  
    .container .left {
      padding: 30px;
    }
  
    .filtreBlack {
      width: 100%;
    }
  
    .backgroundBlue {
      width: 44px;
    }
  
    .menu__btn {
      top: 24px;
      right: 8px;
      width: 19px;
      height: 19px;
    }
  
    .menu_top_header {
      height: 90px;
    }
  
    .contentMenu {
      top: 90px;
  
    }
  
    .logo,
    .telf,
    .email {
  
      font-size: 10px;
  
    }
  
    .filtreBlack {
  
      padding-left: 20px;
      padding-right: 20px;
  
    }
  
    .blocBlau {
      padding: 25px;
    }
  
    #section2 {
      flex-direction: column;
    }
  
    .container .left {
      width: 100%;
    }
  
    .container .right {
      width: 100%;
    }
  
    .topImageCategory .titol {
      padding: 0 0 30px 22px;
    }
  
    .titol {
      font-size: 24px;
    }
  
    .fitxa_descripcio {
      padding: 5px;
      width: 100%;
    }
  
    .fitxa_descripcio>div {
      padding-left: 5px;
  
  
    }
  
    .contenidor_centrat,
    .legal_prin {
  
      max-width: 100%;
  
    }
  
    .prin_article {
      max-width: 95%;
      margin: 0 auto;
  
    }
  
    .breadcrumb {
      max-width: 95%;
      margin: 0 auto 20px;
  
    }

    .links_footer {
      height: auto;
    }

  }
  
  #show_mobile {
    display: none;
  }
  
  @media screen and (max-width:1300px) {
    #close_mobile {
      display: none;
    }
  
    #show_mobile {
      display: block;
    }
  }
  
  .title_active_mobile {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    color: var(--color-black);
  }