/*-----------------------------------------------------------------------------------

    JW Design Page CSS: about
    -------------------------------------------------------------------------------
    Página Sobre futura.
    Este arquivo é editável diretamente e será carregado somente nesta página/template.
    Não usa SCSS e não depende de build.

-----------------------------------------------------------------------------------*/

@import url("../global.css");
@import url("../sections/page-hero.css");
@import url("../sections/services.css");
@import url("../sections/about.css");
@import url("../sections/awards.css");
@import url("../sections/blog.css");
@import url("../sections/system.css");
@import url("../base/responsive.css");
@import url("../components/header-overrides.css");
@import url("../components/buttons.css");
@import url("../base/jw-responsive.css");

/* Ajustes específicos desta página/template devem entrar abaixo deste ponto.
   Mantenha regras globais fora daqui sempre que possível. */

/* Fase 25.22 — Hero Sobre: imagem secundária sem altura forçada
-----------------------------------------------------------------*/

.jw-about-hero__primary-image,
.jw-about-hero__secondary-img {
  border-radius: 30px;
}

.jw-about-hero__secondary-wrap {
  position: relative;
  overflow: hidden;
  height: auto !important;
}

.jw-about-hero__secondary-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top !important;
  transform-origin: center top;
  will-change: transform;
}
