#property-form input {
    border: 1px solid #999;
    margin: 5px 0;
    width: 100%;
    height: 40px;
    padding: 10px;
}

#property-form textarea {
    width: 100%;
    border: 1px solid #999;
    padding: 10px;
    margin: 5px 0;
}

#property-form {
    /* margin-bottom: 25px; */
}

#property-form-mobile input {
    border: 1px solid #999;
    margin: 5px 0;
    width: 100%;
    height: 40px;
    padding: 10px;
}

#property-form-mobile textarea {
    width: 100%;
    border: 1px solid #999;
    padding: 10px;
    margin: 5px 0;
}

#property-form-mobile {
    /* margin-bottom: 25px; */
}

/*PROPERTY*/

.h-bold {
    font-weight: bold;
}

.h-title-lg {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.h-title-sm {
    font-size: 1.125rem;
    line-height: 1.5rem;
}

.h-property-content-info {
    /* display: inline-flex; */
    display: flex;
    flex-wrap: wrap;
}

.h-property-icon {
    font-size: 14px;
    margin-right: 30px;
    margin-bottom: 40px;
}

.h-icon-number {
    font-size: 16px;
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-weight: bold;
    margin-bottom: -20px;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 5px;
}
.div-descripition {
    /*white-space: pre-line!important;*/
    text-align: justify;
    /* line-height: 35px; */
    line-height: 1.4rem;
}

.tag-link {
    font-family: 'Roobert';
    font-weight: bold;
}
@media (min-width: 961px) {
    .h-property-cta {
        position: -webkit-sticky;
        position: sticky;
        /* display: block; */
        top: 10px;
        width: 380px;
        /* padding: 15px 18px; */
        /* display: flex; */
        background-color: #fff;
        /* border: 1px solid #b3b3b3; */
        border-radius: 2px;
        margin-top: 0;
        margin-left: 25%;
        z-index: 9;
        /* -webkit-transform: translateX(100%); */
        /* transform: translateX(100%); */
    }
}

.h-featured-card {

    margin-bottom: 30px;
}

@media (max-width: 960px) {

    .h-property-cta.d-md-none {
        margin-top: -50px;
        margin-bottom: 50px;
        position: relative;
    }

    ul {
        margin-bottom: 0;
    }

    .h-property-cta {
        position: -webkit-sticky;
        position: sticky;
        top: 10px;
        /* display: block; */
        width: 100%;
        max-width: 100%;
        /* padding: 15px 18px; */
        display: flex;
        background-color: #fff;
        /* border: 1px solid #b3b3b3; */
        border-radius: 2px;
        margin-top: 50px;
        margin-left: 0;
        z-index: 9;
        /* -webkit-transform: translateX(100%); */
        /* transform: translateX(100%); */
    }
}

@media (max-height: 1079px) {
    .h-property-cta {
        top: 100px!important;
    }
}

.swiper-wrapper {
    padding-left: 0!important;
}

.h-property-cta-card {
    border: 2px solid #c2785b;
    border-radius: 2px;
    width: 100%;
    padding: 7px 26px 35px;
}

.h-property-cta-first {
    padding: 20px 0 10px;
}

.h-property-cod {
    font-size: 14px;
    line-height: 1rem;
    color: #333;
    border-radius: 2px;
    display: inline-block;
    margin-top: 20px;
}

.h-property-price {
    font-weight: bold;
    font-size: 1.5rem;
    color: #c2785b;
}

.h-property-cta-last {
    margin-top: 20px;
}

.h-property svg {
    height: 20px;
}

.btn .h-btn-outline .h-btn-cta {
    background-color: transparent;
    border: 1px solid #000;
    min-width: 120px;
    color: #000;
}

.h-btn-primary {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.h-btn-outline.h-btn-cta {
    width: 100%;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    transition: .2s;
    width: 100%!important;
    display: block;
    height: 47px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.h-btn.h-btn-cta:hover {
    background: #000!important;
    color: #fff;
}

.btn.h-btn.h-btn-whatsapp {
    background-color: transparent;
    border: 1px solid #4caf50;
    min-width: 120px;
    color: #4caf50;
    padding: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 47px;
}

.h-btn-primary.h-btn-filter span {
    position: relative;
    display: inline-block;
    top: 4px;
}

.h-btn.h-btn-outline.h-result-btn-map span {
    position: relative;
    top: 4px;
}

.btn.h-btn.h-btn-whatsapp:hover {
    background-color: #4caf50;
    color: #fff;
    transition: all .3s ease-in-out;
}

.btn-default.whatsapp:hover svg path {
    fill: #fff;
    transition: all .3s ease-in-out;
}

.btn.h-btn.h-btn-whatsapp svg {
    height: 18px;
    margin-right: 4px;
    transition: 0s;
}

a.btn.h-btn.h-btn-whatsapp:hover svg path {
    fill: #fff;
    height: 18px;
}



/* --- PHOTOSWIPE --- */
.pswp img {
    max-width: none !important;
    object-fit: contain !important;
}

.pswp__img--placeholder--blank{
    display: none !important;
}

.pswp__zoom-wrap {
    transform: scale(1) !important;
}

.pswp__img {
    top: 45px!important;
}

.pswp__bg {
    opacity: 0.8!important;
}
/* --- PHOTOSWIPE --- */

.h-property-img {
    height: 400px;
    width: 100%;
    background-size:cover!important;
    background-position:center!important;
}
.success-message {
    color: green;
}
.error-message {
    color: red;
}


.h-property-status {
    display: block;
    color: #333;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 18px;
}

.h-property-cond, h-property-iptu {
    font-size: 14px;
}

.h-property-cond-price, .h-property-iptu-price {
    font-weight: 600;
    font-size: 14px;
}

@media (max-width: 960px) {
    .h-property-cta {
        top: 0!important;
    }
}

@media (max-width: 450px) {
    .div-descripition {
      /*  margin: 10px; */
    }
}
