@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
html,
body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 25px;
    height: 100%;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

a:hover,
a:active {
    text-decoration: none;
}

nav a.active {
    color: var(--main-blue-c) !important;
}

:root {
    --main-blue-b: #5fc0d4;
    --main-blue-c: #0194be;
    --main-white: #FFFFFF;
    --main-silver: #606060;
    --main-silver-l: #d4d4d4
}

.navbar-light {
    background-color: var(--main-white) !important;
    z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    color: var(--main-silver);
    font-weight: 400;
    transition: 1s;
    padding: 10px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: var(--main-blue-c);
}

.navbar-light input:focus {
    outline: none;
    border: none;
}

.navbar-light ul li ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.navbar-light ul li ul li {
    float: left;
    padding: 7px;
    font-size: 18px;
}

.navbar-light ul li ul li a {
    color: var(--main-silver);
}

.navbar-light ul li ul li a:hover {
    color: var(--main-blue-c);
    transition: 1s;
}

.bg-green {
    background-color: var(--main-green);
}

.bg-blue-a {
    background-color: var(--main-blue-a);
}

.bg-blue-b {
    background-color: var(--main-blue-b);
}

.bg-blue-c {
    background-color: var(--main-blue-c);
}

.text-blue-a {
    color: var(--main-blue-a);
}

.text-blue-b {
    color: var(--main-blue-b);
}

.text-blue-c {
    color: var(--main-blue-c);
}

.banner {
    padding-top: 100px;
    width: 100%;
    min-height: 500px;
    max-height: 500px;
    background-color: var(--main-white);
    background-position: center;
    background-size: cover;
}

.banner .layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 500px;
    max-height: 500px;
    background: rgb(14, 14, 14);
    background: linear-gradient(0deg, rgba(14, 14, 14, 0.8253676470588236) 36%, rgba(255, 255, 255, 0) 100%);
}

.banner h1,
.banner h2,
.banner h3,
.banner p,
.banner a {
    position: relative;
    z-index: 9;
}

.slider {
    max-width: 100%;
    overflow-x: hidden;
}

.slick-dots {
    bottom: 10px;
}

.slick-dots li.slick-active button:before {
    color: var(--main-blue-b);
    font-size: 15px;
}

.slick-dots li button:before {
    color: var(--main-blue-c);
    font-size: 15px;
}

a.btn-base {
    font-weight: 500;
    letter-spacing: .4px;
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 36px -10px #363636;
    box-shadow: 0px 0px 36px -10px #363636;
}

.banner h1,
.banner h2,
.banner h3 {
    font-weight: 900;
    font-size: 50px;
}

section.destaque h1 {
    font-weight: 600;
}

section.destaque h3 {
    font-size: 20px;
    font-weight: 400;
}

.card {
    border-radius: 10px;
    background-color: var(--main-blue-b);
}

