.page-stock{
    line-height: normal;
    margin-bottom: -350px;
    z-index: 1;
    min-height: 600px;
}

.page-stock h2{
    color: #939598;
    font-family: WoodfordbourneBold;
    font-size: 22px;
    text-align: center;
    padding: 0;
    margin: 0;
    margin-bottom: 2px;
}

.page-stock h4{
    color: #fff;
    font-family: WoodfordbourneThin;
    font-size: 12px;
    text-align: center;
    padding: 0;
    margin: 0;
    margin-bottom: 2px;
}


.page-stock h5{
    color: #DD2316;
    font-family: WoodfordbourneRegular;
    font-size: 16px;
    text-align: center;
    padding: 0;
    margin: 0;
}

.page-stock h5 span{
    color: #fff;
    font-family: WoodfordbourneThin;
    font-size: 11px;
    text-align: center;
    padding: 0;
    margin: 0;
}

.page-stock a{
    display: block;
}

.page-stock a:hover > div:first-child{
    position: relative;
}

.page-stock a:hover > div:first-child:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("/assets/img/mais.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0,0,0, 0.7);
}

.page-stock .filtro select{
    background: transparent;
    border-radius: unset;
    border: 1px solid #58595B;
    color: #BCBEC0;
    font-family: WoodfordbourneRegular;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("/assets/img/seta-branca.png");
    background-repeat: no-repeat;
    background-position: 95%;
    width: 100%;
    padding: 7px;
    text-transform: uppercase;
}

.page-stock .filtro .position-absolute{
    bottom: -9px;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%);
}


.page-stock .resultados-filtros{
    font-family: WoodfordbourneThin;
    font-size: 12px;
    color: #A7A9AC;
}

.page-stock .resultados-filtros i{
    color: #DD2316;
}



/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/

/*
Extra small devices (portrait phones, less than 544px)
No media query since this is the default in Bootstrap because it is "mobile first"
*/

@media (max-width: 543px) {

    .page-stock{
        line-height: normal;
        margin-bottom: 0;
        z-index: 1;
        min-height: auto;
    }


}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {

    .page-stock{
        line-height: normal;
        margin-bottom: 0;
        z-index: 1;
        min-height: auto;
    }

}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {

    .page-stock{
        line-height: normal;
        margin-bottom: -350px;
        z-index: 1;
        min-height: 600px;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {



}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {


}