@import url('/assets/site/site-base.css?v=20260713b');

/* Ajustes visuais solicitados em 13/07/2026. */
.hero-bg {
  content: url('/assets/site/images/resina-bona-v2.webp');
  object-position: center 58%;
}

.brand {
  min-width: 175px;
}

.brand img {
  width: 150px;
  height: 70px;
  object-fit: contain;
  border-radius: 10px;
  background: #fff;
  padding: 3px;
}

.brand span,
.footer-brand h2 {
  display: none;
}

.footer-brand img {
  width: 210px;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
  padding: 7px;
}

.brand-tile img[src*="bonardi"] {
  box-sizing: border-box;
  max-height: 82px;
  padding: 13px 10px;
  border-radius: 9px;
  background: #071625;
}

.brand-grid.large .brand-tile img[src*="bonardi"] {
  max-height: 112px;
  padding: 18px 14px;
}

body[data-page="sobre-a-empresa"] .service-hero img {
  content: url('/assets/site/images/equipe-sv-pisos.webp');
  object-position: center 35%;
}

body[data-page="antes-e-depois"] .compare-stack article:nth-child(2) .before-after > img {
  content: url('/assets/site/images/antes-restauracao-v2.webp');
}

body[data-page="antes-e-depois"] .compare-stack article:nth-child(2) .after-image img {
  content: url('/assets/site/images/depois-restauracao-v2.webp');
}

@media (max-width: 850px) {
  .brand {
    min-width: 150px;
  }

  .brand img {
    width: 138px;
    height: 62px;
  }
}

@media (max-width: 580px) {
  .brand {
    min-width: 122px;
  }

  .brand img {
    width: 122px;
    height: 58px;
  }

  .hero-bg {
    object-position: 58% center;
  }

  .footer-brand img {
    width: 190px;
  }
}
