:root {
    --main-blue: #0051A1;
    --main-blue-dark: #003B6B;
    --main-blue-dark-hover: #003158;
    --main-blue-light: #25CBED;
    --main-blue-light-hover: #188ca3;
    --main-blue-lighter: #E5F7FC;
}

* {
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}


/* Reset */

a,
a:hover {
    text-decoration: none;
    color: inherit;
    outline: none !important;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

button,
button:hover,
button:active {
    outline: none !important;
}

h1.titulo {
    color: var(--main-blue);
    font-size: 26px;
    margin-bottom: 20px;
}

.default-text {
    color: #575757;
    line-height: 19px;
}

section {
    padding: 30px 10px;
    margin-bottom: 20px;
}


/* Generic Classes */

.banner {
    background: url(../img/banner.png) no-repeat;
    background-position: left bottom;
    background-size: cover;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: flex-end;
}

.banner .conteudo-wrapper {
    width: 100%;
}

#mainNav {
    display: flex;
}

#mainNav .navbar-logo {
    width: 200px;
}

#mainNav .navbar-toggler {
    border: 1px solid #fff;
    padding: 10px;
    vertical-align: middle;
    float: right;
}

#mainNav .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background: #fff;
    display: block;
}

#mainNav .navbar-toggler span:nth-of-type(2) {
    margin: 5px 0;
}

#mainNavContent.aberta {
    width: 250px;
}

#mainNavContent .navbar-nav {
    width: 250px;
    padding: 0 20px;
    margin-top: 10px;
}

#mainNavContent .navbar-nav li {
    color: #fff;
    border-bottom: 1px solid var(--main-blue-dark);
}

#mainNavContent .navbar-nav li:last-of-type {
    border-bottom: none;
}

#mainNavContent .navbar-nav li a {
    padding: 15px 0;
}

#mainNav .backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .6);
    display: none;
    z-index: 1;
}

.backdrop .close {
    opacity: 1;
    color: #fff;
    text-shadow: none;
    position: relative;
    top: 20px;
    right: 20px;
}

#mainNavContent.aberta+.backdrop {
    display: block;
}

#logoNav {
    background: rgb(0 46 84 / 54%);
    margin-top: 20px;
    position: relative;
}

#logoNav>button {
    color: #fff;
    width: 100%;
}

#logoNavContent {
    position: absolute;
    /* background: rgb(3 58 102 / 0%); */
    top: 100%;
    width: 100%;
    padding: 20px;
}

#logoNavContent input {
    border-radius: 0;
    background: #c8e9f6;
    border: none;
}

#logoNavContent .btn-acessar {
    background: var(--main-blue);
    display: block;
    width: 100%;
    border-radius: 0;
    border: none;
    height: 38px;
}

#logoNavContent .btn-acessar:hover {
    background: var(--main-blue-dark);
}

#logoNavContent .btn-boleto {
    background-color: var(--main-blue-light);
    background-image: url(../img/ic-boleto.png);
    border: none;
    border-radius: 0;
    width: 100%;
    background-repeat: no-repeat;
    font-size: 19px;
    background-size: 35px;
    background-position: 30px center;
}

#logoNavContent .btn-cliente {
    background-color: var(--main-blue-light);
        background-image: url(../img/ic-home.png);
    border: none;
    border-radius: 0;
    width: 100%;
    background-repeat: no-repeat;
    font-size: 19px;
    background-size: 35px;
    background-position: 30px center;
}

#logoNavContent .btn-boleto:hover {
    background-color: var(--main-blue-light-hoverght);
}

#logoNavContent .btn-cliente:hover {
    background-color: var(--main-blue-light-hoverght);
}

#logoNavContent .form-links {
    display: block;
    width: 100%;
}

#logoNavContent .form-links a {
    display: block;
    color: #ffff;
}

#sobre video {
    max-width: 100%;
}

#app video {
    max-width: 100%;
}

#associacoes {
    background: var(--main-blue-lighter);
}

#associacoes .titulo {
    color: var(--main-blue-dark);
    font-size: 18px;
    font-weight: 700;
}

#associacoes .col-12 {
    text-align: center;
}

#servicos .dept-cond,
#servicos .dept-locacao {
    height: 150px;
    display: flex;
    padding: 15px;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    width: 100%;
}

#servicos .dept-cond {
    background-image: url(../img/bg-departamento-condominio.png);
    background-position: bottom;
}

#servicos .dept-locacao {
    background-image: url(../img/bg-departamento-locacao.png);
    background-position: bottom;
}

#servicos .dept-cond .subtitulo,
#servicos .dept-locacao .subtitulo {
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
}

#condopro .wrapper-mockup {
    position: relative;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 33.333%, rgba(3, 58, 102, 1) 33.333%, rgba(3, 58, 102, 1) 66.666%, rgba(255, 255, 255, 1) 66.666%, rgba(255, 255, 255, 1) 100%);
}

#condopro .wrapper-mockup .img-iphone {
    width: 150px;
    position: absolute;
    left: -10px;
    bottom: -50px;
}

