html {
    scroll-behavior: smooth;
}

.hidden {
    display: none;
}

h1.m-5, h4.m-5, h5.m-5, h2.m-5, h3.m-5 {
    margin: 5px 0;
}

.btns {
    display: flex;
}

.p-img {
    height: 15rem; 
    object-fit: cover;
    width: 100%; 
    border-radius: 10px;
}

.container-90 {
    max-width: 90%;
    margin: 0 auto;
}

.container-80 {
    max-width: 84%;
    margin: 0 auto;
}

.mt-1 {
    margin-top: 1rem;
}

.pt-2 {
    padding-top: 2rem;
}

.pt-4 {
    padding-top: 4rem;
}

.pt-5 {
    padding-top: 5rem;
}

.pt-10 {
    padding-top: 10rem;
}

.pb-5 {
    padding-bottom: 5rem;
}

.pb-10 {
    padding-bottom: 10rem;
}

.bg-primary {
    background: #FF8300;
}

.bg-gray {
    background: #EDEDED;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-22 {
    font-size: 22px;
}

.fs-38 {
    font-size: 38px;
}

.fs-46 {
    font-size: 46px;
}

.fs-66 {
    font-size: 66px;
}

.fc-primary {
    color: #FF8300;
}

.fc-white {
    color: #FFF;
}

.fc-gray {
    color: #959595;
}

.fc-dark-gray {
    color: #54565A
}

.fw-600 {
    font-weight: 600;
}

.fw-bold {
    font-weight: bold;
}

.fw-normal {
    font-weight: normal;
}

.fw-light {
    font-weight: lighter;
}

.lh-70 {
    line-height: 70px;
}

.div-bg {
    background-image: url(../../../assets/img/iw/bg-property.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: right;
}

.btn-primary {
    background: #FF8300;
    color: #FEFEFF;
    padding: 1rem 2rem;
    /*display: inline-block;*/
}

.btn-white {
    background: #FEFEFF;
    color: #FF8300;
    padding: 1rem 2rem;
    /*display: inline-block;*/
}

.border-primary {
    border: 1px solid #FF8300;;
}

.text-center {
    text-align: center;
}

.w-100 {
    width: 100%;
}

ul.menu-type, ul.submenu-options {
    list-style: none;
    display: table;
    margin-left: 0 !important;
    padding: 0;
    margin: 0;
}

ul.menu-type li, ul.submenu-options li {
    display: table-cell;
    padding: .5rem 1.5rem;
    cursor: pointer;
}

ul.menu-type li.active {
    background: #FFF;
    color: #FF8300 !important;
}

ul.menu-type li.active .fc-gray {
    color: #FF8300 !important;
}

.menu-options {
    background: #FFF;
    padding: 1rem 1.5rem;
    max-width: 78%;
    display: none;
}

.menu-options.active {
    display: block;
}

ul.submenu-options select {
    background: none;
    width: 100%;
    border: none;
    padding: .2rem 0;
}

.pre-footer {
    background-image: url(../../../assets/img/iw/bg-pre-footer.png);
    background-size: cover;
    background-repeat: no-repeat;
}

footer .tres-footer form input {
    height: auto !important;
}

#specifications ul.park {
    display: table;
    padding: 0;
    margin: 0;
    width: 100%;
}

#specifications ul.park li {
    display: table-cell;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-right: .5em;
}

#specifications ul.park li img {
    margin-top: -8px;
    width: 25px;
}

#specifications ul.park li p {
    margin-left: 30px;
}

.p-info strong,
.p-info font {
    margin-bottom: .5rem;
}

.label-galery {
    position: absolute;
    top: 15px;
    right: 10px;
    padding: .5rem 2rem;
    border-radius: 20px;
    font-size: 12px;
}

.card-property {
    cursor: pointer;
    position: relative;
}

.card-property:hover,
.card-property.active {
    background: #EDEDED;
}

#results-counter {
    width: 100%;
    text-align: center;
}