footer {
    background: #000;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    margin-top: 50px;
    height: 50px;
    padding-top: 15px;
    width: 100%;
}

a {
    color: #ab1d3c !important;
}
.topleft{
    padding-top: 140px;
}
.topright{
    padding-top: 40px;
}
.sections {
    width: 940px;
    padding-top: 75px;
}

.topParallax {
    background: url('../img/bg-original.png') center center no-repeat;
    height: 596px;
    width: 100% !important;
    background-attachment: fixed;
    background-size: cover;
}

.center-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-overlay {
    background: rgba(255, 255, 255, 1);
    border-style: solid solid solid solid;
    border-width: 1px;
    border-color: #ccc;
    height: 461px;
    width: 379px;
    margin: 0 auto;
}

form {
    position: relative;
}

form ul {
    padding: 0;
}

form ul li {
    padding: 10px 0 0 0;
    list-style: none;
}

form {
    display: block;
    background: rgba(255, 255, 255, 0);
    border-style: none;
    z-index: 2;
    width: 284px;
    border-radius: 0;
    margin: 30px 50px 50px 50px;
}

form label {
    margin-top: 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    color: #000;
}

form .option label {
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #000;
}

form input {
    width: 100%;
    padding: 2px 5px;
}

form .option input {
    top: 2px;
}

form input.text {
    background-color: #fff;
    color: #000;
    box-shadow: inset 0 2px 3px #dddddd;
    -webkit-box-shadow: inset 0 2px 3px #dddddd;
    -moz-box-shadow: inset 0 2px 3px #dddddd;
    border-radius: 5px;
}

form textarea {
    background-color: #fff;
    color: #000;
    box-shadow: inset 0 2px 3px #dddddd;
    -webkit-box-shadow: inset 0 2px 3px #dddddd;
    -moz-box-shadow: inset 0 2px 3px #dddddd;
    border-style: solid;
    border-width: 1px;
    border-color: #bbbbbb;
    border-radius: 5px;
}

form input[type=text] {
    border-style: solid;
    border-width: 1px;
    border-color: #bbbbbb;
}

form select {
    border-style: solid;
    border-width: 1px;
    border-color: #bbbbbb;
    width: 100%;
    background-color: #fff;
    color: #000;
    box-shadow: inset 0 2px 3px #dddddd;
    -webkit-box-shadow: inset 0 2px 3px #dddddd;
    -moz-box-shadow: inset 0 2px 3px #dddddd;
    border-radius: 5px;
    padding: 3px 5px;
}

.sendBtn {
    position: absolute;
    left: -51px;
    width: 379px;
    height: 84px;
    background-color: #000000;
    border: 0;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
}

.sendBtn:hover {
    background-color: #ab1d3c;
    color: #ffffff !important;
}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.section-ttl {
    font-family: 'Montserrat',sans-serif;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    margin-top: 25px;
}

/* propriedades */
.propriedade {
    width: 340px;
    margin: 0 auto;
}

.propriedade .ttl {
    font-family: 'Montserrat', helvetica;
    font-size: 24px;
    font-weight: bold;
    margin-top: 25px;
}

.propriedade .image {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 207px;
    margin: 15px 0 0 0;
}

.propriedade .location {
    padding: 0 0 20px 0;
    font-size: 14px;
    line-height: 22px;
}

.propriedade .price {
    text-align: center;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    padding-top: 14px;
    font-weight: bold;
}

.propriedade a.prop-btn {
    display: block;
    border-style: solid;
    width: 100%;
    height: 48px;
    padding-top: 14px;
    border-radius: 0;
    background-color: #1f1f1f;
    text-shadow: 1px 1px #000000;
    color: #ffffff !important;
    border-width: 1px;
    border-color: #333333;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    background-repeat: no-repeat;
}

.propriedade a.prop-btn:hover {
    color: #ffffff;
    background-color: #ab1d3c;
    border-color: #ab1d3c;
    text-decoration: none;
}

@media (min-width: 320px) {
    .topParallax{
        height: 980px;
    }
    .topleft{
        padding-top: 40px;
    }
    .topright{
        padding-top: 40px;
    }
    .sections {
        width: 300px;
        padding-top: 20px;
    }
    .section-ttl{
        text-align: left;
        font-size: 24px;
    }
    .propriedade{
        width: 300px;
    }
    .propriedade .ttl{
        font-size: 20px;
    }
    .form-overlay {
        width: 280px;
    }
    form {
        width: 248px;
        margin: 10px 15px;
    }
    .sendBtn {
        position: absolute;
        left: -16px;
        width: 280px;
        height: 84px;
        background-color: #000000;
        border: 0;
        text-transform: uppercase;
        color: #ffffff;
        font-size: 17px;
        font-weight: bold;
    }
    .logo{
        max-width: 300px;
    }
    footer{
        font-size: 10px;
    }
}
@media (min-width: 420px) {
    .form-overlay {
        width: 379px;
    }
    form {
        width: 350px;
        margin: 10px 15px;
    }
    .sendBtn {
        position: absolute;
        left: -16px;
        width: 379px;
        height: 84px;
        background-color: #000000;
        border: 0;
        text-transform: uppercase;
        color: #ffffff;
        font-size: 17px;
        font-weight: bold;
    }
    .logo{
        max-width: 300px;
    }
    footer{
        font-size: 10px;
    }
}
@media (min-width: 568px) {
    .topParallax{
        height: 900px;
    }
    .topleft{
        padding-top: 40px;
    }
    .topright{
        padding-top: 40px;
    }
    .sections {
        width: 568px;
    }
    .propriedade{
        width: 340px;
    }
    .section-ttl{
        text-align: center;
    }
}

@media (min-width: 768px) {
    .topParallax{
        height: 596px;
    }
    .sections {
        width: 748px;
    }
    .form-overlay {
        width: 349px;
    }
    form{
        width: 284px;
        margin: 15px 28px;
    }
    .sendBtn{
        width: 349px;
        left: -29px;
        width: 350px;
    }
}
@media (min-width: 835px) {
    .form-overlay {
        background: rgba(255, 255, 255, 1);
        border-style: solid solid solid solid;
        border-width: 1px;
        border-color: #ccc;
        height: 461px;
        width: 379px;
        margin: 0 auto;
    }

    form {
        display: block;
        background: rgba(255, 255, 255, 0);
        border-style: none;
        z-index: 2;
        width: 284px;
        border-radius: 0;
        margin: 25px auto 0 auto;
    }

    .sendBtn {
        position: absolute;
        left: -48px;
        width: 379px;
        height: 84px;
        background-color: #000000;
        border: 0;
        text-transform: uppercase;
        color: #ffffff;
        font-size: 17px;
        font-weight: bold;
    }
}
@media (min-width: 992px) {
    .topleft{
        padding-top: 140px;
    }
    .topright{
        padding-top: 40px;
    }
    .sections {
        width: 940px;
    }
}

@media (min-width: 1200px) {
    .sections {
        width: 940px;
    }
}
#lz_chat_cl{
    display: none;
}