@charset "UTF-8";
/* CSS Document */

* {
  box-sizing: border-box;
  /*	border-radius:5px;*/
}

body {
  /* ********************* */
  background-color: #fff;
  /* ********************* */
  font-family: 'Trebuchet MS', sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 13px;
}

a,
a:link {
  color: #004143;
  text-decoration: none;
}

a:visited {
  color: #004143;
}

a:hover {
  color: #666;
}

a:active {
  color: #666;
}


strong {
  font-weight: 500;
}

.btn-primary {
  /* ***************************** */
  color: #fff;
  background-color: #004143;
  border-color: #004143;
  /* ***************************** */
}

.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.btn-primary:focus,
.btn-primary.focus {
  /* ***************************** */
  color: #fff;
  background-color: #004143;
  border-color: #004143;
  /* ***************************** */
}

.contenedor_general {
  /* ********************* */
  background-color: #f7f7f7;
  /* ********************* */
}

.contenedor {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.contenedor_banner {
  max-width: 100%;
  padding: 0;
  position: relative;
  height: 450px;
}

.contenedor_minh {
  min-height: 500px;
}

.contenedor_listado {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}

.contenedor_cabezal {
  /* ********************* */
  background-color: #fff;
  /* ********************* */
  width: 100%;
  margin-bottom: 20px;
}

.contenedor_general_home .contenedor_cabezal {
  margin-bottom: 0;
}

.cabezal {
  /* ******************* */
  min-height: 110px;
  /*color: #fff;*/
  border-top: 1px solid #fff;
  /* ******************** */
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 11;
}

.logo {
  /* ********************* */
  width: 250px;
  height: 75px;
  background-size: 250px 75px;
  margin-top: 20px;

  /* ********************* */
  background-image: url('../img/logo.png');
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  margin-left: 10px;
}

.logo_texto {
  margin-top: 6px;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.cabezal .redes {
  right: 20px;
  position: absolute;
  top: 20px;
  font-size: 17px;
  color: #004143;
  text-decoration: none;
}


.cabezal .redes .facebook {
  background-image: url('../img/facebook.png');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  float: right;
  margin-left: 5px;
}

.cabezal .redes .facebook:hover {
  opacity: 0.8;
}

.cabezal .redes .ml {
  background-image: url('../img/ml.png');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  float: right;
  margin-right: 10px;
}

.cabezal .redes .ml:hover {
  opacity: 0.8;
}

.cabezal .redes .linkedin {
  background-image: url('../img/linkedin.png');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  float: right;
  margin-left: 5px;
}

.cabezal .redes .linkedin:hover {
  opacity: 0.8;
}

.cabezal .redes .twitter {
  background-image: url('../img/twitter.png');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  float: right;
  margin-left: 5px;
}

.cabezal .redes .twitter:hover {
  opacity: 0.8;
}

.cabezal .redes .youtube {
  background-image: url('../img/youtube.png');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  float: right;
  margin-left: 5px;
}

.cabezal .redes .youtube:hover {
  opacity: 0.8;
}

.cabezal .botonera {
  /* ***************** */
  /* DERECHA 			 */
  /* ***************** */
  top: auto;
  right: 5px;
  width: auto;
  bottom: 0;
  position: absolute;
  margin: 23px 0 0 0;
  /* ***************** */
  /* IZQUIERDA		 */
  /* ***************** */

  /*	margin: 23px 0 0 2px;*/

  /* ****************** */

  min-height: 1px;

}

.cabezal .boton {
  /* *********************** */
  color: #004143;
  float: right;
  /* *********************** */
  font-size: 13px;
  text-decoration: none;
  padding: 15px 15px;
  position: relative;
}

.cabezal .boton:hover {
  color: #fff;
  background-color: #004143;
}

.cabezal .boton:hover .subbotonera {
  display: block;
}

.cabezal .subbotonera {
  position: absolute;
  top: 40px;
  left: 0px;
  display: none;
}

.cabezal .subboton {
  /* *********************** */
  color: #fff;
  background-color: #1c3f95;
  /* *********************** */

  display: block;
  font-size: 13px;
  text-decoration: none;
  height: 40px;
  line-height: 31px;
  padding: 5px 18px;
  white-space: nowrap;
}

.cabezal .subboton:hover {
  color: #fff;
  background-color: #354fa9;
}

.cabezal .hamburguesa {
  width: 30px;
  height: 30px;
  background-image: url(../img/ham.png);
  background-size: 30px 60px;
  background-position: left top;
  display: none;
  z-index: 98;
}

.cabezal .cerrar {
  display: none;
}

.cabezal .hamburguesa_b {
  background-image: url(../img/ham.png);
  background-position: left bottom;
}

.cabezal .referencia {
  /* **************************** */
  right: 55px;
  /* **************************** */
  position: absolute;
  width: 169px;
  top: 10px;
  font-size: 15px;
  line-height: 25px;
}

.cabezal .referencia .form-control {
  width: 60px;
  float: right;
  height: 23px;
  padding: 4px 8px;
}

.cabezal .referencia button {
  /* *********************************** */
  background-color: #fff;
  color: #1c3f95;
  border-color: #1c3f95;
  /* *********************************** */
  padding: 0px 0 1px 1px;
  float: right;
  margin-left: 2px;
  margin-top: 0;
}


.titulo_seccion {
  margin: 20px 0 10px 0;
  position: relative;
}

.titulo_seccion .volver {
  float: right;
}

.titulo_seccion h1 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 18px;
  margin-right: 120px;
  max-height: 42px;
  overflow: hidden;
  line-height: 21px;
  position: absolute;
  bottom: 0;

}

.titulo_largo {
  margin: 20px 0 10px 0;
  position: relative;
}

.titulo_largo h1 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 19px;
  max-height: 42px;
  overflow: hidden;
  color: #fff;
  padding-left: 15px;
  background-color: #004143;
  height: 42px;
  line-height: 42px;
  border-radius: 5px;
}

