:root{
    --blue-color: #001D3D;
}
.border-left{
    border-left: 2px solid #000 !important;
}
/* ### BLOG E NOTICIAS */

.page__indicators-intern a{
    color: #000;
}

.title__intern{
    color: #000;
    text-transform: uppercase;
    font-size: 1.7em;
    color: #1A1E1E;
    font-weight: 700;
}

.header-intern header{
    background-color: #f2f2f2;
    margin-bottom: 0 !important;
    padding: 1.5% 15px;
}

.page-link{
    border: none;
    color: #000;
    font-size: 1.2em;
}

.page-link:hover{
    background-color: #000;
    color: white;
}

.blog-news-detail .card__category{
    background-color: #000;
    color: white;
    font-weight: 300;
}
section.blog .card-img-top{
    height: auto;
    object-fit: cover;
}


/* ### NOTICIA COMPLETA ### */

.news__title-intern {
    font-size: 1.6em;
}

.news__paragraph{
    font-size: 15px;
}
.borda-direita{
    border-right: 1.5px solid #f2f2f2;
}
.comment__news input, .comment__news textarea, .contact-us input, .contact-us textarea, .imovel input, .imovel textarea, .contact-us select {
    border: 1px solid #000;
    border-radius: 10px;
    height: 58px;
    font-size: 1.1em;
}
.comment__news textarea, .contact-us textarea, .imovel textarea {
    height: 250px;
}
.recent__posts h4{
    color: #000;
    font-size: 1.4em;
}
.content__news-item p:nth-child(2){
    color: #000;
}
.recent__posts-item img {
    /*height: 120px; */
    height: 300px;
    width: 356px !important;
}

.news__content figure > img{
    max-height: 530px;
}

/* ### PERFIL ### */
section.profile{
    padding: 5% 0;
}
.profile__content-left {
    background-image: url('../img/bg-profile.png');
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.profile__content-right {
    background-color: #EEEDED;
    /*padding: 2em 3em;*/
    padding: 0 3em;
    border-radius: 0px 5px 5px 0px;
}

/* ### IMOVEL ### */
.title__imovel-intern{
    color: #1A1E1E;
    font-weight: 700;
    font-size: 1.6em ;
    text-transform: uppercase;
}

.title__imovel-price{
    font-size: 2em;
    color: #BC8F61;
    font-weight: 600;
}
section.imovel .card{
    border: none;
}

.zoom-hover {
    position: absolute;
    z-index: 1;
    top: 0;
    display: none;
}

section.imovel .card:hover .zoom-hover {
    transition: all 1s;
    display: block;
    height: 100%;
}

/* section.imovel .card-img-top:not(section.houses .card-img-top){
    height: 350px;
} */
.popup-shadow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    display:none;
}
.popup-imovel--active{
    display: block;
}
.popup-shadow__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    padding: 2em;
    width: 65%;
}
.popup-btn__close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background-color: transparent;
    border: none;
}
.popup-content__img{
    width: 100%;
}

.open-popup:hover{
    cursor: pointer;
}
.title__imovel-middle {
    font-size: 1.6em;
    font-weight: 700;
    color: #1A1E1E;
    border-left: 6px solid #BC8F61;
    padding-left: .4em;
}

.imovel__infos p{
    color: #000;
    font-size: 1.1em;
}
.imovel__share-text{
    text-decoration: underline;
    color: #000;
    font-size: .8em;
    text-transform: uppercase;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #001D3D;
    color: white;
}
.table-striped th{
    font-weight: 500;
}

/* GRID de detalhes do imóvel */
.container-grid {
}

.col-properties {
    background-color: #BC8F61;
    border: 1px solid #FFFFFF;
    padding: 8px;
}

.col-properties-light {
    background-color: rgba(188, 143, 97, 0.8);
    border: 1px solid #FFFFFF;
    padding: 8px;
}

.col-properties-light p {
    margin-top: 1rem;
    margin-left: 2rem;
    color: white;
}

.col-properties p {
    margin-top: 1rem;
    margin-left: 2rem;
    color: white;
}

@media (max-width: 768px) {
    .row-properties-grid {
        display: flex;
        flex-direction: column;
    }

    .col-properties {
        width: 100%;
        border-radius: 0;

    }
    .col-properties-light {
        width: 100%;
        border-radius: 0;
    }

    .col-properties-light p{
        margin-top: 1rem;
        margin-left: 1rem;
    }
    .col-properties p {
        margin-top: 1rem;
        margin-left: 1rem;
    }

    .container-grid {
        padding: 0 10px;
    }
}


@media screen and (min-width: 992px) {
    .profile__content-left {
        position: relative;
        right: -3em;
        z-index: 1;
    }
}
@media screen and (max-width: 992px) {
    .popup-shadow__content{
        width: 100%;

    }
}


/* LOGIN */
.img-avatar {
    border-radius: 100%;
    border: 9px solid #b2b1b0;
    width: 40%;
}
