.leaflet-control-slidemenu{
    cursor: pointer;
    width: 31px;
    height: 31px;
    background-color: white;
    border-color: grey;
    font-size: 14pt;
}
.leaflet-menu{
    position: absolute;
    background-color: rgba(255, 255, 255, 255);
    overflow: auto;
    cursor: default;
    z-index: 9999;
}

.leaflet-menu::-webkit-scrollbar{
    width: 7px;
    height: 7px;
    background: #f2f2f2;
}
.leaflet-menu::-webkit-scrollbar-thumb{
    border-radius: 2px;
    background: #777;   
}
.leaflet-menu-close-button{
    background-color: transparent;
    border: none;
    font-size: 14pt;
    color: #777;
    cursor: pointer;
}
.leaflet-menu-close-button:hover{
    color: #4285F4;
}
.fa-list-ul{
    color: rgb(17, 8, 141);
    margin-top: 7px;
    margin-left: 2px;
}
.fa-map-marker{
    color: rgb(17, 8, 141);
    margin-top: 7px;
    margin-left: 2px;
}
img{
    /* margin-left: 10px; */
    align-items: center;
}
h5{
    text-align: center;
    font-size: 5px; 
    /* color: #6c2eb9;  */
    text-transform: uppercase;
} 
.formulario {
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 320px;
    padding: 5px;
    border: 1px solid rgb(138, 135, 135);
    /* background-color: #000; */
  }
  .form-texto {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
  }
.form-cord {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
  }
.texto-cord{
    border: 1px solid #CCC;
    padding: 4px;
    background: #E6E6E6 ;
}
.inputCord{
    border: 1px solid #CCC;
    padding: 4px;
}
.botoncord {
    width: 70%;
    height: 30px;
    margin-top: 10px;
    margin-left: 50px;
    border-radius: 5px;
    align-items: center;
    border: 1px solid #CCC;
    background: #92C02C;
  }