#map {
    height: 335px;
    width: 100%;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.15);
}

div.representantes a.btn {
    color: #fff;
    margin: 5px;
    background-color: #ed1c24;
}

div.card-representante .endereco {
    cursor: pointer;
}

div.card-representante .cidade {
    font-weight: bold;
}

div.card-representante .card-header {
    color: #b4161b;
    font-size: 18px;
    font-weight: bold;
}

div.item-telefono,
div.item-movil,
div.item-whatsapp,
div.item-e-mail,
div.card-representante .endereco {
    position: relative;
    margin-left: 15px;
}

div.item-telefono:before,
div.item-movil:before,
div.item-whatsapp:before,
div.item-e-mail:before,
div.card-representante .endereco:before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    top: 4px;
    left: -20px;
    position: absolute;
}

div.item-telefono:before {
    background: url('../images/icons/telefone.png');
}

div.item-movil:before {
    background: url('../images/icons/celular.png');
}

div.item-whatsapp:before {
    background: url('../images/icons/whatsapp.png');
}

div.item-e-mail:before {
    background: url('../images/icons/arroba.png');
}

div.card-representante .endereco:before {
    background: url('../images/icons/map.png');
}

div#filtro h3 {
    color: #aaa;
}

div.tip .nome {
    font-weight: bold;
}

div.entre-em-contato-assistencia,
div.entre-em-contato-vendedor {
    display: none;
}