body, .top-header {
    background-color: var(--cor-fundo-primaria) !important;
}

.main-header {
    background-color: #223839 !important;
}

.backSecundario {
    background-color: var(--cor-fundo-secundaria) !important;
}
.backPrimary {
    background-color: var(--cor-primaria);
}

/* GALERIA SOBRE */
.row_galey_sobre img {
    width: 100%;
    height: auto;
}
/* GALERIA SOBRE */

/* FOTO 360 */
.modal_foto_360 {
    width: 90% !important;
}
.tela_map {
    width: 100%;
    height: 75vh;
}
.item_foto_360 img {
    height: auto;
    max-width: 100%;
    width: 100% !important;
    margin-bottom: 20px;
    cursor: pointer !important;
}
/* END FOTO 360 */


.d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--cor-fundo-secundaria);
    padding-right: 5px;
}
.select-ordenacao{
    min-height: 38px;
    padding: 5px 0;
    box-shadow: none;
    border: 1px solid #e0e0e0;
    background: #fff;
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
}
.property-2 {
    box-shadow: 0 0 0 0 rgb(0 0 0 / 10%), 0 3px 3px 0 rgb(0 0 0 / 10%);
}
.property-2 .content {
    height: 100px;
}
.property-2:hover {
    box-shadow: 0 0 0 0 rgb(0 0 0 / 30%), 0 3px 3px 0 rgb(0 0 0 / 30%);
}
.property {
    background: var(--cor-fundo-secundaria);
}
.contact-form label{
    font-weight: normal;
}
.color-red{
    color: red;
}
.our-service .content:hover{
    background-color: var(--cor-fundo-secundaria);
}
.botao_whatsapp{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 28px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 9999;
    transition: .5s ease-in-out;
}
.properties-condition ul li, .properties-amenities ul li {
    width: 33.3%;
    float: left;
}
.search-area {
    border-radius: 5px;
}
.about-city-estate {
    padding-top: 50px;
    padding-bottom: 100px;
}
.modalBuscaCodigo .modal-header {
    padding: 20px;
}
.modalBuscaCodigo .modal-header .close {
    margin-top: -21px;
}
.tituloBusca{
    font-weight: 300;
    color: #fff;
}
.botao-pesquisar-codigo{
    margin: 10px;
    border-radius: 50px;
}
#buttom-codigo-home {
    background: var(--cor-primaria);
    cursor: pointer;
    padding: 13px 20px;
    letter-spacing: 1px;
    font-size: 13px;
    margin: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
    transition: .5s;
    border-radius: 2px;
    border: none;
    width: 100%;
}
.banner{
    background-size: cover;
    background-position: center;
    padding: 50px 0px 90px 0px;
    background-image: url(../img/banner-slider-2.webp);
}
.tituloBanner {
    padding-top: 30px;
    font-size: 30px;
    color: white;
    font-family: var(--font-text);
    text-align: center;
    color: white;
}
.border-button-theme {
    margin: 10px auto !important;
    border-radius: 50px;
    float: initial;
    display: block;
}
.top-header .list-inline{
    margin-left: 0px !important;
}
.top-header ul li:last-child{
    padding-right: 0px !important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    padding-right: 0px;
}
.intro-section img {
    height: auto;
    max-width: 100%;
}
.intro-section h3 {
    line-height: 40px;
}
.copy-right a {
    color: #a3a3a3;
}

