/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    padding: 0;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}


/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    /* -webkit-box-shadow: 0 0 5px #ccc; */
    /* box-shadow: 0 0 5px #ccc; */
    /* border:  5px solid #fff; */
    /* left: -5px; */
    /* background: #fff; */
    /*fix other elements on the page moving (on Chrome)*/
    /* -webkit-transform: translatez(0); */
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    /* transform: translatez(0); */
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    /* bottom: -30px; */
    width: auto;
}


/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}


/* PAGER */

.bx-wrapper .bx-pager {
    text-align: left;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #C00000;
    padding-top: 20px;
    padding-left: 15px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #c0c0c0;
    text-indent: -9999px;
    display: block;
    width: 9px;
    height: 9px;
    margin: 0 3px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #C00000;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 0px;
    background: url(../img/NG_slidergran_left.png) no-repeat;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../img/NG_slidergran_right.png) no-repeat 0px;
    z-index: 999 !important;
}

.slider-nou .bx-wrapper .bx-prev {
    left: 0px;
    background: url(../img/big_arrrow_left.png) no-repeat;
}

.slider-nou .bx-wrapper .bx-next {
    background: url(../img/big_arrrow_right.png) no-repeat 0px;
    z-index: 999 !important;
}

.bx-wrapper .bx-controls-direction {
    opacity: 1;
}

.boxCarrusel{
    visibility: hidden;
}

.fpca_carrusel .slider-nou .bx-wrapper .bx-controls-direction .arrow {
    position: absolute;
    top: 115px;
    outline: 0;
    width: 45px;
    height: 45px;
    text-indent: -9999px;
    z-index: 99;
    background-size: cover;
    cursor: pointer;
    background: unset; }

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 17%;
    outline: 0;
    width: 55px;
    height: 55px;
    text-indent: -9999px;
    z-index: 9999;
    top: 45%;
}

.bx-wrapper .bx-controls-direction .disabled {
    display: none;
}


/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}


/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}


/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}
.fpca_carrusel .bx-wrapper .bx-prev {
  left: 15px;
  background: url(../img/icona-45-fetxa-esquerra.svg) no-repeat; }

.fpca_carrusel .bx-wrapper .bx-next {
  right: 20px;
  z-index: 999 !important; }

.fpca_carrusel .bx-wrapper .bx-pager.bx-default-pager a:hover,
.fpca_carrusel .bx-wrapper .bx-pager.bx-default-pager a:active {
  background: #666; }

.fpca_carrusel .bx-wrapper .bx-pager {
  padding-top: 0;
  padding-left: 0; }

.fpca_carrusel .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #666; }

.fpca_carrusel .slider-nou .bx-wrapper .bx-prev {
  left: 20px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.fpca_carrusel .slider-nou .bx-wrapper .bx-next {
  z-index: 999 !important; }

.fpca_carrusel .slider-nou {
  position: relative;
  width: 100%;
  float: left; }

.fpca_carrusel .ombra-li a {
  position: relative;
  height: 100%; }
  .fpca_carrusel .ombra-li a:hover span {
    text-decoration: underline; }
  .fpca_carrusel .ombra-li a:focus {
    outline: none;
    text-decoration: none; }
.fpca_carrusel .slider-nou .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 20px;
  color: #000;
  text-align: left;
  position: inherit;
  text-shadow: none;
  background: #fff;
  height: auto !important;
  }

.fpca_carrusel .slider-nou .carousel-caption p {
    font-size: 14px;
}



.fpca_carrusel .carousel-caption:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 34px #999;
    box-shadow: 0 0 34px #999;
    bottom: 3px;
    width: 81%;
    height: 12%;
    border-radius: 100%;
    right: 10%;
    opacity: 0.5;
    filter: alpha(opacity=40);
}

.fpca_carrusel .slider-nou .carousel-image{
    position: relative;
}

.fpca_carrusel .slider-nou .carousel-image span {
    font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
    font-size: 0.938em;
    font-weight: bold;
    position: absolute;
    color: #fff;
    width: 100%;
    bottom: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 1;
}

.fpca_carrusel .slider-nou .carousel-image span {
    color: #fff;
    margin-bottom: 5px;
    bottom: 0;
    position: absolute;
    display: block;
}

.fpca_carrusel .slider-nou li a:focus-visible {
  outline: thin dotted;
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 4px; 
}
    