.card .header {
    padding: 10px;
    background-color: var(--main-blue-b);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card .content {
    padding: 20px;
    height: 300px;
    max-height: 300px;
    background-color: #efefef;
    background-position: center;
    background-size: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card .layer {
    position: absolute;
    background-color: #0000007f;
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card p {
    color: var(--main-white);
    position: relative;
    z-index: 9;
}

.card .content p {
    color: var(--main-white);
    position: relative;
    z-index: 9;
}

.card .content h4 {
    color: var(--main-white);
    position: relative;
    z-index: 9;
}

.card .metragem {
    padding: 10px;
    background-color: #32c2eb;
}

.card .metragem p {
    font-size: 17px;
    color: #00617d;
    font-weight: 600;
}

.card .footer {
    padding: 10px;
    background-color: var(--main-blue-b);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.card .layer-itens p {
    line-height: 13px;
}

.card .layer-itens p.click {
    line-height: 13px;
    font-weight: 600;
    color: var(--main-blue-b);
}

section.realizando {
    min-height: 400px;
    background-color: #efefef;
}

section.realizando h3 {
    font-size: 40px;
    color: var(--main-white);
}

section.o_que_deseja {
    min-height: 400px;
    background-color: #efefef;
}

section.o_que_deseja a.btn-img {
    display: flex;
    align-items: center;
    width: 210px;
    height: 210px;
    padding: 10px;
    background-color: var(--main-blue-b);
    border-radius: 10px;
}

section.o_que_deseja a.btn-img img {
    padding-bottom: 10px;
}

section.ajuda {
    min-height: 400px;
    background-color: #efefef;
    background-position: left top;
    background-size: cover;
}

section.ajuda a.vender {
    padding: 15px;
    background-color: var(--main-blue-b);
    border-radius: 10px;
    color: #FFF;
    font-weight: 600;
}

section.ajuda a.comprar {
    padding: 15px;
    background-color: var(--main-silver-l);
    border-radius: 10px;
    color: var(--main-silver);
    font-weight: 600;
}

section.footer {
    min-height: 360px;
    background-color: var(--main-blue-b);
    background-position: left top;
    background-size: cover;
    border-bottom: solid 50px #01546c;
}

section.footer h1 {
    color: #01546c;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
}

section.footer h3 {
    color: #01546c;
    padding: 0px;
    margin: 0px;
}

section.footer h4 {
    font-size: 19px;
    color: var(--main-white);
    padding: 0px;
    margin: 0px;
    line-height: 25px;
}

section.footer ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

section.footer ul li {
    float: left;
}

section.footer ul li a {
    font-size: 22px;
    color: var(--main-white);
    padding-right: 10px;
}

section.footer p.copy {
    font-size: 13px;
    color: #01546c;
}

section.footer p {
    font-size: 13px;
    color: var(--main-white);
}


/*
* venda
*/

section.venda form input,
textarea {
    outline: none;
    width: 100%;
    padding: 11px;
    border-radius: 5px;
    border: solid 1px #CCC;
}

section.venda form button {
    background-color: var(--main-blue-c);
    color: #FFF;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 7px;
    min-width: 120px;
    border-radius: 5px;
    border: none;
}


/*
* card interno
*/

section.menu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

section.menu ul li {
    float: left;
}

section.menu ul li .img {
    width: 60px;
    height: 60px;
    background-color: #efefef;
    border-radius: 5px;
    border: solid 1px #efefef;
    padding: 2px;
}

section.menu ul li img {
    border-radius: 5px;
}

section.menu ul li a {
    color: var(--main-silver);
}

section.sobre {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 450px;
    height: auto;
}

section.sobre .bg {
    display: block;
    background-color: rgba(255, 255, 255, 0.788);
    padding: 20px;
}

section.itens {
    padding-top: 40px;
    padding-bottom: 40px;
}

section.itens h4 {
    font-weight: 600;
}

section.itens p {
    line-height: 15px;
}

iframe {
    width: 100% !important;
    height: 400px;
}

section.planta {
    background-color: #023f55;
}

section.galeria {
    padding-top: 40px;
    padding-bottom: 40px;
}

section.video {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #41c4e9;
}

section.formas {
    padding-top: 40px;
    padding-bottom: 40px;
}

section.negociar {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #89bf45;
}

section.negociar p {
    padding: 0px;
    margin: 0px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 23px;
}

section.sobre form input,
textarea {
    outline: none;
    width: 100%;
    padding: 11px;
    border-radius: 5px;
    border: solid 1px #CCC;
}

section.sobre form button {
    background-color: var(--main-blue-c);
    color: #FFF;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 7px;
    min-width: 120px;
    border-radius: 5px;
    border: none;
}

.search,
.search:focus,
.search:active,
.search:hover {
    display: none;
    width: 100%;
    padding: 15px;
    position: absolute;
    top: 74px;
    right: 0px;
    border-radius: 0px;
    border: none;
    border-top: solid 1px var(--main-blue-c) !important;
    border-bottom: solid 1px #efefef;
}

section.filter a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    max-width: 200px;
    padding: 5px;
    background-color: #CCC;
    color: var(--main-silver);
    border-radius: 5px;
    margin: 5px;
    font-size: 14px;
}

section.filter a:hover {
    background-color: var(--main-blue-c);
    color: #FFF;
    transition: .5s;
}

section.filter a.active {
    background-color: var(--main-blue-c);
    color: #FFF;
    transition: .5s;
}

section.filter_bairro h3 {
    color: #FFF;
}

section.filter_bairro {
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 20px;
    margin-bottom: 30px;
}

section.filter_bairro select {
    padding: 10px;
    width: 250px;
    border: solid 1px #ccc;
    border-radius: 5px;
}

section.filter_bairro button {
    padding: 10px;
    border: solid 1px #ccc;
    background-color: var(--main-blue-c);
    color: #FFF;
    border-radius: 5px;
}

a.wp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.menufix {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    padding-top: 7px;
    padding-bottom: 7px;
}

#loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: #F8FCFF;
    z-index: 999;
}