<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: "roboto";
  src: url("../fonts/Roboto-Regular.ttf"); }
@font-face {
  font-family: "roboto";
  font-weight: 300;
  src: url("../fonts/Roboto-Light.ttf"); }
body {
  position: relative;
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

main {
  flex: 1 0 auto; }

#imprimir img {
  width: 30px; }

#mis_favoritos img {
  width: 90px; }

#myCarousel .imgSlides {
  padding-top: 40%;
  background-position: center;
  background-size: cover; }

#barramamoncita {
  margin-bottom: 0;
  background-image: none;
  background-color: white;
  border: none;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }
  #barramamoncita .navbar-header a img {
    max-height: 70px; }

.miniaturas .imgThumb {
  background-size: cover;
  background-position: center;
  padding-top: 70%; }

#footer {
  background-color: #fafafa;
  padding-bottom: 30px;
  padding-top: 30px; }

.clear-vertical {
  padding-top: 25px;
  padding-bottom: 40px; }

#promueve {
  background: url(../images/promueve-tu-propiedad.jpg) fixed;
  background-size: cover;
  background-position: center; }
  #promueve .jumbotron {
    background-color: rgba(255, 255, 255, 0.8); }

#contact {
  background: url("../images/contactbg.jpg") fixed;
  background-size: cover;
  background-position: center;
  overflow: hidden; }
  #contact iframe {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 1170px;
    border: none;
    background: transparent; }

.miniaturas a.thumbnail {
  text-decoration: none !important;
  border: 1px solid #ddd !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
  transition: 300ms box-shadow; }
  .miniaturas a.thumbnail:hover {
    box-shadow: 2px 10px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 14px 0 rgba(0, 0, 0, 0.25) !important; }

/*section-inmuebles */
.section-inmuebles .jumbotron {
  position: relative;
  background-size: cover;
  background-position: bottom;
  margin-bottom: 0;
  padding-top: 7%;
  padding-bottom: 7%; }
.section-inmuebles.renta .jumbotron {
  text-align: right;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  -moz-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%); }
.section-inmuebles.venta .jumbotron {
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  -moz-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%); }
.section-inmuebles .jumbotron h2 {
  font-size: 32px;
  color: #FFF;
  font-family: roboto;
  padding-bottom: 30px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7), 1px 1px 3px rgba(0, 0, 0, 0.7); }
  .section-inmuebles .jumbotron h2 small {
    display: none; }

#buscador {
  background: white;
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
  max-width: 800;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }
  #buscador label {
    color: #777; }
  #buscador select {
    color: #b4b4b4; }
  #buscador .page-header {
    border-bottom: 1px solid rgba(51, 122, 183, 0.15);
    margin-top: 0; }

#myCarousel .carousel-caption h1, #myCarousel .carousel-caption p {
  opacity: 0;
  visibility: hidden; }
#myCarousel .carousel-caption h1 {
  font-size: 25px;
  text-align: center;
  padding-bottom: 0; }
#myCarousel .carousel-caption p {
  display: none; }
#myCarousel .carousel-caption.show {
  padding-bottom: 70px;
  transition: 400ms all linear; }
  #myCarousel .carousel-caption.show h1 {
    transition: 600ms all linear;
    opacity: 1;
    visibility: visible; }
  #myCarousel .carousel-caption.show p {
    transition: 600ms all linear;
    opacity: 1;
    visibility: visible;
    transition-delay: 300ms; }
#myCarousel .imgSlides {
  padding-top: 60%; }

.section-inmuebles .jumbotron h2 small {
  display: block;
  font-size: 40%;
  font-weight: 300;
  color: #FFF;
  display: block; }

#header {
  background-color: #f9f9f9; }
  #header .input-group {
    float: right;
    margin: 0; }
  #header .container {
    padding: 10px; }
  #header .phones {
    display: inline-block;
    padding: 5px;
    margin-right: 10px; }

#header-image img {
  max-width: 100%; }

.inmName {
  font-size: 20px;
  font-family: serif;
  font-weight: bold;
  font-style: italic;
  color: #241b11;
  text-decoration: none !important; }

