.plp_main_container {
    display: flex;
/*    padding: 3.125rem 5.5rem 6.25rem 5.5rem;*/
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    font-family: var(--font-family-1, --font-family-1);
    font-weight: 400;
}
.plp_main_container__filtros {
    position: relative;
    height: auto;
    width: auto;
    padding-left: 15px;
}
.plp_main_container__content {
    /* width: 72vw; */
    max-width: 74.6rem;
}

@media (min-width: 1385px) and (max-width: 1690px) {
    .plp_main_container__filtros {
        width: 25vw;
        height: 100vh;
        padding-right: 2rem;
    }

    .plp_main_container__content {
        width: 60vw;
    }
}

@media (min-width: 1367px) and (max-width: 1384px) {
    .plp_main_container__filtros {
        width: 25vw;
        height: 100vh;
        padding-right: 2rem;
    }

    .plp_main_container__content {
        width: 60vw;
    }
}

@media (min-width: 1070px) and (max-width: 1370px) {
    .plp_main_container__filtros {
        width: 25vw;
        height: 100vh;
        padding-right: 2rem;
    }

    .plp_main_container__content {
        width: 60vw;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .plp_main_container__filtros {
        width: 20vw;
        height: 100vh;
        padding-right: 2rem;
    }

    .plp_main_container__content {
        width: 30vw;
    }
}

@media (min-width: 769px) and (max-width: 1366px) {
    .plp_main_container__filtros {
        width: 297px;
        height: 100vh;
        padding-right: 2rem;
    }

    .plp_main_container__content {
        width: 65vw;
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .plp_main_container__filtros {
        width: 25vw;
        height: 100vh;
        padding-right: 2rem;
    }

    .plp_main_container__content {
        width: 60vw;
    }
}

@media (min-width: 650px) and (max-width: 768px) {
    .plp_main_container__filtros {
        position: absolute;
        top: 0%;
        width: 100%;
        height: 100vh;
        z-index: 999;
    }
    .plp_main_container {
        width: 100%;
        padding: 0 0;
    }

    .plp_main_container__content {
        width: 100vw;
    }
}

@media (min-width: 451px) and (max-width: 649px) {
    .plp_main_container__filtros {
        position: absolute;
        top: 0%;
        width: 100%;
        height: 100vh;
        z-index: 999;
    }

    .plp_main_container {
        width: 100%;
        padding: 0 0;
    }

    .plp_main_container__content {
        width: 100vw;
    }
}

@media (min-width: 360px) and (max-width: 450px) {
    .plp_main_container__filtros {
        position: absolute;
        top: 0%;
        width: 100%;
        height: 100vh;
        z-index: 999;
    }

    .plp_main_container {
        width: 100%;
        padding: 0 0;
    }

    .plp_main_container__content {
        width: 100vw;
    }
}

/* starting */
.plp_main_container {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    flex-wrap: wrap;
}
.plp_main_container__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 1920px;
    width: 100%;
}

/* Filters */
.plp_content__filters {
    /*  */
    display: flex;
    justify-content: center;
}

/* Swiper */
.plp_content__swiper_vehicle {
    flex-basis: 100%;
}
/* 
* Medias
*/
@media (min-width: 768px) {
    .plp_main_container {
        justify-content: space-between;
        align-items: flex-start;
        /*padding: 3.125rem 1rem 6.25rem 1rem; */
    }
}
@media (min-width: 1366px) {
    .plp_main_container {        
        justify-content: space-between;
        align-items: flex-start;
        padding: 3.125rem 3rem 6.25rem 3rem;        
    }
    .plp_main_container__content {
        flex-direction: row;
    }
    .plp_content__filters {
        min-width: 20.6rem;
        max-width: 28.125rem;
        padding-right: 10px;
    }
}

@media (min-width: 1920px) {
    .plp_main_container {
        justify-content: center;
        padding: 3.125rem 5.5rem 6.25rem 5.5rem;
    }
    .plp_content__filters {
        max-width: 27.375rem;
    }
    .plp_content__vehicles_wrapper {
        max-width: 74.6rem;
    }
}
/* ending */