@media only screen and (max-width: 924px) {
    body {
         overflow-x: hidden !important;
    }
    #contenedor {
        width: 100%;
        margin: auto;
    }
    
    /* Header */
    .nosotros_titulo {
        top: 400px !important;    
    }
    #titulo {
        top: 440px;
    }
    #titulo_img {
        top: 530px;
        width: 80%;
        margin-left: 10%;
    }
    #titulo_img img {
        width: 100%;
    }
    /* Busqueda Avanzada */
    #busqueda_avanzada {
        width: 100%;
        text-align: center;
        margin: auto !important;
        background-color:rgba(0,0,0,0.7);
    }
    .busqueda_avanzada_home {
        top: 398px;
    }
    .busqueda_avanzada_fixed {
        top: 0px;
        position: fixed !important;
        z-index: 350;
    }
    /* Inmuebles */
    #propiedades_contenedor {
        width: 95%;
        margin: auto;
    }
    #propiedades {
        width: 46%;
        float: left;
        margin-bottom: 42px;
    }
    .propiedades_izquierda {
        margin-right: 4%;
    }
    .propiedades_derecha {
        margin-left: 4%;
    }
    
    #contacto_01 a:link {
        font-size: 15px;
    }
    
    
    /* Inmueble ID */
    #inmueble_header_02 img {
        width: 20%;
    }
    #inmueble_header_02_centro {
        width: 32%;
    }
    #inmueble_header_02_centro em {
        font-size: 20px;
    }
    #inmueble_header_02_derecha {
        width: 30%;
        margin-right: 20px;
        top: -20px;
    }
    #btn_contacto {
        width: 20%;
        position: relative;
        top: 0px;
    }
    #inmueble_completo_02_izquierda {
        width: 90%;
        margin: auto;
        float: none;
    }
    #inmueble_completo_02_derecha {
        float: none;
        width: 90%;
        margin: auto;
    }
    #inmueble_completo_03_izquierda {
        width: 20%;
    }
    #inmueble_completo_03_derecha {
        width: 78%;
    }
    #inmueble_descripcion {
        width: 45%;
    }
    .inmueble_izquierda {
        margin-left: 3%;
    }
    .inmueble_derecha {
        margin-right: 3%;
    }
    .inmueble_contacto_derecha {
        margin-right: 3%;
    }
    
    /* Contacto */
    .contacto_gris {
        padding-top: 40px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 25px;
    }
    .contacto_azul_derecha {
        width: 35%;
    }
    
    /* Nosotros */
    #nosotros_izquierda_01 {
        width: 50%;
    }
    #nosotros_izquierda_01 img {
        width: 100%;
    }
    #nosotros_derecha_01 {
        width: 33%;
    }
    #nosotros_izquierda_02 {
        float: left;
        width: 33%;
    }
    #nosotros_izquierda_02 img {
        width: 100%;
    }
    #nosotros_derecha_02 {
        width: 50%;
    }
    #nosotros_derecha_02 img {
        width: 100%;
        padding: 0px;
    }
    
    #servicios_3 {
        width: 30%;
        margin-left: 1.5%;
        margin-right: 1.5%;
        min-height: 615px;
    }
    .servicios_3_izquierda {
        margin-left: 2%;
    }
    .servicios_3_derecha {
        margin-right: 2%;
    }
    .servicios_3_centro {
        margin-left: 1%;
        margin-right: 1%;
    }
    #servicios_3_1 {
        width: 31%;
        min-height: 580px;
    }
    .servicios_3_blanco_img_01 {
        margin-top: 175px;
    }
    .servicios_3_blanco_img_02 {
        margin-top: 160px;
    }
    .servicios_3_blanco_img_03 {
        margin-top: 150px;
    }
    .como_hacemos div {
        line-height: 18px;
    }
    /* Porque */
    #porque_3_1 {
        width: 31%;
        min-height: 340px;
    }
    .porquenosotros {
        top: 350px !important;
    }
}