* {
    -webkit-appearance: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

 input[type="radio"] {
-webkit-appearance: radio;
}

select {
-webkit-appearance: menulist;
} 
body{
		margin:0;
		padding: 0;
		font-family: 'open sans', arial, sans-serif;
		font-size: .9em;
		text-rendering: optimizeLegibility;
	   background: var(--colorFondo);
         color: #636975;
	}
	a{
		text-decoration: none;
	}
	.textocolorAzul{
		color:#092c61;
	}


a {
    color: inherit;
    text-decoration: none;
    color: #636975;
}

.page {
    width: calc(100% - 30px);
    max-width: 1380px;
    margin: 15px auto;
    background: #fff;
    min-height: 100vh;
    overflow: hidden;
    border-radius: 12px;
}


.boxfiltrobusqueda {

    font-size: .9em;
    background: var(--colorAccent);
    color: #FFF;
    padding: 8px 12px;
    margin: 3px 5px 3px 0;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    display: inline-block;
}
.property-section h2 {
    margin: 0 0 19px;
    font-size: 27px;
    letter-spacing: -1px;
}
.margin-top-15{
    margin-top: 15px;
}
.with-100, .w-100{
    width: 100%;
}
.lhbuscador {
    margin-bottom: 15px;
}
.fichaLogoInmo {
    position: relative;   
    top: 420px;
    right: 10px;
}
.fichaLogoInmo img{
	height: 50px;
    width: 50px;
    object-fit: cover;
    border-radius: 5px;
}
/***************************************************************************************************************************************/
#wspicono {
	z-index: 200;
  position: fixed;
  bottom: 18px;
  right: 18px;
  width: 60px;
  height: 60px;
  background-color: #25b249;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  -webkit-box-shadow: 0px 2px 5px 2px rgba(100, 100, 100, 0.4);
  -moz-box-shadow:    0px 2px 5px 2px rgba(100, 100, 100, 0.4);
  box-shadow: 0px 2px 5px 2px rgba(100, 100, 100, 0.4);
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAYAAAA6GuKaAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAOzSURBVHja7JhPiJVVGIefezXLmWrGbGpGK5MyIswWWtAfZIbKphIXUS1Kg2oTtAppEdXgQLYJo0UTQYtqFzJJaIy1yYVJGSikhjojUliNOUxNoxbq6NPmvXT6GJ17v/kuIdwXDvfc8+c9z/ee853z+05J5WKzMhehNaAb0A3oBnQ+m1mQn2ZgMbAcWApcH2XngD+AQ8A3wNfA4SjPbaVpHi5l4H7geaAbaJmi/WHgE+BjYPD/gF4E9ABPJctsHNgDHAFORnkrcEvMRMV+Ad4B+oC/ax5ZzZMeVIf81/aqL6m3q3PUUtL2EnWeulx9Vx1N+vWrbbWOnwf4EXUkBh1X16lX1NB/sbo5Af+qVvBagZeqwzHYT+qKnDM1S+1VJ8LXZrWlHtCt6rcxyLB6X07gNPUkEe+pB/TL4XxCXZ2Ul9U16hvqXTnAN4bf39UlRULPS168/gCt1L2QRGtAnV0j9EL1t+j/XiydQqCfCaenMtFsVw8k0MfVO3JEuzf6j1bTv1zlabcy8tuB75K6G2K/rtjlwBM59vx+4ARwFfBwEdqjDVgW+S8zdWeBM5myphzQPybBuLcI6IXA/MjvzdQdAfYn/weA9Tmgj4c+qcxeIZGeBZwGjmbqjgGbkv8HgNGcsmA4fmcUAV1RghORsvZB6A2A54AHckJXlplFQP8Vji6LFy1rR4FXYn23Au8Dt00mzqYY58oq21UF/XO82eULrLcBoDfyNwGfAp1JfUfsEG8CC87zQNdF/mQRKu9adVfsoxum0BN9yZ79p7pe7VI3JeVDoQibM2N8H/UfFXG4zFTfDoeDatMF2l6qvuV/bczJbVHSb0UintYUdSJ2JU6fraL96tDY57PdmYevzMQ+taMo6GZ1Szj+QV1QRZ9rQpdsVU9k9POdSbtVSUBezHxATFvlPR2Oz6kra+jXFDr8SbUzo5tvVg+G313q3KKl6evhfH+eT6RJUoe6LXyeVruL1tMt6o4YoC9TV8oBvCz5oFBdW4/PrXvUMxGRu9WrY7lsjGg9HrvMVH7aYsaOJcCv1frQ1VzWlICH4jgfB9aGEmtP2nQCO4HPQq39CpyKA6kp5GsXsCo5oIaBV4EP63Hv0R6SdEmmfCz0dUvcLKU2GqfoDGBOaPJUFvQDGxLNUvi1WHcCPAbsAD4P4EPA7IjiYwE/H5gbKQUdBL6I2dhZ72uxdcCjwFZgC3AwlgmTiP8O4FbgxpiBs8AIMBTQI9O9xyviLq9x1duAbkA3oBvQ9bV/BgBa8danK1QwPgAAAABJRU5ErkJggg==');
  background-position: center center;
  background-repeat: no-repeat;
}

