/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 article{
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
 }
 .article{    
    cursor: pointer;
    display: inline-flex;
    height: 330px;
    position: relative;
}
 .textArticle{
    bottom: 0px;
    font-size: 15px;
    left: 0px;
    position: absolute;
    text-align: left;
    width: 100%;
    border-radius: 0 0 10px 10px;
    padding: 20px;
 }
 .textArticleWhite{
    height: 100px;
    background-color: white;
    color: #000;
    
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: row;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    flex-wrap: wrap;
    z-index: 3;
 }

 .textArticleWhite > .h4Eventos{
    margin: 0px;
 }

 .textArticleTr{
    background-color: transparent;
    color: rgb(255, 255, 255);
 }
 .textArticleWhite > div > p {
    margin: 0;
    color: #6e6e6e;
 }
 .textArticleWhite .textArticle{
    padding: 0 20px !important;
 }

 .play{
    background-color: rgba(0, 0, 0, .5);
    color: white;
    border-radius: 50%;
    height: 66px;
    width: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    padding: 5px 2px 5px 8px;
    transition: .3s ease;
 }
 .playFlot{
    height: 66px!important;
    width: 66px!important;
    padding: 8px!important;
 }
 .play:hover{
    background-color: rgba(147, 134, 50, 1);
    transition: .3s ease;
 }
 .play:hover svg{
    color: rgba(0, 0, 0, .6);
    transition: .3s ease;
 }
 .play > svg{
    height: 100px;
    width: 100px;
 }
 .playImg > svg{
    height: 40px!important;
    padding: 0px 5px 0px 0px!important;
 }
 
.blackCloak{
    height: 330px;
    border-radius: .5em;
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}

 .owl-item-marco{
    margin: 5px 10px 0 10px;
    height: 330px;
    width: 240px !important;
 }

 .fa-chevron-left:before {
    content: "\f053";
}
.customPrevBtn {
    cursor: pointer;
    font-size: 30px;
    left: -35px;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    border: 4px red solid;
}
.fa, .fas, .far, .fal, .fad, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
}

