@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
@import url('https://fonts.googleapis.com/css2?family=Georama:wght@600&display=swap');


body {
    /*font-family: 'Poppins', sans-serif;*/
    font-family: 'Georama', sans-serif;
}

/*
body::after {
    content: "";
    background-image: url("img/bg/principal.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    opacity: 0.6;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: -1;   
}*/

p {

    font-size: 1em;
    line-height: 1.7em;
    color: #343a40;
}

a,
li {
    color: #343a40;
}

a:hover {
    /*color: rgba(255,255,255, 0.9);*/

    text-decoration: none;
}

.pointer {
    cursor: pointer;
}

/*Fim Perfil ------------------------------------------------------------------*/

/*Card -----------------------------------------------------------------------*/
.card-img-normal {
    height: 12rem;
    object-fit: cover;
}

.card-img-mais-visitados,
.card-img-outros_destaques {
    height: 10rem;
    object-fit: cover;
}

.imovel-cidade,
.perfil-nome {
    overflow: hidden;
    height: 1.5em;
    position: relative;
}

.imovel-cidade:after,
.perfil-nome:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, transparent 70%, white);
}

.imovel-desc {
    overflow: hidden;
    height: 3em;
    position: relative;
}

.imovel-desc:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom right, transparent 70%, white);
}

/*----------------------------------------------------------------------------*/


/*Galeria --------------------------------------------------------------------*/
.imovel-fotos .card {
    background: linear-gradient(to right, rgba(120, 120, 120, 1), rgba(120, 120, 120, 0), rgba(120, 120, 120, 1)) !important;
}

.imovel-fotos .carousel-item img {
    height: 26rem;
    object-fit: contain;
}

.imovel-fotos .carousel-indicators {
    background: linear-gradient(to right, rgba(120, 120, 120, 1), rgba(120, 120, 120, 0), rgba(120, 120, 120, 1)) !important;
}

.imovel-fotos .img-thumbnail {
    background: none;
}

.imovel-fotos ::-webkit-scrollbar {
    width: 12px;
}

.imovel-fotos ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.imovel-fotos ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}


/*Fim Galeria ----------------------------------------------------------------*/


/*Filtro----------------------------------------------------------------------*/
.btnFiltro i::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106";
}

.btnFiltro.collapsed i:after {
    content: "\f107";
}

/*Fim Filtro------------------------------------------------------------------*/


/*Paginação-------------------------------------------------------------------*/
.pagination .page-link {
    color: #dc3545;
}

.pagination .page-item.active .page-link {
    background-color: #dc3545;
    border-color: #dc3545;
}

/*Fim Paginação---------------------------------------------------------------*/


/*Rodapé----------------------------------------------------------------------*/
footer {
    background-image: url("/img/rodape.png");
    background-repeat: no-repeat;
    background-position: center bottom;

}

/*Fim Rodapé------------------------------------------------------------------*/


/*Componentes-----------------------------------------------------------------*/
.checkbox-iconized {
    margin: 0;
}

.checkbox-iconized input {
    display: none;
}

.checkbox-iconized input~span {
    /*color: #333;*/
    cursor: pointer;
    /*padding: 6px;
    border-radius: 2px;
    font-weight: 200;*/
}

.checkbox-iconized input~.checked {
    display: none;
}

.checkbox-iconized input:checked~.checked {
    display: inline-block;
}

.checkbox-iconized input:checked~.unchecked {
    display: none;
}

.checkbox-iconized input:disabled~span {
    opacity: 0.5;
    cursor: not-allowed;
}

.icone-1 {
    font-size: 1.3em;
    min-width: 1.8em;
    text-align: center;
}

.icone-10 {
    min-width: 2.8em;
}

.titulo {
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
}

.titulo:before {
    content: '';
    width: 100%;
    height: 1px;
    /*background-color: rgba(255, 255, 255, 0.5);*/
    background-color: gray;
    position: absolute;
    bottom: 0;
    left: 0;
}

.titulo:after {
    content: '';
    width: 30%;
    height: 2px;
    left: 0;
    bottom: -1px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
}

.titulo-cor:after {
    background-color: #dc3545;
}

.cor {
    color: #dc3545;
}

a.cor:hover {
    color: #fc5565;
}

.borda-cor {
    border-color: #dc3545;
}


.opacidade-70 {
    opacity: 0.7;
}




/*Fim Componentes-------------------------------------------------------------*/
/*perfil ---------------------------------------------------------------------*/
.slide-top {
    object-fit: cover;
    flex-shrink: 0;
    height: 600px;
}

/*Fim perfil------------------------------------------------------------------*/

/*Card com medias. Ex: mais visitados */
.media:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}


/*embed*/
iframe {
    width: 100%;
}

/*Recaptcha*/
/*.g-recaptcha {
    margin: 0 auto;
    display: table;
}*/

/*compartilhar facebook*/
.fb-share-button {
    background: #1877f2;
}

/*ajuste bootstrap*/
.custom-control-lg .custom-control-label::before {
    top: 0rem !important;

    width: 2.5rem !important;
    height: 1.5rem !important;
    border-radius: 1rem;
}

.custom-control-lg .custom-control-label::after {
    top: 0.15rem !important;
    left: -2rem !important;
    width: 1.25rem !important;
    height: 1.25rem !important;
    border-radius: 1rem;
}

.custom-control-lg .custom-control-label {}

/*fim ajuste bootstrap*/


/*Navbar----------------------------------------------------------------------*/
.navbar {
    position: relative;
}

.nav-link {
    border-width: 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-color: #fff;
    border-style: solid;
}

.nav-item.active .nav-link {
    border-color: #ccc;
}

.nav-link:hover {
    border-color: #ccc;
    color: #FFF;
}

/*Fim Navbar------------------------------------------------------------------*/


/*Textos----------------------------------------------------------------------*/
.font-10x {
    font-size: 1rem;
}

.font-15x {
    font-size: 1.5rem;
}

.font-20x {
    font-size: 2rem;
}

.ff-arial {
    font-family: Arial, Helvetica, sans-serif
}

@media screen and (orientation: portrait) {

    #carouselExampleIndicators img {
        max-height: 15rem;
    }
}



/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 360px) {
    .perfil_capa {
        height: 50px;
    }
}

@media (min-width: 361px) and (max-width: 576px) {
    .perfil_capa {
        height: 80px;
    }
}

@media (min-width: 577px) and (max-width: 767px) {
    .perfil_capa {
        height: 200px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .perfil_capa {
        height: 180px;
    }


}

@media (min-width: 992px) and (max-width: 1199px) {

    .perfil_capa {
        height: 200px;
    }

}

@media (min-width: 1200px) and (max-width: 1399px) {

    .perfil_capa {
        height: 250px;
    }

}

@media (min-width: 1400px) {
    .perfil_capa {
        height: 290px;
    }

}

@media (min-width: 768px) {

    .min-vh-md-100 {
        min-height: 100vh !important;
    }

}

.fade-in {
    animation: fadeIn 5s;
}


.wpp-float {
    position: fixed;
    right: 25px;
    opacity: .8;
    background-color: #25d366;
    color: #FFF;
    padding: 3px 18px;
    border-radius: 50px;
    text-align: center;
    font-size: 50px;
    z-index: 99;
    bottom: 20px;
}


.wpp-float:hover {
    opacity: 100;
    color: #FFF
}