/*media tablet */
@media (max-width: 767px) {
  #header {
    text-align: center; }

  #header .input-group {
    margin-top: 10px;
    margin-bottom: 5px; } }
@media (min-width: 768px) {
  #myCarousel .carousel-caption h1 {
    font-size: 30px;
    padding-bottom: 20px; }
  #myCarousel .carousel-caption p {
    display: block;
    font-size: 18px; }
  #myCarousel .imgSlides {
    padding-top: 50%; }

  .section-inmuebles .jumbotron h2 {
    font-size: 60px; }

  #buscador {
    margin-top: -40px;
    margin-bottom: -40px; }
    #buscador .precio {
      width: 90px; }

  #promueve .jumbotron {
    padding-top: 90px; }

  nav .inmName span {
    display: none; }

  #header .input-group {
    max-width: 250px; } }
/*media laptop */
@media (min-width: 998px) {
  #myCarousel .carousel-caption h1 {
    font-size: 40px;
    padding-bottom: 20px; }
  #myCarousel .carousel-caption p {
    font-size: 22px; }
  #myCarousel .imgSlides {
    padding-top: 40%; }

  nav .inmName span {
    display: inline; } }
/*media desktop */
@media (min-width: 1200px) {
  #myCarousel .carousel-caption h1 {
    font-size: 40px;
    padding-bottom: 20px; }
  #myCarousel .carousel-caption p {
    font-size: 24px; }
  #myCarousel .imgSlides {
    padding-top: 30%; } }
#listadoInmueble {
  padding-top: 30px;
  padding-bottom: 30px; }
  #listadoInmueble .inmueble &gt; .panel {
    margin-bottom: 20px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
  #listadoInmueble .inmueble .panel-footer {
    background-color: #fff;
    border-top: 1px solid #eee;
    padding: 10px; }
    #listadoInmueble .inmueble .panel-footer &gt; a {
      display: inline-block;
      margin: 5px; }
  #listadoInmueble .inmueble .precios {
    font-weight: bold; }
    #listadoInmueble .inmueble .precios &gt; div {
      display: inline-block;
      margin-right: 10px; }
    #listadoInmueble .inmueble .precios &gt; :last-child {
      margin-right: 0; }

a[href$="comparar=SI"] {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc; }
  a[href$="comparar=SI"] &gt; img {
    display: none; }
  a[href$="comparar=SI"]:after {
    content: "Comparar"; }
  a[href$="comparar=SI"]:hover {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad; }

.inmueble .panel-head {
  position: relative; }
  .inmueble .panel-head h4 {
    position: absolute;
    font-weight: bold;
    color: #FFF;
    text-shadow: 0 0 3px #000;
    padding: 5px 15px;
    background-color: rgba(0, 0, 0, 0.36);
    border-radius: 0 3px 3px 0; }
    .inmueble .panel-head h4 &gt; small {
      color: #fff; }
.inmueble .edit {
  padding: 5px; }
  .inmueble .edit:empty {
    display: none; }
.inmueble .anuncio {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 300ms; }
.inmueble:hover .anuncio {
  max-height: 65px;
  opacity: 1;
  padding-bottom: 10px; }

.barra-culera {
  z-index: 2;
  position: fixed;
  bottom: 0;
  top: 0;
  height: 100vh;
  width: calc(calc(100% - 1170px) / 2);
  background-color: red; }
  .barra-culera.left {
    left: 0; }
  .barra-culera.right {
    right: 0; }

@media (max-width: 768px) {
  #listadoInmueble .inmueble .panel-footer {
    display: none; } }
@media (min-width: 768px) {
  #listadoInmueble {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }
    #listadoInmueble .inmueble {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid;
      padding: 0 10px; }
      #listadoInmueble .inmueble &gt; .panel {
        margin-bottom: 30px; } }
@media (min-width: 992px) {
  #listadoInmueble {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; } }
#detalles_inmueble .close {
  font-size: 60px;
  font-weight: 100;
  position: absolute;
  top: 0;
  right: 2px;
  margin-top: -14px; }
  #detalles_inmueble .close:hover {
    color: darkred; }

#DETALLE {
  min-height: calc(100% - 326px);
  margin-top: 30px; }

