@media (min-width: 768px) {
    .posicion {
        left: 70px;
        bottom: 200px;
        margin: 0 auto;
        text-align: right;
        position: relative;
    }
}
@media (max-width: 767px) {
    .posicion {
        bottom: 155px;
        margin: 0 auto;
        text-align: right;
        position: relative;
    }
}
    .feature {
    position: relative;
    margin-bottom: 45px;
}



.feature .col-md-12 {
    background: url(../img/home/pintura1.png);
}

@media (min-width: 768px) {
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}



.banner {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    height: 185px;
}

@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

.fondo{
    background: url(../img/img4.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100%;
}