/* CSS-file with custom styles - don't delete this file and this rule!!! */
.custom_rule { color: inherit; }

.discover{
    padding: 120px 0;
}
.sc_property_image img{
    width:100% !important;
}

/* LISTADO */
.pagina-listado .page_content_wrap .content_wrap{
    width:90%;
}

.pagina-listado .page_content_wrap .content{
    float: right;
    width: 70%;
}

.pagina-listado .page_content_wrap .sidebar{
    width: 28%;
    float: left;
}

.property-stats{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-end;
}

.property-stats .property-stat{
    display: grid;
    justify-items: center;
}

.property-stats span{
    margin-top: 15px;
    font-weight: 700;
    font-size: 12px;
    color: #7b7a7d;
}

.property-stats h5{
    margin: 0;
    margin-top: 5px;
    font-weight: 700;
    font-size: 21px;
    color: #3e3e3e;
}

.single-post .sidebar_show .content{
    width: 1170px;
}

@media (max-width: 960px) {
    .single-post .sidebar_show .content{
        width: 100%;
    }

    .property-stats{
        flex-wrap: wrap;
    }
    
    .property-stats .property-stat{
        flex-grow: 1;
        width: 33%;
        margin-bottom:10px;
    }

    .bgtext1 {
        font-size: 40px;
    }

    .custom_box_form {
        max-width: 100%;
        padding: 2em;
        margin: 0 auto;
    }
}
@media (max-width: 479px) {
    .tp-mask-wrap .tp-caption{
        margin-top:80px;
    }
    .sc_property_title .sc_property_title_address_1 {
        font-size: 1.55em !important;
        letter-spacing: 0 !important;
    }
    .sc_property.sc_property_style_property-1 .sc_property_info .sc_property_description, .content > .sc_property_item .sc_property_info .sc_property_description {
        font-size: 1em !important;
    }
    .pagina-listado .page_content_wrap .sidebar {
        width: 100%;
        float: inherit;
        order: 1;
        margin-top: 0 !important;
        margin-bottom: 20px;
    }
    .pagina-listado .page_content_wrap .content {
        width: 100%;
        float: inherit;
        order: 2;
    }
    .pagina-listado .page_content_wrap .content_wrap{
        display: flex;
        flex-direction: column;
    }
}



  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .slider-productos{
      overflow: hidden;
  }

  .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    top: 35px !Important;
    filter: hue-rotate(202deg);
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    top: 35px !important;
    right: 85px !important;
    left:inherit !important;
    filter: hue-rotate(202deg);
  }
  .slider-productos .swiper-button-prev, .swiper-button-next{
    margin-top: -32px !important;
    background-size: 27px 34px !important;
  }

.content.discover.home-fix .swiper-slide{
   height: 577px !important;
}