
body{
.logo-area{
display:flex;
align-items:center;
}

.logo-link img{
height:46px;
margin-right:12px;
}

.logo-text{
color:white;
font-size:32px;
font-weight:700;
margin:0;
text-decoration:none;
letter-spacing:0.5px;
}

.logo-text:hover{
text-decoration:none;
}
font-family:'Segoe UI',sans-serif;
margin:0;
background:#f4f6f9;

}
.logo-site{
display:flex;
align-items:center;
text-decoration:none;
}

.logo-site img{
height:42px;
margin-right:10px;
}

.nome-logo{
color:white;
font-size:22px;
font-weight:600;
}
.topo{

background:#103c5c;
color:white;
padding:20px;

}

.topo nav a{

color:white;
margin-right:20px;
text-decoration:none;

}

.container{

width:1200px;
margin:auto;

}

.banner{

background:url('../img/corretor-cliente.jpg');
height:450px;
background-size:cover;
display:flex;
align-items:center;
justify-content:center;

}

.banner-text{

background:rgba(0,0,0,0.4);
padding:40px;
color:white;
text-align:center;

}

.busca input,
.busca select{

padding:10px;
margin-right:10px;
border-radius:5px;
border:none;

}

.busca button{

background:#ff385c;
color:white;
padding:10px 20px;
border:none;
border-radius:5px;

}

.grid{

display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;

}

.card{

background:white;
border-radius:10px;
overflow:hidden;
box-shadow:0 10px 20px rgba(0,0,0,0.08);

}

.card img{

width:100%;
height:200px;
object-fit:cover;

}

.card-body{

padding:20px;

}

.preco{

color:#0a2540;
font-size:20px;
font-weight:bold;

}
.header-flex{

display:flex;
justify-content:space-between;
align-items:center;

}

.menu a{

margin-left:20px;
text-decoration:none;
color:white;

}

.footer{

background:#103c5c;
color:white;
margin-top:50px;
padding:40px 0;

}

.footer-grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:40px;

}

.footer a{

color:white;
text-decoration:none;

}

.copyright{

text-align:center;
margin-top:20px;
font-size:14px;

}
.btn-primary{
background:#0a2540;
border-color:#0a2540;
}

.btn-primary:hover{
background:#123b6b;
border-color:#123b6b;
}