/* Banner interno compartilhado: Imoveis, Sobre, Contato, Privacidade e Termos. */
.site-page-banner{
  height:300px;
  min-height:300px;
  padding:0!important;
  display:flex;
  align-items:center;
  position:relative;
  overflow:hidden;
  background-color:#4a1a0a;
  background-image:
    linear-gradient(90deg,rgba(42,20,16,.94) 0%,rgba(42,20,16,.82) 42%,rgba(42,20,16,.48) 100%),
    url('/images/img-banner.png');
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
}
.site-page-banner::before{display:none!important}
.site-page-banner::after{
  content:'';
  position:absolute;
  z-index:1;
  left:0;
  right:0;
  bottom:0;
  height:2px;
  background:linear-gradient(90deg,transparent,var(--coral),transparent);
}
.site-page-banner>.wrap{
  width:100%;
  position:relative;
  z-index:2;
}
.site-page-banner .page-topo-inner{padding-bottom:0}
.site-page-banner .breadcrumb{margin-bottom:16px}
.site-page-banner .eyebrow,
.site-page-banner .banner-eyebrow{margin-bottom:10px}
.site-page-banner h1{
  font-size:clamp(30px,3.8vw,48px);
  line-height:1.1;
  margin-bottom:10px;
}
.site-page-banner p.sub,
.site-page-banner>.wrap>p{max-width:620px}

@media(max-width:640px){
  .site-page-banner{
    height:320px;
    min-height:320px;
    background-position:center;
  }
}
