@import "/public/css/global.css?ver=1.0";
@import "/public/components/WhatsappChatModal/WhatsAppChatModal.css?ver=1.0";
@import "/public/components/SiteHeader/SiteHeader.css?ver=1.0";
@import "/public/components/SiteFooter/SiteFooter.css?ver=1.0";
@import "/public/components/MobileNav/MobileNav.css?ver=1.0";
@import "/public/components/Paginator/Paginator.css?ver=1.0";
@import "/public/components/Property/Property.css?ver=1.0";

body {
    position: relative;
    min-height: 100vh;
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
    scroll-behavior: smooth;
    transition: font-size .3s ease-in-out;
    font-family: 'Montserrat', serif;
}

/********************************************/

.center {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 1rem;
}

/********************************************/

#property {
    position: relative;
    background: #fff;
    background-size: 100% auto;
}

#property h2 {
    color: #373737;
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

#property > .center {
    padding: 3rem 1rem 3rem;
}