.sinespacio{
    padding-right: 0px;
    padding-left: 0px;
}

.centrar{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.adondevivir{
    background-image:url(../images/adondevivir.jpg);
    background-size:100% 100%;
    height: 100vh;
}

.bumeran{
    background-image:url(../images/bumeran.jpg);
    background-size:100% 100%;
    height: 100vh;
}

.urbania{
    background-image:url(../images/urbania.jpg);
    background-size:100% 100%;
    height: 100vh;
}


.padre_mobile{
    height: 100%;
    padding: 0;
    margin: 0;
}

.adondevivir_mobile{
    background-image:url(../images/adondevivir_mobile.jpg);
    background-size:100% 100%;
    width:100%;
    height:33.33vh;
}

.bumeran_mobile{
    background-image:url(../images/bumeran_mobile.jpg);
    background-size:100% 100%;
    width:100%;
    height:33.33vh;
}

.urbania_mobile{
    background-image:url(../images/urbania_mobile.jpg);
    background-size:100% 100%;
    width:100%;
    height:33.33vh;
}