/* CELULAR */
@media (max-width: 480px) {

    /* FOTO 360 */
    .modal_foto_360 {
        width: 95% !important;
    }
    .tela_map {
        width: 100%;
        height: 60vh;
    }
    .item_foto_360 img {
        height: auto !important;
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
    }
    /* END FOTO 360 */

    .properties-condition ul li, .properties-amenities ul li {
        width: 100%
    }
    .intro-section img {
        height: auto;
        max-width: 60%;
    }
    .intro-section .button-theme {
        padding: 20px 20px;
        font-size: 18px !important;
        font-weight: 500;
        white-space: initial;
        margin-top: 10px;
    }
    .logo img {
        height: 49px;
        margin-top: 12px;
        margin-bottom: 9px;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 40px;
        height: 5px;
        border-radius: 1px;
        margin-bottom: 6px;
    }
    .navbar-default .navbar-toggle {
        margin-right: 12px;
        margin-top: 48px;
    }
    .main-header .navbar-default .nav>li>a{
        margin: 2px 0;
        padding: 6px 40px 14px 40px !important;
        height: initial;
        width: 100%;
        font-size: 18px !important;
        color: var(--cor-primaria);
        background: #f6f6f6;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        padding: 25px 6px 25px 20px !important;
        margin-bottom: 2px;
    }
}
/* TABLET */
@media (min-width: 481px) and (max-width: 767px){
    .properties-condition ul li, .properties-amenities ul li {
        width: 50%
    }
    .banner-content {
        padding: 0px;
    }
    .intro-section img {
        height: auto;
        max-width: 50%;
    }
    .main-header .navbar-default .nav>li>a{
        margin: 2px 0;
        padding: 6px 40px 14px 40px !important;
        height: initial;
        width: 100%;
        font-size: 18px !important;
        color: var(--cor-primaria);
        background: #f6f6f6;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        padding: 0px;
    }

    .navbar-default .navbar-toggle {
        margin-right: 30px;
    }
    .logo img {
        height: 88px;
        margin-top: 5px;
        margin-bottom: 9px;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 40px;
        height: 5px;
        border-radius: 1px;
        margin-bottom: 6px;
    }
    .navbar-default .navbar-toggle {
        margin-right: 12px;
        margin-top: 48px;
    }
    .navbar-nav{
        width: 100%;
        margin: 0px;
        margin-bottom: 10px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        padding: 25px 6px 25px 20px !important;
        margin-bottom: 2px;
    }
    .intro-section .button-theme {
        padding: 20px 20px;
        font-size: 18px !important;
        font-weight: 500;
        white-space: initial;
        margin-top: 10px;
    }
}

/* TABLET DEITADO */
@media (min-width: 768px) and (max-width: 994px){
    .main-header .navbar-default .nav>li>a{
        padding: 33px 5px 26px 5px;
        font-size: 13px;
    }
    .logo {
        margin-right: 30px;
        padding: 15px 0px 0px 0px;
    }
    .logo img {
        height: 48px;
        margin-top: 5px;
        margin-bottom: 14px;
    }
    .navbar-nav {
        float: left !important;
    }
    .main-header .container {
        width: 100%;
    }
    .main-header .navbar-default .nav>li>a {
        padding: 20px 6px 20px 20px !important;
        font-size: 13px;
    }

    .banner-content {
        padding: 0px 35px;
        width: 100%;
    }
    .search-area .container {
        width: 100%;
    }
    .intro-section .button-theme {
        padding: 20px 20px;
        font-size: 18px !important;
        font-weight: 500;
        white-space: initial;
        margin-top: 15px;
    }
    .intro-section img {
        margin-top: 20px;
    }
}

/* NOTEBOOK */
@media (min-width: 995px) {
    .main-header .navbar-default .nav>li>a {
        font-size: 13px;
        padding: 19px 13px 19px 13px !important;
    }
    .logo {
        margin-right: 0px;
        padding: 10px 0 10px 0;
    }
    .logo img{
        margin-right: 0px;
    }
    .navbar-nav {
        float: right;
    }
    .banner-content{
        width: 100%;
    }
    .search-area .container {
        width: 100%;
    }
    .intro-section .button-theme {
        margin-top: 20px;
    }
}

.main-title-captacao h2 {
    color: var(--cor-primaria);
    text-transform: uppercase;
}
.main-title-captacao h2 span{
    font-weight: 700;
}