.contenido_interno .titulo_largo {
  margin-bottom: 40px;
}

.separador {
  height: 1px;
  margin-bottom: 20px;
  clear: both;
}

.separador_min {
  height: 1px;
  margin-bottom: 10px;
  clear: both;
}

.separador_linea {
  border-bottom: 1px solid #ddd;
  height: 1px;
  margin-bottom: 20px;
  clear: both;
}

.contenedor_listado .separador_linea {
  margin: 0 10px 20px 10px;
}

.buscador {
  /*	border-bottom:1px solid #ddd;*/
  margin: 20px 0;
  /*	padding-bottom: 20px;*/
}

.buscador_c1 {
  width: 17%;
  padding-right: 10px;
  float: left;
}

.buscador_c2 {
  width: 17%;
  padding-right: 10px;
  float: left;
}

.buscador_c3 {
  width: 33%;
  padding-right: 10px;
  float: left;
}

.buscador_c4 {
  width: 33%;
  float: left;
}

.buscador_c5 {
  /*width: 50%; */
  width: 34%;
  padding-right: 10px;
  float: left;
  margin-top: 10px;
}

.buscador_c6 {
  /*width: 50%; */
  width: 33%;
  float: left;
  margin-top: 10px;
  padding-right: 10px;
}

.buscador_c7 {
  width: 17%;
  float: left;
  margin-top: 10px;
  padding-right: 10px;
}

.buscador_c8 {
  width: 16%;
  float: left;
  margin-top: 10px;
}

.buscador_c9 {
  width: 17%;
  float: left;
  margin-top: 10px;
  padding-right: 10px;
}

.buscador_c10 {
  width: 50%;
  float: left;
  margin-top: 10px;
  padding-right: 10px;
}

.buscador_c11 {
  width: 17%;
  float: left;
  padding-right: 10px;
  margin-top: 10px;
}

.buscador_c12 {
  width: 16%;
  float: left;
  margin-top: 10px;
}

.contenido {
  min-height: 300px;
}

.contenido_interno {
  margin-top: 30px;
  margin-bottom: 30px;
}

