﻿.box-menu-vitrine {
    padding-top: 2%;
    padding-bottom: 2%;
}

.input-pesquisa{
    border: 1px solid grey;
    border-radius: 0px 20px 20px 0px;
    width: 96%!important;
    height: 30px !important;
}

.icon-pesquisa{
    border: 1px solid grey;
    border-radius: 20px 0px 0px 20px;
}

.botao-buscar{
    border: 1px solid grey;
    border-radius: 20px;
    background-color: #014085;
    color: white;
    font-weight: bold;
    font-family: Lato;
    padding: 3px 12px;
}

.botao-buscar:hover{
    background-color: white;
    color: #014085;
}

@media (min-width: 320px) and (max-width: 499px) {

    .div-filtros-top {
        margin-top: 100px !important;
    }
    
    .btn-buscar-filtros{
        padding: .25rem!important
    }
    
}