#wspicono2 {
    position: fixed;
    bottom: 18px;
    right: 18px;
    width: 75px;
    height: 75px;   
    border-radius: 50%;
    cursor: pointer;
    display: block;  
    background-image: url(https://www.inmobusqueda.com.ar/imagenes/iconos/wsp.logo1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60px 60px;
    z-index:9999999;
}
#wspicono3 {
    position: fixed;
    bottom: 18px;
    right: 18px;
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    -webkit-box-shadow: 0px 2px 5px 2px rgba(100, 100, 100, 0.4);
    -moz-box-shadow: 0px 2px 5px 2px rgba(100, 100, 100, 0.4);
    box-shadow: 0px 2px 5px 2px rgba(100, 100, 100, 0.4);
    background-image: url(https://www.inmobusqueda.com.ar/imagenes/iconos/wsp.logo2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 45px 40px;
} 
 
#wsp-chat {
    background: #fff;
    padding: 10px;
    width: 230px !important;
    position: fixed !important;
    bottom: 65px !important;
    right: 65px !important;
    margin: 0 20px !important;
    z-index: 600000 !important;      
    font-size: 100% !important;
    font: inherit !important;
    vertical-align: baseline !important;
    list-style: none !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    text-align: left !important;  
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #eeeeee;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.05);
    box-shadow: 0 1px 4px rgba(0,0,0,0.12);
}
.wspvendedorfotoperfil{
float:left;
width: 25%;
margin: 5px 10px 5px 0;
}

.wspvendedordatosperfil{
float:left;
width: 70%;
overflow: hidden;
 
}
 
.wspvendedorfotoperfil img {
    width: 48px;
    height: 48px;
    margin-right: 5px;
    margin-left: 5px; 
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
 

.wspvendedor{
padding: 10px 5px;
}

.wspmensaje{
padding: 5px 0;
}
.wspcargo{
text-transform: uppercase;
}

.wspenviarmensajelink{
    background: #25b249;
    color: #fff;
    font-size: .85em;
    padding: 2px 8px;
    border-radius: 3px;
    text-decoration: none;
}
.wspenviarmensajelink:hover{
color: #fff;
}
/* =========================
   FOOTER
========================= */

.footer {
    margin-top: 90px;
    background: #171717;
    color: #fff;
    padding: 65px 55px 0;
}

.footer-main {
    max-width: 1180px;
    margin: auto;

    display: grid;
    grid-template-columns: 1.6fr .8fr 1fr 1.2fr;
    gap: 60px;

    padding-bottom: 55px;
}


/* EMPRESA */

.footer-logo {
    display: flex;
    align-items: center;
    gap: 9px;

    font-size: 21px;
    font-weight: 700;

    margin-bottom: 22px;
}

.footer-logo-icon {
    width: 22px;
    height: 22px;

    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2px;

    align-items: end;
}

.footer-logo-img img {
    border-radius: 8px;
}

 

.footer-company p {
    max-width: 290px;

    margin: 0;

    font-size: 11px;
    line-height: 1.8;

    color: #888;
}


/* COLUMNAS */

.footer-title {
    margin-bottom: 21px;

        font-size: 1em;
    font-weight: 600;

    text-transform: uppercase;
    letter-spacing: 1.3px;

    color: #777;
}

.footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
}

.footer-links a {
    font-size: 11px;
    color: #bbb;
    text-transform: capitalize;

    transition: .2s;
}

