@charset "UTF-8";
#header {
  height: 60px;
  background-color: white;
}
#header a {
  color: grey;
}
#header a:hover {
  color: grey;
}
#header .menu nav ul li {
  font-size: 16px;
  color: #7E7E7E;
  font-weight: normal;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
#header .menu nav ul li:after {
  background-color: #90D400;
}
#header #social li {
  font-size: 16px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-weight: normal;
  color: #7E7E7E;
}
#header #social li i {
  font-size: 18px;
}
#search {
  background-color: #7E7E7E;
  min-height: 65px;
  position: fixed;
  width: 100%;
  padding-top: 20px;
  z-index: 15;
}
#buscar {
  font-size: 14px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
}
#buscar .fa-search {
  font-size: 18px;
  padding-right: 10px;
}
#filtro {
  font-size: 14px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
}
#filtro .fa-sliders-h {
  font-size: 18px;
  padding-right: 10px;
}
#filtro .fa-times {
  font-size: 18px;
  padding-right: 10px;
}
.green {
  background-color: #96bc44;
  border-color: transparent;
  color: white;
  border-radius: 5px;
}
.green:hover {
  background-color: #52D1DC;
  color: white;
  border-color: transparent;
  border-radius: 5px;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #52D1DC;
  border-color: white;
}
.mas-filtros {
  display: block;
  -webkit-animation: slide-down 0.3s ease-out;
          animation: slide-down 0.3s ease-out;
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
.menos-filtros {
  display: none;
}
label {
  color: white;
  font-size: 15px;
}
label i {
  color: #90D400;
  font-size: 16px;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("ajax-loader.gif") center center no-repeat;
}
/* Arrows */
.slick-next,
.slick-prev {
  z-index: 2;
  position: absolute;
  display: block;
  height: 100px;
  width: 50px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: rgba(150, 188, 68, 0.86);
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  border-radius: 5px;
}
.slick-next:focus,
.slick-prev:focus,
.slick-next:hover,
.slick-prev:hover {
  outline: none;
  background: #96bc44;
  color: transparent;
}
.slick-next:focus:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot?#iefix") format('embedded-opentype'), url("fonts/slick.woff") format('woff'), url("fonts/slick.ttf") format('truetype'), url("fonts/slick.svg#slick") format('svg');
}
.slick-prev {
  left: 50px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 50px;
}
.slick-prev:before {
  content: "<";
}
[dir="rtl"] .slick-prev:before {
  content: ">";
}
.slick-next {
  right: 50px;
}
[dir="rtl"] .slick-next {
  left: 50px;
  right: auto;
}
.slick-next:before {
  content: ">";
}
[dir="rtl"] .slick-next:before {
  content: "<";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-img {
  height: 150px;
  cursor: pointer;
}
.slick-slider .slick-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.slick-slider .slick-img-big {
  position: relative;
  height: 600px;
  width: 100%;
}
.slick-slider .slick-img-big .detalle {
  position: absolute;
  width: 600px;
  height: 215px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
  top: 275px;
  left: 135px;
}
.slick-slider .slick-img-big .detalle .titulo-banner {
  color: white;
  padding: 10px 10px 0;
}
.slick-slider .slick-img-big .detalle .precio-banner {
  font-family: verdana;
  color: #90D400;
  padding: 0 10px;
}
.slick-slider .slick-img-big .detalle .detalle-banner {
  font-family: verdana;
  font-size: 16px;
  color: white;
  padding: 10px 10px 0;
}
.slick-slider .slick-img-big .detalle .detalle-banner i {
  color: #90D400;
  padding-right: 20px;
}
.slick-slider .slick-img-big .detalle .detalle-btn {
  background-color: #96bc44;
  border-color: #7e7e7e;
  position: absolute;
  right: 60px;
  bottom: 40px;
}
.slick-slider .slick-img-big #map {
  opacity: 0.8;
  position: absolute;
  width: 250px;
  height: 160px;
  z-index: 10;
  background-color: white;
  top: 15px;
  right: 135px;
}
.slick-slider .slick-img-big img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
#home {
  padding-top: 70px;
  padding-bottom: 0;
  margin-top: 55px;
}
.agregadas {
  text-align: center;
  font-family: sans-serif;
  color: #7E7E7E;
  margin-bottom: 0px;
}
.tarjeta:hover {
  opacity: 1;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.tarjeta {
  margin-top: 25px;
  background-color: white;
  text-align: left;
  height: 450px;
  -webkit-box-shadow: 0 1px 3px darkgrey;
          box-shadow: 0 1px 3px darkgrey;
  padding: 5px;
}
.tarjeta h4 {
  margin-bottom: 10px;
}
.tarjeta hr {
  margin-top: 5px;
  margin-bottom: 20px;
}
.tarjeta .descript {
  font-family: sans-serif;
  padding: 5px;
}
.tarjeta .descript .ubicacion {
  text-align: right;
  font-size: 12px;
}
.tarjeta .descript .ubicacion i {
  float: left;
  font-size: 24px;
  color: #8fd427;
  padding-right: 15px;
}
.tarjeta .descript .precio {
  color: #96bc44;
  font-size: 18px;
  font-weight: 1100;
}
.tarjeta .descript .review {
  font-size: 12px;
  color: #7E7E7E;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tarjeta .descript .detalle .item {
  padding-right: 25px;
}
.tarjeta .descript .detalle img {
  height: 24px;
  width: 20px;
}
.tarjeta .title {
  padding-top: 10px;
  padding-left: 5px;
  font-size: 16px;
  text-align: left;
  color: #7E7E7E;
  font-weight: 100;
}
.tarjeta .list-img {
  position: relative;
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}
.tarjeta .list-img .contrato {
  text-align: center;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  left: 20px;
  padding-top: 17px;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
}
.tarjeta .list-img .renta {
  background-color: #F7B267;
}
.tarjeta .list-img .venta {
  background-color: #96bc44;
}
.tarjeta .list-img img {
  width: 100%;
  height: 100%;
}
.solicitar {
  background-color: white;
}
.solicitar .img {
  text-align: right;
}
.solicitar .txt {
  text-align: center;
}
.solicitar .txt h2 {
  font-family: sans-serif;
  font-size: 33px;
  color: grey;
  letter-spacing: 1px;
  font-weight: lighter;
  margin-top: 80px;
  margin-bottom: 15px;
}
.solicitar img {
  height: 300px;
}
.inrenta {
  font-family: sans-serif;
  text-align: center;
  background-color: #8fd427;
  color: white;
  padding-top: 50px;
  padding-bottom: 50px;
  font-weight: 100;
  letter-spacing: 1px;
}
.inrenta img {
  height: 55px;
  margin-bottom: 15px;
}
#footer {
  background-color: #ECECEC;
  height: auto;
}
#footer a {
  color: gray;
}
#footer a:hover {
  color: grey;
}
#footer .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#footer .bottom p {
  text-align: right;
  font-family: sans-serif;
  line-height: 1.1;
  padding-top: 20px;
  color: #7E7E7E;
  font-size: 13px;
  font-weight: 100;
  padding-bottom: 10px;
}
#footer .logo {
  max-width: 100%;
}
#footer hr {
  margin-top: -10px;
  margin-bottom: 0;
}
#footer .copy {
  font-family: sans-serif;
  font-size: 10px;
  color: #7E7E7E;
  font-weight: 100;
}
#footer .navbar-expand {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#footer .navbar {
  padding: 0.5rem 0;
}
#footer .menu {
  color: #7E7E7E;
}
#footer .menu li {
  cursor: pointer;
}
#listado {
  padding-top: 70px;
  padding-bottom: 0;
  margin-top: 55px;
}
#listado .seccion {
  position: relative;
}
#listado .seccion .list-btn {
  right: 15px;
  top: 35px;
  position: absolute;
}
.contact {
  padding-top: 100px;
  padding-bottom: 0;
  margin-top: 55px;
  min-height: 80vh;
}
#about {
  padding-top: 100px;
  padding-bottom: 0;
  margin-top: 55px;
  min-height: 80vh;
}
#listadoMapa {
  padding-top: 90px;
  padding-bottom: 0;
  margin-top: 55px;
}
#listadoMapa .items {
  margin-top: 100px;
  height: 425px;
  width: 100%;
  overflow-y: scroll;
}
#listadoMapa .items .tarjeta {
  height: 110px;
  margin-top: 10px;
}
#listadoMapa .items .tarjeta .list-img {
  width: 105px;
  height: 100px;
}
#listadoMapa .items .tarjeta h4 {
  margin-bottom: 5px;
}
#listadoMapa .items .tarjeta .title {
  font-size: 15px;
}
#listadoMapa .items .tarjeta .contrato {
  height: 40px;
  min-width: 40px;
  left: 5px;
  padding-top: 14px;
  font-size: 10px;
}
#listadoMapa .items .tarjeta .detalle .item {
  padding-right: 10px;
}
#detalle {
  padding-top: 70px;
  padding-bottom: 0;
  margin-top: 55px;
  font-family: sans-serif;
}
#detalle h1,
#detalle h2,
#detalle h3 {
  color: grey;
}
#detalle .precio {
  color: #96bc44;
}
#detalle .caracteristicas {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#detalle .caracteristicas li {
  margin-top: 15px;
  margin-bottom: 15px;
}
#detalle .caracteristicas img {
  height: 24px;
  width: 20px;
  margin-right: 10px;
}
#detalle .caracteristicas .fa-map-marker-alt {
  color: #8fd427;
  font-size: 20px;
  float: left;
  padding-right: 5px;
}
#detalle .contacto {
  /* padding-left: 5px; */
  /* border: 1px solid orange; */
  background-color: #f5f8fa;
  margin-bottom: 20px;
}
#detalle .contacto ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#detalle .contacto ul li {
  margin-top: 15px;
  margin-bottom: 15px;
}
#detalle .contacto ul img {
  height: 24px;
  width: 20px;
  margin-right: 10px;
}
#detalle .contacto ul .fa-map-marker-alt {
  color: #8fd427;
  font-size: 20px;
  float: left;
  padding-right: 5px;
}
#detalle .contacto ul li {
  margin-top: 5px;
  margin-bottom: 5px;
}
#detalle .tarjeta {
  height: 355px;
}
#detalle .tarjeta .list-img {
  height: 180px;
}
#detalle .slick-next {
  right: -10px;
}
#detalle .slick-prev {
  left: -10px;
}
#detalle .slick-slider .slick-img {
  height: 125px;
}
#detalle .slick-slider .slick-img-big {
  position: relative;
  height: 450px;
  width: 100%;
}
#detalle .detalle-title {
  margin-bottom: 20px;
  margin-top: 30px;
}
.relacionado {
  margin-top: -40px;
  padding-left: 40px;
  padding-right: 0;
}
.relacionado h3 {
  color: grey;
  font-family: sans-serif;
}
.relacionado .tarjeta:first-of-type {
  margin-top: 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .menu {
    display: none;
  }
  .solicitar .txt {
    text-align: center;
    margin-bottom: 20px;
  }
  .agregadas {
    margin-top: 45px;
    font-size: 23px;
  }
  /*-----------------------------------------------*/
  #about {
    padding-top: 150px;
    padding-bottom: 0;
    margin-top: 55px;
    min-height: 80vh;
  }
  #detalle h1,
  #detalle h2,
  #detalle h3,
  #detalle h4 {
    color: grey;
  }
  #detalle .detalle-title {
    margin-top: 65px;
  }
  #detalle .detalle-title h1 {
    font-size: 23px;
  }
  #detalle .relacionado {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  #detalle .relacionado .tarjeta {
    margin: 25px auto 0;
    width: 85%;
  }
  #detalle .slick-slider .slick-img-big {
    position: relative;
    height: 305px;
  }
  /*-----------------------------------------------*/
  #propiedad {
    display: block;
    margin-top: 10px;
  }
  #map {
    display: none;
  }
  #search {
    width: 100%;
  }
  #cochera,
  #habitacion,
  #precio {
    width: calc(85%);
  }
  #buscar {
    width: calc(85%);
    margin-top: 15px;
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    /* text-align: center; */
    /* display: inline; */
    /* margin: 0 auto; */
  }
  #filtro {
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    /* display: inline; */
  }
  #header .logo {
    text-align: center;
    margin-top: 10px;
  }
  #header img {
    width: 160px;
  }
  .slick-slider .slick-img-big {
    height: 80vh;
    width: 100%;
  }
  .slick-slider .slick-img-big .detalle .titulo-banner {
    color: white;
    padding: 10px 10px 0;
    font-size: 18px;
  }
  .slick-slider .slick-img-big .detalle {
    position: absolute;
    width: 100%;
    height: 215px;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10;
    top: 55px;
    left: 0;
  }
  .slick-next,
  .slick-prev {
    height: 60px;
    top: 58%;
  }
  .slick-next {
    right: 0;
  }
  .slick-prev {
    left: 0;
  }
  .slick-slider .slick-img-big .detalle .detalle-btn {
    bottom: 85px;
  }
  #footer .logo {
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }
  #footer .logo img {
    width: 160px;
  }
  #footer .bottom p {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1001px) {
  #header .menu nav ul li {
    font-size: 12px;
  }
  #buscar {
    padding-left: 10px;
    padding-right: 15px;
  }
  #filtro {
    padding-left: 10px;
    padding-right: 15px;
  }
  .slick-slider .slick-img-big .detalle {
    top: 20px;
    left: 90px;
  }
  .tarjeta {
    height: 405px;
  }
  .tarjeta .descript .detalle .item {
    padding-right: 5px;
  }
  .tarjeta hr {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .tarjeta .list-img {
    height: 110px;
  }
  #header #social li {
    font-size: 12px;
  }
  #header #social li i {
    font-size: 12px;
  }
}
.nopadding {
  padding: 0;
}
