/* DEVARTIVA SOPORTE TI FASE1 FIX2
   Ajuste visual del hero derecho: imagen más grande y proporcionada.
*/
.visual-photo{
  position:relative;
  padding:0!important;
  min-height:360px;
  overflow:hidden;
  background:#061728!important;
  display:flex;
  align-items:stretch;
}
.support-hero-img{
  display:block;
  width:100%;
  height:100%;
  min-height:360px;
  object-fit:cover;
  object-position:center;
}
.support-brand-panel{
  position:absolute;
  left:22px;
  bottom:20px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:10px 14px;
  border-radius:9px;
  background:#06182be8;
  border:1px solid #285676;
  max-width:calc(100% - 44px);
}
.support-brand-panel img{
  width:150px;
  height:34px;
  object-fit:contain;
}
.support-brand-panel small{
  padding-left:12px;
  border-left:1px solid #325c7a;
  color:#d6e4ef;
  font-size:10px;
  font-weight:900;
  letter-spacing:.11em;
  line-height:1.3;
}
@media(max-width:1100px){
  .visual-photo,.support-hero-img{min-height:320px}
}
@media(max-width:700px){
  .visual-photo,.support-hero-img{min-height:260px}
  .support-brand-panel small{display:none}
  .support-brand-panel img{width:135px}
}
