#modulo-paginacionmapa {
    /*min-height: 90vh;*/
    margin: 40px auto;
    position: relative;
    color: #333 !important;
}

#modulo-paginacionmapa .cercalia-autocomplete-0 #suggestionsWrapper.cercalia-autocomplete {
    width: 450px !important;
}

#modulo-paginacionmapa #map{
    margin: 0;
    padding: 0;
    width: 95vw;
    height: 90vh;
}


#modulo-paginacionmapa #suggest {
    z-index: 2;
    font-family: Arial;
    font-size: 11px;
    right: 65px;
    padding: 1px 5px 0;
    position: absolute;
    top: 8px;
    width: 400px;
    font-size: 13px;
    background-color: white;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
}

#modulo-paginacionmapa .popupMapa {
    display: flex;
    flex-direction: column;
}

#modulo-paginacionmapa .popupMapa.propiedad img {
    max-width: 160px;
    max-height: 130px;
}

#modulo-paginacionmapa .popupMapa.propiedad .imagen {
    text-align: center;
    margin-bottom: 5px;
}

#modulo-paginacionmapa .popupMapa.propiedad .precio {
    font-size: 1.2em;
    display: inline-block;
    font-weight: bold;
}

#modulo-paginacionmapa a.enlacePrevio {
    position: absolute;
    top: 10px;
    right: 40px;
    font-weight: bold;
    color: var(--color1) !important;
}

.cercalia-marker-popup-0 .title.cercalia-marker-popup {
    background-color: var(--background1-78) !important;
    color: var(--color1) !important;
}

#modulo-paginacionmapa #sugerenciaDibujar {
    display: none;
    position: absolute;
    top: 60px;
    left: 30%;
    background-color: #FFF;
    border: 1px solid var(--color1);
    padding: 10px 15px;
    z-index: 9999;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
    max-width: 65%;
    cursor: pointer;
}

#modulo-paginacionmapa button#botonAgrupar {
    z-index: 9;
    font-family: Arial;
    height: 40px;
    right: 10px;
    padding: 1px 5px 0;
    position: absolute;
    top: 60px;
    width: 48px;
    font-size: 13px;
    background-color: white;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
    background: #FFF url('../img/mapas/icono_agrupar.png') no-repeat center center;
    background-size: 30px;
}


#modulo-paginacionmapa button#botonDibujar {
    z-index: 9;
    font-family: Arial;
    height: 40px;
    right: 10px;
    padding: 1px 5px 0;
    position: absolute;
    top: 110px;
    width: 48px;
    font-size: 13px;
    background-color: white;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
    background: #FFF url(../img/mapas/icono_dibujar.png?) no-repeat center center;
    background-size: 30px;
}


#modulo-paginacionmapa button#botonBorrar {
    display: none;
    z-index: 10;
    font-family: Arial;
    height: 40px;
    right: 10px;
    padding: 1px 5px 0;
    position: absolute;
    top: 160px;
    width: 48px;
    font-size: 13px;
    background-color: white;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
}

#leyendaMapaBuscador {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #FFF;
    color: #394861;
    font-weight: bold;
    padding: 5px 10px;
    font-size: .9em;
    border: 1px solid var(--color1);
    border-radius: 4px;
    cursor: default;
    box-shadow: 1px 1px 1px #555;
    opacity: .8;
}

#leyendaMapaBuscador:hover {
    opacity: 1;
}

#leyendaMapaBuscador span {
    font-size: 1.2em;
    color: #444;
}

#leyendaMapaBuscador li {
    padding-left: 22px;
    padding-top: 5px;
    margin-top: 5px;
    background: #FFF no-repeat center left;
    background-size: 18px;
}

#leyendaMapaBuscador ul {
    margin-top: 8px;
}

#leyendaMapaBuscador li.leyendaExacta{
    background-image: url(../img/mapas/marker_propiedad.png);
}

#leyendaMapaBuscador li.leyendaAprox{
    background-image: url(../img/mapas/marker_propiedad_circ.png);
}

#modulo-paginacionmapa .ol-overlay-container {
    z-index: 58 !important;
}

@media (max-width: 960px) {
    .control-interface-container {
        top: 10px !important;
    }

    #modulo-paginacionmapa #sugerenciaDibujar {
        left: 20%;
    }

    #modulo-paginacionmapa #suggest {
        width: 90%;
    }
}

@media (max-width: 480px) {
    .control-interface-container {
        top: 10px !important;
        width: 48px !important;
        height: 40px !important;
    }
    .control-interface-container .paper-icon-button-0 {
        width: 48px !important;
    }
    .control-interface-container paper-icon-button {
        width: 48px;
        height: 40px !important;
    }

    #leyendaMapaBuscador {
        opacity: 1;
    }
}


@media (max-width: 750px)
{
    #modulo-paginacionmapa #sugerenciaDibujar {
        left: 10%;
    }

    #modulo-paginacionmapa #suggest {
        width: 80%;
    }

    #modulo-paginacionmapa #map {
        width: 96vw;
    }
}