#condopro .subtitulo {
    color: #666668;
    font-weight: 700;
    font-size: 18px;
    margin-top: 60px;
}

#condopro .btn-loja {
    display: block;
    border: 2px solid var(--main-blue-dark);
    margin-bottom: 20px;
    padding: 10px 10px 10px 53px;
    font-weight: 500;
    color: var(--main-blue-dark);
    background-repeat: no-repeat !important;
    background-position: 15px center !important;
}

#condopro .btn-loja:hover {
    background: var(--main-blue-dark);
    color: #fff;
}

#condopro .app-store {
    background-image: url(../img/ic-app-store.png);
}

#condopro .app-store:hover {
    background-image: url(../img/ic-app-store-w.png);
}

#condopro .play-store {
    background-image: url(../img/ic-play-store.png);
}

#condopro .play-store:hover {
    background-image: url(../img/ic-play-store-w.png);
}

#filtro {
    background-image: url(../img/bg-filtro.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#filtro input,
#filtro select,
#filtro button {
    border-radius: 0;
    border: none;
    margin-bottom: 10px;
    height: 46px;
    width: 100%;
    text-align: left;
    color: #B6B1B1;
}

#filtro input[type="checkbox"]{
    width: 15px;
    height: 15px;
}

#filtro .btn-group {
    width: 100%;
}

#filtro .btn-pesquisar {
    background: var(--main-blue-light);
    text-align: center;
    color: #fff;
}

#filtro .btn-pesquisar:hover {
    background: var(--main-blue-light-hover);
}

#proposta {
    background: var(--main-blue-dark);
}

#proposta .titulo-form {
    color: var(--main-blue-light);
    display: block;
    width: 100%;
    padding-left: 12px;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 40px 0;
}

#proposta label {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
}

#proposta input {
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    color: #fff;
    outline: none !important;
}

#proposta select {
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    color: #fff;
}

#tipoComercioSelect option:nth-of-type(3){
    display: none !important;
}

#proposta select option{
    color: #1f1f1f !important;
}

#proposta .btn-enviar {
    background: var(--main-blue-light);
    color: #fff;
    border: none;
    width: 100%;
    padding: 10px 15px;
    text-align: center;
}

#proposta .btn-enviar:hover {
    background: var(--main-blue-light-hover);
}

footer .copyright {
    background: var(--main-blue-dark);
}

.btn-imprimir {
    border: 1px solid var(--main-blue-dark);
    color: var(--main-blue-dark);
    padding: 10px;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.btn-imprimir:hover {
    background: var(--main-blue-dark-hover);
    color: #fff;
}

.titulo-custom {
    color: var(--main-blue-dark);
    font-weight: 600;
    font-size: 30px;
}

.titulo-bottom-wrapper {
    border-bottom: 1px solid var(--main-blue-dark-hover);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#sync2 {
    margin-top: 20px;
}

.form-wrapper {
    background: var(--main-blue-dark);
    padding: 30px 15px;
}

.form-wrapper .titulo {
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    font-size: 22px;
}

.form-wrapper input {
    background: none;
    height: 50px;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    width: 100%;
    margin-bottom: 20px;
}

.form-wrapper input::placeholder {
    color: #fff;
}

.form-wrapper textarea {
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    width: 100%;
    margin-bottom: 20px;
}

.form-wrapper textarea::placeholder {
    color: #fff;
}

.form-wrapper .btn-enviar {
    margin-bottom: 0;
    background: var(--main-blue-light);
    border: none;
}


.form-wrapper .btn-enviar:hover{
    background: var(--main-blue-light-hover);
}

#confirmacao-email {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .3);
    display: none;
    transition: all .5s ease-in-out;
}

#confirmacao-email .modal-custom {
    width: 500px;
    margin: auto;
    background: #fff;
    border-radius: 5px;
    margin-top: 100px;
}

#confirmacao-email .header {
    background: #1B246E;
    padding: 20px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

#confirmacao-email .body {
    padding: 50px 20px;
    text-align: center;
}

#confirmacao-email .body p {
    margin-bottom: 0;
}

.conteudo.filtro{
    margin-top: 50px;
}

/* Responsive */

@media screen and (min-width: 576px) {
    #condopro .wrapper-mockup .img-iphone {
        width: 230px;
        left: -20px;
    }
}

@media screen and (min-width: 768px) {
    h1.titulo {
        margin-bottom: 30px;
    }

    .banner {
        height: 300px;
    }
    #servicos .dept-cond,
    #servicos .dept-locacao {
        height: 100%;
    }
    #condopro .wrapper-mockup .img-iphone {
        width: 300px;
    }
    #condopro .subtitulo {
        font-size: 23px;
        line-height: 25px;
    }
    #condopro .btn-loja {
        display: inline-block;
    }
    #condopro .app-store {
        margin-right: 10px;
    }
    #condopro .play-store {
        margin-left: 10px;
    }

    .conteudo.venda #destaqueVenda a, .conteudo.locacao #destaqueAluguel a, .imovel-filtro-wrapper {
        width: calc(50% - 10px);
        display: inline-block;
    }
}

