#modulo-mapapropiedades-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    color: #333;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 300px;
    margin: 20px 0;
    width: 100%;
    background-image: url(../img/mapapropiedades/mapapropiedades_default.gif);
}

#boton-vermapa-2 {
    display: none;
}

.mapapropiedades-contenedor-2 {
    width: 23%;
    height: 50px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #1C61B2;
    opacity: 1;
    cursor: pointer;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    -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-2 span {
    font-size:20px;
    color: #FFF;
    font-family: inherit;
    padding-left: 20px;
    white-space: nowrap;
}

.mapapropiedades-contenedor-2 img {
    padding-left: 20px;
    width: 20px;
}

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

@media only screen and (max-width: 1024px){
    .mapapropiedades-contenedor-2{
        width: 35%;
        justify-content: center;
        padding: 7px 0;
    }
    .mapapropiedades-contenedor-2 span{
        font-size: 1.2em;
        text-align: right;
    }
}

@media only screen and (max-width: 800px){
    .mapapropiedades-contenedor-2{
        width: 40%;
    }
}

@media only screen and (max-width: 480px){
    #modulo-mapapropiedades-2{
        height: 400px;
    }
    .mapapropiedades-contenedor-2 span{
        font-size: 12px;
        white-space: nowrap;
    }

    .mapapropiedades-contenedor-2{
        height: 28px;
        width: 50%;
    }
}