.propiedad_cont {
  width: 33.333%;
  height: 300px;
  float: left;
  padding: 10px;
}

.propiedad {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .23);
  background-color: #FFF;
  z-index: 1;
  color: #fff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all .15s cubic-bezier(.33, .66, .66, 1);
  transition: all .15s cubic-bezier(.33, .66, .66, 1);
}

.propiedad:hover {
  box-shadow: -2px 0 2px 0 rgba(0, 0, 0, 0.16), 2px 0 2px 0 rgba(0, 0, 0, 0.16), 0 2px 2px 0 rgba(0, 0, 0, 0.23);
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
}

.propiedad .imagen {
  width: 100%;
  height: 170px;

  background-size: cover;
  background-position: 50% 50%;

  overflow: hidden;

  position: absolute;
  top: 0;
  left: 0;

  z-index: 1;

}

.propiedad .sombra {
  width: 100%;
  height: 170px;

  overflow: hidden;

  background-color: #000000;

  opacity: 0.2;
  transition: opacity 0.3s;

  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.propiedad:hover .sombra {
  opacity: 0.1;
}

.propiedad .titulo {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.8);
  height: 120px;
  overflow: hidden;
  margin: 0;

  position: absolute;
  top: 15px;
  left: 15px;
  right: 50px;

  z-index: 3;
}

.propiedad .precio {
  font-size: 18px;

  color: #222;

  position: absolute;
  top: 180px;
  left: 15px;

  z-index: 3;
}

.propiedad .ubicacion {
  color: #222;
  font-size: 15px;

  position: absolute;
  bottom: 5px;
  right: 15px;

  text-align: right;

  z-index: 3;
}

.propiedad .caracteristicas {
  color: #222;
  position: absolute;
  top: 215px;
  left: 15px;
  z-index: 3;
  font-size: 15px;
}

.propiedad .link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 4;
}

.propiedad .favorito {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  font-size: 19px;
  color: #fff;
}

.fa-icon:before {
  content: "\f004";
  /* Corazón */
  /*content: "\f005"; /* Estrella */
}

.fa-icon-o:before {
  content: "\f08a";
  /* Corazón */
  /*content: "\f006"; /* Estrella */
}

.fa-icon-o:hover:before {
  content: "\f004";
  /* Corazón */
  /*content: "\f005"; /* Estrella */
}

.ficha .col_left {
  float: left;
  width: 60%;
  padding-right: 30px;
}

.ficha .col_right {
  float: left;
  width: 40%;
}

.ficha .col_g_2 {
  float: left;
  width: 50%;
  padding: 0 10px;
}

.ficha .col_v {
  float: left;
  width: 60%;
  padding: 0 5px 10px 0;
}

.ficha .col_a {
  float: left;
  width: 40%;
  padding: 0 0 10px 0;
}

.ficha .col_2 {
  float: left;
  width: 50%;
  padding: 0 5px 10px 5px;
}

.ficha .col_3 {
  float: left;
  width: 33%;
  padding: 0 5px 10px 5px;
}

.ficha .imagen {
  width: 100%;
  height: 380px;

  background-size: cover;
  background-position: 50% 50%;

  border: 1px solid #eee;

}

.ficha .titulo_1 {
  font-size: 25px;
}

.ficha .titulo_2 {
  font-size: 16px;
}

.ficha .titulo_3 {
  font-size: 17px;
}

.ficha .dato {
  width: 33%;
  padding-right: 5px;
  margin-bottom: 10px;
  float: left;
}

.ficha .foto {
  padding: 0 10px 20px 10px;
  float: left;
  width: 50%;
  position: relative;
}

.ficha .foto:before {
  content: "";
  display: block;
  padding-top: 75%;
}

