body {
	background-color: #fff;
    background-image: url(img/bg-diagonal.jpg);
    color: #242424;
    background-repeat: no-repeat;
    background-position: top center;
}

header {
    background-color: #242424;
}

header .container {
	padding-top: 60px;
	padding-bottom: 20px;
}

.col-logo {
    justify-content: center;
    display: flex;
    margin-top: 50px;
    margin-bottom: -70px;
}

.col-logo .logo {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    max-height: 300px;
    min-height: 200px;
    border-radius: 30px;
    box-shadow: 30px 30px #0000004d;
    padding: 20px ;
    margin-right: 0px;
    z-index: 10;
}

.col-photo .property-photo {
    /* width: 600px;
    height: 600px; */
    border-radius: 600px;
    background-size: cover;
    background-position: center;
    box-shadow: -50px 50px #00000017;
    margin: 0 auto;
    background-color: #242424;
    padding-top: 100%;
    width: 100%;
}

.desc-col1 {
    text-align: center;
}

.content-hero {
    position: relative;
}

.desc-content {
    z-index: 5;
    position: relative;
    text-align: right;
    padding: 35px 45px 30px 80px;
    margin-right: -12px;
}

.desc-content h1 {
    color: #fff;
    text-shadow: 1px 1px 5px #000;
    text-align: center;
}

.content-gallery .btn {
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 1.2rem 4rem;
    font-weight: 500;
    color: var(--color-primary);
    box-shadow: 0 0 0px 15px rgba(0,0,0,.1);
    margin-bottom: -30px!important;
    border: 3px solid #fff;
}

.content-gallery .btn:hover {
    color: #000;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 25px rgba(0,0,0,.1);
}

.highlights-box {
    display: contents;
    padding: 20px 0;
}

.highlights-box > .col-md {
    display: inline-block;
}

.col-prices .property-infos-col {
    max-height: 214px;
    overflow: hidden;
    margin-left: 70px;
}

.bg-primary {
    background-color: var(--color-primary)!important;
}

.color-primary {
    color: var(--color-primary)!important;
}

.color-primary-inverse {
    color: var(--color-primary-inverse)!important;
}

.bg-secondary {
    background-color: var(--color-secondary)!important;
}

.color-secondary {
    color: var(--color-secondary)!important;
}

.color-secondary-inverse {
    color: var(--color-secondary-inverse)!important;
}

.menu {
    margin-bottom: 0;
    padding: 0!important;
    list-style: none;
    display: flex;
    justify-content: center;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: .8rem;
}

.menu li a {
    text-decoration: inherit!important;
    color: inherit;
    padding: 10px 20px;
    margin: 0 5px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
}

.menu li a:hover {
    background-color: rgba(255,255,255,.1);
    color: #f2f2f2;
}

footer {
    padding-top: 50px;
    padding-bottom: 10px;
    border-bottom: 10px solid var(--color-primary);
    background-color: #d1d1d1;
}

.form {
    padding: 40px;
}

#cta .form {
    padding: 30px 5% 30px;
    background-color: #f2f2f2;
    box-shadow: 0 0 30px rgb(0 0 0 / 40%);
}

.hero-col1 {
    z-index: 10;
    height: 90vh;
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
    background-position: center;
}

.content-highlights .highlights-box {
    background-color: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 40%);
    padding: 20px;
    position: absolute;
    max-width: 80%;
    margin: 0 auto;
    bottom: -30px;
}

.contact-box {
    height: 110px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.content-highlights .highlights-box:after {
    content: "";
    background-color: #bcbcbc;
    width: 20px;
    height: 100px;
    position: absolute;
    z-index: 1;
    left: -20px;
    bottom: -20px;
}

.content-highlights .highlights-box:before {
    content: "";
    background-color: #bcbcbc;
    width: 100px;
    height: 20px;
    position: absolute;
    z-index: 1;
    left: -20px;
    bottom: -20px;
}

.main-photo {
    width: 100%;
    position: absolute;
    height: 400px;
    object-fit: cover;
    left: 0;
    bottom: 0;
}

.property-bullet {
    margin: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 160px;
}

.property-bullet .bullet-icon {
    font-size: 26px;
    border-radius: 5px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    background-color: #cfcfcf;
    color: #fff;
}

.property-bullet .bullet-body {
    text-align: left;
}

.property-bullet .bullet-number {
    font-size: 25px;
    font-weight: 800;
    line-height: 1;
    color: #9d9d9d;
}

.property-bullet .bullet-text {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 2.5;
    color: #767676;
}

.form-title {text-align: center; margin-bottom: 20px;}
.property-title {font-family: 'Dancing Script', cursive;text-align: center;}
.p-0 {padding: 0!important;}

.full-bg {
	background-color: #000;
	position: relative;
    overflow: hidden;
}

.full-bg > .container {
	position: relative;
	z-index: 2;
}

.hero .hero-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 500px;
    padding: 0 10%;
    padding-top: 60px;
    text-align: center;
    margin-bottom: 100px;
}

