.banner {
    background-position: center;
    display: flex;
    height: 400px;
    align-items: center;
    background-size: cover;
}

.banner h1 {
    color: #fff;
    font-weight: 900;
    font-size: 100px;
    text-shadow: 2px 1px 0px #222B20;
}

.site-title h2 {
    font-weight: 700;
    color: #00195f;
    font-size: 34px;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
}

.site-title h2 span {
    color: #8d1f22;
}


#slider img {
    width: 400px !important;
}

#contenedor {
    margin-bottom: 30px;
    height: 315px !important;
}

.car-details {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.car-details h3 {
    font-size: 20px;
    font-weight: 700;

}

.car-details .button {
    padding-top: 10px;
}

.car-details .name-price {
    width: 65%;
}

.offer {
    background-color: #000;
}

.offer .row {
    margin-right: 0;
    align-items: center;
}

.text-white {
    color: #fff;
}

.offer-text {
    padding-right: 10%;
}

.offer-text::after {
    margin-top: -15.8%;
    content: '';
    position: absolute;
    left: -144px;
    border-top: 416px solid #000000;
    border-left: 130px solid transparent;
    z-index: 1;
    top: 0;
}

.offer-text h2 {
    font-weight: 700;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 1;
    width: 100px;
}

.item_version_2 a:hover {
    -webkit-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.5) !important;
    -moz-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.5) !important;
}

.categories_carousel2 {
    padding-top: 40px;
}

.call-sec {
    background-color: #fece00;
}

.call-sec-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.call-sec-inner h2 {
    color: #00004e;
    font-weight: 700;
    font-size: 60px;
}

.call-sec-inner a {
    font-weight: 700;
    padding: 20px 80px;
    color: #fff;
    background: #00004e;
    font-size: 28px;
    border-radius: 50px;
}

@media (max-width: 991px) {
    .banner {
        height: 250px;
    }

    .banner h1 {
        font-size: 44px;
    }

    .site-title h2 {
        font-size: 24px;
    }

    .car-details .name-price {
        width: 60%;
    }

    .offer .row {
        margin-right: -15px;
        margin-left: 0;
    }

    .offer-text {
        padding-top: 15px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .offer .row .col-lg-6:first-child {
        padding-left: 0;
    }

    .call-sec-inner {
        display: block;
    }

    .call-sec-inner a {
        padding: 20px 25px;
    }

    .call-sec-inner h2 {
        font-size: 30px;
        margin-bottom: 50px;
    }

    .call-sec-inner {
        text-align: center;
    }
}