/* Logotipo TraumaInterior */
.brand-mark,
.quiz-brand{
  display:inline-flex;
  text-decoration:none;
}
.brand-mark img{display:block;width:auto;height:34px}
.hdr .brand-mark img{height:30px}
.quiz-container .progress-header{position:relative;justify-content:space-between}
.quiz-brand{position:absolute;left:50%;transform:translateX(-50%)}
.quiz-brand img{display:block;width:auto;height:27px}
@media(max-width:480px){.brand-mark img{height:29px}.hdr .brand-mark img{height:27px}.quiz-brand img{height:24px}}
