.header-vitrine-produtos {
    background: linear-gradient(to bottom, #014085 85px, #FFFFFF 0%);
    width: 100%;
}

.titulo-vitrine-produtos {
    font-size: 2.5em;
    color: #FFFFFF;
}

.btn-remover-filtros {
    color: #014085;
    border: 1px solid #014085;
    border-radius: 45px;
    padding: 10px 75px;
    cursor: pointer;
    font-weight: bold;
    font-family: 'lato', sans-serif;
    font-size: 12px;
}

.btn-remover-filtros:hover {
    background-color: #014085;
    color: #fff;
}

.checkbox-filtros input[type="checkbox"] {
    transform: scale(2);
    margin-right: 10px;
    border: 1px solid #79787d !important;
    border-radius: 10px;
}

.gray-line {
    border: none;
    border-top: 2px solid #79787d;
    margin-top: 20px;
    padding-left: 0;
}

.filtros-selecionados {
    font-weight: bold;
    font-family: 'lato', sans-serif;
    font-size: 20px;
    color: #014085;
}

.titulo-categoria {
    font-weight: bold;
    font-family: 'lato', sans-serif;
    font-size: 18px;
}

.text-categorias {
    font-family: 'lato', sans-serif;
    font-size: 18px;
}

.titulo-produtos-selecionados {
    font-family: 'lato', sans-serif;
    font-size: 20px;
}

.dropdown-toggle {
    background-color: #FFFFFF;
    color: #79787d;
    border: 1px solid #79787d;
    border-radius: 10px;
    font-weight: bold;
    font-family: 'lato', sans-serif;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 !important;
    width: 185px;
    flex-direction: row-reverse;
}

.dropdown-toggle:hover {
    background-color: #79787d;
    color: #FFFFFF;
    border: 1px solid #79787d;
}

.dropdown-toggle::after {
    content: '';
    visibility: hidden;
    margin-left: -1.745em !important;
}

.dropdown-toggle::before {
    content: "\25BC";
    font-size: 24px;
    margin-right: 10px;
}

.dropdown-menu {
    min-width: 185px;
}

.prev-page-produtos {
    color: red;
    font-size: 35px;
    cursor: pointer;
}

.text-page-produtos {
    font-size: 24px;
    cursor: pointer;
    color: red;
    font-family: 'lato', sans-serif;
    font-weight: bold;
}

.txt-filtro {
    font-family: 'lato', sans-serif;
    font-size: 18px;
    color: grey;
}

.ordenacao-produtos{
    font-family: 'lato', sans-serif;
    font-size: 18px;
    color: #79787d;
    border: 1px solid #79787d;
    border-radius: 10px;
    width: 200px;
    height: calc(1em + 0.75rem + 2px);
    padding: 1px 1px 1px 1px;
}

.quantidade-produtos{
    font-family: 'lato', sans-serif;
    font-size: 18px;
    color: #79787d;
    border: 1px solid #79787d;
    border-radius: 10px;
    width: 200px;
    height: calc(1em + 0.75rem + 2px);
    padding: 1px;
}

@media (min-width: 320px) and (max-width: 499px) {
    .div-filtros {
        display: none;
    }

    .titulo-vitrine-produtos {
        font-size: 22px;
        color: #FFFFFF;
        margin-top: 32px !important;
        text-align: center;
    }

    .dropdown-toggle {
        color: #79787d;
        border: none;
        border-radius: 0;
        font-weight: bold;
        font-family: 'lato', sans-serif;
        font-size: 16px;
    }

    .dropdown-toggle:hover {
        background-color: #FFFFFF;
        color: #79787d;
        border: none;
    }

    .text-page-produtos {
        display: none;
    }

    .dropdown-pagination-produtos {
        display: none;
    }
    
    .header-vitrine-produtos{
        margin-top: 60px;
    }

    .quantidade-produtos{
        width: 140px;
    }
    
    .div-paginas{
        justify-content: center!important;
    }
    
}

@media (min-width: 768px) and (max-width: 1024px) {
    
    .btn-remover-filtros{
        padding: 10px 75px;
        font-size: 7px;
    }
    
}