.footer-links a:hover {
    color: #fff;
    transform: translateX(3px);
}

.footer-column {
    font-size: .9em;
}


/* CONTACTO */

.footer-contact {
    font-size: 11px;
}

.footer-contact-item {
    position: relative;

    padding-left: 25px;
    margin-bottom: 16px;

    line-height: 1.6;

    color: #bbb;
}

.footer-contact-item span {
    position: absolute;
    left: 0;
    top: 0;

    color: #fff;
}


/* BOTTOM */

.footer-bottom {
    max-width: 1180px;
    min-height: 65px;

    margin: auto;

    border-top: 1px solid #303030;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;

    color: #666;
    font-size: .9em;
}

.footer-bottom-links {
    display: flex;
    gap: 25px;
}

.footer-bottom-links a {
    color: #777;
}

.footer-bottom-links a:hover {
    color: #fff;
}


/* =========================
   RESPONSIVE FOOTER
========================= */

@media(max-width: 900px) {

    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 45px;
    }

}


@media(max-width: 600px) {

    .footer {
        padding: 50px 25px 0;
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 38px;

        padding-bottom: 40px;
    }

    .footer-company p {
        max-width: 100%;
    }

    .footer-bottom {
        padding: 20px 0;

        flex-direction: column;
        align-items: flex-start;

        min-height: auto;
    }

}
/* =========================
   HEADER
========================= */

.header {
    height: 72px;
    padding: 0 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}

.logo {
    max-height: 50px;
}

.logo-icon {
    width: 22px;
    height: 22px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    align-items: end;
}

.logo-icon span {
    background: #171717;
    border-radius: 1px;
}

.logo-icon span:nth-child(1) {
    height: 12px;
}

.logo-icon span:nth-child(2) {
    height: 18px;
}

.logo-icon span:nth-child(3) {
    height: 22px;
}

.nav {
    display: flex;
    gap: 38px;
    align-items: center;
    font-size: 12px;
    color: #777;
}

.nav a {
    padding: 28px 0 24px;
    position: relative;
    text-transform: capitalize;
}

.nav a.active {
    color: #111;
}

