body{
    /*
	overflow: hidden;
	    margin: 0;
*/
}
#mapa{
    width:100%;
}
#div-mae{
    cursor: move;
    background-position: center;
    background-size: 100% 100%;
    height: 47em;
}
.ponto-lotes{
    /* width:25px; */
    height: 27px;
    /* background: #000; */
    position:absolute;
    border-radius: 25px;
    cursor: pointer;
    display: none;
    border: 5px solid #054015;
    color: #054015;
    font-size: 12.5px;
    font-weight: bold;
    font-family: monospace;
    padding-left: 4px;
    padding-right: 4px;
}
.ponto-fotos{
    height: 27px;
    position:absolute;
    cursor: pointer;
    display: none;
    color: #054015;
    font-size: 12.5px;
    font-weight: bold;
    font-family: monospace;
    padding-left: 4px;
    padding-right: 4px;
}

.bordaFotoIcone{
    background: #FFF;
    border-radius: 50%;
    padding:10px;
    box-shadow: 5px 5px 5px #000;
}

.modal-header-info {
    font-size: 20px !important;
    color:#fff;
    padding:10px !important;
    border-bottom:1px solid #eee;
    background-color: #5bc0de;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}