#modulo-mapapropiedades-3  {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    height: 300px;
    margin: 20px 0;
    background-image: url(../img/mapapropiedades/mapapropiedades_default.gif);
}

#boton-vermapa {
    display: none;
}

.mapapropiedades-contenedor-3 {

    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4A4A4A;
    opacity: 1;
    cursor: pointer;
    border-radius: 8px;
    -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;
    padding: 10px 15px;
}

.mapapropiedades-contenedor-3 img {
    width: 20px;
    padding: 10px;
}

.mapapropiedades-contenedor-3 span {
    font-size: 22px;
    color: #FFF;
    font-weight: normal;
    font-family: inherit;
    white-space: nowrap;
}

@media only screen and (max-width: 1440px){
    .mapapropiedades-contenedor-3 span{
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px){

}

@media only screen and (max-width: 800px){
    .mapapropiedades-contenedor-3 span{
        font-size: 1.2em;
    }
}

@media only screen and (max-width: 480px){
    .mapapropiedades-contenedor-3{
        font-size: 12px;
        padding: 5px;
    }
}