#mapa {
    width: 100%;
    height: 362px;
}

#mapa .leaflet-popup-content-wrapper {
    background: #fff;
    color: #6d6e71;
    font-size: 13px;
    line-height: 16px;
    border: solid 4px rgb(109, 110, 113);
    border: 4px solid rgba(109, 110, 113, 0.2);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    text-align: left;
    color: #6d6e71 !important;
    font-size: 13px !important;
    font-family: 'robotomedium';
    line-height: 16px;
    top: -147px;
    min-height: 100px;
    overflow: hidden;
    width: 309px !important;
}

#mapa .leaflet-popup-content-wrapper .nomeParceiro {
    font-size: 16px;
    line-height: 20px;
    color: #14446f;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 10px;
}

#mapa .leaflet-popup-content-wrapper .descricaoParceiro {
    color: #666666;
    line-height: 18px;
    text-align: left;
    font-family: 'robotolight';
    width: 255px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#mapa .leaflet-control-attribution {
    display: flex;
    gap: 2px;
    padding: 2px 5px;
}