.nav a.active:after {
    content: "";
    position: absolute;
    height: 2px;
    background: #222;
    left: 0;
    right: 0;
    bottom: 15px;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn-login {
    font-size: 12px;
}

.btn-join {
    border: 0;
    background: var(--colorAccent);
    color: white;
    border-radius: 22px;
    padding: 11px 19px;
    font-size: 12px;
}


/* =========================
   HERO
========================= */

.hero {
    position: relative;
    min-height: 450px;
    padding-top: 60px;
    text-align: center;
    overflow: hidden;
    background-image:  url(https://www.dedicado3.com/webib/templates/orion/assets/img/fondo.jpg);
    background-position: 0 -200px;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.8;
}
.hero-ficha {
    position: relative;
    min-height: 310px;
    padding: 75px 25px 45px;
    text-align: center;
    overflow: hidden;
}

.hero-ficha:before {
    top: -190px;
    left: -100px;
}
.hero-ficha:after {
    width: 260px;
    height: 260px;
    right: -100px;
    bottom: -80px;
}

.hero-ficha:before, .hero-ficha:after {
    content: "";
    position: absolute;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: #fafafa;
    z-index: 0;
}

.hero-decoration {
    position: absolute;
    width: 230px;
    height: 320px;
    top: 40px;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.hero-decoration2.left {
    left: -80px;
    background-image:
        linear-gradient(to bottom, rgba(255,255,255,.1), #fff 95%),
        url("https://www.dedicado3.com/webib/templates/orion/assets/img/fondo.jpg");
}

.hero-decoration2.right {
    right: -50px;
    background-image:
        linear-gradient(to bottom, rgba(255,255,255,.1), #fff 95%),
        url("https://www.dedicado3.com/webib/templates/orion/assets/img/fondo.jpg");
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 950px;
    margin: auto;
    padding: 0 20px;
}

.hero h1 {
    margin: 0;
    font-size: 47px;
    line-height: 1.05;
    letter-spacing: -2px;
    font-weight: 700;
    color:#fff;
}

.hero p {
    margin: 30px auto;
    font-size: 13px;
    line-height: 1.7;
    color: #fff;
    max-width: 510px;
}


/* =========================
   SEARCH
========================= */

.search-bar {
    max-width: 950px;
    margin: 35px auto 0;
    height: 75px;
    display: flex;
    
    align-items: center;
    padding: 7px 8px 7px 25px;
    border: 1px solid #ececec;
    background: #fff;
    border-radius: 38px;
    box-shadow: 0 16px 35px rgba(0, 0, 0, .09);
    text-align: left;
    justify-content: space-between;
}
.search-bar-result {
    max-width: 100%;
    margin: 35px 0;
    height: auto;
    display: flex;
    padding: 25px;
    border: 1px solid #ececec;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 16px 35px rgba(0, 0, 0, .09);
    text-align: left;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
}

.search-item {
    padding: 0 18px;
    border-right: 0px solid #eee;
}

.search-item:first-child {
    
}

.search-label {
    color: #999;
    font-size: 10px;
    margin-bottom: 6px;
    display: none;
}

.search-value {
    font-size: 12px;
    font-weight: 600;
}

.search-btn {
  width: 58px;
    height: 48px;
    border-radius: 50%;
    border: 0;
    background: var(--colorAccent);
    color: white;
    cursor: pointer;
    font-size: 19px;
}
 .search-bar .form-control {
        border: 0px !important;
    }
 .search-bar .input{
        border: 0px !important;
    }
/* =========================
   CONTAINER
========================= */

.content {
    max-width: 1180px;
    margin: 80px auto 80px;
    padding: 0 25px;
    z-index: 5;
}


/* =========================
   CATEGORIES
========================= */

.categories-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
    white-space: nowrap;
}

.categories {
    display: flex;
    gap: 9px;
    overflow-x: auto;
    flex: 1;
    scrollbar-width: none;
}

.categories::-webkit-scrollbar {
    display: none;
}

.category {
    padding: 8px 13px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    font-size: 10px;
    cursor: pointer;
}

.category:hover {
    background: #f6f6f6;
}

.arrow-button,
.filter-button {
    flex: 0 0 auto;
    height: 34px;
    border: 1px solid #e5e5e5;
    background: white;
    border-radius: 17px;
    cursor: pointer;
}

.arrow-button {
    width: 34px;
}

.filter-button {
    padding: 0 15px;
    font-size: 11px;
}


/* =========================
   PROPERTY GRID
========================= */

.property-grid-home {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 55px 25px;
}

.property-card {
    min-width: 0;
}

.property-image {
    height: 245px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    background: #eee;
}
.property-grid-home .property-image{
 height: 185px;
   
}

.property-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .3s;
}

.property-card:hover .property-image img {
    transform: scale(1.035);
}

.badge {
    position: absolute;
    top: 9px;
    left: 9px;
    font-size: 9px;
    padding: 6px 9px;
    color: #fff;
    border-radius: 8px;
    background: #222;
}

.badge.green {
    background: #56bd81;
}

.badge.orange {
    background: #f29557;
}

.badge.blue {
    background: #5994d5;
}

.property-title {
    margin-top: 11px;
    font-size: 1.1em;
    font-weight: 600;
}

.location {
    margin-top: 8px;
    font-size: 1em;
    color: #737373;
    display: flex;
    align-items: center;
    gap: 5px;
}

.features {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 7px;
    font-size: .8em;
    color: #707070;
}

.price {
    margin-top: 17px;
   font-size: 1.0em;
    font-weight: 700;
}

.yield {
    color: #76a85e;
    font-size: 10px;
    font-weight: 500;
}

/* =========================
   CONTACT AREA
========================= */

.contact-wrapper {
    max-width: 1160px;
    margin: 0 auto 90px;
    padding: 0 25px;
}

.contact-box {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    border: 1px solid #ececec;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(0,0,0,.05);
    background: #fff;
}


/* =========================
   CONTACT INFO
========================= */

.contact-info {
    background: #171717;
    color: #fff;
    padding: 55px 45px;
    position: relative;
    overflow: hidden;
}

.contact-info:after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -110px;
    bottom: -120px;
    border-radius: 50%;
    background: rgba(255,255,255,.06);
}

.contact-info h2 {
    font-size: 30px;
    letter-spacing: -1px;
    margin: 0 0 15px;
}

.contact-info > p {
    color: #aaa;
    font-size: 13px;
    line-height: 1.7;
    margin: 0 0 45px;
    max-width: 330px;
}

.info-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.info-icon {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.info-label {
    color: #888;
    font-size: 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.info-value {
    font-size: 13px;
    line-height: 1.5;
}
.info-value a {
    color: #fff;
    
}
.socials {
    margin-top: 55px;
    display: flex;
    gap: 10px;
}

.social {
    width: 35px;
    height: 35px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    transition: .2s;
}

.social:hover {
    background: #fff;
    color: #111;
}


/* =========================
   FORM
========================= */

.contact-form {
    padding: 55px;
}

.form-title {
    margin: 0 0 8px;
    font-size: 24px;
    letter-spacing: -.7px;
}

.form-subtitle {
    margin: 0 0 35px;
    color: #888;
    font-size: 12px;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group.full {
    grid-column: 1 / -1;
}

.form-group label {
    font-size: 11px;
    color: #555;
    font-weight: 600;
}

.form-control, .input {
    width: 100%;
    height: 52px;
    border: 1px solid #e6e6e6;
    border-radius: 13px;
    padding: 8px;
    outline: none;
    background: #fff;
    color: #222;
    transition: .2s;
}

textarea.form-control, textarea.input {
    height: 145px;
    padding-top: 15px;
    resize: vertical;
}

.form-control::placeholder {
    color: #aaa;
}

.form-control:focus, .input:focus {
    border-color: #aaa;
    box-shadow: 0 0 0 4px rgba(0,0,0,.025);
}

.form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    margin-top: 28px;
}

.privacy {
    font-size: 10px;
    line-height: 1.5;
    color: #999;
    max-width: 360px;
}

.submit-button {
    border: 0;
    background: var(--colorAccent);
    color: #fff;
    border-radius: 28px;
    padding: 16px 28px;
    min-width: 150px;
    cursor: pointer;
    font-size: 12px;
    transition: .2s;
}

.submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,.18);
}


/* =========================
   SECONDARY CONTACT CARDS
========================= */

.quick-contact {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 25px;
}

.quick-card {
    min-height: 120px;
    padding: 24px;
    border: 1px solid #ececec;
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap: 17px;
    transition: .2s;
}

.quick-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0,0,0,.06);
}

