section#search-result {
    background-color: #ededed;
    height: 85px;
    display: flex;
    align-items: center;
}

.mapa-button {
    position: relative;
    display: inline-block;
    cursor: pointer; 
}

.mapa-imagem {
    display: block; /* Remove o espaço abaixo da imagem */
    width: 100%; /* Ajuste conforme necessário */
    height: auto; /* Mantém a proporção da imagem */
}

.btn-cliente-mapa {
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(0 0 76);
    color: white;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

.external-content {
    display: none; /* Oculta o conteúdo inicialmente */
    overflow: hidden; /* Garante que o conteúdo não extravase a div */
    max-height: 0; /* Define a altura máxima como 0 para animação */
    transition: max-height 0.5s ease-out; /* Adiciona a animação de transição */
}

.external-content.show {
    display: block;
    max-height: 500px; /* Ajuste conforme necessário para a altura do conteúdo */
    transition: max-height 0.5s ease-out;
}

div#side-bar {
    border: 1px solid #ededed;
    text-align: center;
    padding: 17px;
    border-radius: 5px;
}

.align-center {
    bottom: 75px;
    left: 25%;
}

.justify{
    text-align: justify;
    margin: 0px !important;
    text-transform: uppercase;
    font-size: 15px;
}

.checkbox-style {
    width: 50%;
    float: left;
    line-height: 32px;

}

.checkbox-style .label-check {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    background-color: #FFF;
}

.checkbox-style .label-check input {
    display: none;
}

.checkbox-style .label-check span {
    float: left;
    width: 100%;
    align-items: center;
    line-height: 37px;
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}


.form-group {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

label.label-check-box {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
}

input.checkbox-item {
    width: 21px;
    height: 21px;
    margin-right: 20px;
}

.small-label {
    margin-top: 20px;
    font-size: 11px;
    width: 100%;
    text-align: justify;
    font-weight: 500;
}

.btn-limpar-busca {
    width: 100%;
    float: left;
    margin-top: 15px;
    padding: 10px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    transition: 0.4s ease all;
}
.btn-limpar-busca i {
    margin-right: 10px;
}

.select-box {
    float: right;
    border: 1px solid #c2c2c2;
    padding: 15px;
    border-radius: 5px;
    color: #c2c2c2;
}

.select-box i{
    margin-right: 10px;
}

.select-order {
    border: none;
    font-size: 11px;
    text-transform: uppercase;
    color: #000;
    font-weight: 100;
    padding: 5px;
}

ul.pagination {
    align-items: center;
    display: flex;
    justify-content: center;
}

a.page-link {
    color: #000;
    font-size: 15px;
}

#map-canvas {
    height: 500px;
    width: 100%;
}

.mapa-title{
    font-size: 13px !important;
    color: #000 !important;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 5px;
}