
/*----CATALOGO------------------------------------------------------------------------------------*/
.mt-6,
.my-6 {
  margin-top: 4rem !important;
}

/*Filtro*/
.filter{
    border: 1px #2c3e50 solid;
    border-radius: 0.5rem;
  }
  
  .skin-light .rating {
    color: #4f4f4f;
  }
  
  .rating {
    padding: 0;
    color: #ffa000;
    list-style-type: none;
  }
  .waves-effect {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
  }
  .pswp__container, .pswp__img, .waves-effect {
    -webkit-tap-highlight-color: transparent;
    /* -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none; */
  }
  
  .rating li, .side-nav .social li {
    display: inline-block;
  }
  
  .slider-ui {
      position: relative;
      width: 100%;
      height: 1.2rem;
  }
  .slider-ui input {
      position: absolute;
      z-index: 10;
      top: -1.5rem;
      bottom: 0;
      width: 100%;
      cursor: pointer;
      opacity: 0;
  }
  .slider-ui .bar {
      position: absolute;
      z-index: 1;
      left: 0;
      right: 0;
      top: -1.5rem;
      bottom: 1.5rem;
      background-color: #000;
      border-radius: 50px;
      box-shadow: 0 5px 0 rgba(0,0,0,.1);
  }
  .slider-ui .min,
  .slider-ui .max {
      position: absolute;
      z-index: 2;
      top: 50%;
      transform: translateY(-50%);
      font-size: 14px;
      font-weight: 800;
      color: #fff;
  }
  .slider-ui .min {
      left: 2%;
  }
  .slider-ui .max {
      right: 2%;
  }
  .slider-ui .track {
      position: absolute;
      z-index: 3;
      left: 13%;
      right: 13%;
      top: -2rem;
      bottom: 0;
  }
  .slider-ui .value {
      position: absolute;
      left: 50%;
      top:  0rem;
      width: 2.5rem;
      height: 2.5rem;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 14px;
      font-weight: 800;
      color: #fff;
      background-color: #fff;
      border: 4px solid #000;
      border-radius: 100%;
      box-sizing: border-box;
      transform: translateX(-50%);
      transition: top .3s ease-in-out, color .3s ease-in-out;
  }
  .slider-ui .value.up {
      top: -0%;
      color: #000;
  }
  .slider-ui.color1 .bar {
      background-color: #00b894;
  }
  .slider-ui.color1 .value {
      border-color: #00b894;
  }
  
  
  /*Responsive Filtro y dropdown ordena*/
  
  
  @media (min-width: 576px) {
    .btncontainer{
      justify-content: center !important;
    }
    #filtre{
      display: block;
    }
  }
  
  @media (min-width: 768px) {
    .btncontainer{
      margin: 0 auto;
      justify-content: center !important;
    }
    #filtre{
      display:none;
    }
  }
  @media (max-width: 992px) {
    .btncontainer{
      justify-content: center !important;
  
    }
    #filtre{
      display:none;
    }
  }
  @media (min-width: 1200px) {
    .btncontainer{
      justify-content: flex-end !important;
    }
    #btnfiltre{
      visibility: hidden;
    }
    #filtre{
      display:block;
    }
  
  }
  
  .bg-green{
    background-color: #0D5D56 !important;
  }
  
  /*Rating Stars*/
  .star-widget{
    float:left;
  }
  .star-widget input{
    display: none !important;
  }
  
  .star-widget label{
    font-size: 13px !important;
    color: #444 !important;
    padding: 2px !important;
    float: right !important;
    transition: all 0.2s ease !important;
  }
  .star-widget input:not(:checked) ~ label:hover,
  .star-widget input:not(:checked) ~ label:hover ~ label{
    color: #fd4 !important;
  }
  .star-widget input:checked ~ label{
    color: #fd4  !important;
  }
  .star-widget input#rate-5:checked ~ label{
    color: #fe7 !important;
    text-shadow: 0 0 20px #952 !important;
  }
  
  
  /*Responsive titulos catalogo*/
  @media (min-width: 300px) {
    .tExcursion{
      height: 76px !important;
    }
  }

  @media (min-width: 576px) {
    .tExcursion{
      height: 76px !important;
    }
  }
  
  @media (min-width: 768px) {
    .tExcursion{
      height: 100px !important;
    }
  }
  @media (min-width: 992px) {
    .tExcursion{
      height: 100px !important;
    }
  }
  @media (min-width: 1200px) {
    .tExcursion{
      height: 76px !important;
    }
  
  }

 .tExcursion{
   display: flex;
   align-items: center;
   
 }
  /*----FIN CATALOGO------------------------------------------------------------------------------------*/