/**
 * Owl Carousel v2.3.4
 * Adriana Garcia-Prieto
 */
#carousel-derecholocal.owl-carousel.owl-loaded,
#carousel-derecholocal{
  /*  min-height: 400px;*/
    color:#FFF;
   /* display:block*/
}
#carousel-derecholocal.owl-carousel .owl-dot:after{ position: relative;  color:#FFF;}
#carousel-derecholocal .owl-nav{
  position: absolute;
  color: #FFF;
  top: 160px;
  cursor: pointer;
  width:100%;
    height:1px;
}
#carousel-derecholocal .owl-nav .owl-prev{
 background:#C01427;
  width:50px;
  height:50px;
  line-height: 50px;
  text-align: center;
  float: left;
}
#carousel-derecholocal .owl-nav .owl-next{
  background:#C01427;
  width:50px;
  height:50px;
  line-height: 50px;
  text-align: center;
  float:right;
}
#carousel-derecholocal .text-bg{
    background: #FFF;
    padding: 5px 10px;
    color: #C01427;
    font-weight: 700;
}
#carousel-derecholocal p{

}
#carousel-derecholocal .title{
  font-size: 36px;
  font-weight:700;
  color:#FFF;
  margin-top:15px;
  line-height: 38px;
  margin-bottom: 10px;
}
.owl-loaded .img {
    display:block;
}
.owl-loaded .layer-opacity {
  background-color: rgba(0,0,0,0.6);
  height: 400px;
  padding: 0;
  width: 100%;
  position: absolute;
  margin: 0 auto;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000)";
  z-index: 2;
}

.layer-opacity .container{
    padding-top:30px;
}
.layer-opacity .container h2{
    color:#FFF
}
.btn-transparent{
    background:none;
    border:2px solid #FFF;
    color:#FFF;
    font-weight: 500;
    padding:10px 20px;
    font-size: 0.8em
}
.cover{
    height:400px;
    object-fit: cover;
}
.cont-more-news{
    margin-left: auto;
    z-index: 15;
    margin-right: auto;
    left: 0;
    right: 10px;
    position: absolute;
    width: 1170px;
    bottom:0;
}
.cont-more-news a,
.cont-more-news a:hover{color:#FFF;}
.cont-more-news a .more{border-left:6px solid #fff}
#carousel-derecholocal-custom-dots.owl-dots .cont-dot time{
    display: block;
    color: #444444;
    font-weight: 400;
    font-size: 0.8785em;
}
#carousel-derecholocal-custom-dots.owl-dots .cont-dot .info{
    color:#000;
    font-weight:700;
    font-size: 12px;
    line-height:14px;
}
#carousel-derecholocal-custom-dots.owl-dots .cont-dot .title{
    text-transform: uppercase;
    color:#FFFFFF;
    font-weight: 300;
    font-size:13px;
	line-height: 16px; 
	
}
#carousel-derecholocal-custom-dots.owl-dots .cont-dot{
    background-color: rgba(0, 0, 0, 0.4);
    color: #000;
    padding:10px;
    height:67px;
}
#carousel-derecholocal-custom-dots.owl-dots{
    margin-left: auto;
    z-index: 1;
    margin-right: auto;
    left: 0;
    right: 0;
    position: absolute;
    top: 280px;
    width:1170px;
    cursor: pointer;
}


@media (min-width: 768px) {
    .cont-carousel{
        min-height:400px;
        position: relative;
        overflow: hidden;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .layer-opacity, #carousel-derecholocal.owl-carousel, .bg-owl {height:400px;}
  .layer-opacity .container{padding:30px 80px;}
  .layer-opacity .container h2{margin-top:35px}
  .owl-theme .owl-dots .owl-dot{width: auto;}
  #carousel-derecholocal.owl-carousel button.owl-dot:after{padding-right:20px;}
  .cover{height:400px;}
  /*#carousel-derecholocal-custom-dots.owl-dots{
      width:100%;
      top:525px;
  }*/
}

@media (min-width: 768px) and  (max-width:991px) {
    #carousel-derecholocal-custom-dots.owl-dots{
       top:310px;
       width: 100%;
    }
}
@media (min-width:1024px) and  (max-width:1199px) {
    #carousel-derecholocal-custom-dots.owl-dots,
    .cont-more-news{
        width: 100%;
    }
}
@media (max-width:767px) {
   #carousel-derecholocal.owl-carousel.owl-loaded, #carousel-derecholocal{height:350px;}
  .layer-opacity .container{padding-top:50px;}
  .layer-opacity, #carousel-derecholocal.owl-carousel, .bg-owl {height:350px;}
  .cover{height:350px;}
  #carousel-derecholocal-custom-dots{display: none}
  #carousel-derecholocal .title{
      font-size:20px;
      line-height:25px
  }
  .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
  }
  .owl-dots{
     position:absolute;
      top:320px;
      z-index:100;
      text-align:center;
      width:100%;
  }
  .owl-dots button.owl-dot{
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0!important;
        font: inherit;
    }
  .owl-dots .owl-dot span{
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #fff;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity .2s ease;
      border-radius: 30px;
  }
  .owl-dots .owl-dot.active span{
      background: #C01427;
  }
    #carousel-derecholocal p{
        height: 100px;
        overflow: hidden;
        margin-top:5px;
    }
    #carousel-derecholocal .title{
        margin-top:20px;
    }
}