@media screen and (max-width: 1199px) {
    #mainNavContent {
        background: var(--main-blue);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        height: 100vh !important;
        display: block;
        width: 0;
        overflow: hidden;
        transition: all .3s ease-in-out;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
}

@media screen and (min-width: 1200px) {
    #filtro .container {
        max-width: 905px;
    }
    section {
        padding: 60px 0;
    }
    h1.titulo {
        margin-bottom: 40px;
        font-size: 31px;
    }
    .banner {
        height: 430px;
    }
    #mainNav {
        display: block;
    }
    #mainNav .navbar-brand {
        margin: 0 auto 20px auto;
        display: block;
        text-align: center;
    }
    #mainNav .navbar-logo {
        width: 310px;
    }
    #mainNavContent ul {
        margin: 0 0 30px 0;
        width: 100% !important;
        text-align: center;
        display: block;
    }
    #mainNavContent ul li {
        border: none !important;
        margin: 0 20px;
        font-size: 19px;
        display: inline-block;
    }
    #mainNavContent ul li a {}
    #logoNavContent {
        position: initial;
    }
    #logoNav {
        padding: 0;
        margin: 0;
    }
    #logoNavContent .btn-acessar {
        width: 170px;
        height: 50px;
        margin-bottom: 0 !important;
    }
    #logoNavContent .form-links {
        width: 200px;
        padding-left: 20px;
        height: 50px;
        margin-bottom: 0 !important;
    }
    #logoNavContent .btn-boleto {
        width: 240px;
        text-align: right;
        padding-right: 20px;
        background-position: 20px center;
        height: 50px;
        padding-top: 12px;
    }
        #logoNavContent .btn-cliente {
        width: 240px;
        text-align: right;
        padding-right: 20px;
        background-position: 20px center;
        height: 50px;
        padding-top: 12px;
    }
    #logoNavContent input {
        height: 50px;
        margin-bottom: 0 !important;
    }
    #servicos .dept-cond {
        width: calc(100% - 70px);
    }
    #servicos .dept-locacao {
        width: calc(100% - 70px);
        margin-left: 70px;
    }
    #sobre video {
        height: calc(100% - 80px);
        object-fit: cover;
        margin-top: 80px;
    }
    #app video {
        height: calc(100% - 80px);
        object-fit: cover;
        margin-top: 80px;
    }
    #associacoes .titulo {
        font-size: 21px;
        margin-bottom: 60px;
    }
    #condopro .wrapper-mockup .img-macbook {
        width: 850px;
        margin: auto;
        display: block;
    }
    #condopro .wrapper-mockup .img-iphone {
        width: 370px;
        left: 50%;
        transform: translateX(-130%);
    }
    #condopro .container-fix {
        margin-top: 30px;
    }
    .text-grey {
        color: #989898;
    }

    .conteudo.venda #destaqueVenda a, .conteudo.locacao #destaqueAluguel a, .imovel-filtro-wrapper {
        width: calc(33.333% - 14px);
    }

    .conteudo.filtro{
        margin-top: 80px;
    }
}

@media screen and (min-width: 1366px) {
    #imoveis .container, .conteudo.filtro .container{
        max-width: 1200px;
    }
    #proposta .container {
        max-width: 1200px;
    }
}

@media screen and (min-width: 1680px) {
    .container {
        max-width: 1466px;
    }
    #servicos .container {
        max-width: 1140px;
    }
    .banner {
        height: 690px;
    }
    #mainNav .navbar-logo {
        width: 480px;
    }
    #mainNavContent .navbar-nav {
        margin-top: 50px;
        margin-bottom: 60px;
    }
    #mainNavContent ul li {
        font-size: 24px;
    }
    #condopro .wrapper-mockup .img-macbook {
        width: 1070px;
    }
    #condopro .wrapper-mockup .img-iphone {
        transform: translateX(-140%);
        width: 400px;
    }
    #filtro input,
    #filtro select,
    #filtro button {
        height: 56px;
    }
    #logoNavContent input {
        width: 260px;
        margin-right: 20px !important;
    }
    #logoNavContent .btn-acessar {
        width: 260px;
    }
    #logoNavContent .btn-boleto {
        width: 260px;
    }
        #logoNavContent .btn-cliente {
        width: 260px;
    }
    h1.titulo {
        font-size: 37px;
    }
    #logoNavContent form {
        display: flex;
        justify-content: center;
    }
}
@media (max-width:1200px){
    #logoNavContent {
        position: absolute;
        /* background: rgb(3 58 102 / 0%); */
        top: 100%;
        width: 100%;
        padding: 20px;
        z-index: 1;
        background-color: white;
        border-left: 1px solid blue;
        border-bottom: 1px solid blue;
        border-right: 1px solid blue;
    }
    .link-apoio{
        color: black !important;
    }
}