@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
      max-width: 1140px !important;
      /*max-width: 1450px;*/
    }
}

.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;
    }
  
  }
  
  .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      width: 20%;
      height: 70%;
      margin: auto;
  }
  
  .weather-container{
    width: 100%;
    height: 100%;
    /*background-color: #F4F9FF;*/
  }
  
  .weather-icon{
    /*width: 300px;
    height: 128px;*/
    width: 100%;
    height: 100%;
    margin: 0;
  }
  
  .weather-icon img{
    display: block;
    margin: 0 auto;
  }
  
  .temperature-value{
    /*width: 300px;
    height:60px;*/
    width: 100%;
    height: 100%;
    margin: 0;
  }
  
  .temperature-value p{
    padding: 0;
    margin: 0;
    font-size: 2em;
    text-align: center;
    cursor: pointer;
  }
  
  
  .temperature-value span{
    font-size: 0.5em;
  }
  
  
  .temperature-description p{
    padding: 8px;
    margin: 0;
    text-align: center;
    font-size: 1em;
  }
  
  .location p{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0.5em;
  }
  
  .descripcio p{
    font-size: 1.5rem;
  }
  
  /*Rating Stars*/
  .star-widget,.star-widget-fix{
    float:left;
  }
  .star-widget input,.star-widget-fix input{
    display: none !important;
  }
  
  .star-widget label,.star-widget-fix label{
    font-size: 20px !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,.star-widget-fix input:checked ~ label{
    color: #fd4  !important;
  }
  .star-widget input#rate-5:checked ~ label,.star-widget-fix input#rate-5:checked ~ label{
    color: #fe7 !important;
    text-shadow: 0 0 20px #952 !important;
  }