#detFavory[onclick$="MENOS')"] {
  color: #E0E001; }

.precios.det &gt; div {
  float: none !important; }

/*  Galeria */
#DETALLE &gt; .head h6 {
  font-size: 16px;
  margin-top: -5px; }

#btn-icons {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  position: static; }
  #btn-icons &gt; a {
    color: #666;
    border: 1px solid #ccc;
    margin-right: 5px; }

#principal {
  position: relative;
  background-size: cover;
  background-position: center; }
  #principal &gt; img {
    position: absolute;
    top: 0;
    left: 0; }

#foto &gt; a {
  pointer-events: none; }
  #foto &gt; a &gt; img {
    width: 100%;
    height: auto;
    max-height: 500px; }

#galeria &gt; .controles {
  position: relative;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px;
  margin-bottom: 4px;
  margin-top: -35px;
  font-weight: 500; }
#galeria &gt; .carrete {
  display: none;
  height: 90px;
  margin-top: 4px; }
  #galeria &gt; .carrete &gt; div {
    overflow: auto;
    height: 100%; }

#links {
  float: left;
  margin-right: -999em;
  white-space: nowrap;
  padding-bottom: 15px;
  height: 100%; }
  #links:empty {
    display: none; }

#galeria &gt; script ~ .carrete {
  display: block; }
#galeria &gt; .carrete a {
  position: relative;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  #galeria &gt; .carrete a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -14px;
    font-size: 30px;
    margin-top: -15px;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s; }
  #galeria &gt; .carrete a:hover:before {
    opacity: 0.5; }
#galeria &gt; .carrete img {
  height: 100%;
  border-radius: 2px;
  margin: 0 2px; }
#galeria &gt; .controles {
  font-size: 0; }
  #galeria &gt; .controles &gt; span {
    font-size: 14px;
    max-width: calc(100% - 60px);
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

#botones {
  margin-top: 7px;
  margin-bottom: 15px; }
  #botones &gt; div &gt; .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  #botones img {
    width: 100px; }

#edit_btn img {
  width: 90px;
  display: inline-block;
  padding: 5px; }

#btn-icons a {
  opacity: 0.7;
  display: block;
  padding: 7px;
  border-radius: 50px;
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  #btn-icons a &gt; img {
    width: 24px; }
#btn-icons &gt; div {
  padding: 0 10px;
  display: inline-block; }

#misFav a &gt; img {
  width: 90px; }

#btn-icons a:hover {
  background-color: #DDDDDD; }

#botones a[onclick="poneComp(this,'')"] {
  display: none !important; }
#botones i {
  line-height: 1.3; }
#botones &gt; a {
  display: inline-block;
  margin: 0 10px 15px; }
#botones &gt; div {
  display: inline-block;
  margin: 0 10px 15px;
  line-height: 1.2;
  font-size: 10px; }

.photo-nav {
  position: absolute;
  width: 80px;
  height: 100%;
  top: 0;
  bottom: 0; }
  .photo-nav:empty {
    display: none; }
  .photo-nav.left {
    left: 0; }
    .photo-nav.left:hover {
      background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.2), transparent);
      background: linear-gradient(to right, rgba(0, 0, 0, 0.2), transparent); }
  .photo-nav.right {
    right: 0; }
    .photo-nav.right:hover {
      background: -webkit-linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2));
      background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2)); }
  .photo-nav &gt; a {
    display: block;
    height: 100%; }
    .photo-nav &gt; a &gt; img {
      margin-top: -17px;
      position: absolute;
      top: 50%;
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
  .photo-nav:hover &gt; a &gt; img {
    opacity: 0.7; }

#tourFotos, #tourVirtual {
  color: #333;
  background-color: #fff;
  display: inline-block;
  padding: 6px 12px;
  margin: 0 10px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #ccc;
  border-radius: 4px; }

#tourFotos:hover, #tourVirtual:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

@media (max-width: 768px) {
  .photo-nav.right {
    background: -webkit-linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2));
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2)); }
  .photo-nav.left {
    background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.2), transparent);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2), transparent); }
  .photo-nav &gt; a &gt; img {
    opacity: 0.7; } }
