* {
    outline: none;
}
.description {}
.description > h3 { background: #f7f7f7; color: #000000; font-size: 15px; padding: 15px 30px; border-radius: 0; border: none; margin: 0 0 20px; }
.description > h3 .ui-accordion-header-icon { left: auto; margin-top: -4px; right: 1em; width: 17px; height: 9px; background: url("../images/accordion-arrow.png") left top no-repeat; }
.description > div { border: none; margin-bottom: 20px; border-radius: 0; padding: 0; background: #ffffff 50% 50% repeat-x; color: #222222; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; overflow: auto;}
.description .contact-form{background-color: #ffffff}
.description .contact-form input[type=text],
.description .contact-form input[type=email],
.description .contact-form textarea { background: #e5e5e5; color: #000000; }
.description > div p:last-child { margin: 0; font-size: 16px; color: #727272; line-height: 28px; padding: 15px; border: 0; vertical-align: baseline;
}

.destaques-imoveis {
    margin-top: -30px;
}

.maps-nenhum-imovel {
    top: 0;
    width: 100%;
    background: #fff;
    height: 100%;
    position: absolute;
}
.maps-nenhum-imovel p {
    position: relative;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    color: #727272;
    font-size: large;
}
.maps-nenhum-imovel p i{
    font-size: xx-large;
    margin: 10px;
}

body > main > div > div:nth-child(1) > div > ng-include > aside > div > form > a.selectBox.half.first.ng-pristine.ng-untouched.ng-valid.selectBox-dropdown > span.selectBox-label{
    width: 100px !important;
}

.padding-0 {
    padding: 0;
}

.grow {
    transition: all .2s ease-in-out;
    margin: 0 1px 1px 0;
}
.grow:hover {
    transform: scale(1.1);
}
.linkImage{
    z-index: 1;
}
.linkImage:hover{
    z-index: 2;
}

.page-wrap-equipe {
    padding: 40px 0 0px;
}
.titulo_imovel {
    margin-bottom: 20px;
}
.titulo_referencia {
    color: #dda134;
    text-align: right;
    margin-bottom: 20px;
}

.devBy {
    font-weight: 100;
    font-size: 10px;
}

.singleMap {
    width: 360px;

}
#map-canvas > div > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div.gm-style-iw > div::-webkit-scrollbar {
    width: 5px;
    border: none;
}
#map-canvas > div > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div.gm-style-iw > div::-webkit-scrollbar-thumb {
    background: rgba(208, 208, 208, 1);
    border-radius: 10px;
    opacity: 0.1;
}
.pace-logo {
    margin: 0 auto 30px auto;
    bottom: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-height: 150px;
}

.nav-destaques {
    float: right;
}

.nav-destaques > li{
    color: #000000;
    font-size: 18px;
}

.nav-destaques a, .nav-destaques a:hover, .nav-destaques a:link, .nav-destaques a:active{
    color: #000000;
    cursor: pointer;
}

.nav-destaques li.active a, .nav-destaques li.active a:hover  {
    background: #dda134;
    color: #ffffff;
}

.destaques-2 {
    margin-top: 0;
}

.owl-item  > a > div{
    width: 100%;
    height: 700px;
}

.owl-item  > a > div > img{
    min-width: 100%;
}

.owl-item  > a > div .details {
    color: #ffffff;
    left: 0;
    position: absolute;
    top: 0;
    background: rgba(0,0,0,0.5);
}
.owl-item  > a > div:hover .details {
    width: 100%;
    height: 100%;
    padding-left: 30px;
    padding-top: 30px;
}

.owl-item  > a > div:not(:hover) .details{
    width: 0;
    height: 0;
    padding-left: 0;
    padding-top: 0;
    margin: 50% 50%;
}

.owl-item > a > div:not(:hover) .location, .owl-item  > a > div:not(:hover) .price, .owl-item  > a > div:not(:hover) h2, .owl-item  > a > div:not(:hover) .feature{
    font-size: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.owl-item  > a > div:hover .feature{
    font-size: 15px;
    margin-bottom: 20px;
    padding-left: 4px;
}


.owl-item  > a > div:hover h2{
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
}

.owl-item  > a > div:hover .location{
    margin-bottom: 20px;
    padding-left: 20px;
}

.owl-item  > a > div:hover .price{
    font-size: 30px;
}
/*
Minimiza os detalhes na lateral

.owl-item  > a > div:hover .details{
    font-size: 10px;
    width: 60%;
    height: 40%;
    padding-left: 10px;
    padding-top: 10px;
    margin: 0 0 0 40%;
}

.owl-item  > a > div:hover .feature{
    margin-bottom: 10px;
    font-size: 10px;
}

.owl-item  > a > div:hover h2{
    font-size: 16px;
    line-height: 16px;
}

.owl-item  > a > div:hover .location{
    margin-bottom: 10px;
}

.owl-item  > a > div:hover .price{
    font-size: 16px;
}


.owl-item  > a > div .feature{
    font-size: 15px;
    margin-bottom: 20px;
    padding-left: 4px;
}


.owl-item  > a > div h2{
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
}

.owl-item  > a > div .location{
    margin-bottom: 20px;
    padding-left: 20px;
}

.owl-item  > a > div .price{
    font-size: 30px;
}
*/

.owl-item  > a > div .feature{
    font-weight: 300;
    display: block;
    text-transform: uppercase;
}

.owl-item  > a > div h2{
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}

.owl-item  > a > div .location{
    text-transform: uppercase;
    color: #ffffff;
    background: url(/src/templates/template1/assets/images/icon-address.png) no-repeat left;
    display: block;
}

.owl-item  > a > div .price{
    font-weight: 600;
    color: #ffffff;
}

.owl-item *:not(i) {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.owl-prev,
.owl-next {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    font-size: 60px;
    color: #ffffff;
    padding: 10px;
}

.owl-next {
    right: 0;
}

.flexslider, .flexslider .slides {
    max-height: 700px;
}

.atendimento{
    float: right;

}
.atendimento .ligamos, .atendimento .email{
    float: left;
    margin: 0;
    padding: 88px 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.atendimento .ligamos:hover, .atendimento .email:hover{
    background: #dda134 !important; color: #ffffff;
}

.atendimento span{
    font-weight: 100;
    font-size: 16px;
}
.atendimento span i{
    font-size: 20px;
    font-weight: 100;
}
.ligamos-backdrop{
    opacity: 0.5;
}
.modal-ligamos{
    z-index: 1041;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
/*.modal-ligamos .contact-form{*/
/*    margin: 30px auto;*/
/*    width: 50%;*/
/*}*/


#preloader {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}
.loader-logo {
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    top: 40%;
}


@-webkit-keyframes rodando {
    from {
        -webkit-transform: rotateZ(-360deg);
    }
    to {
        -webkit-transform: rotateZ(0deg);
    }
}

@-moz-keyframes rodando {
    from {
        -moz-transform: rotateZ(-360deg);
    }
    to {
        -moz-transform: rotateZ(0deg);
    }
}

@-ms-keyframes rodando {
    from {
        -ms-transform: rotateZ(-360deg);
    }
    to {
        -ms-transform: rotateZ(0deg);
    }
}

@-webkit-keyframes fading {
    0% {
        opacity: 0.3
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0.3
    }
}

@keyframes fading {
    0% {
        opacity: 0.3
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0.3
    }
}

.loader-logo img {
    width:100%;
    max-width: 200px;

    animation:fading 2s infinite;
    -webkit-animation: fading 2s infinite;
    -moz-animation: fading 2s infinite;
    -ms-animation: fading 2s infinite;
}
.loader-logo h1 {
    color: #000000;
    font-size: 28px;
    text-align: center;
}
.loader-logo h1 i{
    color: #000000 !important;
    -webkit-animation: rodando 2s infinite linear;
    -moz-animation: rodando 2s infinite linear;
    -ms-animation: rodando 2s infinite linear;
}

.from {
    color: #727272;
    font-weight: normal !important;
    text-transform: none;
    margin-right: 2px;
}

.from-12 {
    font-size: 12px;
}

.from-15 {
    font-size: 15px;
}

header {    opacity: 0.9 !important;}body > div.top-bar > p.text > a:nth-child(2):after {
   content: "CRECI 2285-J";
   margin-left: 40px;
}
.filter {
    opacity: 1.5;
    background-color: #e5e5e57d;
}
.item {
    box-shadow: 8px 9px 30px -11px black !important;
}


.top-bar i {
    margin-right: 10px;
    font-size: 28px;
    color: #cba01d;
}

.top-bar a {
    color: #000000;
    margin-right: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
}

.filter .range label {
    color: #020202;
    font-weight: bold;
}
.filter .range p input {
    background: none;
    border: 0;
    color: #000000;
    font: 14px 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    width: 60%;
}
.filter .selectBox {
    outline: none;
    background: #fff;
    width: 320px !important;
    cursor: pointer;
    margin-left: 20px;
    padding: 10px 10px 10px 20px;
    font: 14px 'Open Sans', Arial, Helvetica, sans-serif;
    color: #000000;
    text-transform: uppercase;
    border: 0;
}
.fa-hotel:before, .fa-bed:before {
    content: "\f236";
    color: grey;
}
.fa-plus:before {
    content: "\f067";
    color: grey;
}
::placeholder {
    color: black;
}
.fa-search:before {
    content: "\f002";
    color: #fff;
}


                <div class='container-fluid' id='message-cookie' style='position: fixed; bottom: 0; width: 100%; z-index: 10000;'>
                    <div class='row alert alert-danger'>
                        <div class='col-md-4 col-md-offset-4'>
                            Utilizamos cookies para personalizar conteúdo, análise de tráfego e melhorar sua experiência neste site,
                            de acordo com nossos <a href='https://siganet.com.br/termosDeUso.html' target='_blank'>Termos de Uso e Privacidade</a>.
                            Ao continuar navegando, você concorda com estas condições.
                        </div>
                        <div class='col-md-12 text-center'>
                            <button type='button' class='btn btn-primary' onclick='aceitaCookie()'>
                                <span class='fa fa-check'></span>
                                Continuar
                            </button>
                        </div>
                    </div>
                </div>
                <script>
                    function setCookie(cname, cvalue, exdays) {
                        const d = new Date();
                        d.setTime(d.getTime() + (exdays*24*60*60*1000));
                        let expires = 'expires='+ d.toUTCString();
                        document.cookie = cname + '=' + cvalue + ';' + expires + ';path=/;SameSite=None; Secure';
                    }
                    function aceitaCookie() {
                        document.querySelector('#message-cookie').style.display = 'none';
                        setCookie('aceite_cookie', '1', 365);
                    }
                </script>
            