.ficha .foto div {
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 20px;
  right: 10px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.ficha .f_label {
  margin-bottom: 6px;
}

.ficha .f_control {
  margin-bottom: 15px;
}

.info_full {
  display: block;
}

.info_min {
  display: none;
}

.form-control-min {
  height: 32px;
  padding: 6px 10px;
  font-size: 13px;
}

.texto_centrado {
  text-align: center;
  width: 100%;
}

.mensaje_listado {
  text-align: center;
  margin-top: 100px;
  font-size: 16px;
  height: 200px;
}

.paginado {
  height: 60px;
  background-color: #fafafa;
  margin: 20px 10px;
}

.paginado_cont {
  margin: 0 auto;
  width: 280px;
  height: 60px;
  color: #333;
}

.paginado_link {
  height: 60px;
  line-height: 60px;
  width: 80px;
  float: left;
}

.paginado_link a {
  color: #333;
}

.paginado_sel {
  float: left;
  width: 60px;
  height: 40px;
  margin-top: 13px;
}

.paginado_cant {
  float: left;
  height: 60px;
  line-height: 60px;
  width: 40px;
  margin-left: 5px;
}

.contenedor_pie {
  /* ********************* */
  background-color: #004143;
  /* ********************* */
  width: 100%;
  margin-top: 20px;
}

.pie {
  /*************************/
  background-color: #004143;
  color: #fff;
  /*************************/
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  min-height: 136px;
  padding: 20px 20px;
  font-size: 12px;
  position: relative;
  margin-top: 20px;
}

.pie .datos {
  float: left;
  margin-right: 50px;
}

.pie .datos_logos {
  width: 187px;
  float: right;
  margin-right: 0;
}

.pie .datos_logos img {
  margin-right: 15px;
  margin-bottom: 10px;
}

.pie .datos_logos p img:last-child {
  margin-right: 0;
}

.pie a,
.pie a:link {
  color: #fff;
}

.pie a:visited {
  color: #fff;
}

.pie a:hover {
  color: #666;
}

.pie a:active {
  color: #666;
}


.clear {
  clear: both;
  height: 0;
}

.fright {
  float: right;
}

.tright {
  text-align: right;
}

#map_canvas {
  width: 50%;
  height: 370px;
  float: left;
}

.col_contacto {
  width: 50%;
  float: left;
  padding-left: 30px;
}

.col_contacto .btn {
  width: 200px;
}

.banner img {
  width: 100%;
}

