/* CSS Arreglo para buscador lateral estilo sidebar */
@media (min-width: 768px) {
  #tipoEnv,
  #habitacionesEnv,
  #banosEnv {
    width: 100% !important;
  }
  #EstadoCons {
    width: 90% !important;
  }
  #tipoEnv {
    margin-bottom: 25px;
  }

  #habitacionesEnv {
    margin-top: 25px;
    margin-bottom: 0;
    /* para que no se aleje baños */
  }

  /* Arreglo Video en Inmuebles y posicionamiento correcto de buscadores */
  .block-content:last-of-type {
    margin-top: 0 !important;
    padding-top: 0 !important;
    position: relative;
    z-index: 1;
    isolation: isolate;
  }

  .block-content:last-of-type .vc_row {
    margin-top: 0 !important;
  }
}

#mapid {
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #d1d1d1;
  width: 100%;
  height: 350px;
  margin-bottom: 50px !important;
}

/* Ocultar Boton de BUSCAR PROPIEDADES SOBRE MAPA */
#ocultarBoton {
  display: none;
}
