:root {
    --filtrospesquisa-background: var(--corbackgroundmaisclaro, #2168A6);
    --filtrospesquisa-btnfiltro-background: var(--corprincipalcliente, #A7B2C8);
    --filtrospesquisa-btnfiltro-color: white;
}

div#pageFiltrosPesquisa {
    margin-top: 10px;
    background-color: #2168A6;
    background-color: var(--filtrospesquisa-background, #2168A6);
    padding: 10px;
}

div#pageFiltrosPesquisa .row {
    margin-left: auto;
    margin-right: auto;
}

div#pageFiltrosPesquisa .row .col-sm-4 {
    padding: 5px;
}

.btnfiltro {
    border: unset;
    background-color: #A7B2C8;
    background-color: var(--filtrospesquisa-btnfiltro-background, #A7B2C8);
    margin: 0px;
    border-radius: 4px !important;
    border-radius: var(--borderradiuscliente, 4px) !important;
}

.btnfiltro:hover {
    opacity: 0.5;
}

.bodyFiltro {
    height: 40px !important;
}


.panel-body {
    padding: 10px;
}


.text-primary {
    color: white;
    color: var(--filtrospesquisa-btnfiltro-color, white);
    text-align: center;
    font-size: 20px;
}


.home-col {
    width: 50% !important;
    padding: 3px !important;
}

.bodyFiltro > h4 {
    margin-left: 0;
    padding-left: 0;
    font-weight: 300;
}

@media only screen and (max-width: 760px), (max-device-width: 760px) {
    .home-col {
        width: 100% !important;
        padding: 3px !important;
    }
}

@media (min-width: 768px) {
    .col-sm-4 {
        width: 33.33%;
    }
}
