@media (min-width: 1px) and (max-width: 346px){
    
}

@media (min-width: 347px) and (max-width: 767px){
    
}

@media (min-width: 768px) and (max-width: 992px){
    #contenido_paraque{
        height: 280px;
    }
}

@media (min-width: 993px) and (max-width: 1200px){
    #contenido_paraque{
        height: 240px;
    }
}

@media (min-width: 1201px) and (max-width: 5000px){
    #contenido_paraque{
        height: 215px;
    }
}

.owl-clients-v1 img {
    width: 120px;
    height: auto;
}
img {
    vertical-align: middle;
}
img {
    border: 0;
}
* {
    border-radius: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#owl-demo .item{
  background: #FFF;
  padding: 30px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.customNavigation{
  text-align: center;
}
//use styles below to disable ugly selection
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-pagination{
    display: none;
}

#imagen_carousel{
    width: 120px;
    height: 90px;
    
    /*Color Plomo de la Imagen*/
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    
    -webkit-filter: Gray();
    -moz-filter: Gray();
    -ms-filter: Gray();
    -o-filter: Gray();
    filter: Gray();
}

#imagen_carousel:hover{
    /*Color Plomo de la Imagen*/
    -webkit-filter: inherit;
    -moz-filter: inherit;
    -ms-filter: inherit;
    -o-filter: inherit;
    filter: inherit;
}

#nuestros_clientes,#testimonios{
    color: #666
}

#clientes_testimonios{
    margin-top: -80px !important;
}

#testimonios{
    margin-bottom: 20px;
}