  .box-category{
    height: 550px;
    overflow: scroll;
  }

 /* .category-products{
    height: 500px;
    overflow: scroll;
  }*/

  .introSec {
    background: linear-gradient(190deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .7)), #222 url('/static/dealer-23880/videoBannerCamiones.jpg') no-repeat scroll center / cover;
  }
#videoSection {
  position: relative;
  height: 350px;
}
#videoBlock {
  height: 355px;
  overflow: hidden;
}
#videoOverlay {
  background: rgba(0, 0, 0, 0.2);
  min-height: 355px;
  position: absolute;
  top: 0;
  width: 100%;
}
#videoContent {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 53%;
  transform: translateY(-50%);
}
.text-white{
  color: #fff!important;
}
.flex{
  font-size: 20px!important;
  font-weight: bold!important;
}

.pro-coloumn{
  text-align: center;
}
.page-item{
  cursor: pointer;
  font-size: 20px;
}
.page-link{
  border: 1px solid #b2b2b2 !important;
  background: #fff !important;
  color: #acacac !important;
}

.page-link:hover {
  border: 1px solid #fff!important;;
  background: #000!important;
  color: #fff!important;
}

.box-category{
  cursor: pointer;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 20px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: #fff; /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 42px 20px 10px 20px;
  border: none;
  box-shadow: none;
  width: 100%;
}

/* The Close Button */
.close {
  margin-top: -55px;
  color: #fff!important;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}


.closeMarca,.closePrecio, .closeCarroseria {
  margin-top: -27px;
  color: #000!important;
  float: right;
  font-size: 40px;
  font-weight: bold;
}

.closeMarca:hover,
.closeMarca:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.closeCarroseria:hover,
.closeCarroseria:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}


.ranger{
  margin-top: 20px;
  margin-bottom: 20px;
}
.ui-widget-content{
  width: 90%;
  margin-left: 15px;
  border-radius: 12px;
  box-shadow: 0px 1px 10px 1px black;
}
.ui-widget-content:hover {
  opacity: 1;
}
.ui-widget.ui-widget-content {
  border: 1px solid #000!important;
}
.ui-slider .ui-slider-range {
  background: #000!important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  width: 22px;
  height: 22px;
  top: -8px;
  background-color: #000;
  border: 5px solid #ff6100;
  border-radius: 100%;
  outline: 0;
  cursor: pointer;
}

.img-modelo-seminuevo{
  height: 240px;
  /* min-width: 318px; */
}

#boton-autos{
  display: table-cell!important;
}
#collapseTwo {
    float: right;
    margin-right: 20px;
    z-index: 7!important;
  }
  #collapseTwo {
    position: fixed;
    height: 100vh;
    background: #fff;
    transition: all .5s;
  }
  .side-nav-categories{
    padding-top: 9px!important;
    margin-bottom: 20px!important;
  }
  .titulo-filtros{
    /*text-align: center;*/
    font-size: 20px;
    padding-top: 15px;
    margin-bottom:8px;
    font-weight: 600;
  }
  .title-collapse{
    font-size: 20px;
  }
  .contenedor-boton{
    /*display: grid;*/
    float: inline-end;
    padding-top: 8px;
    margin-bottom:8px;
  }
  #modal-collapse{
    display: table-cell!important;
  }
  #modal__boton{
    justify-self: center;
    align-self: center;
  }
  @media (max-width: 728px){
      #collapseTwo {
      padding-left: 0rem;
    }
    header {
      z-index: 6!important;
    }
    #collapseTwo {
      width: 100%;
      top: 0;
    }
    .box-category ul li .div-brands {
      padding: 12px 0px;
      display: block;
      font-weight: normal;
      font-family: 'Saira Condensed', sans-serif;
      letter-spacing: 0.5px;
    }
    .div-brands input,label{
      font-size: 18px;
    }
    #precio_minimo,#precio_maximo,#precio_minimo_filtrado,#precio_maximo_filtrado{
      font-size:18px;
    }
    .botones-marca{
      display: flex;
      justify-content: center;
      overflow-y: hidden; 
      overflow-x: auto;
      width: 98%;
    }
    ._marca_checked{
      margin: 6px 0px 6px 5px;
      width: auto;
    }
    .img-modelo-seminuevo{
      height: 295px;
    }
  }