.view-header{display:grid;align-items:center;-moz-column-gap:12px;column-gap:12px;row-gap:10px;grid-template-columns:1fr auto 1fr;grid-template-areas:"left center right"}.view-header__left{grid-area:left;justify-self:start;gap:10px}.view-header__group,.view-header__left{display:flex;align-items:center;flex-wrap:wrap}.view-header__center{grid-area:center;justify-self:center;width:100%;max-width:520px}.view-header__right{grid-area:right;display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;justify-self:end}@media(max-width:1199px){.view-header{grid-template-columns:1fr auto;grid-template-areas:"left right" "center center"}.view-header__center{justify-self:stretch;max-width:none}}@media(max-width:767px){.view-header{grid-template-columns:1fr;grid-template-areas:"left" "center" "right";row-gap:0}.view-header__left{justify-self:stretch;justify-content:flex-start}.view-header__center{margin-top:10px}.view-header__right{justify-self:stretch;justify-content:center;margin-top:10px}.view-header__right--fechas{margin-top:10px}}.view-header-toolbar ::v-deep .buscador-listado .cont-search{align-items:stretch}.view-header-toolbar ::v-deep .buscador-listado .icon{font-size:.875rem;width:32px}.view-header-toolbar ::v-deep .buscador-general input.form-control,.view-header-toolbar ::v-deep .buscador-listado .input-search{height:auto!important;padding:.25rem .5rem;font-size:.875rem;line-height:1.5}