
/* V17 — Logo oficial en todas las páginas */
.site-header .brand-logo{
  display:block;
  width:270px;
  height:72px;
  object-fit:contain;
  object-position:left center;
}
.site-header .brand-link{
  display:flex;
  align-items:center;
  width:270px;
  flex:0 0 270px;
  text-decoration:none;
}
@media(max-width:1100px){
  .site-header .brand-logo{width:235px;height:64px}
  .site-header .brand-link{width:235px;flex-basis:235px}
}
@media(max-width:900px){
  .site-header .brand-logo{width:205px;height:58px}
  .site-header .brand-link{width:205px;flex-basis:205px}
}
@media(max-width:620px){
  .site-header .brand-logo{width:185px;height:52px}
  .site-header .brand-link{width:185px;flex-basis:185px}
}
