a {
  text-decoration: none;
}
body,
html {
  height: 100%;
}
body,
html,
h1,
h2,
h3,
h4,
li,
p,
ul {
  margin: 0px;
  padding: 0px;
}
img {
  border: none;
  display: block;
  vertical-align: bottom;
}
ol {
  padding-left: 20px;
}
#debug {
  background-color: #ff0;
}
#map-canvas {
  width: 100%;
  height: 100%;
}
.mapaGoogle {
  width: 100%;
  height: 300px;
}
#return-to-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  background: #000;
  background: rgba(0,0,0,0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10000000;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0,0,0,0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}
@font-face {
  font-family: 'raleway_bold';
  src: url("external/fuentes/raleway_bold.eot");
  src: url("external/fuentes/raleway_bold.eot?#iefix") format('embedded-opentype'), url("external/fuentes/raleway_bold.woff") format('woff'), url("external/fuentes/raleway_bold.ttf") format('truetype'), url("external/fuentes/raleway_bold.svg#raleway_bold") format('svg');
  font-weight: normal;
  font-style: normal;
  font-family: 'raleway_medium';
  src: url("external/fuentes/raleway_medium.eot");
  src: url("external/fuentes/raleway_medium.eot?#iefix") format('embedded-opentype'), url("external/fuentes/raleway_medium.woff") format('woff'), url("external/fuentes/raleway_medium.ttf") format('truetype'), url("external/fuentes/raleway_medium.svg#raleway_medium") format('svg');
  font-weight: normal;
  font-style: normal;
  font-family: 'raleway_regular';
  src: url("external/fuentes/raleway_regular.eot");
  src: url("external/fuentes/raleway_regular.eot?#iefix") format('embedded-opentype'), url("external/fuentes/raleway_regular.woff") format('woff'), url("external/fuentes/raleway_regular.ttf") format('truetype'), url("external/fuentes/raleway_regular.svg#raleway_regular") format('svg');
  font-weight: normal;
  font-style: normal;
  font-family: 'raleway_semibold';
  src: url("external/fuentes/raleway_semibold.eot");
  src: url("external/fuentes/raleway_semibold.eot?#iefix") format('embedded-opentype'), url("external/fuentes/raleway_semibold.woff") format('woff'), url("external/fuentes/raleway_semibold.ttf") format('truetype'), url("external/fuentes/raleway_semibold.svg#raleway_semibold") format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'Arial';
}
header {
  background-image: url("img/bg_header.jpg");
  background-repeat: repeat-x;
  background-size: auto 101%;
  padding-bottom: 15px;
  padding-top: 11px;
}
header .headerContenedor {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  max-width: 1200px;
}
nav {
  font-family: 'raleway_semibold';
  text-transform: uppercase;
}
#map-canvas {
  height: 100%;
  width: 100%;
}
#slider1_container a img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.banner {
  width: 100%;
  height: auto;
}
.banner img {
  width: 100%;
  height: auto;
}
.bannerAyuda {
  position: fixed;
  top: 100px;
  right: 0px;
}
.bannerAyuda img {
  border-radius: 30px 0px 0px 30px;
  height: auto;
  width: 200px;
}
.bannerIndexBusqueda {
  margin-top: 20px;
}
.barraBusqueda {
  width: 252px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.barraBusqueda input[type="text"] {
  background-color: rgba(255,255,255,0.9);
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
}
.barraBusqueda input[type="text"]::-webkit-input-placeholder {
  color: #000;
  font-weight: bold;
}
.barraBusqueda input[type="text"]::-moz-placeholder {
  color: #000;
  font-weight: bold;
}
.barraBusqueda input[type="text"]:-ms-input-placeholder {
  color: #000;
  font-weight: bold;
}
.barraBusqueda input[type="text"]::-ms-input-placeholder {
  color: #000;
  font-weight: bold;
}
.barraBusqueda input[type="text"]::placeholder {
  color: #000;
  font-weight: bold;
}
.barraBusqueda button {
  background-color: #0c375a;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  margin-top: 30px;
  padding: 15px 20px;
  width: 200px;
}
.barraBusqueda button:hover {
  background-color: #0e4776;
}
.barraBusqueda select {
  background-color: rgba(255,255,255,0.9);
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
}
.btnContenedor {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btnContenedor a {
  display: block;
  font-family: 'raleway_regular';
  background-color: #0c375a;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  margin-top: 30px;
  padding: 15px 20px;
  width: 200px;
  font-size: 13px;
  text-align: center;
}
.btnContenedor button {
  font-family: 'raleway_regular';
  font-size: 13px;
}
.busquedaResutados {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.busquedaNoResutados {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 250px;
  padding: 20px;
}
.busquedaNoResutados a {
  color: #0c375a;
}
.busquedaNoResutados a:hover {
  color: #0f4775;
}
.busquedaNoResutados h2 {
  text-align: center;
  padding: 20px;
}
.busquedaSuperior {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 473px;
  margin-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 54px;
}
.cantidadResultados {
  font-family: 'raleway_semibold';
  line-height: 1.25em;
}
.canal {
  border: 1px dashed #fff;
  margin: 10px;
  padding: 20px;
  width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.canal:last-child {
  border: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
.canal form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.canal form select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.canal form h2 {
  font-size: 18px;
  padding: 0px;
  text-align: center;
}
.canal form label {
  font-size: 12px;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
.canal form input[type="text"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.canal form button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  color: #fff;
  margin-top: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #ad8c39;
  cursor: pointer;
  border: none;
}
.canal form button:hover {
  background-color: #c4a34a;
}
.canal select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.canal .camposComplementarios {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  font-size: 12px;
  width: 100%;
}
.canal .otracidadDiv {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  width: 100%;
}
.canalIcono {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.canalText {
  min-height: 150px;
}
.canalText a {
  color: #ad8c39;
}
.canalText p {
  font-size: 13px;
  line-height: 2em;
  text-align: center;
}
.canalText p.canalTextTelefono {
  font-size: 22px;
}
.canalTextTelefono a {
  color: #fff;
  font-size: 20px;
}
.canalTextTelefonoCorreo a {
  font-size: 16px;
}
.canales {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contedor {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  max-width: 1200px;
  padding: 20px;
}
.contenedorBusqueda {
  margin: auto;
  max-width: 1280px;
}
.contenedorBusquedaSig {
  margin-top: 10px;
  margin-bottom: 20px;
}
.contenedorBusquedaSuperior {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 12px;
  max-width: 1280px;
}
.datosTexto {
  background-image: url("img/bandera.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 338px;
}
.datosTextoInfo {
  background-color: #06243e;
  width: 300px;
  margin: auto;
  padding: 20px 20px 40px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.datosTextoInfo p:first-child {
  line-height: 2em;
}
.datosTextoInfoRedes {
  margin-top: 20px;
}
.datosTextoInfoRedesIconos {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.datosTextoInfoRedesIconos img {
  margin-right: 10px;
}
.datosTextoInfoWatsapp {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.datosTextoInfoWatsapp img {
  margin-right: 10px;
}
.datosTextoLogo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.derechos {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
  font-size: 14px;
}
.derechos .redes {
  font-family: 'raleway_regular';
  font-size: 12px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.derechos .redes .redesCol {
  margin: 10px;
}
.derechos .redes .redesIconos {
  margin-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.derechos .redes .redesIconos a {
  color: #4b5c94;
  font-size: 11px;
  margin: 0px;
}
.derechos .redes .redesIconos a:hover {
  color: #5e70a9;
}
.derechos .redes .redesIconos a:nth-child(2) {
  color: #7c22b8;
}
.derechos .redes .redesIconos a:nth-child(2):hover {
  color: #9c63c1;
}
.derechos .redes .redesIconos a i.fa-fw {
  color: #fff;
}
.destinoResultadoBusqueda {
  color: #0c375a;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
}
.filtro {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 10px;
  padding-top: 10px;
}
.filtro select {
  border: 1px dotted #0c375a;
  font-family: 'raleway_semibold';
  padding: 5px;
}
.formBotones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.formBotones .btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255,255,255,0.6);
  border: 1px dotted #0c375a;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 1;
      flex-basis: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: 'raleway_semibold';
  height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 20px;
  width: 20px;
}
.formBotones .btn:hover {
  color: #fff;
  background-color: #0c375a;
}
.formBotones .btnActivado {
  color: #fff;
  background-color: #0c375a;
}
.formBusqueda {
  font-family: 'raleway_semibold';
}
.formBusqueda hr {
  margin-bottom: 10px;
  margin-top: 10px;
}
.formBusqueda input[type="text"] {
  font-family: 'raleway_semibold';
}
.formBusqueda label {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  font-family: 'raleway_semibold';
}
.formBusquedaSuperior {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'raleway_regular';
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 10px;
}
.formBusquedaSuperior button {
  background-color: #0c375a;
  background-image: url("img/lupa.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  color: #fff;
  cursor: pointer;
  border: none;
  font-family: 'raleway_regular';
  padding: 15px 15px 15px 30px;
}
.formBusquedaSuperior button:hover {
  background-color: #0e4776;
}
.formBusquedaSuperior select {
  -ms-flex-preferred-size: 1;
      flex-basis: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: 'raleway_regular';
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
}
.formulario {
  width: 500px;
  height: 300px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.formulario button {
  padding-left: 30px;
  padding-right: 20px;
  background-color: #0c375a;
  color: #fff;
  cursor: pointer;
  border: none;
  border-bottom: 2px solid rgba(29,103,177,0.5);
  background-image: url("img/lupa.png");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  font-size: 14px;
}
.formulario button:hover {
  background-color: #125287;
}
.formulario form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.formulario select {
  padding-left: 20px;
  padding-right: 20px;
  -ms-flex-preferred-size: 1;
      flex-basis: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 40px;
}
.formulario h2 {
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-align: center;
  margin-bottom: 20px;
}
.inmuebleContenedor {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.inmuebleFicha {
  width: 480px;
  margin-top: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background-color: #ececec;
  padding: 10px 20px;
}
.inmuebleFicha .precio {
  font-family: 'raleway_bold';
  font-size: 30px;
}
.inmuebleFicha .admon {
  font-family: 'raleway_medium';
}
.inmuebleFicha .admonVal {
  font-family: 'raleway_medium';
  font-size: 30px;
}
.inmuebleFicha .dato {
  border-bottom: 1px dotted #0c375a;
  font-family: 'raleway_regular';
  padding-bottom: 5px;
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.inmuebleFicha .dato strong {
  font-family: 'raleway_semibold';
  font-weight: lighter;
}
.inmuebleFicha .dato .datoTitulo {
  width: 135px;
}
.inmuebleFicha .datoPrimer {
  border-top: 1px dotted #0c375a;
  margin-top: 10px;
}
.inmuebleFicha .caracteristicas {
  font-family: 'raleway_regular';
  font-size: 12px;
  font-weight: lighter;
  text-align: justify;
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.8em;
}
.inmuebleFicha .caracteristicas strong {
  font-family: 'raleway_bold';
  color: #0c375a;
  font-weight: lighter;
}
.inmuebleForm {
  margin-top: 20px;
  padding-left: 20px;
}
.inmuebleForm form {
  width: 261px;
}
.inmuebleForm form button {
  background-color: #ad8c39;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  margin-top: 20px;
  padding: 10px;
  width: 100%;
}
.inmuebleForm form button:hover {
  background-color: #c09b40;
}
.inmuebleForm form input {
  border: 1px dotted #0c375a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 10px;
}
.inmuebleForm form label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #0c375a;
  display: block;
  font-family: 'raleway_bold';
  padding: 5px 0px;
  width: 100%;
}
.inmuebleForm form select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 10px;
}
.inmuebleForm form .politicaDeDatosAutorizacion input {
  width: auto;
}
.inmuebleForm h2 {
  color: #0c375a;
  font-family: 'raleway_semibold';
  margin-bottom: 10px;
}
.inmuebleGaleria {
  width: 508px;
}
.logo {
  margin-right: 20px;
}
.lonja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lonja a {
  margin: 5px;
}
.mapaGoogle {
  height: 355px;
  width: 530px;
}
.mapaIlustrado {
  width: 600px;
  height: 400px;
  background-color: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.mapaIlustrado a {
  color: #3c3c3c;
}
.mapaIlustrado a span {
  color: #243a5a;
  font-weight: bold;
}
.mapaIlustradoBucaramangaNm {
  position: absolute;
  top: 160px;
  left: 270px;
}
.mapaIlustradoFloridaNm {
  position: absolute;
  top: 270px;
  left: 300px;
}
.mapaIlustradoOtrosNm {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.mapaIlustradoOtrosNm ul {
  list-style: none;
  list-style-type: none;
}
.otrasCaracteristicas input[type="checkbox"] {
  background-color: #fff;
  width: 20px;
  height: 20px;
}
.otrasCaracteristicas ul {
  list-style: none;
  list-style-type: none;
}
.otrasCaracteristicas li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 2px;
  margin-top: 2px;
}
.mls {
  margin: auto;
  max-width: 800px;
}
.mls iframe {
  width: 100%;
  min-height: 600px;
}
.mlsNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.mlsNav a {
  display: block;
  font-family: 'raleway_regular';
  background-color: #0c375a;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 15px 20px;
  width: 200px;
  font-size: 13px;
  text-align: center;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mlsNav a:hover {
  background-color: #0e4776;
}
.redesSociales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.resultado {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
  border-radius: 8px;
  max-width: 504px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px;
}
.resultado-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.resultadoAcciones {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'raleway_regular';
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.resultadoAcciones a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ad8c39;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  text-align: center;
  width: 110px;
  margin-left: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.resultadoAcciones a:hover {
  background-color: #c19c41;
  text-decoration: none;
}
.resultadoContenedor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.resultadoFoto {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 202px;
  height: 158px;
}
.resultadoFoto img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.resultadoFoto span {
  background-color: #0c375a;
  bottom: 0px;
  color: #fff;
  font-family: 'raleway_regular';
  font-size: 12px;
  padding: 10px;
  position: absolute;
  right: 0px;
}
.resultadoInfo {
  width: 100%;
  padding-left: 14px;
}
.resultadoInfo h2 {
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  line-height: 1em;
  margin-bottom: 5px;
}
.resultados {
  width: 646px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.resultadoTexto {
  font-family: 'raleway_regular';
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
          box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
  padding: 4px 6px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #000;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.resultadoTexto strong {
  font-family: 'raleway_semibold';
  font-weight: lighter;
}
.resultadoTexto p {
  margin: 0px;
  padding: 0px;
  line-height: 1em;
  font-size: 13px;
}
.resultado-texto-top {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.resultadoValores {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.resultadoValores p {
  margin: 0px;
  padding: 0px;
  line-height: 1.19em;
  text-align: left;
}
.resultadoValores p strong {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #0c375a;
}
.resultadoValores p span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.resultado-valores-2 {
  padding-right: 10px;
}
.rosaDeLosVientos {
  width: 139px;
  height: 139px;
  position: absolute;
  right: 10px;
  top: 10px;
  background-image: url("img/rosa_de_los_vientos.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.ruta {
  color: #7d7d7d;
  font-family: 'raleway_semibold';
  font-size: 12px;
  margin-bottom: 8px;
}
.ruta a {
  color: #7d7d7d;
}
.verTodosInmueblesBtn {
  background-color: #0c375a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  padding: 20px;
  width: 100%;
}
.verTodosInmueblesBtn:hover {
  -webkit-box-shadow: inset 0px 0px 20px #fff;
          box-shadow: inset 0px 0px 20px #fff;
}
.politicaDeDatos {
  margin-top: 10px;
  font-size: 11px;
}
.politicaDeDatos a {
  text-align: center;
  display: block;
}
.politicaDeDatos p {
  text-align: justify;
  margin-bottom: 1em;
}
.politicaDeDatosAutorizacion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  margin-top: 10px;
}
.politicaDeDatosAutorizacionConsignacion {
  width: 100%;
}
.politicaDeDatosContenedorConsignacion {
  padding-left: 10px;
  padding-right: 10px;
}
.politicaDeDatosContenedorConsignacion .politicaDeDatos a {
  color: #000;
  margin-bottom: 10px;
}
#formInteres .politicaDeDatos a {
  color: #000;
}
#formContacto .politicaDeDatos a {
  color: #fff;
}
.fondoAzul {
  background-color: #0c375a;
  overflow: hidden;
}
.recomendadosContenedor {
  margin-bottom: 30px;
}
.recomendadosContenedor,
.recomendadosAledannosContenedor {
  background-color: #0c375a;
}
.recomendadosContenedor .datosContactoSeperadorContenedor,
.recomendadosAledannosContenedor .datosContactoSeperadorContenedor {
  margin-top: 0px;
}
.recomendadosContenedor .destacados,
.recomendadosAledannosContenedor .destacados {
  margin: auto;
  max-width: 1000px;
  padding-top: 30px;
}
.recomendadosContenedor .destacados h2,
.recomendadosAledannosContenedor .destacados h2 {
  color: #fff;
  width: 100%;
  text-align: center;
  margin-bottom: 8px;
}
.recomendadosContenedor .destacados .destacado,
.recomendadosAledannosContenedor .destacados .destacado {
  text-align: center;
  padding: 5px;
}
.recomendadosContenedor .destacados .destacado a,
.recomendadosAledannosContenedor .destacados .destacado a {
  color: #fff;
  font-weight: lighter;
}
.recomendadosContenedor .destacados .destacado .destacadoFoto,
.recomendadosAledannosContenedor .destacados .destacado .destacadoFoto {
  margin-bottom: 5px;
}
.recomendadosContenedor .destacados .destacado .destacadoFoto img,
.recomendadosAledannosContenedor .destacados .destacado .destacadoFoto img {
  height: auto;
  max-width: 100%;
}
.bannerBusqueda {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 26px;
  width: 655px;
}
.filtro-izq {
  background-image: url("img/filtro_bg.png");
  background-repeat: no-repeat;
  background-position: right top;
  width: 100%;
  height: 97px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 12px;
  border-radius: 5px;
}
.filtro-izq label {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.filtro-izq select {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  height: 28px;
  line-height: 1em;
  padding: 0px;
  margin: 0px;
  background-color: #fff;
  border-radius: 5px;
  padding: 0px 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("img/flecha_lista.png");
  background-repeat: no-repeat;
  background-position: right 4px center;
  background-size: auto 20px;
}
.agente {
  width: 100%;
  position: relative;
  padding-top: 17px;
}
.agente-card {
  padding-top: 12px;
  background-image: url("img/caja_asesor.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
  padding-bottom: 10px;
  border-radius: 10px;
}
.agente-card h2 {
  font-size: 15px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  margin-top: 8px;
}
.agente-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.agente-pic img {
  width: 180px;
  height: auto;
}
.agente-mensaje {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  z-index: 100;
  top: 19px;
  right: 0px;
}
.asesor-separador {
  background-color: #d1d1d2;
  height: 2px;
  width: 60%;
  margin: auto;
  margin-top: 6px;
  margin-bottom: 5px;
}
.asesor-contacto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.asesor-contacto a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  font-size: 14px;
}
.asesor-contacto a img {
  margin-right: 5px;
  width: 20px;
  height: auto;
}
.asesor-contacto a:hover {
  background-color: transparent;
}
.agente-horario {
  border: 1px solid #939494;
  width: 100%;
  margin-top: 17px;
  border-radius: 33px;
  text-align: center;
  padding: 15px 10px;
  font-size: 18px;
}
.agente-horario p {
  margin: 0px;
  padding: 0px;
  line-height: 1.1em;
  font-size: 13px;
}
.agente-horario >p {
  margin-bottom: 24px;
  display: block;
}
.agente-horario-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.agente-horario-col-01 {
  width: 150px;
  text-align: left;
}
.agente-horario-col-02 {
  text-align: left;
}
.resultadoAcciones {
  margin-top: 5px;
}
.resultado-acciones-info {
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #cbcbcb;
  -webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.1);
          box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.1);
}
.resultado-acciones-info-dato {
  padding: 3px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 13px;
  height: 100%;
}
.resultado-acciones-info-dato img {
  margin-right: 7px;
}
.resultado-acciones-info-dato span {
  line-height: 1em;
}
.resultado-acciones-info-dato strong {
  color: #0c375a;
}
.inmueble-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 1020px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 19px;
}
.inmueble-col-01 {
  line-height: 0px;
  width: 709px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.inmueble-col-02 {
  width: 290px;
  background-color: #ebebeb;
  -webkit-box-shadow: -5px 5px 5px rgba(0,0,0,0.1);
          box-shadow: -5px 5px 5px rgba(0,0,0,0.1);
  border-radius: 10px;
}
.inmueble-col-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1em;
}
.inmueble-col-row p {
  line-height: 1em;
  padding: 0px;
  margin: 0px;
}
.inmueble-col-row p.left-padding {
  padding-left: 5px;
}
.inmueble-col-row h2 {
  color: #0c375a;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 21px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 8px;
}
.inmueble-col-row h3 {
  color: #0c375a;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 21px;
  margin-bottom: 22px;
}
.inmueble-col-row h4 {
  color: #0c375a;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-top: 6px;
}
.inmueble-col-row h5 {
  color: #0c375a;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 17.5px;
}
.inmueble-col-row:first-of-type {
  margin-top: 23px;
}
.inmueble-col-row:last-of-type h5 {
  margin-bottom: 0px;
}
.inmueble-col-row-col-01 {
  width: 188px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
}
.inmueble-description {
  max-width: 1020px;
  margin: auto;
  background-color: #ebebeb;
  -webkit-box-shadow: -5px 5px 5px rgba(0,0,0,0.1);
          box-shadow: -5px 5px 5px rgba(0,0,0,0.1);
  border-radius: 10px;
  margin-top: 24px;
  min-height: 182px;
  padding: 27px 31px 16px 31px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.inmueble-description p {
  font-family: 'Montserrat', sans-serif;
  text-align: justify;
  font-weight: 500;
  color: #000;
  line-height: 1.25em;
  font-size: 15.577px;
  margin-bottom: 8px;
}
.inmueble-description p a {
  text-decoration: underline;
}
.inmueble-description p a:hover {
  font-weight: 600;
  color: #000;
}
.inmueble-description h2 {
  color: #0c375a;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 15.5px;
  margin-top: 1.5em;
}
.inmueble-description-more {
  display: none;
}
.titulo-compartir {
  background-image: url("img/separador_medio.jpg");
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
}
.inmueble-map-buttons {
  max-width: 1020px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 27px;
}
.inmueble-buttons {
  width: 470px;
  margin-left: 20px;
}
.inmueble-buttons-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 344px;
  margin: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 36px;
}
.inmueble-buttons-actions a {
  background-image: url("img/buttons.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  width: 164px;
  height: 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 24px;
  margin-bottom: 12px;
  line-height: 1.05em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.inmueble-buttons-actions a:hover {
  text-decoration: none;
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
}
.inmueble-buttons-actions-venta {
  padding-top: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.titulo-compartir {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 14px;
  height: 55px;
  margin-bottom: 10px;
  color: #203854;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  -webkit-box-shadow: -5px 5px 5px rgba(0,0,0,0.1);
          box-shadow: -5px 5px 5px rgba(0,0,0,0.1);
  padding-top: 10px;
}
.inmueble-buttons-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.titulo-inmueble-contacto {
  background-image: url("img/separador_medio.jpg");
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 101%;
  -webkit-box-shadow: -5px 5px 5px rgba(0,0,0,0.1);
          box-shadow: -5px 5px 5px rgba(0,0,0,0.1);
  max-width: 1280px;
  margin: auto;
  margin-top: 29px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.titulo-inmueble-contacto h2 {
  text-align: center;
  color: #203854;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
  font-size: 17px;
}
.inmueble-asesor-horario {
  max-width: 984px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.inmueble-asesor-card {
  width: 560px;
  margin-top: 26px;
  min-height: 228px;
  border-radius: 10px;
  -webkit-box-shadow: -5px 5px 5px rgba(0,0,0,0.1);
          box-shadow: -5px 5px 5px rgba(0,0,0,0.1);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dfdfe1));
  background: linear-gradient(#fff, #dfdfe1);
}
.inmueble-asesor-card a {
  color: #000;
}
.inmueble-asesor-card a:hover {
  color: #000;
  text-decoration: none;
}
.inmueble-asesor-card-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.inmueble-asesor-card-col-01 {
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 38px;
}
.inmueble-asesor-card-col-02 {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.inmueble-asesor-card-col-02 h2 {
  font-size: 16.6px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #d3d2d3;
  margin-bottom: 17px;
}
.inmueble-asesor-card-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 13px;
}
.inmueble-asesor-card-data img {
  margin-right: 13px;
}
.inmueble-asesor-horario-data {
  margin-top: 66px;
  width: 358px;
  border: 1px solid #000;
  border-radius: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 14px;
  padding-bottom: 10px;
  margin-bottom: 80px;
}
.inmueble-asesor-horario-data h2 {
  font-size: 16.3px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #000;
  margin-top: 14px;
  margin-bottom: 23px;
  line-height: 1.3em;
}
.inmueble-asesor-horario-data p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 1.2em;
}
.inmueble-asesor-horario-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.inmueble-asesor-horario-col-01 {
  width: 155px;
}
.inmueble-asesor-horario-cols {
  margin-bottom: 0px;
}
.resultado-acciones-info-dato {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #000;
}
.agente-mensaje {
  display: none;
}
.pestanna {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
}
.asesoras {
  max-width: 1200px;
  margin: auto;
}
.asesora {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.asesoras-cards-inmueble-venta {
  margin-top: 40px;
  padding-top: 0px;
  margin-bottom: 40px;
  padding-bottom: 0px;
}
.asesoras-buttons-inmueble-venta {
  margin-top: 40px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.asesoras-buttons-inmueble-venta .asesora-top-link {
  margin-bottom: 0px;
}
.horarios-asesoras-inmueble-venta {
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
}
.horarios-asesoras-inmueble-venta .inmueble-asesor-horario-data {
  margin-top: 9px;
}
.menu-item-213.current-menu-item {
  background-color: transparent !important;
}
.menu-item-213.current-menu-item a {
  background-color: transparent !important;
  color: #464646 !important;
}
@media screen and (max-width: 1280px) {
  .contenedorBusqueda {
    max-width: 95%;
  }
  .resultado {
    max-width: 464px;
  }
}
/*# sourceMappingURL=style.css.map */