#news{
    background: #31353E;
}

#news .foto-sin-skew2-css3{
    width: 100%;
    height: auto;
    position: static;
    padding: 50px 15px 0 15px;
    text-align: center;
}
#news .foto-sin-skew2-css3 .text-sin2-css3{
    position: static;
    transform: none;
    width: 100%;
}
#news .foto-sin-skew2-css3r{
    display: none;
}

#news .polygon-r2 {
    display: none;
}

#news .owl-container{
    padding-top: 70px;
    padding-right: 50px;
    padding-bottom: 70px;
    padding-left: 50px;
    display: flex;
    position: relative;
    z-index: 2;
    width: 100%;
}
#news .owl-carousel[data-owl-nav="true"]{
    padding: 0;
}

#news .owl-carousel .owl-nav{
    position: static;
    transform: none;
    padding: 0;
    margin-top: 70px;
    text-align: center;
}

#news .owl-carousel .owl-nav .owl-prev,
#news .owl-carousel .owl-nav .owl-next{
    position: static;
    margin: 0 15px;
}
#news .owl-carousel .owl-nav .owl-prev i,
#news .owl-carousel .owl-nav .owl-next i{
    display: none;
}

#news .owl-carousel .owl-nav .owl-prev::before,
#news .owl-carousel .owl-nav .owl-next::before{
    content:url(/assets/images/owl-prev.svg);
    height: 45px;
    width: 38px;
    display: block;
}
#news .owl-carousel .owl-nav .owl-next::before{
    content:url(/assets/images/owl-next.svg);
}

@media(min-width: 768px){
    #news .foto-sin-skew2-css3{
        width: 25%;
        height: 100%;
        position: absolute;
        padding: 0 15px;
        text-align: left;
    }
    #news .foto-sin-skew2-css3 .text-sin2-css3{
        position: absolute;
        transform: translateY(-50%);
        width: 70%;

    }
    #news .foto-sin-skew2-css3r{
        width: 25%;
        display: block;
    }
    #news .polygon {
        clip-path: polygon(0 0,60% 0,100% 100%,0% 100%);
        display: block;
    }
    #news .polygon-r2 {
        clip-path: polygon(58% 0,80% 0,100% 100%,98% 100%);
        display: block;
    }
    #news .owl-container{
        padding-left: calc(25% - 15px);
        display: flex;
    }
    #news .owl-carousel .owl-nav{
        position: absolute;
        left: calc(-25% + 25px);
        text-align: left;
        transform: translate(-50px, 75%);
        margin-top: 0;
    }
}


#news .owl-container .owl-carousel{
    align-self: center;
}
#news .owl-container .owl-carousel .owl-item{
    padding-right: 5px;
    padding-left: 5px
}
#news .owl-container .owl-carousel .owl-item .abstract{
    width: 70%;
    float: right;
    color: #fff;
    text-align: right;
    display: block;
    padding: 15px;
    margin: 15px;
    position: relative;
}

#news .owl-container .owl-carousel .owl-item .abstract:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    width: 1px;
    height: 150px;
    top: auto;
}

#news .owl-container .owl-carousel .owl-item .abstract i {
    position: absolute;
    right: -15px;
    bottom: 5px;
    color: #FCBCB2;
    font-size: 28px;
}


#news .owl-container .owl-carousel .owl-item .abstract .news-date{
    font-size: 14px;
    font-weight: 700;
}
#news .owl-container .owl-carousel .owl-item .abstract .news-title{
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}