

.leaflet-control-container .leaflet-gac-control {
    width: 300px;
    height: 38px;
    padding: 0 20px;
    border-radius: 5px;
    border: 1px #d0d0d0 solid;
}

.leaflet-control-container .leaflet-right .leaflet-gac-control {
    position: absolute;
    right: 0;
    transition: width .3s ease .15s;
}

.leaflet-control-container .leaflet-gac-control:focus {
    outline: none;
}

.leaflet-control-container .leaflet-gac-search-btn {
    background: #ffffffb2;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    margin-left: 4px;
}

.leaflet-control-container .leaflet-gac-search-btn:hover {
    background: #ffffff;
}

.leaflet-control-container .leaflet-gac-search-btn .leaflet-gac-search-icon {
    cursor: pointer;
    width: 100%;
    height: 100%;
    background:#ffffffb2 url(/../images/icons/mapa/lupa.png) no-repeat center center;
    border-radius: 100%;
    box-shadow: 0 1px 5px rgba(0,0,0,0.65);
}

.leaflet-control-container .leaflet-gac-hidden {
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    transition: width .3s ease .15s;
}