.quick-icon {
    width: 45px;
    height: 45px;
    flex: 0 0 auto;
    background: #f4f4f1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

.quick-title {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 6px;
}

.quick-text {
    font-size: 11px;
    color: #888;
}


/* =========================
   TOPBAR
========================= */

.properties-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 25px;
}

.results-info h2 {
    font-size: 23px;
    margin: 0 0 5px;
    letter-spacing: -.6px;
}

.results-info p {
    margin: 0;
    font-size: 11px;
    color: #999;
    margin: 0 0 5px;
}

.sort-select {
    height: 40px;
    padding: 0 15px;
    border: 1px solid #e7e7e7;
    border-radius: 20px;
    outline: none;
    background: #fff;
    font-size: 11px;
}
/* =========================
   FILTER PILLS
========================= */

.filters {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 35px;
}

.filter-pill {
    border: 1px solid #e5e5e5;
    background: white;
    border-radius: 19px;
    padding: 9px 14px;
    font-size: 10px;
    cursor: pointer;
    transition: .2s;
}

.filter-pill:hover,
.filter-pill.active {
    background: #171717;
    border-color: #171717;
    color: white;
}


/* =========================
   GRID
========================= */

.property-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 38px 24px;
}

.property-card {
    min-width: 0;
}

.property-result-image {
    position: relative;
    width: 100%;
    aspect-ratio: 1.35 / 1;
    border-radius: 16px;
    overflow: hidden;
    background: #eee;
}

.property-result-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s;
}

.property-card:hover .property-result-image img {
    transform: scale(1.035);
}

.property-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(255,255,255,.94);
    color: #222;
    border-radius: 15px;
    padding: 7px 10px;
    font-size: 9px;
    font-weight: 600;
}

.favorite {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.94);
    font-size: 17px;
    cursor: pointer;
    padding: 5px 8px;
}

.property-body {
    padding: 13px 2px 0;
}

.property-type {
    font-size: 9px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 6px;
}

.property-title {
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 8px;
}

.property-location {
    color: #777;
     font-size: 1em;
    margin-bottom: 10px;
}

.features {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    color: #777;
    font-size: .9em;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.property-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 13px;
    gap: 15px;
}

