.archive.tax-product_brand .contenedor-titulo-categorias,
.archive.tax-product_brand .page-top,
body:not(.archive.tax-product_brand) .short-marca {
  display: none;
}

.espacio-publicitario-picture,
.espacio-publicitario-picture img {
  width: 100%;
}

.marca-identity {
  padding: 20px 16px 0;
  width: 1232px;
  margin: auto;
  max-width: 100%;

  & img {
    max-height: 60px;
    object-fit: contain;
    width: fit-content;
  }

  & .marca-titulo {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .marca-identity {
    padding: 10px;
    text-align: center;
  }
  
  .espacio-publicitario-picture img {
    width: 100%;
  }
}