.hero h1 {
    color: #4e4e4e;
    margin: 2rem 0 1rem;
    font-size: 2.2rem;
}

.location {
    position: absolute;
    right: 12px;
    top: -90px;
}

.location h3 {
    color: #ffffff;
    padding: 8px 16px;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    align-items: center;
    background-color: #242424;
    display: inline-flex;
    border-radius: 3px;
    font-weight: 700;
}

.content-gallery {
    background-color: var(--color-primary);
    margin-top: 150px;
}

.content-body {
    margin-top: -300px;
    padding: 300px 0 3rem;
    background-color: var(--color-primary);
    line-height: 1.6;
    font-size: 1.1rem;
    font-weight: 500;
    font-style: italic;
    color: var(--color-primary-inverse);
    text-align: center;
    position: relative;
    z-index: 1;
}

.content-highlights {
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: 130px;
}

.content.content-features {
    background-color: #fff;
    padding: 10rem 0 5rem;
}

.content.content-features .features-block {
    text-align: center;
    padding: 20px 30px;
    position: relative;
    margin-top: 40px;
}

.content.content-videos {
    background-color: #242424;
}

.grid-photo {
    width: 100%;
    background-color: #242424;
    background-position: center center;
    background-size: cover;
    box-shadow: 0 0 10px inset rgb(0, 0, 0, .2);
    border-radius: 4px;
    padding-top: 50%;
    margin-bottom: 10px;
}

.grid-photo.grid-photo-half {
    padding-bottom: 50%;
}

.grid-photo.grid-photo-fix {
    padding-top:  15px;
}

.grid-photo.grid-photo-big {
    padding-top: 13px;
}

.feature {
    width: 70%;
    position: relative;
    display: inline-flex;
    align-items: center;
    margin: 2px 0px;
    background-color: #f2f2f2;
    padding: 10px;
    border-radius: 4px;
}

.feature-icon {
    margin-right: 10px;
    color: var(--color-primary);
}

.btn-cta {
    box-shadow: 0 0 0 10px rgb(0 0 0 / 10%);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.btn-cta:hover {
    box-shadow: 0 0 20px 10px rgb(0 0 0 / 30%);
}

.company-logo {
    max-width: 320px;
    max-height: 250px;
    margin: 0 auto;
}

footer .company-logo {
    max-width: 400px;
    max-height: 400px;
    margin-bottom: 2rem;
}

.content-pills .nav {
    padding-top: 50px;
}

.content-pills .nav-pills .nav-link {
    padding: 5px 30px 7px;
    margin: 4px;
}

.content-pills .nav-pills .nav-link:not(.active) {
    background-color: rgba(0,0,0,.05);
}

h3.features-title {
    margin-bottom: 15px;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 100%;
    left: 0;
}

.content.content-cta {
    background-color: #d1d1d1;
    padding-top: 0;
    background-repeat: repeat-y;
    border-top: 10px solid #ebebeb;
    margin-top: 100px;
}

.grid-photo:nth-child(1),
.grid-photo:nth-child(2),
.grid-photo:nth-child(3),
.grid-photo:nth-child(4),
.grid-photo:nth-child(5),
.grid-photo:nth-child(6) {
    grid-area: a
}

.grid-photo-gallery {
    display: flex;
    flex-direction: column;
    margin-top: -100px;
}

.property-type {
    color: var(--color-primary-inverse);
    padding: 8px 16px;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    margin-bottom: .5rem;
    align-items: center;
    background-color: var(--color-primary);
    display: inline-flex;
    border-radius: 3px;
    font-weight: 700;
}

.property-price {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
}

.property-info {
    margin-bottom: 2rem;
}

.album-title {
    font-weight: 700;
    position: relative;
    margin-bottom: 2.5rem;
    margin-top: -180px;
}

.property-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.content-price {
    min-height: 595px;
}

.content-desc {
    background-color: #fff;
    background-position: right;
    background-repeat: repeat-y;
    color: #242424;
    padding: 5rem 0;
}

.property-desc-full {
    margin: 60px 10px 100px;
    color: var(--color-primary-inverse);
    font-size: 1.4rem;
}

.content-body a {
    color: #fff;
    font-style: normal;
    text-decoration: none;
    opacity: .8;
    text-transform: uppercase;
    font-size: .9rem;
    margin-top: 15px;
    display: inline-block;
    background-color: rgba(0,0,0,.2);
    border-radius: 4px;
    padding: 4px 15px;
}

.content-body a:hover {
    opacity: 1;
    background-color: rgba(0,0,0,.3);
}

#form {
    z-index: 5;
    margin-top: -150px;
}