a.sodio {
  width: 26px;
  height: 7px;
  background-image: url('../img/sodio.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 25px 14px;
  display: block;
  position: absolute;
  bottom: 10px;
  right: 20px;
}

a.sodio:hover,
a.sodio:active {
  background-position: left bottom;
}

a.nai {
  width: 16px;
  height: 10px;
  background-image: url('../img/nai.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 16px 20px;
  display: block;
  position: absolute;
  bottom: 9px;
  right: 55px;
}

a.nai:hover,
a.nai:active {
  background-position: left bottom;
}

.btn-pde {
  display: block;
  position: relative;
  padding: 6px 12px;
  border: 1px solid #004143;
  border-radius: 5px;
  font-size: 14px;

  &::after {
    content: attr(title);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #004143;
    color: #fff;
    padding: inherit;
    font-size: inherit;
    clip-path: circle(0%);
    transition: clip-path .4s;
    border-radius: inherit;
  }

  &:hover::after {
    clip-path: circle(100%);
    transition: clip-path .4s;
  }
}

@media (min-width: 661px) and (max-width: 980px) {
  .propiedad_cont {
    width: 50%;
  }
}

@media (max-width: 880px) {

  .info_full {
    display: none;
  }

  .info_min {
    display: block;
  }

  .ficha .col_left {
    float: none;
    width: 100%;
    padding: 0;
  }

  .ficha .col_right {
    float: none;
    width: 100%;
    padding: 0;
  }

}

@media (max-width: 680px) {

  .pie .datos {
    margin-right: 0;
    margin-bottom: 30px;
    float: none;
  }

}

@media (max-width: 770px) {

  .cabezal .botonera {
    /* ***************************** */
    width: 240px;
    right: -240px;
    /* ***************************** */
    float: none;

    position: fixed;
    top: 0;
    margin: 0;
    z-index: 99;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.95);
    padding-top: 90px;
    border-left: 2px solid #ad191b;
    transition: all 0.2s ease;
    overflow-y: scroll;
  }

  .cabezal .botonera_abierta {
    right: 0 !important;
  }

  .cabezal .boton {
    /* **************************** */
    color: #ad191b;
    /* **************************** */
    font-size: 13px;
    display: block;
    margin-bottom: 20px;
    padding: 5px 20px;
    width: 100%;
    height: auto;
  }

  .cabezal div.boton:hover {
    color: #ad191b;
    background-color: inherit;
  }

  .cabezal .boton_clientes {
    background-color: inherit;
    color: #ad191b;
  }

  .cabezal .subbotonera {
    position: relative;
    top: auto;
    left: 0px;
    display: block;
  }

  .cabezal .subboton {
    /* **************************** */
    color: #1c3f95;
    /* **************************** */
    background-color: inherit;
  }

  .cabezal .hamburguesa {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }

  .cabezal .cerrar {
    position: absolute;
    top: 50px;
    left: 10px;
    width: 30px;
    height: 30px;
    background-image: url(../img/back.png);
    background-size: 30px 60px;
    background-position: left bottom;
    z-index: 100;
  }

}

@media (max-width: 660px) {

  .cabezal .referencia {
    top: 5px;
  }

  .cabezal .redes {
    top: 5px;
    right: 15px;
  }

  .logo {
    float: none;
    margin-bottom: 0;
  }

  .logo_texto {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .propiedad_cont {
    width: 100%;
  }

  .contenedor_banner .prebuscador {
    margin-top: 0;
    background-color: none;
    height: auto;
  }

  .buscador_c1 {
    width: 100%;
    padding-right: 0;
  }

  .buscador_c2 {
    width: 24%;
    padding-right: 10px;
    margin-top: 10px;
  }

  .buscador_c3 {
    width: 38%;
    padding-right: 10px;
    margin-top: 10px;
  }

  .buscador_c4 {
    width: 38%;
    margin-top: 10px;
  }

  .buscador_c5 {
    width: 100%;
    padding-right: 0;
    margin-top: 10px;
  }

  .buscador_c6 {
    width: 100%;
    margin-top: 10px;
    padding-right: 0;
  }

  .buscador_c7 {
    width: 100%;
    margin-top: 10px;
    padding-right: 0;
  }

  .buscador_c8 {
    width: 100%;
    margin-top: 10px;
    padding-right: 0;
  }

  .buscador_c9 {
    width: 100%;
    margin-top: 10px;
    padding-right: 0;
  }

  .buscador_c10 {
    width: 100%;
    margin-top: 10px;
  }

  .buscador_c11 {
    width: 100%;
    margin-top: 10px;
    padding-right: 0;
  }

  .ficha .col_g_2 {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 0 20px 0;
  }

  .ficha .foto {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 0 20px 0;
    position: relative;
  }

  .ficha .foto div {
    left: 0;
    right: 0;
  }

  .ficha .dato {
    width: 50%;
  }

  #map_canvas {
    width: 100%;
    float: none;
  }

  .col_contacto {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-top: 40px;
  }

}

@media (max-width: 480px) {
  .ficha .imagen {
    height: 280px;
  }

  .ficha .titulo_3 {
    font-size: 15px;
  }
}

@media (max-width: 450px) {

  .ficha .col_v {
    float: none;
    width: 100%;
  }

  .ficha .col_a {
    float: none;
    width: 100%;
  }

}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

  a.sodio {
    background-image: url('../img/sodio_2x.png');
  }

  a.nai {
    background-image: url('../img/nai_2x.png');
  }

  .logo {
    background-image: url('../img/logo_2x.png');
  }

  .cabezal .redes .facebook {
    background-image: url('../img/facebook_2x.png');
  }

  .cabezal .redes .linkedin {
    background-image: url('../img/linkedin_2x.png');
  }

  .cabezal .redes .twitter {
    background-image: url('../img/twitter_2x.png');
  }

  .cabezal .redes .youtube {
    background-image: url('../img/youtube_2x.png');
  }

}