.photo-nav.left &gt; a &gt; img {
  left: 20px; }
.photo-nav.right &gt; a &gt; img {
  right: 20px; }

#dedonde {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  text-align: center;
  padding: 5px; }
  #dedonde:empty {
    display: none; }

table.galeria {
  max-width: 100%;
  margin: auto;
  margin-bottom: 30px;
  border-color: #C3C3C3; }

p.caption &gt; a {
  color: #BE1B14; }

#detalles {
  font-size: 15px; }
  #detalles &gt; .precios &gt; div {
    display: inline-block;
    margin: 0 7px;
    font-size: 15px;
    font-weight: 500; }
  #detalles &gt; .precios &gt; span {
    display: block; }
  #detalles &gt; .tipo:not(:empty):before {
    content: "Tipo: ";
    font-weight: 500; }

/*  #detalles &gt; .panel{overflow: auto;} */
#llameya {
  margin-top: 15px;
  margin-bottom: 10px; }
  #llameya h5 {
    margin-top: 0; }
  #llameya h6 {
    margin-top: 0; }
    #llameya h6 &gt; a {
      color: #444 !important; }
  #llameya .btn {
    margin-bottom: 20px; }

@media (min-width: 768px) {
  #llameya {
    font-size: 20px; }
    #llameya h6 {
      font-size: 17px; } }
/*  Tabla */
#tabla td {
  padding: 2px;
  background-color: White;
  font-family: Arial, sans-serif, Verdana, charter;
  font-size: 12px;
  border: none; }

.table {
  margin-bottom: 0; }

td.ficha_inmueble_campo {
  color: Gray;
  text-align: right; }
td.ficha_inmueble_contenido {
  color: Black;
  text-align: left; }

#ficha_inmueble {
  overflow-x: auto;
  min-height: 0.01%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff; }
  #ficha_inmueble:empty {
    display: none; }
  #ficha_inmueble &gt; table td {
    padding: 6px;
    line-height: 1.5;
    border: none; }

#anuncio {
  margin-top: 20px;
  margin-bottom: 40px;
  overflow: auto; }

#h_b_favoritos {
  display: inline-block; }

#h_favoritos:empty {
  display: none; }

#desarrollo a {
  font-size: 15px; }

@media (max-width: 768px) {
  #DETALLE &gt; .head h6 {
    margin-bottom: 0; }
  #DETALLE &gt; .head &gt; .col-sm-4 {
    text-align: center; }

  #tabla td {
    white-space: nowrap; }

  #blueimp-gallery &gt; .prev, #blueimp-gallery &gt; .next, #blueimp-gallery &gt; .play-pause, #blueimp-gallery &gt; .indicator {
    display: none; } }
.carousel-inner &gt; .item {
  background-size: cover;
  background-position: center; }

.panel-img {
  background-size: cover;
  background-position: center;
  padding-top: 70%;
  display: block;
  width: 100%; }
  .panel-img.nf {
    padding-top: 35%; }

/*  Modal iFrame */
.modalFinil iframe {
  width: 100%;
  border: none;
  height: 200px;
  visibility: visible;
  opacity: 1;
  transition: all 400ms; }

.modalfinil .modal-content:after {
  content: "×";
  display: block;
  font-size: 60px;
  font-weight: 100;
  position: absolute;
  opacity: 0.6;
  top: 0;
  right: 2px;
  margin-top: -26px; }

@keyframes rotar {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.modalFinil .loading {
  position: relative; }
  .modalFinil .loading iframe {
    visibility: hidden;
    opacity: 0; }
  .modalFinil .loading:after, .modalFinil .loading:before {
    content: "";
    display: block;
    border: 5px solid transparent;
    border-top-color: #9cd1ff;
    border-bottom-color: #9cd1ff;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%; }
  .modalFinil .loading:after {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    border-top-color: #337ab7;
    border-bottom-color: #337ab7;
    animation: rotar 1000ms linear infinite; }
  .modalFinil .loading:before {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    animation: rotar 600ms linear infinite reverse; }

#contenidosPeque {
  width: 100%; }


#destacados h3{
  font-size: 20px;
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>