/* Setas do carrossel */
.lSSlideOuter .lSAction {
    overflow: visible;
}
.lSAction > a {
    border-width: 0 6px 6px 0;
    display: inline-block;
    padding: 12px;
}

.lSAction > .lSNext{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-right:20px;
}

.lSAction > .lSPrev{
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-left: 15px;
}
  
#mobile.lSAction > a{

      opacity: 0.3 !important;
      background-color: black;
}

/* Spinner apresentado durante o carregamento do carousel */
.lds-dual-ring {
    display: inline-block;
    width: 51px;
    height: 51px;
  }
  .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid rgb(0, 0, 0);
    border-color: rgb(0, 0, 0) transparent rgb(0, 0, 0) transparent;
    animation: lds-dual-ring 1.2s linear infinite;
  }
  @keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .spinnerCarosselCentralizar{
      text-align: center;
  }
  @media (max-width: 558px) {
    .lSSlideOuter .lSPager.lSGallery li {
        padding: -1% 0 0 0;
    }
    .lSSlideOuter .lSPager.lSGallery img {
        height: 50px !important;
      }
  }

.lSSlideOuter .lSPager.lSpg {
    margin: 0 auto !important;
    width: fit-content;
}
.lSSlideOuter .lSPager.lSGallery > li {
    padding: 20px 0 0 0;
}