
/*/////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////*/
/*////////////////// MAPA CONTACTO//////////////////////*/
/*/////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////*/
#mapa1{
    /*-webkit-filter: grayscale(1);*/
    
}
#mapid{
   /* filter: invert(1);*/
}
 .leaflet-control-attribution{
            display: none;
        }   
#mapa1{
    width: 100%;
    height: 625px;
    POSITION: RELATIVE;
}
#mapa1 img.leaflet-marker-icon {
    margin-top: -69px !important;
    left: 10px;
}


/*/////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////*/
/*////////////////// MAPA CONTACTO//////////////////////*/
/*/////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////*/
@media screen and (max-width: 990px) {
    #mapa1 {
        height: 450px;
    }
}

