/** SOBRE **/
.sobre{padding-bottom:20px;}.sobre h1{color:#E31E24;font-size:20px;margin-bottom:10px;font-weight:bold;}.sobre p{text-align: justify;color:#555;margin-bottom:50px;}

.owl-carousel {
    background-color: #E6E6E6;
    padding: 0px;
    width: 50%;
    float: right;
    margin: 0px 0px 50px 50px;
}
.owl-item-custom {
    text-align: center;
    background-color: #E6E6E6;
    background-size: cover;
}
.owl-item-custom img {
    max-width: 800px !important;
    height: 400px;
    object-fit: cover;
    margin: 0 auto;
}
.owl-item-custom > div {
    margin: 0 auto;
}
.owl-carousel .owl-prev {
    position: absolute !important;
    left: 10px;
    top: calc(50% - 40px);
    opacity: 0.5;
    font-size: 230%
}
.owl-carousel .owl-next {
    position: absolute !important;
    right: 10px;
    top: calc(50% - 40px);
    opacity: 0.5;
    font-size: 230%
}

/*** Tablet ***/
@media (min-width: 499px) and (max-width: 768px) {
    .sobre {
        padding: 0 10px 20px 10px;
    }
    .owl-carousel {
        width: 100%;
    }
    .owl-item-custom img {
        height:300px;
    }
}
/*** Mobile ***/
@media only screen and (max-width: 498px) {

    .sobre {
        padding: 0 10px 20px 10px;
    }
    .owl-carousel {
        width: 100%;
    }
    .owl-item-custom img {
        height: 250px;
    }

}