#modulo-mapapropiedades-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    margin-top: 15px;
    height: 333px;
    background-image: url(../img/mapapropiedades/mapapropiedades_default.gif);
}

#boton-vermapa {
    display: none;
}

#modulo-mapapropiedades-1 svg {
    width: 125px;
    padding: 15px;
    border-radius: 12px;
    fill: var(--color3);
    background-color: var(--background3-78);
}

.mapapropiedades-contenedor {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background-color: rgb(67, 67, 67,0.6);
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.mapapropiedades-contenedor:hover {
    background-color: rgba(46, 46, 46, 0.8);
}

.mapapropiedades-contenedor img {
    width: 85px;
    background-color: var(--background2-78);
    border-radius: 8px;
    padding: 10px;
}

.mapapropiedades-contenedor span {
    font-size: 1.7em;
    line-height: 2em;
    color: #FFF;
    font-weight: bold;
    font-family: inherit;
    text-shadow: 1px 1px 1px #3c3c3c;
}