
#service_slider .owl-nav [class*=owl-] {
    margin:0px; 
    padding:0px; 
}

/*            #service_slider .owl-theme .owl-nav {
                margin-top: -510px;
                margin-bottom: 510px;
                margin-right: 150px;
                text-align: right;
            }*/
#service_slider .owl-theme .owl-nav {
    position: absolute;
    top: 0px;
    right: 140px;
    padding: 0px;
    margin: 0;
    display: -webkit-inline-box;
}

#service_slider .owl-carousel div.owl-item {
    margin-top:60px; 
}
#service_slider .owl-carousel div.owl-item hr {
    position: fixed;
    width: 100%;
    height: 10px;
    top: 60px;                
    left: 0%;  
    display: none;                
}
#service_slider .owl-carousel div.owl-item.active hr {
    position: fixed;
    /*width: 100%;*/
    width: 35%;
    height: 10px;
    top: 60px;                
    left: 0%; 
    display: block;                
    border-top: 1px solid #dadada;
    z-index: 5;
}

#service_slider .owl-carousel div.owl-item .service_description {
    position: fixed;
    width: 30%;
    height: 510px;
    top: -60px;                
    left: 0%;  
    display: none;
}
#service_slider .owl-carousel div.owl-item.active .service_description {
    position: fixed;
    width: 35%;
    height: 510px;
    top: -60px;                
    left: 0%;
    /*padding: 45px 45px 45px 85px;*/                
    padding: 45px 35px;                
    background-color: rgba(0,88,151,0.7); /* #005897 - AZUL escuro */
    display: block;
    overflow: hidden;
}
#service_slider .owl-carousel div.owl-item.active .service_description h2{
    font-family: 'Roboto-Bold';
    font-size: 35px;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 50px;
    min-height: 76px;
    max-height: 76px;

}
#service_slider .owl-carousel div.owl-item a{
    position: absolute;
    bottom: 30px;
    left: 35px;
    /*right: 65%;*/
    margin-right: 35px;
    color: #fff;
    font-family: 'Roboto-Regular';
    font-size: 12px;
    text-transform: uppercase;
}
#service_slider .owl-carousel div.owl-item a span{
     margin-right: 5px;
}
#service_slider .owl-carousel div.owl-item a i{
    margin-right: 10px;
}
#service_slider .owl-carousel div.owl-item a:hover span{
     margin-right: 10px;
}
#service_slider .owl-carousel div.owl-item a:hover i{
     margin-right: 5px;
}

#service_slider .owl-carousel div.owl-item.active .service_description span{
    color: #FFF;
    font-family: 'Roboto-Regular';
    font-size: 20px;
    color: #fff;                
    /*text-align: left;*/
    text-align: justify;
    display: block;
    /*height: 310px;*/
    
    height: 143px;
    line-height: 28px;
    overflow: hidden;
    /*    word-wrap: break-word;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;*/
}

#service_slider .owl-carousel div.owl-item.active .service_description span:after{
    content: " . . . ";
    text-align: right;
    position: absolute;
    bottom: 176px;
    left: 35px;
    /* width: 70%; */
    height: 1.2em;
    /*background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);*/
}
/*#service_slider .owl-carousel div.owl-item.active .service_description span > div:not(:first-child){
    color: red;
}*/

#service_slider .owl-carousel div.owl-item div.service-image{
    /*background-color: #eee;*/
    height: 450px; 
    background-position: center; 
    background-repeat: no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    overflow: hidden;
}

@media screen and (orientation:landscape) {
    #service_slider .owl-carousel div.owl-item div.service-image{
        background-size: 100%;
    }
}
@media screen and (orientation:portrait) {
    #service_slider .owl-carousel div.owl-item div.service-image{
        background-size: auto 100%;
    }
}

@media screen and (max-width: 1000px) {

    #service_slider .owl-carousel div.owl-item .service_description {
        /* Box título */
        position: fixed;
        width: 100%;
        height: 450px;
        top: 0px;                
        left: 0px;
        display: none;
    }
    #service_slider .owl-carousel div.owl-item.active .service_description {
        /* Box título activa*/
        position: fixed;
        width: 100%;
        height: 450px;
        top: 0px;                
        left: 0%;
        /*padding: 45px 45px 45px 85px;*/                
        padding: 20px 35px;                
        display: block;
        background-color: rgba(0,88,151,0); /* #005897 - AZUL escuro */
    }

    #service_slider .owl-carousel div.owl-item.active .service_description span{
        /* descrição */
        display: none;
    }
    #service_slider .owl-theme .owl-nav {
        /* Botões navegação */
        display: none;
    }
    #service_slider .owl-carousel div.owl-item.active .service_description h2{
        /* título */
        margin-top: 0px;
    }
    #service_slider .owl-carousel div.owl-item.active hr {
        width: 100%;
    }

    #service_slider .owl-carousel div.owl-item {
        margin-top:0px; 
    }

}
@media screen and (max-width: 600px)  {

    #service_slider .owl-carousel div.owl-item.active .service_description h2{
        font-size: 28px;
    }


}
