.imovel{

}

.imovel__head{
    width: 100%;
    margin: 2rem 0;
    padding: 0;
}

.imovel__body{
    display: flex;
    flex-wrap: wrap-reverse;
    padding: 0 1rem;
    justify-content: space-evenly;
}

.imovel__body>div:nth-child(1){
    width: 100%;
}

.imovel__body>div:nth-child(2){
    width: 100%;
    margin-bottom: 2rem;
}

.imovel__herança{
    padding: 0.5rem 0 0.25rem;
    color: var(--cinzaEscuro);
    font-size: 13px;

}

.imovel__titulo{
    padding: 0.5rem 0;
}

.imovel__titulo div{
    display: flex;
    align-items: center;
}

.imovel__titulo h1{
    font-size: 20px;
}

.imovel__titulo div span{
    white-space: nowrap;
    color: var(--branco);
    font-size: 13px;
    background-color: var(--verdeEscuro);
    padding: 0.2rem  0.5rem;
    margin-left: 10px;
    margin-bottom: 0.4rem;
    border-radius: 12px;
    text-align: center;
    width: 120px;
    height: 30px;
}

.imovel__titulo p{
    margin: 0.4rem 0;
    color: var(--cinzaEscuro);
    font-size: 13px;
}

.imovel__características{
    padding: 0 0 0.5rem;
}

.imovel__características__basic{
    display: grid;
    grid-template-columns: repeat(4,minmax(10px,1fr));
}

.imovel__características__basic div{
    height: 56px;
    display: flex;
    align-items: center;
}

.imovel__características__basic div span{
    font-size: 13px;
    font-weight: 600;
}

.imovel__características__basic div img{
    height: 25px;
    padding-left: 1rem;
    padding-right: 0.5rem;
}

.imovel__descricao{

}

.imovel__descricao h2{
    font-size: 17px;
}

.imovel__descricao div{
    padding: 0.5rem 0;
}

.imovel__descricao p{
    font-size: 13px;
    text-align: justify;
}

.imovel__infos{

}

.imovel__infos ul{
    display: grid;
    margin-top: .7rem;
    grid-template-columns: repeat(2,minmax(10px,1fr));
}

.imovel__infos li {
    font-size: 13px;
}

.imovel__infos li:nth-child(even){
    padding: 0.2rem 2rem 0 0;
}

.imovel__infos li:nth-child(odd){
    padding: 0.2rem 0 0 2rem;
}

.imovel__infos img{
    height: 15px;
}

.imovel__infos span{
    padding-left: 1rem;
}

.imovel__body___valores-contato{
    padding: 0 1.2rem;
}

.imovel__valores>div{
    padding: 1rem;
    margin: 1rem 0;
    border-radius: 10px;
    color: var(--branco);
}

.imovel__valores>div:nth-child(1){
    background-color: var(--verdeEscuro);
}

.imovel__valores>div:nth-child(2){
    background-color: #48502b;
}



.imovel__valores h3{
    font-size: 22px;
}

.imovel__valores>div>div:nth-child(1){

}

.imovel__valores>div>div:nth-child(1) span{
    text-transform: uppercase;
    color: #A9A9A9;
}

.imovel__valores>div>div:nth-child(1) h3 span{
    text-transform: none;
    color: #C0C0C0;
    font-size: 1.4rem;
}

.imovel__valores>div>div:nth-child(2){
    margin-top: .4rem;
}

.imovel__valores>div>div:nth-child(2) div{
    display: flex;
    justify-content: space-between;
}


.imovel__valores>div>div:nth-child(2) div span:nth-child(1){
    font-size: 13px;
}

.imovel__valores>div>div:nth-child(2) div span:nth-child(2){
    font-weight: bold;
}

.imovel__contato{
    display: flex;
    justify-content: left;
    margin-top: 2rem;
    align-items: center;
    text-align: center;
}

.imovel__contato>div:nth-child(1){
    height: 54px;
    border-radius: 13px;
    background-color: #34400a;
    margin-right: 1rem;
}

.imovel__contato img{
    width: 50px;
}

.imovel__contato___button{
    background-color: var(--verdeEscuro);
    color: white;
    font-weight: 700;
    border-radius: 12px;
    padding: 0.5rem;
}

.imovel__contato___button a{
    color: var(--branco);
    font-weight: 700;
    cursor: pointer;
}

.imovel__contato___button a:not([href]):not([tabindex]) {
    color: var(--branco);
}

.recomendacoes{
    background-color: #f7f7f7;
    padding-bottom: 4rem;
    margin-top: 1rem;
    padding-top: 1rem;
}

.recomendacoes h3{
    font-size: 20px;
    margin-bottom: 0.8rem;
    padding: 0 1rem;
}

#modal-contato .modal-header{
    margin: 10px;
}

.modal-header .close {
    font-size: 2rem;
}

#modal-contato .modal-body{
    padding: 0 1rem 1rem 1rem;
}

#modal-contato .modal-body section:first-child{
    padding-bottom: 1rem;
    margin: 0 1rem;
}

#modal-contato .modal-footer{
    margin: 10px;
}

#modal-contato .modal-footer button{
    background-color: var(--verdeEscuro);
    color: white;
    font-weight: 700;
    border-radius: 12px;
    padding: 0.5rem;
    border: none;
}

#modal-contato .modal-footer button:focus{
    outline: none;
}

.maps{
    height: 375px;
    margin: 3rem 0;
}

.maps #map{
    height: 93%;
}

.maps h3 {
    font-weight: bold;
    padding: 0 10px;
    margin-bottom: 0.8rem;
    border-left: var(--verdeEscuro) solid 5px;
    border-radius: 2px;
}

.maps_title{
    margin-left: 1rem;
    padding-bottom: 1rem;
}

@media screen and (min-width: 720px) and (max-width: 768px){
    .imovel__body {
        padding: 0 1rem;
    }
}


@media screen and (min-width: 768px){
    .imovel__body {
        padding: 0;
    }
    .maps{
        height: 500px;
    }
    .maps #map{
        height: 87%;
    }
    .maps_title{
        margin-left: 0;
    }
    .recomendacoes{
        padding-top: 0;
    }
}

@media screen and (min-width: 720px){
    .imovel__body>div:nth-child(1){
        width: 60%;
        max-width: 710px;
    }
    .imovel__body>div:nth-child(2){
        width: 40%;
        max-width: 500px;
    }
}