.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);
   /* height: 400px;*/
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper{
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{
    min-height:1px;float:left;
    -webkit-backface-visibility:hidden;
    -webkit-touch-callout:none}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{
    display:none}
.no-js .owl-carousel,.owl-carousel.owl-loaded{
    display:block}
    .owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{
        cursor:pointer;
        -webkit-user-select:none;
        -khtml-user-select:none;
        -moz-user-select:none;
        -ms-user-select:none;
        user-select:none}

        .owl-carousel .owl-dot{
            padding: 50px;
        }


        .owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{
            background:0 0;
            color:inherit;
            border:none;
            padding:0;
            /*font:inherit;*/}
        .owl-carousel.owl-loading{
            opacity:0;display:block}
        .owl-carousel.owl-hidden{
            opacity:0}
            .owl-carousel.owl-refresh .owl-item{
            visibility:hidden}
            .owl-carousel.owl-drag .owl-item{
            -ms-touch-action:pan-y;
            touch-action:pan-y;
            -webkit-user-select:none;
            -moz-user-select:none;
            -ms-user-select:none;
            user-select:none}
        .owl-carousel.owl-grab{
            cursor:move;cursor:grab}
            .owl-carousel.owl-rtl{direction:rtl}
        .owl-carousel.owl-rtl .owl-item{
            float:right}
        .owl-carousel .animated{
            animation-duration:1s;
            animation-fill-mode:both}
        .owl-carousel .owl-animated-in{
            z-index:0}.owl-carousel .owl-animated-out{z-index:1}
        .owl-carousel .fadeOut{
            animation-name:fadeOut}
        @keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
            .owl-height{
            transition:height .5s ease-in-out}
            .owl-carousel .owl-item .owl-lazy{
            opacity:0;
            transition:opacity .4s ease}
            .owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]
            {max-height:0}
        .owl-carousel .owl-item img.owl-lazy{
            transform-style:preserve-3d}
        .owl-carousel .owl-video-wrapper{
            position:relative;height:100%;background:#000}
        .owl-carousel .owl-video-play-icon{
            position:absolute;
            height:80px;
            width:80px;left:50%;
            top:50%;
            margin-left:-40px;
            margin-top:-40px;
            background:url(owl.video.play.png) no-repeat;
            cursor:pointer;
            z-index:1;
            -webkit-backface-visibility:hidden;
            transition:transform .1s ease}
        .owl-carousel .owl-video-play-icon:hover{
        -ms-transform:scale(1.3,1.3);
        transform:scale(1.3,1.3)}
    .owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{
        display:none}
    .owl-carousel .owl-video-tn{
        opacity:0;height:100%;
        background-position:center center;
        background-repeat:no-repeat;
        background-size:contain;
        transition:opacity .4s ease}
    .owl-carousel .owl-video-frame{
        position:relative;z-index:1;
        height:100%;
        width:100%}


/*Primer carrousel*/

        
.owl-carouselVideo,.owl-carouselVideo .owl-item{
    -webkit-tap-highlight-color:transparent;
    position:relative}

.owl-carouselVideo{
    display:none;
    width:100%;
    z-index:1}
.owl-carouselVideo .owl-stage{
    position:relative;
    -ms-touch-action:pan-Y;
    touch-action:manipulation;
    -moz-backface-visibility:hidden}

    .owl-carouselVideo .owl-stage:after{content:".";
        display:block;
        clear:both;
        visibility:hidden;
        line-height:0;height:0}
        .owl-carouselVideo 
.owl-stage-outer{
    position:relative;
    overflow:hidden;
    -webkit-transform:translate3d(0,0,0);
   /* height: 400px;*/
}

.owl-carouselVideo .owl-item,.owl-carouselVideo .owl-wrapper{
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0)}
.owl-carouselVideo .owl-item{
    min-height:1px;
    float:left;
    -webkit-backface-visibility:hidden;
    -webkit-touch-callout:none}
.owl-carouselVideo .owl-item img{
    display:block;
    width:100%}
.owl-carouselVideo .owl-dots.disabled,.owl-carouselVideo .owl-nav.disabled{
    display:none}
