body {
	background-color: #dadada;
}

header {
    background-color: #000;
    color: #fff;
}

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

main {
	background-color: #fff;
}

/*main .hero {
	background-image: url(../img/foto-principal.jpg);
	background-size: cover;
	background-position: center;
}*/

footer {
	padding-top: 50px;
	padding-bottom: 10px;
    border-top: 10px solid #c3c3c3;
    border-bottom: 10px solid #c3c3c3;
}

.form {
    padding: 30px 5% 30px;
    background-color: #fff;
    margin: 40px 10% 0;
    border-radius: 10px 10px 0 0;
    color: #242424;
    border-bottom: 10px solid #dadada;
}

.property-info {
    padding: 1.4rem 0;
}

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

.property-bullet .bullet-icon {
    font-size: 43px;
    padding: 0px 15px;
}

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

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

.property-bullet .bullet-text {
    text-transform: uppercase;
    font-size: 13px;
    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;
}

.full-bg .full-bg-image {
	position: absolute;
    left: 0;
    top: 0;
    margin: 0 auto;
    width: auto;
    height: 100%;
    opacity: .2;
}

.hero .hero-text {
    padding: 0 40px;
}

.hero h1 {
    color: #fff;
    margin: 4rem 0 1rem;
    font-size: 2.2rem;
    text-shadow: 2px 2px 5px #000;
    text-align: center;
}

.hero h3 {
    color: #fff;
    padding: 1rem 0 0;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 2px 2px 5px #000;
    position: relative;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero h3:before {
    content: "";
    background-color: #fff;
    height: 4px;
    width: 180px;
    position: absolute;
    bottom: 100%;
    box-shadow: 2px 2px 5px #000;
}

.property-desc {
    font-size: 1.3rem;
    font-weight: 400;
    padding: 20px 5%;
}

.content.content-highlights {
    background-color: var(--color-primary);
    color: var(--color-primary-inverse);
    padding-bottom: 0;
    border-bottom: 10px solid var(--color-primary-hover);
}

.property-price {
    font-weight: 800;
    font-size: 1.7rem;
    letter-spacing: -1px;
    white-space: nowrap;
}

.property-type {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .75rem;
    font-weight: 700;
    opacity: .5;
}

.content.content-prices {
    background-color: var(--color-primary-inverse);
    color: var(--color-primary);
    border-bottom: 10px solid #bfbfbf;
}

.content.content-features {
    background-color: var(--color-primary);
    color: var(--color-primary-inverse);
    border-top: 10px solid var(--color-primary-hover);
}

.content.content-features .features-block {
    text-align: left;
    background-color: rgba(0,0,0,.05);
    border-radius: 10px;
    padding: 20px 30px;
}

.content.content-videos {
    background-color: #242424;
    margin-top: 3rem;
}

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

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

.hero .company-logo {
    max-width: 280px;
    max-height: 150px;
    margin: 0 auto;
    display: block;
}

footer .company-logo {
    max-width: 300px;
    max-height: 200px;
    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);
}

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

h3.features-title {
    position: relative;
    margin-bottom: 35px;
    text-align: center;
}

h3.features-title:before {
    content: "";
    width: 150px;
    height: 5px;
    background-color: rgba(0,0,0,.2);
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -75px;
    margin-top: 15px;
}

.content.content-cta {
    background-color: var(--color-primary-hover);  /* primary hover */
}

.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-gallery {
    display: flex;
    flex-direction: column;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: var(--color-primary-hover);
    color: var(--color-primary-inverse);
}

.nav-pills .nav-link {
    color: #242424;
}

element.style {
    left: unset;
    right: 15px;
}

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

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

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

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

@media (min-width: 992px) {
	.form {
    	margin: 100px 10% 0;
    }

    .hero .hero-text {
	    padding: 0;
	}

	.full-bg .full-bg-image {
	    width: 100%;
        object-fit: cover;
	}

    .feature {
        width: 31%;
    }

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

    .hero .company-logo {
        margin: 0;
    }

    .hero h3 {
        justify-content: flex-start;
    }

    .hero h1 {
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 960px;
    }
}