.floating-wpp {
    z-index: 999;
    position: fixed;
    bottom: 1px;
    right: 12px;
    font-family: 'Open sans';
    font-size: 14px;
    transition: bottom .2s;
    width: 72px;
    margin-bottom: 2rem;
}

.floating-wpp .floating-wpp-button {
    width: 60px;
    height: 60px;
    background-color: #25D366;
    background-image: url(/crm/img/whatsapp.svg);
    background-position: center;
    background-size: 180%;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(60,60,60,.4);
    transition: box-shadow .2s;
    cursor: pointer;
}

.content-hero .row {
    flex-direction: column;
}

.col-title {
    text-align: right;
    position: relative;
    margin-bottom: 50px;
}

.col-title h1 {
    border-right: 10px solid var(--color-primary);
    text-align: right;
    padding: 0 22px 0 0;
    font-weight: 700;
    font-size: 2.2rem;
}

.gallery .grid-photo {
    border-radius: 30px;
}

#infos {
    margin-top: 25px;
}

.privacy-link {
    font-size: .85rem;
    text-decoration: none;
}

.container.privacy-row {
    padding-top: 40px;
}

@media (min-width: 768px) {
    .feature {
        width: 48%;
    }

    .desc-col1 {
        text-align: left;
    }

    .content-body {
        text-align: right;
        padding: 3rem 0;
    }

    .grid-photo-gallery {
        display: grid;
        gap: 20px;
        grid-auto-rows: 228px;
        grid-template-areas: 'a b c' 'd e f';

    }

    .grid-photo {
        padding-top: 0;
    }

    .grid-photo:nth-child(1) {
        grid-area: a
    }

    .grid-photo:nth-child(2) {
        grid-area: b
    }

    .grid-photo:nth-child(3) {
        grid-area: c
    }

    .grid-photo:nth-child(4) {
        grid-area: d
    }

    .grid-photo:nth-child(5) {
        grid-area: e
    }

    .grid-photo:nth-child(6) {
        grid-area: f
    }
}



@media (min-width: 992px) {
    .col-title > * {
        margin-right: -50px;
    }
    .col-logo {
        justify-content: flex-end;
        margin-top: -50px;
        margin-bottom: 0;
    }
    .col-logo .logo {
        margin-right: -50px;
        max-width: 400px;
        max-height: 400px;
        min-height: 240px;
    }
    .col-title {
        margin-bottom: 0;
    }
    #infos {
        margin-top: -25px;
    }
    .col-photo .property-photo {
        margin-top: 40px;
        margin-left: -50px;
    }
    .contact-box {
        justify-content: flex-start;
    }
    .desc-content h1 {
        text-align: right;
    }
    .content-hero .row {
        flex-direction: column-reverse;
    }
    .company-logo {
        max-width: inherit;
    }
    .hero-col1:before {
        width: 50%;
    }
    .content-hero .row {
        flex-direction: row;
    }
    .main-photo {
        width: 50%;
        height: 100%;
    }
    .content-menu {
        display: block;
    }
    .hero .hero-text {
        height: 500px;
        text-align: left;
        padding: 0;
        margin-bottom: 0px;
    }
	.full-bg .full-bg-image {
	    width: 100%;
	    height: auto;
	}
    .feature {
        width: 31%;
    }
    .content-highlights .highlights-box {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 960px;
    }
    #hero .form {
        padding-right: 30%;
    }
}