.no-js .owl-carouselVideo,.owl-carouselVideo.owl-loaded{
    display:block}
    .owl-carouselVideo .owl-dot,.owl-carouselVideo .owl-nav .owl-next,.owl-carouselVideo .owl-nav .owl-prev{
        cursor:pointer;
        -webkit-user-select:none;
        -khtml-user-select:none;
        -moz-user-select:none;
        -ms-user-select:none;
        user-select:none}
        .owl-carouselVideo .owl-nav button.owl-next,.carouselVideo-carousel .owl-nav button.owl-prev,.carouselVideo-carousel button.owl-dot{
            background:0 0;
            color:inherit;
            border:none;
            padding:0!important;
            font:inherit}
        .owl-carouselVideo.owl-loading{
            opacity:0;display:block}
        .owl-carouselVideo.owl-hidden{
            opacity:0}
            .owl-carouselVideo.owl-refresh .owl-item{
            visibility:hidden}
            .owl-carouselVideo.owl-drag .owl-item{
            -ms-touch-action:pan-y;
            touch-action:pan-y;
            -webkit-user-select:none;
            -moz-user-select:none;
            -ms-user-select:none;
            user-select:none}
        .owl-carouselVideo.owl-grab{
            cursor:move;cursor:grab}
            .owl-carouselVideo.owl-rtl{direction:rtl}
        .owl-carouselVideo.owl-rtl .owl-item{
            float:right}
        .owl-carouselVideo .animated{
            animation-duration:1s;
            animation-fill-mode:both}
        .owl-carouselVideo .owl-animated-in{
            z-index:0}.owl-carouselVideo .owl-animated-out{z-index:1}
        .owl-carouselVideo .fadeOut{
            animation-name:fadeOut}
        @keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
            .owl-height{
            transition:height .5s ease-in-out}
            .owl-carouselVideo .owl-item .owl-lazy{
            opacity:0;
            transition:opacity .4s ease}
            .owl-carouselVideo .owl-item .owl-lazy:not([src]),.owl-carouselVideo .owl-item .owl-lazy[src^=""]
            {max-height:0}
        .owl-carouselVideo .owl-item img.owl-lazy{
            transform-style:preserve-3d}
        .owl-carouselVideo .owl-video-wrapper{
            position:relative;
            height:100%;
            background:#000}
        .owl-carouselVideo .owl-video-play-icon{
            position:absolute;
            height:80px;
            width:80px;left:50%;
            top:50%;
            margin-left:-40px;
            margin-top:-40px;
            background:url(owl.video.play.png) no-repeat;
            cursor:pointer;
            z-index:1;
            -webkit-backface-visibility:hidden;
            transition:transform .1s ease}
        .owl-carouselVideo .owl-video-play-icon:hover{
        -ms-transform:scale(1.3,1.3);
        transform:scale(1.3,1.3)}
    .owl-carouselVideo .owl-video-playing .owl-video-play-icon,.owl-carouselVideo .owl-video-playing .owl-video-tn{
        display:none}
    .owl-carouselVideo .owl-video-tn{
        opacity:0;height:100%;
        background-position:center center;
        background-repeat:no-repeat;
        background-size:contain;
        transition:opacity .4s ease}
    .owl-carouselVideo .owl-video-frame{
        position:relative;
        z-index:1;
        height:100%;
        width:100%}

@media (max-width: 500px) {
    .playFlot {
    height: 40px!important;
    width: 40px!important;
    padding: 4px!important;
    }
}
  
#divPartners {
    position: relative;
}

#divPartners #divAreaIzq, 
#divPartners #divAreaDer{
    height: 100%;
    width: 10%;
    position: absolute;
    top: 0;
}
#divPartners #divAreaIzq{
    left: 0;
}
#divPartners #divAreaDer{
    right: 0;
} 
#divPartners .owl-nav{
    font-size: 50px;
    width: 100%;
    font-family: 'Montserrat';
}

#divPartners .owl-nav > button{
    top: -50px;
    height: 100%;
}
#divPartners .owl-nav > .owl-prev{
    color: rgba(67, 64, 67, .5);
    position: absolute;
    left: -10%;
    top: 0px;
    height: 100%;
    transition: .3s ease;
} 
    #divPartners .owl-nav > .owl-prev:hover{
        color: rgba(67, 64, 67, 1);
    } 
    

#divPartners .owl-nav > .owl-next{
    color: rgba(67, 64, 67, .5);
    position: absolute;
    right: -10%;
    top: 0px;
    height: 100%;
    transition: .3s ease;
} 
    #divPartners .owl-nav > .owl-next:hover{
        color: rgba(67, 64, 67, 1);
    }

    #divPartners .owl-nav > .owl-prev:active, 
    #divPartners .owl-nav > .owl-prev:focus,
    #divPartners .owl-nav > .owl-prev:visited{
        border:none;
    }

#divPartners .owl-nav > .owl-prev > span{
    position: absolute;
    left: 0px;
    top: calc(50% - 7px);
    cursor: pointer;
    font-size: 20px;
    content: url(/img/ico/arrow-le-n.svg);
    width: 15px;
    opacity: .6;
    transition: .3s ease;
}
#divPartners .owl-nav > .owl-prev > span:hover{
    opacity: 1;
}
#divPartners .owl-nav > .owl-next > span{
    position: absolute;
    right: 0px;
    top: calc(50% - 7px);
    cursor: pointer;
    font-size: 20px;
    content: url(/img/ico/arrow-ri-n.svg);
    width: 15px;
    opacity: .6;
    transition: .3s ease;
}
#divPartners .owl-nav > .owl-next > span:hover{
    opacity: 1;
    transition: .3s ease;
}