.fpca_carrusel .slider-nou li a:focus-visible span {
  text-decoration: underline; }
.fpca_carrusel .slider_petit .carousel-caption p {
    color: #fff;
    color: #333;
    font-size: 13px;
    text-align: left;
    padding: 15px 15px 0;
    margin: 14px 0 0;
    min-height: 86px;
}
.fpca_carrusel .bx-wrapper .bx-pager.bx-default-pager a:focus {
  outline-offset: -2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 8px rgba(102, 175, 233, 0.6) !important;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  border-radius: 50%; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fpca_carrusel .bx-wrapper .bx-pager a:focus,
  .fpca_carrusel .bx-wrapper .bx-pager.bx-default-pager a:focus {
    outline-offset: -2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 8px rgba(102, 175, 233, 0.6) !important;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 8px rgba(102, 175, 233, 0.6) !important; } }

/* Max width deriva de amplada imtage */
/* Modificacion de carrousel v.2 */
.fpca_carrusel .bx-viewport .bxslider {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom:20px;}

.fpca_carrusel .carousel-caption:after {
  content: none; }

.fpca_carrusel .bx-wrapper {
  max-width: 100% !important;
  width: 100%; }

.fpca_carrusel .bx-wrapper .bx-viewport {
  padding-left: 5px;
  padding-right: 5px;
  height:auto !important;}

.fpca_carrusel--no-image .bx-wrapper .bx-viewport {
  padding-left: 6px; }

.fpca_carrusel .slider-nou .bx-wrapper .bx-prev:hover {
  -webkit-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.1) scaleX(-1);
          transform: scale(1.1) scaleX(-1);
  border-radius: 50%; }
  .fpca_carrusel .slider-nou .bx-wrapper .bx-prev:hover circle{
    fill: #c00000;
  }.fpca_carrusel .slider-nou .bx-wrapper .bx-prev:hover path{
    fill: #ffffff;
  }

.fpca_carrusel .slider-nou .bx-wrapper .bx-next:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  border-radius: 50%; }
  .fpca_carrusel .slider-nou .bx-wrapper .bx-next:hover circle{
    fill: #c00000;
  }.fpca_carrusel .slider-nou .bx-wrapper .bx-next:hover path{
    fill: #ffffff;
  }

.fpca_carrusel .slider-nou .bx-wrapper .bx-next:focus-visible,
.fpca_carrusel .slider-nou .bx-wrapper .bx-prev:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.fpca_carrusel .carousel-caption span {
  color: #C00000;
  font-size: 16px;
  font-family: "OpenSansSemibold";
  display: inline-block;
  margin-bottom: 8px; }

.fpca_carrusel .carousel-caption span:hover {
  text-decoration: underline; }

.fpca_carrusel .carousel-caption p {
  color: #333333;
  font-size: 14px;
  font-family: "OpenSansRegular"; }

.fpca_carrusel .ombra-li {
  border: 0;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }

.fpca_carrusel .ombra-li:hover {
  -webkit-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 5px 5px -3px rgba(0, 0, 0, 0.2); }

.fpca_carrusel .ombra-li a:hover {
  text-decoration: none !important; }

.fpca_carrusel .ombra-li:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  z-index: 2; }

.fpca_carrusel .bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0; }

