/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel{display:none;width:100%;z-index:1}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}

.item {
    border-radius: 8px; 
    width:auto;
    height:200px;
    padding: 0px;
    padding-top:60px!important;
    margin-right: 8px;
  }

.imaga {
    cursor: pointer;
    border-radius: 8px;
    width:auto;
    height:130px;
    opacity: 0;
    transition:all 0.2s, opacity 0.5s;
    -webkit-transition:all 0.2s, opacity 0.5s;
    -moz-transition:all 0.2s, opacity 0.5s;
  } 
  
.imaga:hover {
    margin-top: -60px; 
  } 
  
  .owl-carousel {

  } 
  .owl-next,.owl-prev,.owl-dot {
    display: none;
  }
