<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
CSS MEDIAQUERIES
*/

/* Estilo para dispositivos mÃ³viles pequeÃ±os (telÃ©fonos inteligentes en modo vertical) */
@media (max-width: 576px) {
  /* Agrega aquÃ­ tus estilos para dispositivos mÃ³viles pequeÃ±os */
}

/* Estilo para dispositivos mÃ³viles grandes (telÃ©fonos inteligentes en modo horizontal y tabletas en modo vertical) */
@media (min-width: 577px) and (max-width: 768px) {
  /* Agrega aquÃ­ tus estilos para dispositivos mÃ³viles grandes */
  .property-detail__callapi{
    flex-wrap: wrap!important;
    
  }
  .property-detail__callapi .col-detail__callapi{
    width: calc(100%)!important; 
    max-width: 100%;
  }

  .container-featured-simi-box .property{
    width: 100%!important;
  }
  
  

  
}

/* Estilo para tabletas y dispositivos de pantalla pequeÃ±a en modo horizontal */
@media (min-width: 769px) and (max-width: 992px) {
  /* Agrega aquÃ­ tus estilos para tabletas y dispositivos de pantalla pequeÃ±a */
  .property-detail__callapi .col-detail__callapi{
    width: 50%;
    max-width: calc(50% - 40px)!important; 
  }
}

/* Estilo para computadoras portÃ¡tiles y monitores pequeÃ±os */
@media (min-width: 993px) and (max-width: 1200px) {
  /* Agrega aquÃ­ tus estilos para computadoras portÃ¡tiles y monitores pequeÃ±os */
}

/* Estilo para monitores de escritorio y dispositivos de pantalla ancha */
@media (min-width: 1201px) {
  /* Agrega aquÃ­ tus estilos para monitores de escritorio y dispositivos de pantalla ancha */
}

@media (max-width: 768px) {
  /* Agrega aquÃ­ tus estilos para monitores de escritorio y dispositivos de pantalla ancha */
  .content_search_left .box__withprice .property,.container-featured-simi-box .property{
      width: 100%!important;
  }
}
@media (max-width: 1300px) {
  .property-detail__callapi .col-detail__callapi {
    max-width: calc(50% - 40px); /* Establece el ancho mÃ¡ximo de cada hijo al 50% del contenedor padre */
  }
}

@media (min-width: 768px) {
  .filter__callapi .colum-pc-3,.filtro-portada .colum-pc-3{
      width: 25%;
  }

  .filtro-portada .colum-pc-3{
    height: 38px;
  }
  .filtro-portada .searchcode{
    width: 72%;
  }

  .filtro-portada .width-50{
    width: 50%;
  }

  .filtro-portada .adesde,.filtro-portada .ahasta{
    width: 50%;
  }
}

/*
FORMULARIO DE BUSQUEDA HOME
*/
.filtro-portada{
  background: rgba(255,255,255,.8);
  border-radius: 8px;
  padding: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}
