#topo {
    position: relative;
}

.topoHover {
    position: absolute;
    top: 1.5%;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 2;
    /*max-width: 1100px;*/
    width: 48%;
    text-align: center;
}

#topo #hover {
    border: 6px solid #00a9b9;
    padding: 21px;
    max-width: 990px;
    margin: 0 auto;
    position: relative;
    /*transform: translate(0, -43%);*/
    top: calc(-100vw * 0.13);
}

#topo #hover > div {
    background-color: #fff;
    padding: 50px 130px;
}

#topo #hover .texto {
    font-size: 30px;
    font-weight: 600;
    padding: 35px 0;
    line-height: 1.4;
}

#topo #hover .destaque {
    font-size: 60px;
    font-weight: 800;
    padding: 0;
    position: relative;
}

#topo #hover .destaque .more {
    position: absolute;
    top: -20px;
    right: -15px;
    font-size: 230px;
    font-weight: 500;
    line-height: 1;
    transform: translate(0%, -50%);
}

#barra {
    color: #fff;
    padding: 140px 0;
    text-align: center;
}

#barra .destaque {
    font-size: 60px;
    font-weight: 800;
}

#barra .destaque .high {
    font-size: 75px;
    font-weight: 800;
}

#barra .texto {
    font-size: 28px;
    font-weight: 500;
    padding: 64px 20px 0;
}

#galerias {
    position: relative;
    margin-top: 120px;
}

#galerias .galeria {
    position: relative;
    margin-bottom: 45px;
}

#galerias .galeria .titulo {
    position: absolute;
    z-index: 2;
    font-weight: 600;
    font-size: 45px;
    color: #fff;
    bottom: 18px;
    right: -40px;
    background-color: #00a9b9;
    padding: 15px 40px;
    line-height: 0.8;
    display: block;
}

#galerias figure {
    margin: 0;
}

#galerias > .container {
    position: relative;
}

#galerias .more {
    font-weight: 500;
    font-size: 316px;
    position: absolute;
    z-index: 2;
    top: 0px;
    left: calc(100% + 80px);
    line-height: 0.4;
}

#video {
    background-color: #00a9b9;
    color: #fff;
    margin-top: 100px;
    padding-bottom: 120px;
}

#video .titulo {
    background-color: #fff;
    color: #00a9b9;
    border: 6px solid #00a9b9;
    font-weight: 900;
    font-size: 60px;
    padding: 15px 35px;
    position: relative;
    top: 0px;
    display: inline-block;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
}

#lotes {
    background-color: #00a9b9;
    color: #fff;
    margin-top: 100px;
}

#lotes .titulo {
    background-color: #fff;
    color: #00a9b9;
    border: 6px solid #00a9b9;
    font-weight: 900;
    font-size: 60px;
    padding: 15px 35px;
    position: relative;
    top: 0px;
    display: inline-block;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
}

#lotes .subtitulo {
    font-weight: 900;
    font-size: 60px;
}

#lotes .subtexto {
    margin-top: 60px;
    font-size: 32px;
    font-weight: 300;
    padding-bottom: 100px;
}

#lotes .subtexto strong, #lotes .subtexto b {
    font-weight: 800;
}

@media (max-width: 991px) {
    #topo #hover > div {
        padding: 50px 10px;
    }

    #topo #hover .texto {
        font-size: 21px;
        padding: 25px 0;
    }

    #topo #hover .destaque {
        font-size: 27px;
        display: block;
    }

    #topo #hover .destaque .more {
        top: -15px;
        font-size: 120px;
        right: -20px;
    }

    #barra {
        padding: 40px 0;
        text-align: center;
    }

    #barra .destaque {
        font-size: 19px;
    }

    #barra .destaque .high {
        font-size: 28px;
    }

    #barra .texto {
        font-size: 16px;
        padding: 17px 20px 0;
    }

    #galerias {
        margin-top: 40px;
    }

    #galerias .galeria {
        margin-bottom: 45px;
    }

    #galerias .galeria .titulo {
        font-size: 15px;
        bottom: 18px;
        right: 0;
        padding: 9px 20px;
    }

    #galerias .more {
        display: none;
    }

    #video {
        margin-top: 20px;
        padding-bottom: 50px;
    }

    #video .titulo {
        border: 2px solid #00a9b9;
        font-size: 17px;
        padding: 9px 17px;
    }

    #lotes {
        margin-top: 41px;
    }

    #lotes .titulo {
        border: 2px solid #00a9b9;
        font-size: 16px;
        padding: 9px 17px;
    }

    #lotes .subtitulo {
        font-size: 20px;
    }

    #lotes .subtexto {
        margin-top: 20px;
        font-size: 18px;
        font-weight: 300;
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {

    #lotes .subtexto strong:after, #lotes .subtexto b:after {
        content:'';
        display: block;
    }
}

#mapa {
    position: relative;
    display: inline-block;
}

.points {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

.points > div {
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    position: absolute;
    z-index: 1;
    background: #007FD8;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.points > div.sale {
    background: #D20000;
}

.legenda {
    color: #000;
    font-size: 18px;
    padding-top: 60px;
    padding-right: 15px;
}
.legenda .point{
    background: #007FD8;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    /* transform: translate(0, 0%); */
    margin-left: 14px;
}
.legenda .point.sale{
    background: #D20000;
}

@media (min-width: 1200px) {
    .points:hover > div {
        opacity: .3;
    }

    #mapa .points > div:hover {
        opacity: .95;
    }
}

