body {
	background-color: #242424;
    color: #ccc;
}

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

.content-menu {
    background-color: rgba(255,255,255,.9);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    height: 70px;
    border-bottom: 5px solid #f1f1f1;
    display: none;
}

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

.content-hero {
    padding-top: 30px;
    position: relative;
}

.desc-content {
    z-index: 5;
    position: relative;
}

.desc-content h1 {
    color: var(--color-primary-inverse);
    padding: 0 80px 20px 0;
    text-shadow: 1px 1px 5px #000;
    font-size: 2rem;
}

.desc-content .btn {
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0.5rem 2.75rem;
    font-weight: 500;
    box-shadow: 0 0 0px 6px rgba(0,0,0,.1);
}

.content-hero:after {
    height: 100%;
    width: 83%;
    content: "";
    position: absolute;
    bottom: 0;
    background-color: var(--color-primary);
    z-index: -1;
}

/* .highlights-box:before {
    content: '';
    background: rgba(0,0,0,.15);
    height: 100px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
} */

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

.property-infos-col {
    width: 100%;
    height: 178px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    z-index: 5;
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 20px;
}

.property-infos-col:before {
    content: "";
    width: 100%;
    height: 300px;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 60%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 60%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

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

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

.color-primary-inverse {
    color: var(--color-primary-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: #666;
    text-transform: uppercase;
}

.menu li a:hover {
    background-color: rgba(0,0,0,.05);
    color: #000;
}

.hero {
    background-image: url(img/bg-city.jpg);
    background-position: center;
    position: relative;
    min-height: 620px;
    background-size: 1000px;
    background-repeat: repeat-y;
}

footer {
    padding-top: 250px;
    padding-bottom: 10px;
    border-top: 10px solid #3d3d3d;
    border-bottom: 10px solid var(--color-primary);
    background-color: #000;
}

.form {
    padding: 30px 5% 30px;
    background-color: #4a4a4a;
    box-shadow: 0 0 50px rgb(0 0 0 / 90%);
}

.btn {
    border-radius: 3px;
}

.hero-col1 {
    z-index: 10;
    display: flex;
    flex-direction: column;
}

.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;
}

.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 {
    position: relative;
    background-size: cover;
    background-position: center;
    border-right: 12px solid var(--color-primary);
    margin-bottom: 50px;
    box-shadow: 0 5px 15px 5px rgba(0,0,0,.2);
}

.main-photo img {
    width: 100%;
    height: auto;
    box-shadow: -40px -40px rgba(0,0,0,.1);
}

.property-bullet {
    margin: 5px 7px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.property-bullet .bullet-icon {
    font-size: 33px;
    padding: 0px 10px;
}

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

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

.property-bullet .bullet-text {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
}

.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;
}

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

.content-gallery {
    background: #000;
    padding: 80px 20px 60px;
}

.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: rgba(0,0,0,.05);
    padding: 5rem 0;
}

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

.grid-photo {
    width: 100%;
    background-color: #dadada;
    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: 8px 0;
}

.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: 300px;
    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;
    padding: 10px 20px;
    background-color: var(--color-primary);
    color: var(--color-primary-inverse);
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1rem;
}

.content.content-cta {
    background-color: #1c1c1c;
    background-image: url(img/bg-map-dark.jpg);
    background-position: right;
    padding-top: 6rem;
    background-repeat: repeat-y;
    border-top: 10px solid #3d3d3d;
}

.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-area: a
}

.grid-photo-gallery {
    display: flex;
    flex-direction: column;
}

.property-type {
    line-height: 1;
    color: var(--color-primary-inverse);
    padding: 1px 14px;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    align-items: center;
    display: inline-flex;
    font-weight: 700;
    border-right: 14px solid #fff;
    opacity: .7;
}

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

.property-info {
    margin: 1rem 2rem 0;
}

.content-cta .form {
    margin-bottom: -200px;
}

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

.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-image: url(img/bg-map.jpg);
    background-color: #ffffff;
    background-position: right;
    background-repeat: repeat-y; */
    padding: 2rem 0 5rem;
}

.property-desc-full {
    margin-bottom: 20px;
}

.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;
}

.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-reverse;
}

.desc-col2 {
    margin-top: 40px;
}

.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 a b b' 'c d b b' 'e e f g';

    }

    .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
    }
}

@media (min-width: 992px) {
    .desc-content h1 {
        padding: 0 20px 20px 0;
    }
    .content-hero {
        padding-top: 70px;
    }
    .desc-col2 {
        margin-top: -90px;
    }
    .content-hero:after {
        width: 53%;
    }
    .company-logo {
        margin: 0;
    }
    .hero-col1 {
        height: inherit;
    }
    .content-hero:before {
        height: 175px;
    }
    .content-hero .row {
        flex-direction: row;
    }
    .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;
    }
}