.property-result-price {
    font-size: 15px;
    font-weight: 700;
}

.operation {
    font-size: 9px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: .8px;
}


/* =========================
   PAGINATION
========================= */

.pagination {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 7px;
}

.page-btn {
    min-width: 38px;
    height: 38px;
    padding: 0 11px;
    border: 1px solid #e5e5e5;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    font-size: 11px;
}

.page-btn.active {
    background: #171717;
    color: white;
    border-color: #171717;
}
/* =========================
   MAIN
========================= */

.main {
    max-width: 1180px;
    margin: 50px auto 90px;
    padding: 0 25px;
}



/* =========================
   PROPERTY HEADER
========================= */

.property-header {
    max-width: 1180px;
    margin: 0 auto;
    padding: 48px 25px 28px;
}

.breadcrumb {
    font-size: 10px;
    color: #999;
    margin-bottom: 27px;
}

.breadcrumb a:hover {
    color: #111;
}

.property-info-heading {
    display: flex;
  
    justify-content: space-between;
    gap: 30px;
}

.property-info-type {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    color: #999;
    margin-bottom: 11px;
}

.property-info-title {
    margin: 0;
    font-size: 1.7em;
    line-height: 1.05;
    letter-spacing: -1.8px;
}

.property-info-location {
    margin-top: 13px;
    font-size: 1em;
    color: #777;
    font-size: 1em;
    margin-bottom: 13px;
}

.property-info-price {
    text-align: right;
}

.price-label {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
    margin-bottom: 7px;
}

.price-value {
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: -1px;
}

.price-note {
    margin-top: 5px;
    font-size: 10px;
    color: #999;
}


/* =========================
   GALLERY
========================= */
.popup-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 100px));
    gap: 12px;
    width: 100%;
    justify-content: center;
}
.popup-gallery img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

.gallery-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 25px;
}

.gallery {
    display: flex;
 
    gap: 12px;
    height: 540px;
    flex-direction: column;
}

.gallery-main,
.gallery-small {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: #eee;
}

.gallery-main img,
.gallery-small img {
    width: 100%;
    height: 100%;
        object-fit: cover;
    display: block;
    transition: transform .35s;
}

.gallery-main:hover img,
.gallery-small:hover img {
    transform: scale(1.02);
}

.gallery-side {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 12px;
}

.gallery-button {
    position: absolute;
    right: 14px;
    bottom: 14px;
    border: 0;
    background: rgba(255,255,255,.95);
    color: #222;
    border-radius: 22px;
    padding: 11px 15px;
    font-size: 10px;
    cursor: pointer;
    box-shadow: 0 7px 20px rgba(0,0,0,.08);
}

.property-actions {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    gap: 8px;
}

.round-action {
    width: 39px;
    height: 39px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.95);
    cursor: pointer;
    font-size: 16px;
}


/* =========================
   BODY
========================= */

.property-info-body {
    max-width: 1180px;
    margin: 45px auto 90px;
    padding: 0 25px;

    display: grid;
    grid-template-columns: minmax(0,1fr) 340px;
    gap: 55px;
}


/* =========================
   FEATURES
========================= */

.main-info {
    min-width: 0;
}

.features-info {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 45px;
}

.feature-info {
    padding: 24px 15px;
    border-right: 1px solid #eee;
}

.feature-info:first-child {
    padding-left: 0;
}

.feature-info:last-child {
    border-right: 0;
}

.feature-info-icon {
    font-size: 16px;
    margin-bottom: 9px;
}

.feature-info-value {
    font-size: 14px;
    font-weight: 700;
}

.feature-info-label {
    margin-top: 4px;
    font-size: .8em;
    color: #999;
    text-transform: uppercase;
    letter-spacing: .8px;
}


/* =========================
   SECTIONS
========================= */

.property-info-section {
    padding-bottom: 43px;
    margin-bottom: 43px;
    border-bottom: 1px solid #eee;
}

.property-info-section:last-child {
    border-bottom: 0;
}

.section-small {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #999;
    margin-bottom: 12px;
}

