.slider-style {
    padding:0px;
}
.mobi-show {
    display: none !important;
}

.owl-buttons {
    position: absolute;
    width: 100%;
    top: 50%;
}

.owl-pagination {
    position: absolute;
    width: 100%;
    bottom: 25px;
}

.slider-style2 .owl-controls .owl-nav .owl-prev{
    left: 0px;
    position: absolute;
    width: 40px;
    height: 40px;
    border: 3px solid #c39a4a;
    color: #c39a4a;
    font-size: 0px;
    -webkit-transition: all 0.2s ease-out 0.1s;
    -moz-transition: all 0.2s ease-out 0.1s;
    -o-transition: all 0.2s ease-out 0.1s;
    transition: all 0.2s ease-out 0.1s;
    opacity: .3;
    filter: alpha(opacity=0);
}
.slider-style2 .owl-controls .owl-nav .owl-prev:hover{
    background-color: #c39a4a;
    opacity: 1;
    filter: alpha(opacity=100);
}
.slider-style2 .owl-controls .owl-nav .owl-prev:before{
    content: "\f104";
    font: normal normal normal 30px/1 FontAwesome;
    position: absolute;
    top: 2px;
    left: 10px;
    color: #ffffff;
    opacity: 1;
    filter: alpha(opacity=100);
}
.slider-style2 .owl-controls .owl-nav .owl-prev:hover:before{
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}
.slider-style2 .owl-controls .owl-nav .owl-next{
    right: 0px;
    position: absolute;
    width: 40px;
    height: 40px;
    border: 3px solid #ffffff;
    color: #ffffff;
    font-size: 0px;
    -webkit-transition: all 0.2s ease-out 0.1s;
    -moz-transition: all 0.2s ease-out 0.1s;
    -o-transition: all 0.2s ease-out 0.1s;
    transition: all 0.2s ease-out 0.1s;
    opacity: .3;
    filter: alpha(opacity=0);
}
.slider-style2 .owl-controls .owl-nav .owl-next:hover{
    background-color: #ffffff;
    opacity: 1;
    filter: alpha(opacity=100);
}
.slider-style2 .owl-controls .owl-nav .owl-next:before{
    content: "\f105";
    font: normal normal normal 30px/1 FontAwesome;
    position: absolute;
    top: 2px;
    left: 13px;
    color: #ffffff;
    opacity: 1;
    filter: alpha(opacity=100);
}
.slider-style2 .owl-controls .owl-nav .owl-next:hover:before{
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}
/*text-style-slider*/
.slider-style2 .slider-main{
    position: relative;
}
.slider-style2 .text-style-slider{
    position: absolute;
    z-index: 999;
    top: 20%;
    max-width: 760px;
    margin-left: -30px;
    /*
    background: rgba(255,255,255,0.7);
    box-shadow: 0px 1px 15px rgba(0,0,0,0.5);
    border-radius: 6px;
    */
    padding: 30px;
}

.filtro_escuro{
    -moz-filter: brightness(60%);
    -o-filter: brightness(60%);
    -ms-filter: brightness(60%);
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
}

.slider-style2 .text-style-slider p{
    color: #f9f9f9;
    padding-left: 2px;
    max-width: 760px;
}
.slider-style2 .text-style-slider span{
    font-size: 13px;
    color: #f9f9f9;
    letter-spacing: 8px;
    font-weight: 300;
}
.slider-style2 .text-style-slider h2{
    font-size: 48px;
    font-weight: 500;
    color: #ffffff;
}

.slider-style2 .text-style-slider h2 small, .slider-style2 .text-style-slider small{
    display: block;
    font-size: 48px;
    font-weight: 500;
    color: #e40513;
    margin: 7px 0px;
}


.slider-style2 .text-style-slider h2 p{
    font-size: 14px;
    color: #f9f9f9;
}
.slider-style2 .text-style-slider a{
    border: 1px solid #ffffff;
    padding:  6px 15px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
}
.slider-style2 .text-style-slider a:hover{
    background: rgba(255,255,255,0.7);
    color: #000000;
}

@media(max-width: 1200px){
    .slider-style2 .text-style-slider h2{
        font-size: 40px;
    }
    .slider-style2 .text-style-slider h2 small, .slider-style2 .text-style-slider small{
        display: block;
        font-size: 36px;
    }
    .slider-style2 .text-style-slider p{
        display: none;        
    }
    .slider-style2 .text-style-slider a{
        margin-top: 10px;
        float: left;
    }
    .slider-style2 .text-style-slider{
        top: 20%;
        width: 32%;
    }
    .slider-style2 .owl-controls .owl-nav .owl-next{
        right: 20px;
    }
    .slider-style2 .owl-controls .owl-nav .owl-prev{
    }
}

@media (max-width: 767px){
    .slider-style2{
        margin-top: 0px;
    }
    .slider-style2 .owl-controls{
        display: none;
    }
    .slider-style2 .text-style-slider h2{
        font-size: 20px;
        margin-top: 5px;
        line-height: 24px;
    }
    .slider-style2 .text-style-slider{
        top: 13%;
        width: 46%;
    }
    .slider-style2 .text-style-slider span{
        font-size: 8px;
        letter-spacing: 4px;
    }
    .slider-style2 .text-style-slider h2 small{
        font-size: 16px;
    }
    .slider-style2 p{
        display: none;
    }
    .slider-style2 .text-style-slider a{
        display: none;
    }
 }

