/*** SOBRE ***/
.sobre{font-size:14px;color:#ffffff;}
.sobre .col-80{padding:50px 0;}
.sobre h1{font-size:24px;color:#ffffff;font-weight:bold;}
.sobre h2{font-size:18px;color:#ffffff;}
.sobre ul{list-style:none;margin:5px 0 0 10px;}
.sobre i{color:#ffffff;}
.sobre a:hover{opacity:0.7;}
.sobre-s1, .s-back1{height:850px;}
.s-back1{background-image:url(../img/sobre/back-marca.jpg);}
.sobre-s2, .s-back2{height:700px;}
.s-back2{background-image:url(../img/sobre/back-financia.jpg);}
.s-back1, .s-back2{background-position:center center;background-repeat:no-repeat;background-size:cover;}
/* .s-separa{background-color:#007F38;color:#1D242C;font-size:14px;padding:40px 0;} */
.s-separa{background-color:#04395b;color:#1D242C;font-size:14px;padding:40px 0;}
.s-separa p{font-size:24px;font-weight:bold;color:#ffffff}
.s-separa span{font-size:14px;color:#ffffff}
.sobre-slide{background-color:#E6E6E6;}
.sobre .owl-nav {position: initial;}


/*** OWL ***/
 .owl-carousel {
     padding: 80px 10%;
     width: 80%;
 }
.owl-item-custom {
    text-align: center;
}
.owl-item-custom img {
    width: auto !important;
    max-height: 500px;
    object-fit: contain;
    margin: 0 auto;
}
.owl-item-custom > div {
    margin: 0 auto;
}
.owl-carousel .owl-prev {
    position: absolute !important;
    left: 60px;
    top: calc(50% - 40px);
    opacity: 0.5;
    color:#007F38;
}
.owl-carousel .owl-next {
    position: absolute !important;
    right: 60px;
    top: calc(50% - 40px);
    opacity: 0.5;
    color:#007F38;
}

.back-padrao {
    background-color: #6c6c6d;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 499px) and (max-width: 768px) {
    .sobre {
        text-align: center;
    }
    .sobre .col-50 {
        width: 100%;
    }
    .sobre .col-80 {
        padding: 50px 10px;
    }
    .s-separa {
        float: left;
        padding: 40px 10px;
    }
    .sobre-s1{
        height: auto;
    }
    .s-back1 {
        height: 400px;
    }
    .sobre-s2 {
        height: auto;
    }
    .s-back2 {
        height: 400px;
    }
    .owl-carousel {
        padding: 40px 10px;
        width: 100%;
    }
    .owl-item-custom img {
        height: 250px;
        object-fit: cover;
        width: 100% !important;
    }
    .owl-nav {
        display: none;
    }
}
@media only screen and (max-width: 498px) {
    .sobre {
        text-align: center;
    }
    .sobre .col-50 {
        width: 100%;
    }
    .sobre .col-80 {
        padding: 50px 10px;
    }
    .s-separa {
        float: left;
        padding: 40px 10px;
    }
    .sobre-s1{
        height: auto;
    }
    .s-back1 {
        height: 350px;
    }
    .sobre-s2 {
        height: auto;
    }
    .s-back2 {
        height: 350px;
    }
    .owl-carousel {
        padding: 40px 10px;
        width: 100%;
    }
    .owl-item-custom img {
        height: 250px;
        object-fit: cover;
        width: 100% !important;
    }
    .owl-nav {
        display: none;
    }
}