.property-info-section h2 {
       margin: 0 0 19px;
    font-size: 1.3em;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.property-info-whatsapp{
    width: 52px;
    height: 52px;
 
    display: flex;
    font-size: 2em;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.description {
    font-size: 1em;
    line-height: 1.9;
    color: #666;
    max-width: 730px;
}

.description p {
    margin: 0 0 17px;
}


/* =========================
   AMENITIES
========================= */

.amenities {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 13px 30px;
}

.amenity {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    color: #555;
}

.check {
    width: 25px;
    height: 25px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #f2f2ee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}


/* =========================
   PROPERTY DETAILS
========================= */

.detail-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 45px;
}

.detail-item {
    padding: 14px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: .9em;
}

.detail-name {
    color: #999;
}

.detail-value {
    color: #222;
    font-weight: 600;
    text-align: right;
}


/* =========================
   MAP
========================= */

.map-placeholder {
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;

    background:
        linear-gradient(135deg,#efefea 25%,transparent 25%) -20px 0/40px 40px,
        linear-gradient(225deg,#efefea 25%,transparent 25%) -20px 0/40px 40px,
        linear-gradient(315deg,#efefea 25%,transparent 25%) 0 0/40px 40px,
        linear-gradient(45deg,#efefea 25%,#f7f7f3 25%) 0 0/40px 40px;
}

.map-marker {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 48px;
    height: 48px;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    background: #171717;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(0,0,0,.2);
}

.map-info {
    position: absolute;
    left: 18px;
    bottom: 18px;
    background: white;
    border-radius: 13px;
    padding: 13px 16px;
    font-size: 10px;
    line-height: 1.5;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}


/* =========================
   CONTACT CARD
========================= */

.sidebar {
    min-width: 0;
}

.contact-card {
    position: sticky;
    top: 25px;

    border: 1px solid #e8e8e8;
    border-radius: 22px;
    padding: 27px;
    box-shadow: 0 16px 45px rgba(0,0,0,.06);
}

.contact-card-title {
    font-size: 21px;
    margin: 0 0 8px;
    letter-spacing: -.5px;
}

.contact-card-subtitle {
    margin: 0 0 25px;
    color: #888;
    font-size: 11px;
    line-height: 1.6;
}

.agent {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid #eee;
}

.agent-photo {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 auto;
    background: #eee;
}

.agent-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.agent-name {
    font-size: 12px;
    font-weight: 700;
}

.agent-role {
    margin-top: 4px;
    font-size: 9px;
    color: #999;
}

.form-group {
    margin-bottom: 12px;
}

.form-control {
    width: 100%;
    height: 48px;
    border: 1px solid #e7e7e7;
    outline: 0;
    border-radius: 12px;
    padding: 0 14px;
    font-size: 11px;
}

textarea.form-control {
    height: 105px;
    resize: vertical;
    padding-top: 13px;
}

.form-control:focus {
    border-color: #aaa;
}

.contact-submit {
    width: 100%;
    border: 0;
    background: var(--colorAccent);
    color: white;
    border-radius: 24px;
    height: 49px;
    font-size: 11px;
    cursor: pointer;
    margin-top: 4px;
}

.whatsapp-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 49px;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 24px;
    font-size: 11px;
    font-weight: 600;
}

.contact-small {
    margin-top: 17px;
    text-align: center;
    color: #999;
    font-size: 9px;
    line-height: 1.5;
}

 
.mensaje-sistema {
    max-width: 650px;
    margin: 100px auto;
    padding: 60px 40px;

    text-align: center;

    background: #f7f7f4;
    border-radius: 24px;
}

.mensaje-icono {
    width: 64px;
    height: 64px;

    margin: 0 auto 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--colorAccent);
    color: #fff;

    border-radius: 50%;

    font-size: 27px;
    font-weight: 300;
}

.mensaje-contenido h2 {
    margin: 0 0 15px;

    font-size: 32px;
    font-weight: 500;

    letter-spacing: -1px;
    color: #171717;
}

.mensaje-contenido p {
    max-width: 480px;

    margin: 0 auto 30px;

    font-size: 14px;
    line-height: 1.7;

    color: #777;
}

.mensaje-boton {
    display: inline-flex;
    align-items: center;

    padding: 13px 22px;

    background: var(--colorAccent);
    color: #fff;

    border-radius: 30px;

    font-size: 12px;
    text-decoration: none;

    transition: .2s;
}

.mensaje-boton:hover {
    transform: translateY(-2px);
    background: var(--colorAccent);
}


@media(max-width: 600px) {

    .mensaje-sistema {
        margin: 50px 20px;
        padding: 45px 25px;
    }

    .mensaje-contenido h2 {
        font-size: 27px;
    }

}
/* =========================
   MOBILE
========================= */


@media(max-width: 1050px) {
    .nav a {
padding: 10px 15px;
        position: relative;
        text-transform: capitalize;
        font-size: 1.5em;
}

      .header-actions  {
        display: none;
    }

    .page{
        border-radius: 0;
    }

      .property-info-heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .property-info-price {
        text-align: left;
    }

    .property-info-title {
        font-size: 34px;
    }

     

    .gallery-main {
        height: 100%;
    }

    .gallery-side {
        display: none;
    }

      .gallery {
        height: 250px;
    }

    .property-info-body {
        grid-template-columns: 1fr;
    }

    .contact-card {
        position: relative;
        top: auto;
    }

    .features-info {
        grid-template-columns: repeat(2, 1fr);
    }

    .feature-info:nth-child(2) {
        border-right: 0;
    }

    .feature-info:nth-child(-n+2) {
        border-bottom: 1px solid #eee;
    }

    .amenities {
        grid-template-columns: repeat(2,1fr);
    }

   

     .detail-list {
        grid-template-columns: 1fr;
    }

    .related-grid {
        grid-template-columns: 1fr;
    }

    .related-image {
        height: 250px;
    }

    .popup-gallery {
    
    grid-template-columns: repeat(auto-fit, minmax(85px, 95px));
    
}

   .hero-content {
 
    padding: 0px;
}
    .btn-join .btn-text {
        display: none;
    }
 

    .property-grid, .property-grid-home {
        grid-template-columns: repeat(3, 1fr);
    }

    .hero-decoration {
        opacity: .45;
    }
    .hero {
        min-height: 500px;
        padding-top: 55px;
    }
     .search-bar {
        width: calc(100% - 40px);
        grid-template-columns: 1fr 52px;
        height: auto;
        border-radius: 18px;
        padding: 10px 10px 10px 20px;
        flex-direction: column;
    }
   
 .search-btn {
    width: 100%;
  
    border-radius: 18px;
    margin-top:15px;
}

    .page {
        width: 100%;
        margin: 0;
    }

    .header {
        padding: 0 20px;
    }

    .nav {
        display: flex;
        flex-direction: column;
        background: #fff;
        width: 100%;
        gap: 2px;
        position: absolute;
        top: 0;
        left: 0;
        text-align: left;
        z-index: 3000;
        align-content: flex-start;
        align-items: flex-start;
        padding: 0px 25px;
        visibility: hidden;
    }

    .nav.open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    

    .hero h1 {
        font-size: 38px;
    }

    .hero-decoration {
        width: 160px;
    }

   

    .search-item {
        width: 100%;
        margin-top: 15px;
        padding: 0 5px;
        border:0;
    }

   

    .content {
        margin-top: 40px;
        padding: 0 25px;
    }

    .property-grid, .property-grid-home {
        grid-template-columns: repeat(2, 1fr);
    }

    .property-image {
        height: 210px;
    }

    
    .contact-box {
        grid-template-columns: 1fr;
    }

    .quick-contact {
        grid-template-columns: 1fr;
    }

    .contact-info {
        padding: 45px 35px;
    }

    .contact-form {
        padding: 45px 35px;
    }

     .form-grid {
        grid-template-columns: 1fr;
    }

    .form-group.full {
        grid-column: auto;
    }

    .form-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .submit-button {
        width: 100%;
    }
}

@media(max-width: 480px) {

  

    .hero h1 {
        font-size: 32px;
    }

    .contact-wrapper {
        padding: 0 15px;
    }

    .contact-info,
    .contact-form {
        padding: 32px 24px;
    }

    .contact-box {
        border-radius: 20px;
    }
}


@media(max-width: 520px) {

    .header-actions .btn-login {
        display: none;
    }

    .hero h1 {
        font-size: 32px;
        letter-spacing: -1.2px;
    }

     .hero p {
       
        display: none;
    }

    .hero-decoration.left {
        left: -115px;
    }

    .hero-decoration.right {
        right: -110px;
    }

    .property-grid, .property-grid-home {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .property-image {
        height: 250px;
    }

    .categories-row {
        margin-bottom: 28px;
    }
}
    

@media screen and (max-width: 1024px) {
 
}    