/* PATCH 245 — nova imagem de gestão integrada à landing */
.fp245-gestao-visual{
  padding:52px 0 58px;
  background:linear-gradient(180deg,#f5f9fc 0%,#ffffff 100%);
}
.fp245-gestao-card{
  margin:0;
  width:100%;
  overflow:hidden;
  border-radius:30px;
  background:#062846;
  box-shadow:0 24px 55px rgba(3,31,57,.14);
}
.fp245-gestao-card img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1/1;
  object-fit:cover;
  object-position:center center;
}
@media(min-width:860px){
  .fp245-gestao-card{
    max-width:980px;
    margin-inline:auto;
  }
}
@media(max-width:620px){
  .fp245-gestao-visual{padding:30px 0 34px}
  .fp245-gestao-visual .fp225-shell{width:100%}
  .fp245-gestao-card{border-radius:0;box-shadow:none}
}
