/*** SOBRE ***/
.sobre {
    font-size: 14px;
    color: #666;
}

.sobre .content {
    padding: 50px 100px;
}

.sobre h1 {
    font-size: 28px;
    color: #000;
    font-family: "Montserrat-Regular", sans-serif;
    line-height: 1.3;
}

.sobre h2 {
    font-size: 28px;
    color: #000;
    font-family: "Montserrat-Regular", sans-serif;
    line-height: 1.3;
}

.sobre .content p {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    margin-bottom: 10px;
    font-family: "Montserrat-Regular", sans-serif;
}

.sobre .financia {
    background-color: #efefef;
    min-height: 500px;
    padding: 50px 0px 50px 100px;
    width: 100%;
}


.sobre .financia h2 {
    font-size: 20px;
    color: #000;
    font-family: "Montserrat-Regular", sans-serif;
    line-height: 1.3;
    margin-bottom: 15px;
}


.sobre .financia h3 {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    font-family: "Montserrat-Bold", sans-serif;
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: 10px;
}

.sobre .financia p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.5;
    margin-bottom: 10px;
    font-family: "Montserrat-Regular", sans-serif;
}

.sobre .financia ul {
    list-style-type: none;
}

.sobre .financia ul li {
    margin-left: 10px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.5;
    margin-bottom: 10px;
    font-family: "Montserrat-Regular", sans-serif;
}

.sobre .financia ul li::before {
    content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: red; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.sobre .financia .image-1 {
    position: relative;
}

.sobre .financia .image-1 img {
    width: auto;
}

.sobre .financia .image-1::before {
    content: "";
    background-color: red;
    width: 80%;
    height: 80%;
    display: block;
    position: absolute;
    top: -13px;
    left: -13px;

}

.sobre ul {
    list-style: none;
    margin: 5px 0 0 10px;
}

.sobre i {
    color: red;
}

.sobre a:hover {
    opacity: 0.7;
}

.sobre-s1, .s-back1 {
    height: 750px;
}

.s-back1 {
    background-image: url(../img/sobre/back-marca.jpg);
}

.sobre-s2, .s-back2 {
    height: 850px;
}

.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: red;
    color: #1D242C;
    font-size: 14px;
    padding: 40px 0;
}

.s-separa p {
    font-size: 24px;
    font-weight: bold;
}

.s-separa span {
    font-size: 14px;
}

.sobre-slide {
    background-color: #E6E6E6;
}

.sobre .owl-nav {
    position: initial;
}


/*** OWL ***/
.owl-carousel {
    padding: 0px;
    width: 100%;
}

.owl-item-custom {
    text-align: center;
}

.owl-item-custom img {
    object-fit: cover;
    margin: 0 auto;
    height: 500px !important;
}

.owl-item-custom > div {
    margin: 0 auto;
}

.owl-carousel .owl-prev {
    position: absolute !important;
    left: 0px;
    top: calc(50% - 100px);
    opacity: 0.5;
    color: red;
}

.owl-carousel .owl-next {
    position: absolute !important;
    right: 0px;
    top: calc(50% - 100px);
    opacity: 0.5;
    color: red;
}

.owl-carousel .owl-prev img, .owl-carousel .owl-next img {
    height: 100px;
}

.owl-carousel .owl-item-custom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.owl-carousel .owl-item-custom .legend {
    color: #fff;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    text-shadow: 0px 0px 1px #000;
}

.owl-carousel .owl-item-custom .legend .slide-title {
    font-size: 30px;
    font-family: "Montserrat-Regular", sans-serif;
}

.owl-carousel .owl-item-custom .legend .slide-subtitle {
    font-size: 25px;
    font-family: "Montserrat-Regular", sans-serif;
}

.sobre .financia .image-1 img {
    width: 93%;
}

.sobre .financia .image-2 {
    position: absolute;
    right: 0;
    top: 50px;
}

.sobre .financia .image-2 img {
    width: 100%;
}

/*Sobre*/
@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, .s-back1 {
        height: 400px;
    }

    .sobre-s2, .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) {
    .slide {
        width: 100%;
        height: 35vh;
    }

    .slide ul {
        height: 100%;
    }

    .slide ul li {
        height: 100%;
    }

    .slide ul li img {
        height: 100%;
    }

    .page-title {
        margin-top: -100px;
        margin-left: 0;
        font-size: 30px;
        color: #fff;
        margin-bottom: 70px;
        font-family: "Montserrat-SemiBold", sans-serif;
        text-align: left !important;
        padding-left: 25px !important;
    }

    .sobre .content, .sobre .financia {
        padding-right: 25px;
        padding-left: 25px;
        width: 100%;
        float: left;
    }

    .sobre .financia {
        padding-top: 20px;
    }

    .sobre .financia .col-60, .sobre .financia .col-40, .sobre .financia .col-30 {
        width: 100%;
        float: left;
    }

    .sobre .financia .col-30 h1, .sobre .financia .col-60 h1 {
        margin-bottom: 40px;
    }

    .sobre .financia .image-1 {
        margin-bottom: 20px;
        width: 100%;
        left: 0;
        right: 0;
    }

    .sobre .financia .image-1::before {
        right: -10px;
        top: -10px;
        left: auto;
    }

    .sobre .financia .image-1 img {
        width: 100%;
        right: 45px;
    }

    .image-2 {
        width: 100%;
    }

    .image-2 img {
        width: 108%;
    }

    .sobre h2 {
        font-size: 25px;
    }

    .sobre .content p {
        font-size: 19px;
        color: #000;
        line-height: 1.5;
        margin-bottom: 10px;
        font-family: "Montserrat-Regular", sans-serif;
    }

    .sobre .financia p, .sobre .financia ul li {
        font-size: 19px;
        color: #000;
        line-height: 1.5;
        margin-bottom: 10px;
        font-family: "Montserrat-Regular", sans-serif;
    }

    .sobre .financia h3 {
        font-size: 17px;
    }

    .owl-item-custom img {
        height: auto !important;
    }

    .owl-carousel .owl-next, .owl-carousel .owl-prev {
        top: calc(50% - 50px);
    }

    .col-60.content.fleft {
        padding-top: 0px !important;
    }

    .sobre-slide {
        background-color: #E6E6E6;
        height: 300px;
    }

    .owl-carousel.owl-loaded, .owl-carousel .owl-stage-outer, .owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item, .owl-carousel .owl-item-custom, .owl-item-custom a {
        height: 100%;
    }

    .owl-item-custom img {
        object-fit: cover;
        margin: 0 auto;
        height: 100% !important;
    }
}

@media (min-width: 1500px) {

    .sobre .content {
        padding: 50px 70px;
    }

    .sobre .financia {
        padding: 50px 0px 50px 70px;
    }
}