#bloqueCarruselSection{
    max-width: 1440px;
    padding: 0 calc(8.2% - -15px);
    margin: 0 auto;
}
#bloqueCarruselSection .owl-carousel .owl-stage-outer {
    /* overflow: visible; j 95 */
    overflow-x: visible;
    overflow-y: clip;
}

.owl-theme .owl-nav {
    margin-top: 5px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    visibility: hidden;
}
.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 16px;
    margin: 1px 8px;
    padding: 2px 4px;
    background: #7bed35;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    padding: 0;
    line-height: 16px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #417505;
    color: #FFF;
    text-decoration: none;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 4px 4px;
    background: #FFFFFF;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    border: 1px solid #7bed35;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #417505;
}
.owl-carousel {
    margin: 2rem 0
}
.owl-carousel .item {
    height: 100%;
    background: #FFF;
    padding: 0;    
}
.owl-carousel.owl-drag .owl-item:not(.active) {
    opacity: 0.5;
	cursor: pointer;
}
.owl-carousel .item .item-img, .owl-carousel .item .thumbnail_container, .owl-carousel .item .youtube-player{
    height: calc(100vw - 680px);
    display: block;
    max-height: 250px;
    min-height: 200px;
}
.owl-carousel .item .item-img {
    /*background: #000000 url("../../images/huellaDigital/icono_drag.png") center center no-repeat; j95 */
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .owl-carousel .item .item-img:hover { /* j95 */
    background: #000000 url("../../images/huellaDigital/icono_drag.png") center center no-repeat;
  }
.owl-carousel .item.itemvidyt .item-img {
    cursor: pointer;
}
.owl-carousel .item.itemvidyt .item-img,
.owl-carousel .item.itemvidka .item-img {
    background: #000000;
}
.owl-carousel .item .item-img.sindrag {
    background: #000000;
}
.owl-carousel .item-img .link-to-pdf {
    position: absolute;
    top: 5px;
	right: 10px;
}
.owl-carousel .item-img .ven-new {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 13px !important;
	height: 13px !important;
}
.owl-carousel .item .item-img:hover .link-to-pdf {
    color: #FFFFFF;
}
.owl-carousel .item .posteryt {    
    height: calc(100vw - 680px);
    display: block;
    max-height: 250px;
    min-height: 200px;
}
.owl-carousel .item .item-img img,
 .owl-carousel .posteryt img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.owl-carousel .item.itemvidka video {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.owl-carousel .item .item-img:hover img,
.owl-carousel .item.itemvidka:not(.playing-video):hover video {
    opacity: .4;
}
.owl-carousel .item .item-img .video-carrusel {
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    cursor: pointer;
}
.owl-carousel .item .item-img .boton-play-naranja {
    content: url("/wcorp/gc/prod/adminwcm/img/HuellaDigital/play.png");
    background-image: url("/wcorp/gc/prod/adminwcm/img/HuellaDigital/play.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 60px;
    width: 60px;
    z-index: 200;
    position: absolute;
    background-size: 100%;
    top: 50%;
    left: 50%;
    cursor: pointer;
    margin:0;
	transform: translate(-50%, -50%);
}
div#clickToPlay.clickToPlay {
  display:none !important;
}
.owl-carousel .item .item-img:active .boton-play-naranja,
.owl-carousel .item .item-img:hover .boton-play-naranja,
.owl-carousel .item .item-img:focus .boton-play-naranja {
    content: url("/wcorp/gc/prod/adminwcm/img/HuellaDigital/play_rollover.png");
    background-image: url("/wcorp/gc/prod/adminwcm/img/HuellaDigital/play_rollover.png");
}
.owl-carousel .item .item-footer {
    padding: 15px 0 0 0;
    clear: both;
    display: block;
	height: 100%;
    max-height: 85px;
    overflow: hidden;
}
.owl-carousel .item .item-footer-link {
    font-size: 16px;
    line-height: 20px;
    color: #4a4a4a;
    font-family: "IberPangeaText Light";

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;

    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    text-decoration: none;
}
.owl-carousel .item .item-footer-link:hover {
    color: #5d8ac5 !important;
}
.owl-carousel .item .item-footer .link-to-pdf{
    padding-left: .4em;
}
.carrusel-section .item.ico-video:before,
.carrusel-section .item.ico-audio:before  {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    height: 25px;
    width: 25px;
    z-index: 200;
    position: absolute;
    top: 10px;
    right: 10px;
    background-size: 100%;
    cursor: pointer;
    margin: 0;
}
.carrusel-section .item.ico-video:before {
	background-image: url(/wcorp/gc/prod/adminwcm/img/HuellaDigital/play.svg);
}
.carrusel-section .item.ico-audio:before {
	background-image: url(/wcorp/gc/prod/adminwcm/img/HuellaDigital/podcast-line.svg);	
}
.carrusel-section .item.ico-audio.playing-video:before,
.carrusel-section .item.ico-video.playing-video:before {
    display: none;
}

/* COPIA DEL GRID PARA AJUSTAR AL MISMO TAMANIO */
@media screen and (max-width: 2000px) and (min-width:1800px) {
    #bloqueCarruselSection{
            max-width: 75%;
        } 
}
@media screen and (max-width: 1799px) and (min-width:1667px) {
    #bloqueCarruselSection{
            max-width: 80%;
        } 
}
@media screen and (max-width: 1666px) and (min-width:1451px) {
    #bloqueCarruselSection{
            max-width: 85%;
        } 
}
@media screen and (max-width: 1550px) and (min-width:1116px) {
    #bloqueCarruselSection{
            max-width: 87%;
        } 
}
@media screen and (max-width: 1115px) and (min-width:768px) {
    #bloqueCarruselSection{
            max-width: 100%;
            /*padding: 0; j85*/
            overflow: hidden;
        }
    #bloqueCarruselSection .owl-carousel .owl-stage-outer {
        overflow: hidden !important;
    }
}
@media screen and (max-width: 767px){
    #bloqueCarruselSection{
        max-width: 100%;
        padding: 0;
        overflow: hidden;
    }
    #bloqueCarruselSection .owl-carousel .owl-item{
        -ms-touch-action: pan-y;
        touch-action: pan-y;
    }
    #bloqueCarruselSection .owl-carousel .owl-stage-outer {
        overflow: hidden !important;
    }
}