.filtro-portada .cat-row{
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filtro-portada .form-content {
  margin: 5px;
}
.filtro-portada .btn-inmu-search{
  background: #DF1F25;
  border-radius: 9px;
  color: #fff;
  border: none;
  width: 100%;
  height: 28px;
  cursor: pointer;
}

.filtro-page input{

}

/* Estilos generales para inputs */
.filtro-page .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.filtro-page .input-group-prepend,
.filtro-page .input-group-append {
  display: flex;
}

.filtro-page .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.realstate__notfound{
  font-size: 20px;
}

/* Estilos para el input */
.btn-inmu{
  height: 28px;
  background: red;
  border: 0;
  padding: 8px;
  border-radius: 0px 6px 6px 0px;
  margin-left: -3px;
  color:white;
  cursor: pointer;
}
.filtro-page .form-control {
  display: block;
  width: 100%;
  padding: 0.10rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Estilos para el input en estado de foco */
.filtro-page .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Estilos para el input en estado de deshabilitado */
.filtro-page .form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

/*
CSS DETALLE INMUEBLE
*/
#mapcallapisimi img{
  max-width: inherit!important;
}
.parent-small__callapi .col-detail__callapi{
  max-width: calc(50% - 40px);
}
.property-detail__callapi {
  display: flex;
  flex-wrap: wrap; /* Permite que los elementos hijos se envuelvan si no caben en una sola fila */
  justify-content: space-around;
  padding: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.col-detail__callapi {
  flex: 1 1 auto;
  max-width: calc(33.33% - 40px); /* Establece el ancho mÃ¡ximo de cada hijo */
  margin: 20px; /* Espacio entre los hijos */
}


.property-detail__callapi section.carouseldetail {
  padding: 0;
  border-radius: 3px;
  width: calc(100% - 0px);
  height: auto;
  border: 1px solid #cccecc;
  font-family: 'Source Sans Pro', sans-serif;
  display: block;
  margin: auto;
}

.property-detail__callapi section.carouseldetail .all {
  width: 100%;
  height: auto;
  display: inline-block;
}

.property-detail__callapi section.carouseldetail .all .slider {
  width: auto;
  height: auto;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
}

.property-detail__callapi section.carouseldetail .all .slider .item-box {
  padding: 20px;
  overflow: hidden;
  width: 100%;
  height: 400px;
  position: relative;
  border-radius: 3px;
  background: url(http://www.cyw51.com/file/upload/201302/22/18-49-19-74-127.jpg) center center no-repeat;
  background-size: cover;
}


.property-detail__callapi section.carouseldetail .all .slider .left, .property-detail__callapi section.carouseldetail .all .slider .right {
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #a11217;
  color: #FFF;
  bottom: 0;
  cursor: pointer;
}

.property-detail__callapi section.carouseldetail .all .slider-two .item {
  -webkit-transition: all ease .25s;
  transition: all ease .25s;
  height: 100px;
  border-radius: 3px;
  border: 3px solid #e6ecf2;
  cursor: pointer;
  background: url(http://www.cyw51.com/file/upload/201302/22/18-49-19-74-127.jpg) center center no-repeat;
  background-size: cover;
  opacity: .5;
}

.property-detail__callapi section.carouseldetail .all .slider-two .owl-dots, .property-detail__callapi section.carouseldetail .all .slider-two .owl-nav {
  display: none;
}

.property-detail__callapi section.carouseldetail .all .slider .owl-dots, .property-detail__callapi section.carouseldetail .all .slider .owl-nav {
  display: none;
}

.property-detail__callapi section.carouseldetail .all .slider-two {
  width: auto;
  height: auto;
  overflow: hidden;
  position: relative;
}

.property-detail__callapi section.carouseldetail .all .slider .left {
  right: 40px;
  opacity: 1;
  -webkit-transition: left ease .25s;
  transition: left ease .25s;
  padding: 10px;
}

.property-detail__callapi section.carouseldetail .all .slider-two .left-t:hover {
  visibility: visible;
  opacity: 1;
  left: 3px;
}

.property-detail__callapi section.carouseldetail .all .slider-two .right-t {
  cursor: pointer;
  right: -40px;
  visibility: hidden;
  opacity: 0;
  transition: all ease .25s;
}

.property-detail__callapi section.carouseldetail .all .slider-two .left-t {
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all ease .25s;
  left: -40px;
}

.property-detail__callapi section.carouseldetail .all .slider-two .left-t:hover {
  visibility: visible;
  opacity: 1;
  left: 3px;
}

.property-detail__callapi section.carouseldetail .all .slider-two:hover .left-t {
  visibility: visible;
  opacity: 1;
  left: 3px;
}

.property-detail__callapi section.carouseldetail .all .slider-two:hover .right-t {
  visibility: visible;
  opacity: 1;
  right: 3px;
}

.property-detail__callapi section.carouseldetail .all .slider-two .left-t, .property-detail__callapi section.carouseldetail .all .slider-two .right-t {
  top: 2px;
  -webkit-transition: all ease .25s;
  width: 40px;
  height: 95px;
  background-color: #FFF;
  padding: 30px 0;
  text-align: center;
  position: absolute;
  z-index: 1;
  color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.property-detail__callapi section.carouseldetail .all .slider .right {
  right: 0;
  opacity: 1;
  -webkit-transition: right ease .25s;
  transition: right ease .25s;
  padding: 8px;
}

.property-detail__callapi{
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-around;
    padding: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

.property-detail__callapi .col-detail__callapi__int{
  padding: 30px;
  width: 100%;
}

.property-detail__callapi .col-detail__callapi__int h1,.property-detail__callapi .col-detail__callapi__int h2{
  font-size: 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}

.property-detail__callapi .col-detail__callapi__int .text{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.property-detail__callapi .price {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 22px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

.property-detail__callapi .address {
  margin-bottom: 20px;
  font-size: 18px;
  margin-top: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

.property-detail__callapi .col-detail__callapi{
  display: flex;
  justify-content: center;
}

.property-detail__callapi .table {
  display: table;
  width: 100%;
  height: auto;
}

.property-detail__callapi-map #mapcallapisimi{
  width: 100%;
  height: 300px;
}

.property-detail__callapi-map h2{
  font-size: 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}

.property-detail__callapi .table strong{
  font-weight: bold;
}

.property-detail__callapi .table td, .property-detail__callapi .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.property-detail__callapi .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05);
}

.property-detail__callapi .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.property-detail__callapi .tab-content {
  border: 1px solid #ccc;
  padding: 10px;
}

.property-detail__callapi .tab {
  display: none;
}

.property-detail__callapi .tab .col-detail__callapi{
  width: 100%!important;
  max-width: 100%;
  margin: 0;
}

.content-tabs .col-detail__callapi__int{
  padding: 0;
}


.property-detail__callapi .tab.active {
  display: block;
}

.property-detail__callapi.content-tabs{
  padding: 0;
  margin: 0;
  padding: 10px 10px;
}

.property-detail__callapi.content-detail__realstate{
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.property-detail__callapi .content-detail__realstate--detail{
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.property-detail__callapi .col-detail__callapi__int{
  padding: 20px 0;
}


.property-detail__callapi.content-tabs .col-detail__callapi{
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.property-detail__callapi .tabs {
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
}

.property-detail__callapi .tab-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.property-detail__callapi .tab-links li {
  float: left;
}

.property-detail__callapi .tab-links li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #333;
  background-color: #f4f4f4;
  border-right: 1px solid #ccc;
}

.property-detail__callapi .tab-links li:last-child a {
  border-right: none;
}

.property-detail__callapi .tab-links li a:hover {
  background-color: #ddd;
}

.property-detail__callapi .tab-links li.active a {
  background-color: #fff;
}

.property-detail__callapi .tab-content {
  padding: 20px;
}
/*
CSS INMUEBLES DESTACADOS
*/
.container-featured-simi-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    /*padding: 20px;*/
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

  }
  
  .container-featured-simi-box .property {
    width: 300px;
    margin: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    
    min-height: 300px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

    position: relative;
  }

  .container-featured-simi-box .property .property-image{
    background-size: cover;
    background-position: center;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    height: 300px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display: block;
    color: #FFF;
  }

  .container-featured-simi-box .property-image__link{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
  }

  .container-featured-simi-box .property .card{
    padding: 10px;
    position: relative;
    z-index: 9;
    color: #FFFFFF;
  }

  .container-featured-simi-box .property .card .card-body h2{
    color: #555555;
    margin-top: 0px;
  }

  .container-featured-simi-box .card-text{
    margin-bottom: 20px;
  }

  .container-featured-simi-box .property::after{
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .2);
    z-index: 0;
    width: 100%;
    height: 300px;
    left: 0;
    top: 0;
  }

  .container-featured-simi-box .property img {
    width: 100%;
    border-radius: 5px;
    display: none;
  }

  .container-featured-simi-box .property h2 {
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0px;
  }
  
  .container-featured-simi-box .property p {
    margin-top: 5px;
    font-size: 16px;
    color: #555555;
    font-family: 'Open Sans';

  }

  .container-featured-simi-box .card-items{
    display: flex;
    color: #555;
    margin-top: 15px;
    justify-content: space-between;
    margin: 20px 0px;
  }

  .container-featured-simi-box .btn-call-api{
    padding: 10px;
  }

  .container-featured-simi-box .tape {
    /*background-color: hsla(0, 0%, 100%, .2);*/
    background-color: hsl(0deg 65.83% 66%);
    box-shadow: inset 0 0 1em .5em hsla(0, 0%, 100%, .1);
    height: 3em;
    position: absolute;
    transform: rotate(-30deg);
    width: 9em;
    -webkit-filter: drop-shadow(0 1px 1px hsla(0, 0%, 0%, .3));
    z-index: 9;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
    left: -30px;
  }
  .container-featured-simi-box .tape span{
    font-size: 25px;
  }
  .container-featured-simi-box .tape:after,
  .container-featured-simi-box .tape:before {
    background-size: .4em .4em;
    bottom: 0;
    content: '';
    position: absolute;
    top: 0;
    width: .2em;
  }
  .container-featured-simi-box .tape:after {
    background-image: linear-gradient(45deg, transparent 50%, hsla(0,0%,100%,.3) 50%),
                      linear-gradient(-45deg, transparent 50%, hsla(0,0%,100%,.3) 50%);
    background-position: 0 100%;
    left: -.2em;
  }
  .container-featured-simi-box .tape:before {
    background-image: linear-gradient(135deg, transparent 50%, hsla(0,0%,100%,.3) 50%),
                      linear-gradient(-135deg, transparent 50%, hsla(0,0%,100%,.3) 50%);
    background-position: 100% 100%;
    right: -.2em;
  }

  .container-featured-simi-box .tapesimple{
    background-color: #BD0C0C;
    font-size: 13px;
    margin: 13px;
    padding: 10px;
    z-index: 999;
    position: absolute;
    border-radius: 999px;
    font-weight: bold;
  }


  /*
  css paginador
  */
  .pagination__callapi.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
  }
  
  .pagination__callapi .page-item {
    margin: 0 2px; /* Espacio entre los elementos */
  }
  
  .pagination__callapi .page-link {
    color: #007bff; /* Color del enlace */
    text-decoration: none; /* Sin subrayado */
    padding: 0.5rem 0.75rem; /* Espaciado interno */
    border: 1px solid #dee2e6; /* Borde del enlace */
    border-radius: 0.25rem; /* Bordes redondeados */
  }
  
  .pagination__callapi .page-item.active .page-link {
    background-color: #007bff; /* Color de fondo cuando estÃ¡ activo */
    color: #fff; /* Color del texto cuando estÃ¡ activo */
  }
  
  .pagination__callapi .page-item.disabled .page-link {
    color: #6c757d; /* Color del texto cuando estÃ¡ deshabilitado */
    pointer-events: none; /* Desactivar eventos de clic */
  }
  
  .pagination__callapi .page-item:not(.disabled) .page-link:hover {
    background-color: #e9ecef; /* Color de fondo al pasar el mouse */
  }

  .filter__callapi .filtro input[type="radio"]{
    display: none;
  }

  .filter__callapi input[type="radio"]:checked+label,  .filter__callapi input[type="radio"]+label{    
    border-radius: 10px 10px 0px 0px;
    padding: 9px;
    color: white;
    min-width: 82px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
  }

  .filter__callapi  .radio-button-1 {
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative;
}

.filter__callapi .content-tabs{
  position: absolute;
  top: -10px;
  width: 100%;
}

.filter__callapi .input-inmu-search{
  padding: 5px;
}

.filter__callapi .error-label{
  color: red;
  display: block;
  font-size: .8rem;
  margin-top: 1px;
}

h2.card-price, h2.card-title{
  padding: 5px 0!important;
}

.card-items-showprice{
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}

.box__withprice .property{
  border-radius: 24px;
}

.box__withprice .property::after{
  border-radius: 24px;
  background: rgba(0, 0, 0, .05);
}

.box__withprice .property-image{
  border-radius: 24px 24px 0px 0px;
}

/*
DETAIL OGLI
*/
.characteristic__list h3{
    font-weight: bold;
    padding: 20px 20px 20px 0px;
}
.characteristic__list ul{
    padding-left: 20px;
}
.characteristic__list ul li{
    width:25%;
    margin-bottom: 20px;
    font-weight: 400;
}
.characteristic__list ul li i{
    color: #FF8201;
}
.characteristic__list h3 i{
    color: #FF8201;
}
.detail_styles_ogli h1 {
    color: #FF8201
}
.detail_styles_ogli .address i{
    color: #FF8201;
}
.detail_styles_ogli .property-detail__callapi{
    padding-top:0;
}
.detail_styles_ogli  .col-detail__callapi__int:nth-child(1){
    padding-top:0px;
}
.content_detail_texts .property-detail__callapi:nth-child(1){
    justify-content: normal;  
}
.content_detail_texts  .col-detail__callapi{
    flex-direction: column;
    padding:10px;
}
.content_detail_texts  .property-detail__callapi h2{
    font-weight: bold;
    font-size: 1.2rem;
    text-transform: uppercase;
    width: auto;
    
    position:relative;
}

.content_detail_texts .property-detail__callapi:nth-child(1) h2{
    width:150px;   
    color: #24446C;
}

.content_detail_texts .property-detail__callapi:nth-child(3) h2{
    width:200px;     
    color: #24446C;
}

.content_detail_texts .property-detail__callapi-map .col-detail__callapi__int{
        box-shadow: 8px 5px 4px #d3d3d3;
        border-radius:12px;
            margin: 13px;
}

.content_detail_texts .col-detail__callapi__int h2{
    width:300px;
    color: #24446C;
}

.content_detail_texts .property-detail__callapi ul {
    display:flex;
    justify-content: start;
    flex-wrap: wrap;
}
.detail__property_list li{
    width: 25%;
    margin-bottom: 20px;
}
.content_detail_texts .property-detail__callapi ul li{
    
}

.content_detail_texts .property-detail__callapi ul li strong{
    font-weight: bold;
    margin-right:20px;
}

.content_detail_texts .property-detail__callapi ul li span{
    
}


.property-detail__callapi:nth-child(2) h2{
    width:300px;    
    color: #24446C;
}

.content_detail_texts .col-detail__callapi__int h2{
    position: relative;
}


 .property-detail__callapi h2::after,.content_detail_texts .col-detail__callapi__int h2::after{
     content:" ";
     position: absolute;
     left:0;
     bottom: -5px;
     width: 80%;
     height:2px;
     background: #FF8201;
 }

.property-detail__callapi .col-detail__callapi{
    box-shadow: 16px 4px 6px #d3d3d3;
    box-shadow: 8px 5px 4px #d3d3d3;
    border-radius: 12px;
}
/*
SIDEBAR SEARCH
*/
.sidebar_search{
    
}
.sidebar_search_detail .elementor-form{
    
}
/*.sidebar_search_detail .elementor-form{
    box-shadow: 16px 4px 6px #d3d3d3;
    background: rgb(36,68,108);
    background: -moz-linear-gradient(185deg, rgba(36,68,108,1) 0%, rgba(36,68,108,1) 35%, rgba(36,98,108,1) 100%);
    background: -webkit-linear-gradient(185deg, rgba(36,68,108,1) 0%, rgba(36,68,108,1) 35%, rgba(36,98,108,1) 100%);
    background: linear-gradient(185deg, rgba(36,68,108,1) 0%, rgba(36,68,108,1) 35%, rgba(36,98,108,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#24446c",endColorstr="#24626c",GradientType=1);

    border-radius: 28px;
    padding: 20px;
}*/
.sidebar_search .filtro-portada{
    box-shadow: 16px 4px 6px #d3d3d3;
    background: rgb(36,68,108);
    background: -moz-linear-gradient(185deg, rgba(36,68,108,1) 0%, rgba(36,68,108,1) 35%, rgba(36,98,108,1) 100%);
    background: -webkit-linear-gradient(185deg, rgba(36,68,108,1) 0%, rgba(36,68,108,1) 35%, rgba(36,98,108,1) 100%);
    background: linear-gradient(185deg, rgba(36,68,108,1) 0%, rgba(36,68,108,1) 35%, rgba(36,98,108,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#24446c",endColorstr="#24626c",GradientType=1);

    border-radius: 59px;
    padding: 20px;
}
.sidebar_search .colum-pc-3 label{
   color: #ff8201; 
}
.sidebar_search .colum-pc-3 .form-control{
    border-radius: 10px;
    padding: 10px;
}
.sidebar_search .colum-pc-3 select.form-control{
     /* Reset. */
  border: unset;

  /* Style */
  width: 100%;
  max-width: 400px;
  padding: 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.1);

  /* Arrow */
  appearance: none;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBMaWNlbnNlOiBNSVQuIE1hZGUgYnkgdGVlbnlpY29uczogaHR0cHM6Ly9naXRodWIuY29tL3RlZW55aWNvbnMvdGVlbnlpY29ucyAtLT4KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxjaXJjbGUgY3g9IjcuNSIgY3k9IjcuNSIgcj0iNy41IiBmaWxsPSIjZmY4MjAxIiAvPgogICAgPHBhdGggZD0iTTcuNDk5ODggMTJMLTAuMDAwMTIyMDcgNEwxNC45OTk5IDRMNy40OTk4OCAxMloiIGZpbGw9IiNmZmZmZmYiIHRyYW5zZm9ybT0ic2NhbGUoMC43KSB0cmFuc2xhdGUoMywgNCkiLz4KPC9zdmc+");
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 1rem auto; 
}

.sidebar_search .colum-pc-3 select.form-control::after {
      content: 'â–¼'; /* Contenido de la flecha */
      position: absolute;
      top: 50%;
      right: 10px; /* Ajustar la posiciÃ³n horizontal */
      transform: translateY(-50%);
      pointer-events: none; /* No interferir con los eventos del select */
      color: blue; /* Color de la flecha */
      font-size: 16px;
}

.sidebar_search .btn-inmu-search {
    background-color: #ff8201!important;
    padding: 15px;
    height: auto;
    width:90%;
    margin-left:5%;
    margin-top: 20px;
}
.content_search_left .box__withprice .property{
    border-radius:0px!important;
    width: 46%;
    margin:0!important;
    margin-left: 4%!important;
    margin-bottom: 20px!important;
}
.content_search_left .box__withprice .property .property-image{
    border-radius:0px!important;
}

.content_search_left .container-featured-simi-box .tapesimple{
    margin:5px;
    border-radius: 0;
    padding: 8px 20px 8px 20px;
}

.featurelisthome .card-price{
    position: relative!important;
}

.container-featured-simi-box .property .card-price{
    position: absolute;
    bottom: 10px;
    background: #FFFFFF;
    padding: 10px;
    font-weight: bold;
    margin-left: 8px;
}

.container-featured-simi-box .property .card-items__realstate{
    color: #ff8201;
}

.container-featured-simi-box .property{
    
}
@media (min-width: 768px) {
    .sidebar_search .colum-pc-3 {
        width: 100%!important;
        height: auto;
    }
    .sidebar_search .colum-pc-3 label {
        margin: 15px 0 15px 0;
        display: flex;
        color: #ff8201;
        font-weight: 700;
    }
    
    

}</pre></body></html>