li.bjqs-slide {
  position: absolute;
  display: none; }

  
#slider {
  z-index: 999;
  float: clear;
  height: 408px; 
}

#montaje {
  background: url(../img/nubes.png) no-repeat bottom #6ebcdb; }

#alquiler {
  background: url(../img/ciudad.png) no-repeat bottom #ffd97b; }

#produccion {
  background-color: #afd841; }

    ul.bjqs-controls {
    display: none;
  }
  
  #banner-fade,
  #banner-slide {
    margin: 0 auto; }
  
  .bjqs li {
    width: 100%;
    margin: 0 auto; }
  
 
  .bjqs h2 a {
    display: block;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
    padding: 10px;
    background-color: #333;
    color: white; 
    border-radius: .25rem;
  }
  
  .bjqs h2 a:before {
    content: "\003E \00A0"; }
  
  .bjqs #montaje h2, .bjqs #montaje a {
    text-align: left; }
  
  .bjqs #alquiler h2, .bjqs #alquiler a {
    text-align: right; }
  
  .bjqs #produccion h2, .bjqs #produccion a {
    text-align: right; }
  
  .bjqs h2 a:hover {
    text-decoration: none; 
  }
  
  .bjqs #montaje h2 a:hover {
    color: #6ebcdb;
    background-color: black; }
  
  .bjqs #alquiler h2 a:hover {
    color: #FFD97B;
    background-color: black; }
  
  .bjqs #produccion h2 a:hover {
    color: #afd841;
    background-color: black; }


    /*---------------------------*/

    #slider {
      display: none;
    }

    .bjqs h2 {
      display: none;
    }



     /* Small devices (portrait tablets and large phones, 600px and up) */
 @media only screen and (min-width: 600px) {
  #slider {
    display: inherit;
    z-index: 999;
    float: clear;
    height: 408px; 
  }
  .bjqs h2 {
    font-size: 1em;
    display: inherit;
    z-index: 1;
    width: 120px;
    height: 150px;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -280px; 
}
.bjqs li img {
  width: 600px;
  height: 320px;
  position: relative;
  left: 50%;
  top: 0;
  margin: 0 0 -3px -450px;
}


 }


 

     /* Medium devices (landscape tablets, 768px and up) */
 @media only screen and (min-width: 768px) {

  #slider {
    height: 408px; 
  }

    .bjqs h2 {
      font-size: 1.4em;
      display: inherit;
      z-index: 1;
      width: 150px;
      height: 300px;
      position: absolute;
      top: 150px;
      left: 50%;
      margin-left: -300px; }
  }

  .bjqs li img {
    width: 768px;
    height: 408px;
    position: relative;
    left: 50%;
    top: 0;
    margin: 0 0 -3px -384px;
  }

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .bjqs h2 {
    font-size: 1.5em;
    width: 200px;
    margin-left: -400px; }

    .bjqs li img {
      width: 980px;
      height: 520px;
      position: relative;
      left: 50%;
      top: 0;
      margin: 0 0 -3px -490px;
    }

    #slider {
      height: 520px; 
    }


}

