#cab{
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
}
/***********************************/

#cidades h3{
    color: var(--main-empresa);
    font-size: 42px;
    font-weight: bold;
}

#cidades #map{
  height: 650px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
   
#franchise-list {
  margin-top: 15px;
  display: flex;
  justify-content: initial;
  align-items: center;
  flex-wrap: wrap;
}

.franchise-item {
  float: left;
  width: 50%;
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background: #f9f9f9;
  border-radius: 5px;
  margin-bottom: 10px;
  transition: background 0.3s;
}

.franchise-item:hover {
    background-color: #e0e0e0;
}

.franchise-item h4 {
    margin: 0;
    color: #333;
}

.franchise-item p {
    margin: 5px 0;
    color: #666;
    font-size: 14px;
}

.phone {
    font-weight: bold;
    color: #007bff;
}

/* Estilização do popup */
.mapboxgl-popup-content {
    font-family: Arial, sans-serif;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
}

.popup-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.popup-address {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.popup-phone {
    font-size: 14px;
    font-weight: bold;
    color: #007bff;
}