.fpca_carrusel .bx-wrapper .bx-pager.bx-default-pager a.active {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #C00000; }

.fpca_carrusel .bx-pager-item {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 3px;
  border: 1px solid transparent;
  border-radius: 50%;
  margin: 0 3px; }

.fpca_carrusel .bx-wrapper .bx-pager {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
          justify-content: center; }

.fpca_carrusel .bx-wrapper .bx-pager a {
  margin: 0;
  position: relative; }

.fpca_carrusel .bx-pager-item .bx-pager-link.active:before {
  content: none !important; }

.fpca_carrusel .bx-pager-item .bx-pager-link:hover:before {
  content: '';
  position: absolute;
  border: 1px solid #666;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: calc(50% - 0.1%);
  top: calc(50% - 0px);
  -webkit-transform: translate(-47%, -47%);
          transform: translate(-47%, -47%); }

.fpca_carrusel--no-image .slider-nou {
  padding-left: 69px;
  padding-right: 69px; }

.fpca_carrusel--no-image .slider-nou .bx-wrapper .bx-prev {
  left: -63px;
  transform: scaleX(-1); }

.fpca_carrusel--no-image .slider-nou .bx-wrapper .bx-next {
  right: -63px; }

.fpca_carrusel--no-image .slider-nou .carousel-caption {
  min-height: 100%; }

.fpca_carrusel--no-image .slider-nou .bx-wrapper .bx-controls-direction a {
  top: 37%; }

.fpca_carrusel .bx-wrapper img {
  height: 245px;
  object-fit: cover; }

@media (max-width: 47.938em) {
  .fpca_carrusel .slider_petit .carousel-caption p {
    height: 36px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    min-height: inherit; } }

@media screen and (max-width: 800px) {
    .fpca_carrusel .carousel-image.no-descripcio span {
        bottom: 0% !important;
        overflow: hidden;
        top: initial;
    }
    .fpca_carrusel .slider-nou .carousel-caption p {
        font-size: 13px;
    }
    .fpca_carrusel .bx-wrapper .bx-controls-direction {
        opacity: 1;
    }
    .bx-wrapper .bx-next {
        right: 0px;
        background: url(../img/NG_sliderpetit_right.png) no-repeat 0px;
        z-index: 999 !important;
    }
    .bx-wrapper .bx-prev {
        left: 10px;
        background: url(../img/NG_sliderpetit_left.png) no-repeat 0px;
    }
    .fpca_carrusel .slider-nou .bx-wrapper .bx-prev {
        /* background: none; */
        background-size: 65%;
    }
    .fpca_carrusel .slider-nou .bx-wrapper .bx-next {
        background-size: 65%;
    }

    .fpca_carrusel .slider-nou .carousel-image span a {
        color: #fff;
    }
}


@media screen and (max-width: 767px) {
  .fpca_carrusel .bx-wrapper {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    max-width: initial !important; }
    .fpca_carrusel .bx-wrapper .bx-viewport {
      height: auto !important; }
      .fpca_carrusel .bx-wrapper .bx-viewport .bxslider {
        padding-top: 0;
        margin-bottom: 0; }
    .fpca_carrusel .c-100.con-imagen{
        margin-left:15px;
    }
    .fpca_carrusel .bx-wrapper:after {
      content: '';
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#000));
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000);
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg);
      width: 19px;
      height: 100%;
      top: 0;
      left: -4px;
      position: absolute;
      margin: 0 3px 0 0;
      z-index: 3;
      opacity: 0.2; }
    .fpca_carrusel .bx-wrapper:before {
      content: '';
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#000));
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000);
      width: 19px;
      height: 100%;
      top: 0;
      right: -4px;
      position: absolute;
      margin: 0 3px 0 0;
      z-index: 3;
      opacity: 0.2; }
  .fpca_carrusel.isLastSlide .bx-wrapper:before {
    display: none; }
  .fpca_carrusel.isFirstSlide .bx-wrapper:after {
    display: none; }
  .fpca_carrusel .bx-wrapper .bx-viewport {
    padding-left: 0px;
    padding-right: 0; }
  .fpca_carrusel .slider-nou .ombra-li {
    border-width: 5px;
    border: 1px solid #ddd;
     margin-bottom:15px;
     }
    .fpca_carrusel .slider-nou .ombra-li:hover {
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transform: none;
              transform: none; }
    .fpca_carrusel .slider-nou .ombra-li:first-child {
      margin-left: 15px; }
  .fpca_carrusel.fpca_carrusel--no-image .slider-nou {
    padding: 0; }
    .fpca_carrusel.fpca_carrusel--no-image .slider-nou.c-100 {
        padding: 0px 0px 0px 15px;
    }
    /*Canvi de mediaQuery INICI*/
    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 17%;
        outline: 0;
        width: 55px;
        height: 55px;
        text-indent: -9999px;
        z-index: 9999;
        top: 30%;
    }
    .carousel-image:after {
        content: "";
        position: absolute;
        z-index: -1;
        -webkit-box-shadow: 0 0 17px #999;
        box-shadow: 0 0 17px #000;
        bottom: 0px;
        width: 81%;
        height: 13%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        right: 10%;
        opacity: 0.8;
        filter: alpha(opacity=40);
    }
    .fpca_carrusel .slider-nou .bx-controls-direction {
        display: none;
    }
    /*Canvi de mediaQuery FI*/
}

@media (min-width:450px) and (max-width:992px){
    .fpca_carrusel--no-image .slider-nou.c-66{
        margin-bottom:35px;
    }
}

/* Max width deriva de amplada imtage */