@media (max-width: 1199px) {
    .points > div {
        height: 5px;
        width: 5px;
        -webkit-transition: all 0ms ease-out;
        -moz-transition: all 0ms ease-out;
        transition: all 0ms ease-out;
    }

    .points:hover > div {
        opacity: 0.6;
    }

    .points > div:hover {
        -webkit-animation-name: flash;
        animation-name: flash;
        -webkit-animation-duration: 5s;
        animation-duration: 5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    @-webkit-keyframes flash {
        0%, 30% {
            opacity: 1;
        }

        15%, 45% {
            opacity: 0;
        }

        60%, 100% {
            opacity: 0.95;
        }
    }

    @keyframes flash {
        0%, 30% {
            opacity: 1;
        }

        15%, 45% {
            opacity: 0;
        }

        60%, 100% {
            opacity: 0.95;
        }
    }
}

@media (max-width: 767px) {
    .points > div {
        height: 3px;
        width: 3px;
        -webkit-transition: all 0ms ease-out;
        -moz-transition: all 0ms ease-out;
        transition: all 0ms ease-out;
    }
}


#contato .titulo {
    font-size: 2.3vw;
    font-weight: 900;
    text-align: justify;
    text-align-last: justify;
    /* max-width: 1460px; */
    margin: 130px auto 20px;
}

#contato label {
    font-size : 35px;
    color: #727277;
    padding-right: 10px;
    margin-top: 18px;
    font-weight: 600;
}

#contato label.st {
    width: 135px;
    text-align: right;
}

#contato label.nd {
    display: inline-block;
    text-align: right;
}

#contato input {
    width: calc(100% - 145px);
    border: 2px solid #00a9b9;
    font-size: 30px;
    padding: 5px;
    color: #727277;
    margin-top: 15px;
}

#contato input.nd {
    width: calc(100% - 301px);
}

#contato button {
    background: #00a9b9;
    color: #fff;
    font-weight: 900;
    font-size: 30px;
    padding: 17px 0px;
    cursor: pointer;
    border: none;
    margin: 70px auto;
    width: 310px;
    max-width: 100%
}

#rodape {
    background: #00a9b9;
}

#rodape .textos {
    font-size: 19px;
    color: #fff;
    font-weight: 300;
    padding: 35px 0;
}

#rodape .textos a {
    color: #fff !important;
}

#rodape .textos div {
    padding: 1px 0;
}

#rodape .t2 {
    font-size: 18px;
}

#rodape .t2 i.fa {
    font-size: 13px;
    display: inline-block;
    background: #fff;
    padding: 4px 6px 2px;
    color: #00a9b9;
    border-radius: 50%;
}

#rodape .t3 {
    font-size: 24px;
    font-weight: 800;
}

#rodape .t5 b, #rodape .t5 strong {
    font-weight: 900;
}

#rodape .t6 {
    font-weight: 100;
    font-size: 12px;
}

#rodape .t6 span {
    font-weight: 600;
}

#rodape .t6 i.fa {
    display: inline-block;
    padding: 0 5px;
}

@media (max-width: 991px) {
    #rodape .textos div {
        padding: 2px 0;
    }

    #contato .titulo {
        font-size: 22px !important;
        font-weight: 900;
        text-align: center ;
        text-align-last: auto;
        margin: 50px auto 30px;
    }

    #rodape .t1 {
        font-size: 15px;
    }

    #rodape .t2 {
        font-size: 14px;
    }

    #rodape .t2 i.fa {
        font-size: 11px;
        display: inline-block;
        background: #fff;
        padding: 4px 6px 2px;
        color: #00a9b9;
        border-radius: 50%;
    }

    #rodape .t3 {
        font-size: 18px;
        font-weight: 800;
    }

    #rodape .t4 {
        font-size: 17px;
    }

    #rodape .t5 {
        font-size: 18px;
    }

    #rodape .t5 b, #rodape .t5 strong {
        font-weight: 900;
    }

    #rodape .t6 {
        font-weight: 100;
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    #rodape img {
        /* max-width: 400px; */
    }

    #divCidade {
        width: calc(100% - 80px);
    }

    #divUF {
        width: 80px;
    }
}

@media (max-width: 991px) {
    #contato label.st {
        width: 135px;
        text-align: right;
        font-size: 17px;
    }

    #contato label.nd {
        display: inline-block;
        text-align: right;
        font-size: 17px;
        width: 135px;
    }

    #contato input {
        width: calc(100% - 145px);
        border: 2px solid #00a9b9;
        font-size: 30px;
        padding: 5px;
        color: #727277;
        margin-top: 15px;
    }

    #contato input.nd {
        width: calc(100% - 145px);
    }
}

@media (max-width: 767px) {
    #rodape .textos a {
        padding:4px 0;
        display:inline-block;
    }
    #rodape .t6 span:after {
        content:'';
        display:block;
    }

    #contato label.st, #contato label.nd {
        width: 100%;
        text-align: left;
        font-size: 17px;
    }

    #contato input {
        width: 100%;
        border: 2px solid #00a9b9;
        font-size: 30px;
        padding: 5px;
        color: #727277;
        margin-top: 0px;
    }

    #contato input.nd {
        width: 100% !important;
    }

    #contato button {
        margin: 25px auto 50px;
    }
}
