.slider.slider-horizontal {
    width: 100%;
}


/**Banner*/
.banner_inicial {
    background-image: url("../../img/banner.jpg");
    background-size: cover;
    min-height: 350px;
}

section {
    position: relative;
}

/**
FILTRO
 */
#filtro_home {
    margin: -140px 0 -20px;
    z-index: 1;
}

/**NOTICIAS**/

.title_noticias, .title_noticias a{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 800;
    color: black;
    text-decoration: none;
    min-height: 85px;
}

.imagem_noticia{
    position: relative;
    min-height: 350px;
}

.descricao_noticia{
    color: var(--text_gray);
    text-align: center;
}


.slider-grid__hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-color: var(--bg_primary);
    transition: all 0.3s;
    text-align: center;
}

.slider-grid{
    opacity: 0;
}

.slider-grid:hover{
    opacity: 1;
}

.btn-inline-orange{
    border: 2px solid #ffffff;
    color: #ffffff;
    text-transform: uppercase;
    position: absolute;
    top: 45%;
    z-index: 1;
    left: 15%;
}
.btn-inline-orange:hover{
    color: white;
    text-transform: uppercase;
}


.filtro_content {
    min-height: 200px;
    padding: 30px 40px;
    background: var(--bg_gray);
    border-radius: 5px;
}

.filtro_content .title_h2{
    margin: 0px;
}

.slider.slider-horizontal{
    height: 30px;
    width: 97%;
}
.icon_search{
    margin-right: 20px;
    margin-top: 5px;
}

.slider-handle, .slider-selection {
    background: var(--bg_primary);
    width: 30px;
    height: 30px;

}

.price_input{
    height: 40px;
    margin: 10px 0px;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    color: #5A5858;
}
.swiper-button-prev, .swiper-button-next {
    color: #e3e3e3;
}

.swiper-scrollbar{
    opacity: 1;
}
.swiper-slide{
    min-height: 100px;
    vertical-align: center;
}

.swiper-button-prev:after, .swiper-button-next:after{
    display: none;
}

section#filtro_categoria{
    margin-top: 30px;
}


.triangle_top{
    position: relative;
    width: 50px;
    margin-top: -40px;
    margin-right: auto;
    margin-left: auto;
    border-top: 30px solid #fff;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    z-index: 10;
    text-align: center;
}

@media only screen and (max-width: 768px) {

    .swiper-container-horizontal > .swiper-scrollbar {
        position: initial;
    }

    section#filtro_home {
        margin: -30px 0 -20px;
        z-index: 1;
    }

    .filtro_content {
        padding: 15px;
    }

    .title_h2{
        font-size: 24px;
        text-align: center;
        margin: 0px 30px;

    }

    .price_input {
        width: 40%;
    }
}
