*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
.detalhe-imovel {   
    display: flex;
    flex-wrap: wrap;
    min-height: 300px;
    background-color: darkblue;
    justify-content: space-evenly; 
    margin-top: 5px;
}

.detalhe-imovel-item {
      
    gap: 15px;   
    padding: 10px;
    background-color: white;
    margin-top: 20px;

}

.titulo {
    font-style: normal;
    font-weight: 800;
    color:#DF997C;
    text-align: center;
    padding: 10px;
    gap: 10px;

}

.localizacao{
    font-style: normal;   
    color:#909397;
    text-align: center;    

}

table {

    width: 900px;
    row-gap: 10px;
    border-color: #909397;
    border-width: 1px;
    border-style: solid;
    border-color: whitesmoke;
    border-radius: 0.5rem;
    margin-bottom: 10px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0,0.1);    
    padding: 10px;

}

iframe
{
    width: 600px;
    height: 600px;

}


.icones-fonte {
    font-style: normal;   
    color:#909397;
    font-weight: 500;   
    font-size: 1rem; 
    font-weight: 500;
}

h4 {
    color:#909397; 
}
.texto-valores {
    text-align: right;
    font-weight: 600;
}

.texto-justificado {
    text-align: justify;
    
}

.texto-endereco {
    text-align: center;
    font-style: italic;
        
}
@media (max-width:600px){
    iframe {     width: 332px;
                 height: 332px;}
    table {
        width: 342px;
       
    }
}


